/*
* Style.scss
*
* Goldsmiths
*
* The order of files reflects the natural CSS cascade of specificity. We start with global vairables and work down to the most specific classes.
*
*
*
* [1]  Frameworks
* 		- External framrworks, Susy, Breakpoint and other SCSS systems.If you are using a framrwork, include it directly rather than a GEM.
* [2]  Config
* 		- Vairables at a global level, grid settings and font and colour vairables required for the site.
* [3]  Core
* 		- Mixinss, normalise and helper classes. Only mixins in the mixin file, helpers should comprise only of classes.
* [4]  Base
* 		- Typography, lists, forms, tables. Basic styling WITHOUT classes.
* [5]  Vendor
* 		- Vendor CSS from plugins or other frameworks.
* [6]  Layout
* 		- The core site layout based on grids and breakpoints.
* [7]  Objects
* 	    - Object abstractions that combine often repeated layouts.
* [8]  Components
* 	    - The primary elements of the site, created from objects and layouts,
*         these define the elements that reflect the design and UI of the site.
* [9]  Themes
* 	    - Site or component themes
* [10]  States
* 	    - Page based alterations to the layout, design or UI.
* [11] Temp
* 	    - Styles that are either temporary during developlent or require work to re-factor a more appropriate
* 	      part of the framework.
* [12] Shame
* 	    - CSS you know is wrong and needs more attention but fixes an issue.
*/

/*
 * [1] Frameworks
 *
 * https://github.com/at-import/breakpoint
 * https://github.com/douglasduteil/fake-breakpoint-slicer
 * http://albertogasparin.it/articles/2014/09/breakpoint-library-and-libsass/
 * https://github.com/ericam/susy/pull/406
*/

/*
 * [2] Config
*/

@media screen and (min-width: 0) {
  head {
    font-family: "usn-tiny 0";
  }

  body:after {
    content: "usn-tiny - min-width: 0";
  }
}

@media screen and (min-width: 540px) {
  head {
    font-family: "usn-small 540px";
  }

  body:after {
    content: "usn-small - min-width: 540px";
  }
}

@media screen and (min-width: 840px) {
  head {
    font-family: "usn-medium 840px";
  }

  body:after {
    content: "usn-medium - min-width: 840px";
  }
}

@media screen and (min-width: 1024px) {
  head {
    font-family: "usn-large 1024px";
  }

  body:after {
    content: "usn-large - min-width: 1024px";
  }
}

@media screen and (min-width: 1600px) {
  head {
    font-family: "usn-huge 1600px";
  }

  body:after {
    content: "usn-huge - min-width: 1600px";
  }
}

head {
  clear: both;
}

head title {
  font-family: "usn-tiny 0, usn-small 540px, usn-medium 840px, usn-large 1024px, usn-huge 1600px";
}

body:after {
  display: none;
}

*[data-usn-if] {
  display: none;
}

/*
$susy: (
  columns: $columns-tiny,
  gutters: $gutter-width/$column-width,
  math: fluid,
  output: float,
  gutter-position: split,
  global-box-sizing: content-box,
  use-custom: (rem: true),
  debug: (
    image: show-columns,
    color: rgba(0,0,255,0.05),
    output: background,
    toggle: top right,
  )
);
*/

/*
 * Publico
 */

@font-face {
  font-family: 'Publico Text Web';
  src: url('../fonts/PublicoText-Roman-Web.eot');
  src: url('../fonts/PublicoText-Roman-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/PublicoText-Roman-Web.woff') format('woff'), url('../fonts/PublicoText-Roman-Web.ttf') format('truetype'), url('../fonts/PublicoText-Roman-Web.svg#Publico Text Web') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Publico Text Web';
  src: url('../fonts/PublicoText-Italic-Web.eot');
  src: url('../fonts/PublicoText-Italic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/PublicoText-Italic-Web.woff') format('woff'), url('../fonts/PublicoText-Italic-Web.ttf') format('truetype'), url('../fonts/PublicoText-Italic-Web.svg#Publico Text Web') format('svg');
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Publico Text Web';
  src: url('../fonts/PublicoText-Bold-Web.eot');
  src: url('../fonts/PublicoText-Bold-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/PublicoText-Bold-Web.woff') format('woff'), url('../fonts/PublicoText-Bold-Web.ttf') format('truetype'), url('../fonts/PublicoText-Bold-Web.svg#Publico Text Web') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

/*
 * Druk
 */

@font-face {
  font-family: 'Druk Bold Web';
  src: url('../fonts/Druk-Bold-Web.eot');
  src: url('../fonts/Druk-Bold-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Druk-Bold-Web.woff') format('woff'), url('../fonts/Druk-Bold-Web.ttf') format('truetype'), url('../fonts/Druk-Bold-Web.svg#Druk Web') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Druk Web';
  src: url('../fonts/Druk-Medium-Web.eot');
  src: url('../fonts/Druk-Medium-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Druk-Medium-Web.woff') format('woff'), url('../fonts/Druk-Medium-Web.ttf') format('truetype'), url('../fonts/Druk-Medium-Web.svg#Druk Web') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Druk Web';
  src: url('../fonts/Druk-MediumItalic-Web.eot');
  src: url('../fonts/Druk-MediumItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Druk-MediumItalic-Web.woff') format('woff'), url('../fonts/Druk-MediumItalic-Web.ttf') format('truetype'), url('../fonts/Druk-MediumItalic-Web.svg#Druk Web') format('svg');
  font-weight: 500;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Druk Web';
  src: url('../fonts/Druk-Bold-Web.eot');
  src: url('../fonts/Druk-Bold-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Druk-Bold-Web.woff') format('woff'), url('../fonts/Druk-Bold-Web.ttf') format('truetype'), url('../fonts/Druk-Bold-Web.svg#Druk Web') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Druk Web';
  src: url('../fonts/Druk-BoldItalic-Web.eot');
  src: url('../fonts/Druk-BoldItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Druk-BoldItalic-Web.woff') format('woff'), url('../fonts/Druk-BoldItalic-Web.ttf') format('truetype'), url('../fonts/Druk-BoldItalic-Web.svg#Druk Web') format('svg');
  font-weight: 700;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Druk Web';
  src: url('../fonts/Druk-Heavy-Web.eot');
  src: url('../fonts/Druk-Heavy-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Druk-Heavy-Web.woff') format('woff'), url('../fonts/Druk-Heavy-Web.ttf') format('truetype'), url('../fonts/Druk-Heavy-Web.svg#Druk Web') format('svg');
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Druk Web';
  src: url('../fonts/Druk-HeavyItalic-Web.eot');
  src: url('../fonts/Druk-HeavyItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Druk-HeavyItalic-Web.woff') format('woff'), url('../fonts/Druk-HeavyItalic-Web.ttf') format('truetype'), url('../fonts/Druk-HeavyItalic-Web.svg#Druk Web') format('svg');
  font-weight: 800;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Druk Web';
  src: url('../fonts/Druk-Super-Web.eot');
  src: url('../fonts/Druk-Super-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Druk-Super-Web.woff') format('woff'), url('../fonts/Druk-Super-Web.ttf') format('truetype'), url('../fonts/Druk-Super-Web.svg#Druk Web') format('svg');
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Druk Web';
  src: url('../fonts/Druk-SuperItalic-Web.eot');
  src: url('../fonts/Druk-SuperItalic-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Druk-SuperItalic-Web.woff') format('woff'), url('../fonts/Druk-SuperItalic-Web.ttf') format('truetype'), url('../fonts/Druk-SuperItalic-Web.svg#Druk Web') format('svg');
  font-weight: 900;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: "Druk Wide";
  src: url("../fonts/Druk-Wide-Super.woff2") format("woff2"), url("../fonts/Druk-Wide-Super.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

/*
 * Graphik
 */

@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Regular-Web.eot');
  src: url('../fonts/Graphik-Regular-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Regular-Web.woff') format('woff'), url('../fonts/Graphik-Regular-Web.ttf') format('truetype'), url('../fonts/Graphik-Regular-Web.svg#Graphik-Medium') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Medium-Web.eot');
  src: url('../fonts/Graphik-Medium-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Medium-Web.woff') format('woff'), url('../fonts/Graphik-Medium-Web.ttf') format('truetype'), url('../fonts/Graphik-Medium-Web.svg#Graphik-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Graphik Web';
  src: url('../fonts/Graphik-Semibold-Web.eot');
  src: url('../fonts/Graphik-Semibold-Web.eot?#iefix') format('embedded-opentype'), url('../fonts/Graphik-Semibold-Web.woff') format('woff'), url('../fonts/Graphik-Semibold-Web.ttf') format('truetype'), url('../fonts/Graphik-Semibold-Web.svg#Graphik-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}

.hero__heading,
.quote-block,
.quote,
.quote--extended,
.quote--floated,
.statement,
.statement--extended,
.statement--floated,
.druk-medium {
  font-family: 'Druk Web', Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.druk-bold {
  font-family: 'Druk Web', Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.druk-super {
  font-family: 'Druk Web', Arial, Helvetica, sans-serif;
  font-weight: 900;
}

.publico-text {
  font-family: 'Publico Text Web', Times New Roman, Times, Georgia, serif;
}

table,
.specification,
.list-dates a .time,
.modal-window--content .teaser__meta,
.graphik {
  font-family: 'Graphik Web', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

legend,
label,
.breadcrumb nav.secondary-nav > ul li > ul li a,
.dl,
.split-list li,
.split-list__item,
.dl--browse-by .dl__term,
.dl--browse-by a,
.author__info,
.graphik-medium {
  font-family: 'Graphik Web', Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.admin-link,
.btn,
button,
button.btn,
input.submit,
.footer__copyright,
.footer__back-top,
.site-map--footer a,
.admin-login,
.hero__type,
.hero__intro,
.hero__tags,
.hero__credit,
.breadcrumb nav.secondary-nav > ul li,
.dropdown-nav,
.pagination li a,
.tag-list li a,
.list-links a,
.list-dates a,
.name-list li a,
.dl--full-list a,
.teaser--accreditation .teaser__accreditation__caption,
.media-block__caption,
.graphik-semibold {
  font-family: 'Graphik Web', Arial, Helvetica, sans-serif;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
.emphasis,
.graphik-bold {
  font-family: 'Graphik Web', Arial, Helvetica, sans-serif;
  font-weight: 600;
}

/* new addition Jul 2019 */

/*
 * [3] Core
*/

/* Mixins
* [1] Rems and Ems
* [2] Psuedo Blocks
* [3] Hide visibility (accessible)
* [4] Hide text
* [5] Prevent webkit GPU flash
* [7] Transforms + transitions
* [x] Breakpoint Slicer mixin (with susy with-layout())
*/

/*
* [1] Property handling with ems and rems
* Ems = font-size: em(20px);
* Rems = @include rem-property(font-size, 24px) or rem-property(line-height, 24px)
*/

/*
* [2] Psudo Blocks
* Quick method to create psudo blocks
*/

/*
* [3] Hides an element visually, but makes it still available for screenreaders
*/

/*
* [4] Hides the text, for background images. Avoids large pixel offset bug.
*/

/*
* [5] Prevent webkit GPU flash
*/

/*
* [6] Creates a full width background image on an element.
*/

/*
* [X] Set a ratio padding on an element
*
*/

/*
* [7] Transforms and transitions
*/

/*
* [X] Creates a background to a ratio
*/

/*
* [X] Creates a heading at size with a margin top worked out by subtracting the font-size from margin-top.
*
*  $heading-font-size 
*  PX font size of the header
*
*  $margin-top-size
*  Line height we want in total from heading baseline.
*
*  $margin-bottom-size
*  Line height from heading baseline to text baseline.
*
*  $text-font-size
*  Size of the text we want to create the bottom baseline to.
*
*   ___________________________
*   
*  |
*  |---------         $margin-top-size
*  |
*  
*  |   HEADING        $heading-font-size
*  
*  |
*  |---------         $margin-bottom-size
*  |
*  
*  |   Text           $text-font-size
*  
*
*  Defaults: 18px, 20px, 32px, false, 16px, 20px;
*/

/*
* [X] Set the text and line-height.
*
*/

/*
* [x] Output an SVG from _sprites.scss
*/

/*
* [x] Clearfix mixin
*/

/*
* [x] Breakpoint Slicer mixin wrappers (with susy with-layout())
*/

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

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the grey background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*
*  Clearfix & Clear classes
*/

.clearfix,
.section-container,
.section,
.bio {
  zoom: 1;
}

.clearfix:before,
.section-container:before,
.section:before,
.bio:before,
.clearfix:after,
.section-container:after,
.section:after,
.bio:after {
  content: "";
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex: 0 1 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix:after,
.section-container:after,
.section:after,
.bio:after {
  clear: both;
}

.clear {
  clear: both;
}

/*
*  Accessibility 
*/

.hide-visually,
.visuallyhidden,
.element-invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.invisible {
  visibility: hidden;
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

/*
* Reset List - Remove the standard styling off a UL/OL
*/

.reset-list,
.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
* Inine list - Create a basic horizontal style list
*/

.nav-list > li {
  display: inline-block;
}

.no-margin {
  margin: 0 !important;
}

.no-animation {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

/*
 * [4] Base
*/

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* New July 2019 */
  background-color: #f6f7f7;
  color: #333;
  font-family: 'Graphik Web', Arial, Sans-serif;
  line-height: 1.5625;
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  line-height: 1.25;
  color: #333;
}

.h1,
h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

.h2,
h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 25.0008px;
  line-height: 1.56255rem;
}

.h3,
h3 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

.h4,
h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.0002px;
  line-height: 1.5625125rem;
}

.h5,
h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.h6,
h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.5625em;
}

a {
  color: #376EBE;
  /* new addition Jul 2019 */
  text-decoration: none;
  /* new addition Jul 2019 */
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  /* new addition Jul 2019 */
  /*  cursor: pointer; */
}

a:hover {
  color: #A42017;
}

a:active,
a:focus {
  color: #A42017;
}

.underline-hover a:hover,
.split-list li a:hover,
.split-list__item a:hover,
.list-links a:hover,
.list-dates a:hover,
.dl--full-list a:hover,
.dl--browse-by .dl__wrapper a:hover,
.underline-hover a:focus,
.split-list li a:focus,
.split-list__item a:focus,
.list-links a:focus,
.list-dates a:focus,
.dl--full-list a:focus,
.dl--browse-by .dl__wrapper a:focus {
  color: #A42017;
  /* new addition Jul 2019 */
}

.underline-always a {
  /*   transition: border $basic-transition;
      border-bottom: 1px solid $light-grey; */
  /* New July 2019 */
}

.underline-always a:hover,
.underline-always a:focus {
  /*  border-bottom: 1px solid $dark-grey; */
  /* New July 2019 */
  text-decoration: none !important;
}

.list-links a,
.dl--full-list a {
  color: black;
}

.list-links a:hover,
.dl--full-list a:hover,
.list-links a:focus,
.dl--full-list a:focus {
  color: #666;
}

/* =============================================================================
   Link styling for descendents, underline or unline on hover
   ========================================================================== */

hr {
  border-bottom: 1px solid #CCC;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 30px 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #CCC;
  color: #333;
  margin: 30px 0;
  padding-left: 15px;
}

cite {
  color: #737373;
  font-style: italic;
}

cite:before {
  content: "\2014 \00A0";
}

/*
* Default list styles
* What your standard lists should look like on the site
*/

ul,
ol,
dl {
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

/* Unordered List */

/* Ordered List */

/* Definition Lists */

dl dt {
  font-weight: bold;
}

/* 
* Nav list
*/

nav > ul,
nav > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav > ul li,
nav > ol li {
  display: inline-block;
}

::-webkit-input-placeholder {
  color: #CCC;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #CCC;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #CCC;
}

:-ms-input-placeholder {
  color: #CCC;
}

textarea,
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"],
select {
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
  padding: 20px;
  position: relative;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

fieldset {
  border: 1px solid #E3E3E3;
  margin: 0 0 40px 0;
  padding: 20px;
}

fieldset label:first-of-type {
  margin-top: 0;
}

label {
  display: block;
  margin: 30px 0 10px 0;
}

.checkbox-inline,
.radio-inline {
  display: inline-block;
  margin: 0 30px 0 10px;
}

@media all and (min-width: 540px) {
  fieldset input[type="text"],
  fieldset input[type="date"],
  fieldset input[type="datetime"],
  fieldset input[type="datetime-local"],
  fieldset input[type="email"],
  fieldset input[type="month"],
  fieldset input[type="number"],
  fieldset input[type="password"],
  fieldset input[type="search"],
  fieldset input[type="tel"],
  fieldset input[type="time"],
  fieldset input[type="url"],
  fieldset input[type="week"] {
    width: 60%;
    max-width: 60%;
  }
}

input[type="number"] {
  max-width: 25%;
  width: 25%;
}

input[type="range"] {
  max-width: 100%;
  width: 100%;
}

@media all and (min-width: 540px) {
  fieldset input[type="range"] {
    width: 60%;
    max-width: 60%;
  }
}

button,
button,
button.btn,
input.submit {
  border: none;
}

button.Header-close-button {
  overflow: inherit;
}

select {
  background-color: white;
  background-image: url('../img/svg/icon-arrow-down.svg');
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 10px;
}

select.select--outline {
  border: 1px solid #CCC;
  color: #999;
  background-color: transparent;
}

@media all and (min-width: 540px) {
  select {
    width: 60%;
    max-width: 60%;
  }
}

/* Form containers */

.filter-select {
  margin-bottom: 40px;
}

#hoop-jump,
.hoop-jump {
  display: none;
}

table {
  border-collapse: collapse;
  margin: 30px 0;
  table-layout: fixed;
  width: 100%;
}

table tbody tr td a.modal-window__inline {
  border-bottom: none;
}

table tbody tr td a.modal-window__inline:hover {
  border-bottom: none;
}

.section table:first-of-type {
  margin-top: 0;
}

th,
td {
  border-top: 1px solid #CCC;
  padding: 7.5px 20px 22.5px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

th {
  font-weight: bold;
  text-align: left;
}

tr,
td,
th {
  vertical-align: middle;
}

/* NEW JULY 2019 */

td a,
td a:hover {
  border-bottom: none !important;
}

/* END NEW JULY 2019 */

section.section.section--accordion.modules div.accordion-wrapper table td {
  border-top: none;
}

section.section.section--accordion.modules div.accordion-wrapper table td a {
  border-bottom: none;
}

@media all and (max-width: 839px) {
  th {
    width: auto;
  }
}

@media all and (max-width: 539px) {
  table:not(.pika-table),
  table:not(.pika-table) > tbody,
  table:not(.pika-table) > tbody > tr > td,
  table:not(.pika-table) > thead > tr > th,
  table:not(.pika-table) > thead,
  table:not(.pika-table) > tbody > tr,
  table:not(.pika-table) > thead > tr {
    display: block;
    height: auto !important;
    width: 100% !important;
  }

  th {
    border-top: none;
    padding: 0;
  }

  td {
    border: none;
    position: relative;
    padding: 0;
  }

  tr td:first-child {
    font-weight: bold;
  }

  tr {
    border-top: 1px solid #CCC;
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

/*****************************************
SPECIFICATION SLICE TEXT STYLE my addition
*****************************************/

.specification {
  margin-bottom: 0px !important;
}

/*****************************************
Table link styles || my addition
*****************************************/

td p a:link {
  /* border-bottom: 1px solid #cccccc !important;  */
  color: #376EBE;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

td p a:hover {
  /* border-bottom: 1px solid #333333; */
  color: #A42017;
}

td a:link {
  color: #376EBE;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

td a:hover {
  color: #A42017;
}

#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: #000;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  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 {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fed100;
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

:focus {
  outline: none;
}

.tabbing :focus,
.no-js :focus {
  outline: 4px solid #fed100;
  outline-offset: 0;
}

.svg-blockquote-quote,
.svg-blockquote-quote-009fda,
.svg-blockquote-quote-34b233,
.svg-button-play,
.svg-button-play-gray,
.svg-button-speaker,
.svg-charm-menu,
.svg-charm-menu-active,
.svg-charm-menu-active-mobile,
.svg-charm-menu-mobile,
.svg-charm-menu-search,
.svg-charm-menu-search-active,
.svg-charm-menu-search-active-mobile,
.svg-charm-menu-search-mobile,
.svg-charm-menu-staff-students,
.svg-charm-menu-staff-students-active,
.svg-charm-menu-staff-students-active-mobile,
.svg-charm-menu-staff-students-mobile,
.svg-charm-motarboard,
.svg-charm-motarboard-active,
.svg-charm-search,
.svg-charm-search-active,
.svg-document,
.svg-event-date-day-1,
.svg-event-date-day-10,
.svg-event-date-day-11,
.svg-event-date-day-12,
.svg-event-date-day-13,
.svg-event-date-day-14,
.svg-event-date-day-15,
.svg-event-date-day-16,
.svg-event-date-day-17,
.svg-event-date-day-18,
.svg-event-date-day-19,
.svg-event-date-day-2,
.svg-event-date-day-20,
.svg-event-date-day-21,
.svg-event-date-day-22,
.svg-event-date-day-23,
.svg-event-date-day-24,
.svg-event-date-day-25,
.svg-event-date-day-26,
.svg-event-date-day-27,
.svg-event-date-day-28,
.svg-event-date-day-29,
.svg-event-date-day-3,
.svg-event-date-day-30,
.svg-event-date-day-31,
.svg-event-date-day-4,
.svg-event-date-day-5,
.svg-event-date-day-6,
.svg-event-date-day-7,
.svg-event-date-day-8,
.svg-event-date-day-9,
.svg-gro_yellow_corner_bottom_left,
.svg-gro_yellow_corner_top_right,
.svg-icon-arrow-down,
.svg-icon-browse-aloud-FFF,
.svg-icon-calendar-999,
.svg-icon-calendar-FFF,
.svg-icon-chevron-down-333,
.svg-icon-chevron-down-FED100,
.svg-icon-chevron-down-FFF,
.svg-icon-chevron-up-333,
.svg-icon-chevron-up-FED100,
.svg-icon-close-FFF,
.svg-icon-link-FED,
.svg-icon-minus-333,
.svg-icon-minus-FED,
.svg-icon-more-666,
.svg-icon-more-left-666,
.svg-icon-next-000,
.svg-icon-next-333,
.svg-icon-next-FFF,
.svg-icon-plus-333,
.svg-icon-plus-999,
.svg-icon-plus-FED,
.svg-icon-plus-FFF,
.svg-icon-previous-000,
.svg-icon-previous-FFF,
.svg-icon-result-event-666,
.svg-icon-result-news-666,
.svg-icon-result-programme-666,
.svg-icon-result-staff-666,
.svg-icon-share-444,
.svg-icon-share-FED,
.svg-icon-share-FFF,
.svg-icon-tag-cross-666,
.svg-logo,
.svg-logo-gs-press,
.svg-logo-gs-prize,
.svg-logo-new-statesman,
.svg-menu-bg,
.svg-menu-menu,
.svg-modal-arrow-left,
.svg-modal-arrow-right,
.svg-modal-close,
.svg-modal-close-white,
.svg-social-facebook,
.svg-social-instagram,
.svg-social-linkedin,
.svg-social-twitter,
.svg-social-vimeo,
.svg-social-youtube,
.svg-text-clearing-PGCE,
.svg-text-clearing-international,
.svg-text-clearing-number,
.svg-text-clearing-undergraduate {
  background-repeat: no-repeat;
  background-image: url('../img/svg/sprite/sprite.svg');
}

.svg-blockquote-quote {
  background-position: 0 0;
}

.svg-blockquote-quote-dims {
  width: 15px;
  height: 14px;
}

.svg-blockquote-quote-009fda {
  background-position: 0 -14px;
}

.svg-blockquote-quote-009fda-dims {
  width: 15px;
  height: 14px;
}

.svg-blockquote-quote-34b233 {
  background-position: 0 -28px;
}

.svg-blockquote-quote-34b233-dims {
  width: 15px;
  height: 14px;
}

.svg-button-play {
  background-position: 0 -42px;
}

.svg-button-play-dims {
  width: 19px;
  height: 38px;
}

.svg-button-play-gray {
  background-position: 0 -80px;
}

.svg-button-play-gray-dims {
  width: 19px;
  height: 38px;
}

.svg-button-speaker {
  background-position: 0 -118px;
}

.svg-button-speaker-dims {
  width: 100px;
  height: 73.1147138295px;
}

.svg-charm-menu {
  background-position: 0 -192px;
}

.svg-charm-menu-dims {
  width: 83.7px;
  height: 24px;
}

.svg-charm-menu-active {
  background-position: 0 -216px;
}

.svg-charm-menu-active-dims {
  width: 83.7px;
  height: 24px;
}

.svg-charm-menu-active-mobile {
  background-position: 0 -240px;
}

.svg-charm-menu-active-mobile-dims {
  width: 30px;
  height: 24px;
}

.svg-charm-menu-mobile {
  background-position: 0 -264px;
}

.svg-charm-menu-mobile-dims {
  width: 30px;
  height: 24px;
}

.svg-charm-menu-search {
  background-position: 0 -288px;
}

.svg-charm-menu-search-dims {
  width: 88.5px;
  height: 24px;
}

.svg-charm-menu-search-active {
  background-position: 0 -312px;
}

.svg-charm-menu-search-active-dims {
  width: 88.54px;
  height: 24px;
}

.svg-charm-menu-search-active-mobile {
  background-position: 0 -336px;
}

.svg-charm-menu-search-active-mobile-dims {
  width: 24.09px;
  height: 24px;
}

.svg-charm-menu-search-mobile {
  background-position: 0 -360px;
}

.svg-charm-menu-search-mobile-dims {
  width: 24.09px;
  height: 24px;
}

.svg-charm-menu-staff-students {
  background-position: 0 -384px;
}

.svg-charm-menu-staff-students-dims {
  width: 100px;
  height: 14.8975791434px;
}

.svg-charm-menu-staff-students-active {
  background-position: 0 -399px;
}

.svg-charm-menu-staff-students-active-dims {
  width: 100px;
  height: 14.9003538834px;
}

.svg-charm-menu-staff-students-active-mobile {
  background-position: 0 -414px;
}

.svg-charm-menu-staff-students-active-mobile-dims {
  width: 32px;
  height: 24px;
}

.svg-charm-menu-staff-students-mobile {
  background-position: 0 -438px;
}

.svg-charm-menu-staff-students-mobile-dims {
  width: 32px;
  height: 24px;
}

.svg-charm-motarboard {
  background-position: 0 -462px;
}

.svg-charm-motarboard-dims {
  width: 32px;
  height: 24px;
}

.svg-charm-motarboard-active {
  background-position: 0 -486px;
}

.svg-charm-motarboard-active-dims {
  width: 32px;
  height: 24px;
}

.svg-charm-search {
  background-position: 0 -510px;
}

.svg-charm-search-dims {
  width: 23.086px;
  height: 23px;
}

.svg-charm-search-active {
  background-position: 0 -533px;
}

.svg-charm-search-active-dims {
  width: 23.086px;
  height: 23px;
}

.svg-document {
  background-position: 0 -556px;
}

.svg-document-dims {
  width: 20.5680705191px;
  height: 100px;
}

.svg-event-date-day-1 {
  background-position: 0 -656px;
}

.svg-event-date-day-1-dims {
  width: 100px;
  height: 9.3334809566px;
}

.svg-event-date-day-10 {
  background-position: 0 -666px;
}

.svg-event-date-day-10-dims {
  width: 100px;
  height: 9.7578744375px;
}

.svg-event-date-day-11 {
  background-position: 0 -676px;
}

.svg-event-date-day-11-dims {
  width: 100px;
  height: 19.3312666076px;
}

.svg-event-date-day-12 {
  background-position: 0 -696px;
}

.svg-event-date-day-12-dims {
  width: 100px;
  height: 39.8755034786px;
}

.svg-event-date-day-13 {
  background-position: 0 -736px;
}

.svg-event-date-day-13-dims {
  width: 85.7274401473px;
  height: 100px;
}

.svg-event-date-day-14 {
  background-position: 0 -836px;
}

.svg-event-date-day-14-dims {
  width: 81.0448451225px;
  height: 100px;
}

.svg-event-date-day-15 {
  background-position: 0 -936px;
}

.svg-event-date-day-15-dims {
  width: 100px;
  height: 40.5737704918px;
}

.svg-event-date-day-16 {
  background-position: 0 -977px;
}

.svg-event-date-day-16-dims {
  width: 100px;
  height: 25.4333967118px;
}

.svg-event-date-day-17 {
  background-position: 0 -1003px;
}

.svg-event-date-day-17-dims {
  width: 100px;
  height: 16.5658816041px;
}

.svg-event-date-day-18 {
  background-position: 0 -1020px;
}

.svg-event-date-day-18-dims {
  width: 100px;
  height: 13.9396567747px;
}

.svg-event-date-day-19 {
  background-position: 0 -1034px;
}

.svg-event-date-day-19-dims {
  width: 100px;
  height: 11.4735828985px;
}

.svg-event-date-day-2 {
  background-position: 0 -1046px;
}

.svg-event-date-day-2-dims {
  width: 100px;
  height: 23.2881728305px;
}

.svg-event-date-day-20 {
  background-position: 0 -1070px;
}

.svg-event-date-day-20-dims {
  width: 100px;
  height: 11.5191772016px;
}

.svg-event-date-day-21 {
  background-position: 0 -1082px;
}

.svg-event-date-day-21-dims {
  width: 100px;
  height: 23.8026925623px;
}

.svg-event-date-day-22 {
  background-position: 0 -1106px;
}

.svg-event-date-day-22-dims {
  width: 100px;
  height: 47.4002196997px;
}

.svg-event-date-day-23 {
  background-position: 0 -1154px;
}

.svg-event-date-day-23-dims {
  width: 72.0867208672px;
  height: 100px;
}

.svg-event-date-day-24 {
  background-position: 0 -1254px;
}

.svg-event-date-day-24-dims {
  width: 67.5213675214px;
  height: 100px;
}

.svg-event-date-day-25 {
  background-position: 0 -1354px;
}

.svg-event-date-day-25-dims {
  width: 100px;
  height: 48.5013113526px;
}

.svg-event-date-day-26 {
  background-position: 0 -1403px;
}

.svg-event-date-day-26-dims {
  width: 100px;
  height: 30.040277467px;
}

.svg-event-date-day-27 {
  background-position: 0 -1434px;
}

.svg-event-date-day-27-dims {
  width: 100px;
  height: 19.8835539959px;
}

.svg-event-date-day-28 {
  background-position: 0 -1454px;
}

.svg-event-date-day-28-dims {
  width: 100px;
  height: 16.4890320982px;
}

.svg-event-date-day-29 {
  background-position: 0 -1471px;
}

.svg-event-date-day-29-dims {
  width: 100px;
  height: 13.5576046205px;
}

.svg-event-date-day-3 {
  background-position: 0 -1485px;
}

.svg-event-date-day-3-dims {
  width: 100px;
  height: 67.9914070892px;
}

.svg-event-date-day-30 {
  background-position: 0 -1553px;
}

.svg-event-date-day-30-dims {
  width: 100px;
  height: 11.4934647525px;
}

.svg-event-date-day-31 {
  background-position: 0 -1565px;
}

.svg-event-date-day-31-dims {
  width: 93.0718954248px;
  height: 100px;
}

.svg-event-date-day-4 {
  background-position: 0 -1665px;
}

.svg-event-date-day-4-dims {
  width: 100px;
  height: 71.7056474615px;
}

.svg-event-date-day-5 {
  background-position: 0 -1737px;
}

.svg-event-date-day-5-dims {
  width: 100px;
  height: 23.5283159463px;
}

.svg-event-date-day-6 {
  background-position: 0 -1761px;
}

.svg-event-date-day-6-dims {
  width: 100px;
  height: 15.1660888044px;
}

.svg-event-date-day-7 {
  background-position: 0 -1777px;
}

.svg-event-date-day-7-dims {
  width: 100px;
  height: 9.3093570974px;
}

.svg-event-date-day-8 {
  background-position: 0 -1787px;
}

.svg-event-date-day-8-dims {
  width: 100px;
  height: 8.3266216467px;
}

.svg-event-date-day-9 {
  background-position: 0 -1796px;
}

.svg-event-date-day-9-dims {
  width: 100px;
  height: 6.853756142px;
}

.svg-gro_yellow_corner_bottom_left {
  background-position: 0 -1803px;
}

.svg-gro_yellow_corner_bottom_left-dims {
  width: 50px;
  height: 50px;
}

.svg-gro_yellow_corner_top_right {
  background-position: 0 -1853px;
}

.svg-gro_yellow_corner_top_right-dims {
  width: 50px;
  height: 50px;
}

.svg-icon-arrow-down {
  background-position: 0 -1903px;
}

.svg-icon-arrow-down-dims {
  width: 100px;
  height: 8.8258064516px;
}

.svg-icon-browse-aloud-FFF {
  background-position: 0 -1912px;
}

.svg-icon-browse-aloud-FFF-dims {
  width: 33px;
  height: 18.165px;
}

.svg-icon-calendar-999 {
  background-position: 0 -1931px;
}

.svg-icon-calendar-999-dims {
  width: 13px;
  height: 12.637px;
}

.svg-icon-calendar-FFF {
  background-position: 0 -1944px;
}

.svg-icon-calendar-FFF-dims {
  width: 36px;
  height: 35px;
}

.svg-icon-chevron-down-333 {
  background-position: 0 -1979px;
}

.svg-icon-chevron-down-333-dims {
  width: 14.1px;
  height: 8.5px;
}

.svg-icon-chevron-down-FED100 {
  background-position: 0 -1988px;
}

.svg-icon-chevron-down-FED100-dims {
  width: 14.1px;
  height: 8.5px;
}

.svg-icon-chevron-down-FFF {
  background-position: 0 -1997px;
}

.svg-icon-chevron-down-FFF-dims {
  width: 14.1px;
  height: 8.5px;
}

.svg-icon-chevron-up-333 {
  background-position: 0 -2006px;
}

.svg-icon-chevron-up-333-dims {
  width: 14.1px;
  height: 8.5px;
}

.svg-icon-chevron-up-FED100 {
  background-position: 0 -2015px;
}

.svg-icon-chevron-up-FED100-dims {
  width: 14.1px;
  height: 8.5px;
}

.svg-icon-close-FFF {
  background-position: 0 -2024px;
}

.svg-icon-close-FFF-dims {
  width: 100px;
  height: 100px;
}

.svg-icon-link-FED {
  background-position: 0 -2124px;
}

.svg-icon-link-FED-dims {
  width: 72.28px;
  height: 71.27px;
}

.svg-icon-minus-333 {
  background-position: 0 -2196px;
}

.svg-icon-minus-333-dims {
  width: 10px;
  height: 10px;
}

.svg-icon-minus-FED {
  background-position: 0 -2206px;
}

.svg-icon-minus-FED-dims {
  width: 50px;
  height: 10px;
}

.svg-icon-more-666 {
  background-position: 0 -2216px;
}

.svg-icon-more-666-dims {
  width: 24px;
  height: 7.879px;
}

.svg-icon-more-left-666 {
  background-position: 0 -2224px;
}

.svg-icon-more-left-666-dims {
  width: 24px;
  height: 7.879px;
}

.svg-icon-next-000 {
  background-position: 0 -2232px;
}

.svg-icon-next-000-dims {
  width: 12.7px;
  height: 22.6px;
}

.svg-icon-next-333 {
  background-position: 0 -2255px;
}

.svg-icon-next-333-dims {
  width: 12.7px;
  height: 22.6px;
}

.svg-icon-next-FFF {
  background-position: 0 -2278px;
}

.svg-icon-next-FFF-dims {
  width: 56.1964285714px;
  height: 100px;
}

.svg-icon-plus-333 {
  background-position: 0 -2378px;
}

.svg-icon-plus-333-dims {
  width: 10px;
  height: 10px;
}

.svg-icon-plus-999 {
  background-position: 0 -2388px;
}

.svg-icon-plus-999-dims {
  width: 10px;
  height: 10px;
}

.svg-icon-plus-FED {
  background-position: 0 -2398px;
}

.svg-icon-plus-FED-dims {
  width: 10px;
  height: 10px;
}

.svg-icon-plus-FFF {
  background-position: 0 -2408px;
}

.svg-icon-plus-FFF-dims {
  width: 10px;
  height: 10px;
}

.svg-icon-previous-000 {
  background-position: 0 -2418px;
}

.svg-icon-previous-000-dims {
  width: 12.7px;
  height: 22.6px;
}

.svg-icon-previous-FFF {
  background-position: 0 -2441px;
}

.svg-icon-previous-FFF-dims {
  width: 56.1964285714px;
  height: 100px;
}

.svg-icon-result-event-666 {
  background-position: 0 -2541px;
}

.svg-icon-result-event-666-dims {
  width: 13px;
  height: 13px;
}

.svg-icon-result-news-666 {
  background-position: 0 -2554px;
}

.svg-icon-result-news-666-dims {
  width: 13px;
  height: 13px;
}

.svg-icon-result-programme-666 {
  background-position: 0 -2567px;
}

.svg-icon-result-programme-666-dims {
  width: 13px;
  height: 15px;
}

.svg-icon-result-staff-666 {
  background-position: 0 -2582px;
}

.svg-icon-result-staff-666-dims {
  width: 13px;
  height: 15px;
}

.svg-icon-share-444 {
  background-position: 0 -2597px;
}

.svg-icon-share-444-dims {
  width: 15px;
  height: 15px;
}

.svg-icon-share-FED {
  background-position: 0 -2612px;
}

.svg-icon-share-FED-dims {
  width: 15px;
  height: 15px;
}

.svg-icon-share-FFF {
  background-position: 0 -2627px;
}

.svg-icon-share-FFF-dims {
  width: 15px;
  height: 15px;
}

.svg-icon-tag-cross-666 {
  background-position: 0 -2642px;
}

.svg-icon-tag-cross-666-dims {
  width: 10px;
  height: 10px;
}

.svg-logo {
  background-position: 0 -2652px;
}

.svg-logo-dims {
  width: 100px;
  height: 22.5294117647px;
}

.svg-logo-gs-press {
  background-position: 0 -2675px;
}

.svg-logo-gs-press-dims {
  width: 100px;
  height: 5.317734645px;
}

.svg-logo-gs-prize {
  background-position: 0 -2681px;
}

.svg-logo-gs-prize-dims {
  width: 100px;
  height: 46.0443478261px;
}

.svg-logo-new-statesman {
  background-position: 0 -2728px;
}

.svg-logo-new-statesman-dims {
  width: 100px;
  height: 21.0744649582px;
}

.svg-menu-bg {
  background-position: 0 -2750px;
}

.svg-menu-bg-dims {
  width: 58.4867561468px;
  height: 100px;
}

.svg-menu-menu {
  background-position: 0 -2850px;
}

.svg-menu-menu-dims {
  width: 40.8404853507px;
  height: 100px;
}

.svg-modal-arrow-left {
  background-position: 0 -2950px;
}

.svg-modal-arrow-left-dims {
  width: 53.7007454739px;
  height: 100px;
}

.svg-modal-arrow-right {
  background-position: 0 -3050px;
}

.svg-modal-arrow-right-dims {
  width: 52.8327338129px;
  height: 100px;
}

.svg-modal-close {
  background-position: 0 -3150px;
}

.svg-modal-close-dims {
  width: 100px;
  height: 100px;
}

.svg-modal-close-white {
  background-position: 0 -3250px;
}

.svg-modal-close-white-dims {
  width: 100px;
  height: 100px;
}

.svg-social-facebook {
  background-position: 0 -3350px;
}

.svg-social-facebook-dims {
  width: 15px;
  height: 15px;
}

.svg-social-instagram {
  background-position: 0 -3365px;
}

.svg-social-instagram-dims {
  width: 15px;
  height: 15px;
}

.svg-social-linkedin {
  background-position: 0 -3380px;
}

.svg-social-linkedin-dims {
  width: 15px;
  height: 14.743px;
}

.svg-social-twitter {
  background-position: 0 -3395px;
}

.svg-social-twitter-dims {
  width: 15px;
  height: 15px;
}

.svg-social-vimeo {
  background-position: 0 -3410px;
}

.svg-social-vimeo-dims {
  width: 15px;
  height: 15px;
}

.svg-social-youtube {
  background-position: 0 -3425px;
}

.svg-social-youtube-dims {
  width: 20.58px;
  height: 14.5px;
}

.svg-text-clearing-PGCE {
  background-position: 0 -3440px;
}

.svg-text-clearing-PGCE-dims {
  width: 100px;
  height: 55.9701492537px;
}

.svg-text-clearing-international {
  background-position: 0 -3496px;
}

.svg-text-clearing-international-dims {
  width: 100px;
  height: 55.9701492537px;
}

.svg-text-clearing-number {
  background-position: 0 -3552px;
}

.svg-text-clearing-number-dims {
  width: 100px;
  height: 15.1931278002px;
}

.svg-text-clearing-undergraduate {
  background-position: 0 -3568px;
}

.svg-text-clearing-undergraduate-dims {
  width: 100px;
  height: 55.9701492537px;
}

/*
 * [5] Vendor
*/

/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -ms-perspective: 1200px;
  perspective: 1200px;
}

/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */

/*empty*/

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
    -ms-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    -ms-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
    -ms-transform: translateZ(-500px) translateX(-200%);
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
    -ms-transform: translateZ(-500px) translateX(200%);
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
    -ms-transform: translateZ(-500px);
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.filter__panel .pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #FFF;
  border: 0;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
}

.filter__panel .pika-single.is-hidden {
  display: none;
}

.filter__panel .pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.filter__panel .pika-single {
  *zoom: 1;
}

.filter__panel .pika-single:before,
.filter__panel .pika-single:after {
  content: " ";
  display: table;
}

.filter__panel .pika-single:after {
  clear: both;
}

.filter__panel .pika-lendar {
  float: left;
  margin: 0;
  width: 100%;
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .filter__panel .pika-lendar {
    width: 48%;
    margin: 0 2% 0 0;
  }

  .filter__panel .pika-lendar:last-child {
    margin: 0 0 0 2%;
  }
}

@media all and (min-width: 1024px) {
  .filter__panel .pika-lendar {
    width: 32%;
  }

  .filter__panel .pika-lendar:nth-child(2) {
    margin: 0 2% 0 2%;
  }
}

.filter__panel .pika-title {
  position: relative;
  text-align: center;
}

.filter__panel .pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.filter__panel .pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: bold;
  background-color: #FFF;
}

.filter__panel .pika-prev,
.filter__panel .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.filter__panel .pika-prev:hover,
.filter__panel .pika-next:hover {
  opacity: 1;
}

.filter__panel .pika-prev.is-disabled,
.filter__panel .pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.filter__panel .pika-prev,
.filter__panel .is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}

.filter__panel .pika-next,
.filter__panel .is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}

.filter__panel .pika-select {
  display: inline-block;
  *display: inline;
}

.filter__panel .pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.filter__panel .pika-table th,
.filter__panel .pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.filter__panel .pika-table th {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: bold;
}

.filter__panel .pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.filter__panel .pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 15px 5px;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  text-align: right;
  background: #f5f5f5;
}

.is-today .filter__panel .pika-button {
  color: #fed100;
  font-weight: bold;
}

.is-selected .filter__panel .pika-button {
  color: #FFF;
  font-weight: bold;
  background: #fed100;
  box-shadow: inset 0 1px 3px #178fe5;
}

.is-disabled .filter__panel .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.filter__panel .pika-button:hover {
  color: #FFF !important;
  background: #fed100 !important;
  box-shadow: none !important;
}

.filter__panel .pika-week {
  font-size: 11px;
  color: #999;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px 5px;
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #fed100;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #FFF;
  font-weight: bold;
  background: #fed100;
  box-shadow: inset 0 1px 3px #178fe5;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.pika-button:hover {
  color: #FFF !important;
  background: #fed100 !important;
  box-shadow: none !important;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    -ms-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*
 * [6] Layout
*/

/* =============================================================================
   Layout the general site stucture
   ========================================================================== */

/* equivalent to grid-push--two */

/* new addition */

/* equivalent to grid-push--four */

/* new addition new addition*/

/* equivalent to grid-push--three */

/* new addition new addition*/

/* equivalent to grid-push--one-and-half */

/* new addition new addition*/

/* equivalent to grid-push--four-one-and-one-half */

/* new addition new addition*/

/* equivalent to grid-push--none */

/* =============================================================================
   Site wrapper, stops the menu showing and sets a mix-width.
   ========================================================================== */

.site-wrapper {
  overflow: hidden;
  width: 100%;
  min-width: 320px;
}

/* =============================================================================
   The standard wrapper on the standard grid
   ========================================================================== */

.wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
  }

  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media all and (min-width: 1024px) {
  .wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1326px;
  }

  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .wrapper {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}

@media all and (min-width: 840px) {
  .wrapper {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}

@media all and (min-width: 1024px) {
  .wrapper {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}

/* =============================================================================
   The inset wrapper, pushes two columns in on large.
   ========================================================================== */

@media all and (min-width: 540px) and (max-width: 839px ) {
  .inset-wrapper,
  .grid-push--two {
    width: 100%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .inset-wrapper,
  .grid-push--two {
    width: 77.7777777778%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 1024px) {
  .inset-wrapper,
  .grid-push--two {
    width: 66.6666666667%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

/* =============================================================================
   The inset inset wrapper, pushes four columns in on large -- my addition
   ========================================================================== */

@media all and (min-width: 540px) and (max-width: 839px ) {
  .grid-push--four {
    width: 66.6666666667%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .grid-push--four {
    width: 55.5555555556%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 1024px) {
  .grid-push--four {
    width: 33.3333333333%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

/* =============================================================================
   The inset inset new new wrapper, pushes three columns in on large -- my addition for articles in Staff Page
   ========================================================================== */

@media all and (min-width: 540px) and (max-width: 839px ) {
  .grid-push--three {
    width: 100%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .grid-push--three {
    width: 55.5555555556%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 1024px) {
  .grid-push--three {
    width: 50%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

/* =============================================================================
   The inset inset new new new wrapper, pushes one and half columns in on large -- my addition for articles in Staff Page
   ========================================================================== */

@media all and (min-width: 540px) and (max-width: 839px ) {
  .grid-push--one-and-half {
    width: 100%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .grid-push--one-and-half {
    width: 77.7777777778%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 1024px) {
  .grid-push--one-and-half {
    width: 75%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

/* =============================================================================
   The inset inset new new new new wrapper, pushes four and one and half columns in on large -- my addition for articles in Staff Page
   ========================================================================== */

@media all and (min-width: 540px) and (max-width: 839px ) {
  .grid-push--four-and-one-half {
    width: 33.3333333333%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .grid-push--four-and-one-half {
    width: 33.3333333333%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 1024px) {
  .grid-push--four-and-one-half {
    width: 25%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

/* =============================================================================
   The inset inset new new new new wrapper, pushes no columns in on large -- my addition for articles in Staff Page
   ========================================================================== */

@media all and (min-width: 540px) and (max-width: 839px ) {
  .grid-push--none {
    width: 100%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .grid-push--none {
    width: 100%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 1024px) {
  .grid-push--none {
    width: 100%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

/* =============================================================================
   Pull the wrapper, pull two columns in on large.
   ========================================================================== */

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .grid-pull--two {
    margin-right: -14.2857142857%;
    margin-left: -14.2857142857%;
    padding-right: 14.2857142857%;
    padding-left: 14.2857142857%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1024px) {
  .grid-pull--two {
    margin-right: -25%;
    margin-left: -25%;
    padding-right: 25%;
    padding-left: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* =============================================================================
   
   ========================================================================== */

.wide-wrapper {
  min-width: 270px;
  margin: 0 25px;
}

@media all and (min-width: 840px) {
  .wide-wrapper {
    margin: 0 50px;
  }
}

/* =============================================================================
   Full width, adds the correct grid gutters to any full with element.
   ========================================================================== */

.full-width,
.followWrap,
.full-wrap {
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
  /* my addition here for push--three  */
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .full-width,
  .followWrap,
  .full-wrap {
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .full-width,
  .followWrap,
  .full-wrap {
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }
}

@media all and (min-width: 1024px) {
  .full-width,
  .followWrap,
  .full-wrap {
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }
}

.inset-wrapper .full-width,
.inset-wrapper .followWrap,
.grid-push--two .full-width,
.grid-push--two .followWrap,
.grid-push--three .full-width,
.grid-push--three .followWrap,
.grid-push--four .full-width,
.grid-push--four .followWrap,
.inset-wrapper .full-wrap,
.grid-push--two .full-wrap,
.grid-push--three .full-wrap,
.grid-push--four .full-wrap {
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .inset-wrapper .full-width,
  .inset-wrapper .followWrap,
  .grid-push--two .full-width,
  .grid-push--two .followWrap,
  .grid-push--three .full-width,
  .grid-push--three .followWrap,
  .grid-push--four .full-width,
  .grid-push--four .followWrap,
  .inset-wrapper .full-wrap,
  .grid-push--two .full-wrap,
  .grid-push--three .full-wrap,
  .grid-push--four .full-wrap {
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .inset-wrapper .full-width,
  .inset-wrapper .followWrap,
  .grid-push--two .full-width,
  .grid-push--two .followWrap,
  .grid-push--three .full-width,
  .grid-push--three .followWrap,
  .grid-push--four .full-width,
  .grid-push--four .followWrap,
  .inset-wrapper .full-wrap,
  .grid-push--two .full-wrap,
  .grid-push--three .full-wrap,
  .grid-push--four .full-wrap {
    margin-left: 1.1574074074%;
    margin-right: 1.1574074074%;
  }
}

@media all and (min-width: 1024px) {
  .inset-wrapper .full-width,
  .inset-wrapper .followWrap,
  .grid-push--two .full-width,
  .grid-push--two .followWrap,
  .grid-push--three .full-width,
  .grid-push--three .followWrap,
  .grid-push--four .full-width,
  .grid-push--four .followWrap,
  .inset-wrapper .full-wrap,
  .grid-push--two .full-wrap,
  .grid-push--three .full-wrap,
  .grid-push--four .full-wrap {
    margin-left: 1.1574074074%;
    margin-right: 1.1574074074%;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

/*@import "layout/menu";
@import "layout/teasers";*/

/*
* Layouts for lists, UL's and DL's etc.
*/

.dl .dl__item,
.dl dt,
.dl dd {
  width: 45.3703703704%;
  float: left;
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .dl .dl__item,
  .dl dt,
  .dl dd {
    width: 46.9135802469%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }

  .grid-push--two .dl .dl__item,
  .grid-push--two .dl dt,
  .grid-push--two .dl dd {
    width: 46.9135802469%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .dl .dl__item,
  .dl dt,
  .dl dd {
    width: 20.1646090535%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .grid-push--two .dl .dl__item,
  .grid-push--two .dl dt,
  .grid-push--two .dl dd {
    width: 47.3544973545%;
    float: left;
    margin-left: 1.3227513228%;
    margin-right: 1.3227513228%;
  }
}

@media all and (min-width: 1024px) {
  .dl .dl__item,
  .dl dt,
  .dl dd {
    width: 23.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .grid-push--two .dl .dl__item,
  .grid-push--two .dl dt,
  .grid-push--two .dl dd {
    width: 22.6851851852%;
    float: left;
    margin-left: 1.1574074074%;
    margin-right: 1.1574074074%;
  }
}

@media all and (min-width: 1024px) {
  .dl--half-half .dl__item,
  .dl--half-half dt,
  .dl--half-half dd {
    width: 23.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .grid-push--two .dl--half-half .dl__item,
  .grid-push--two .dl--half-half dt,
  .grid-push--two .dl--half-half dd {
    width: 47.6851851852%;
    float: left;
    margin-left: 1.1574074074%;
    margin-right: 1.1574074074%;
  }
}

.dl--full-list .dl__item,
.dl--full-list dt,
.dl--full-list dd {
  width: 100% !important;
}

/* =============================================================================
   Layout the search results
   ========================================================================== */

.search-results__main {
  width: 95.3703703704%;
  float: left;
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .search-results__main {
    width: 96.9135802469%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .search-results__main {
    width: 64.6090534979%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }
}

@media all and (min-width: 1024px) {
  .search-results__main {
    width: 65.1234567901%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }
}

.search-results__aside {
  width: 95.3703703704%;
  float: left;
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .search-results__aside {
    width: 96.9135802469%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .search-results__aside {
    width: 31.2757201646%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }
}

@media all and (min-width: 1024px) {
  .search-results__aside {
    width: 31.7901234568%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }
}

/*@import "layout/article";*/

/*
* Span overides, we can use these to adjust 
* layouts without having to create a new one.
*/

@media all and (min-width: 1024px) {
  .l-span-1 {
    width: 6.7901234568%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .l-span-2 {
    width: 15.1234567901%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .l-span-3 {
    width: 23.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .l-span-4 {
    width: 31.7901234568%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .l-span-5 {
    width: 40.1234567901%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .l-span-6 {
    width: 48.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .l-span-7 {
    width: 56.7901234568%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .l-span-8 {
    width: 65.1234567901%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .l-span-9 {
    width: 73.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .l-span-10 {
    width: 81.7901234568%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .l-span-11 {
    width: 90.1234567901%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .l-span-12 {
    width: 98.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .content-grid-layout .l-span-1,
  .content-4col-layout .l-span-1,
  .content-3col-layout .l-span-1,
  .content-2col-layout .l-span-1,
  .content-1col-layout .l-span-1 {
    width: 6.7901234568%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .content-grid-layout .l-span-2,
  .content-4col-layout .l-span-2,
  .content-3col-layout .l-span-2,
  .content-2col-layout .l-span-2,
  .content-1col-layout .l-span-2 {
    width: 15.1234567901%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .content-grid-layout .l-span-3,
  .content-4col-layout .l-span-3,
  .content-3col-layout .l-span-3,
  .content-2col-layout .l-span-3,
  .content-1col-layout .l-span-3 {
    width: 23.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .content-grid-layout .l-span-4,
  .content-4col-layout .l-span-4,
  .content-3col-layout .l-span-4,
  .content-2col-layout .l-span-4,
  .content-1col-layout .l-span-4 {
    width: 31.7901234568%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .content-grid-layout .l-span-5,
  .content-4col-layout .l-span-5,
  .content-3col-layout .l-span-5,
  .content-2col-layout .l-span-5,
  .content-1col-layout .l-span-5 {
    width: 40.1234567901%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .content-grid-layout .l-span-6,
  .content-4col-layout .l-span-6,
  .content-3col-layout .l-span-6,
  .content-2col-layout .l-span-6,
  .content-1col-layout .l-span-6 {
    width: 48.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .content-grid-layout .l-span-7,
  .content-4col-layout .l-span-7,
  .content-3col-layout .l-span-7,
  .content-2col-layout .l-span-7,
  .content-1col-layout .l-span-7 {
    width: 56.7901234568%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .content-grid-layout .l-span-8,
  .content-4col-layout .l-span-8,
  .content-3col-layout .l-span-8,
  .content-2col-layout .l-span-8,
  .content-1col-layout .l-span-8 {
    width: 65.1234567901%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .content-grid-layout .l-span-9,
  .content-4col-layout .l-span-9,
  .content-3col-layout .l-span-9,
  .content-2col-layout .l-span-9,
  .content-1col-layout .l-span-9 {
    width: 73.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .content-grid-layout .l-span-10,
  .content-4col-layout .l-span-10,
  .content-3col-layout .l-span-10,
  .content-2col-layout .l-span-10,
  .content-1col-layout .l-span-10 {
    width: 81.7901234568%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .content-grid-layout .l-span-11,
  .content-4col-layout .l-span-11,
  .content-3col-layout .l-span-11,
  .content-2col-layout .l-span-11,
  .content-1col-layout .l-span-11 {
    width: 90.1234567901%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }

  .content-grid-layout .l-span-12,
  .content-4col-layout .l-span-12,
  .content-3col-layout .l-span-12,
  .content-2col-layout .l-span-12,
  .content-1col-layout .l-span-12 {
    width: 98.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .m-span-1 {
    width: 9.0534979424%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .m-span-2 {
    width: 20.1646090535%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .m-span-3 {
    width: 31.2757201646%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .m-span-4 {
    width: 42.3868312757%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .m-span-5 {
    width: 53.4979423868%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .m-span-6 {
    width: 64.6090534979%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .m-span-7 {
    width: 75.7201646091%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .m-span-8 {
    width: 86.8312757202%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .m-span-9 {
    width: 97.9423868313%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .content-grid-layout .m-span-1,
  .content-4col-layout .m-span-1,
  .content-3col-layout .m-span-1,
  .content-2col-layout .m-span-1,
  .content-1col-layout .m-span-1 {
    width: 9.0534979424%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .content-grid-layout .m-span-2,
  .content-4col-layout .m-span-2,
  .content-3col-layout .m-span-2,
  .content-2col-layout .m-span-2,
  .content-1col-layout .m-span-2 {
    width: 20.1646090535%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .content-grid-layout .m-span-3,
  .content-4col-layout .m-span-3,
  .content-3col-layout .m-span-3,
  .content-2col-layout .m-span-3,
  .content-1col-layout .m-span-3 {
    width: 31.2757201646%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .content-grid-layout .m-span-4,
  .content-4col-layout .m-span-4,
  .content-3col-layout .m-span-4,
  .content-2col-layout .m-span-4,
  .content-1col-layout .m-span-4 {
    width: 42.3868312757%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .content-grid-layout .m-span-5,
  .content-4col-layout .m-span-5,
  .content-3col-layout .m-span-5,
  .content-2col-layout .m-span-5,
  .content-1col-layout .m-span-5 {
    width: 53.4979423868%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .content-grid-layout .m-span-6,
  .content-4col-layout .m-span-6,
  .content-3col-layout .m-span-6,
  .content-2col-layout .m-span-6,
  .content-1col-layout .m-span-6 {
    width: 64.6090534979%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .content-grid-layout .m-span-7,
  .content-4col-layout .m-span-7,
  .content-3col-layout .m-span-7,
  .content-2col-layout .m-span-7,
  .content-1col-layout .m-span-7 {
    width: 75.7201646091%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .content-grid-layout .m-span-8,
  .content-4col-layout .m-span-8,
  .content-3col-layout .m-span-8,
  .content-2col-layout .m-span-8,
  .content-1col-layout .m-span-8 {
    width: 86.8312757202%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .content-grid-layout .m-span-9,
  .content-4col-layout .m-span-9,
  .content-3col-layout .m-span-9,
  .content-2col-layout .m-span-9,
  .content-1col-layout .m-span-9 {
    width: 97.9423868313%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .s-span-1 {
    width: 13.5802469136%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }

  .s-span-2 {
    width: 30.2469135802%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }

  .s-span-3 {
    width: 46.9135802469%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }

  .s-span-4 {
    width: 63.5802469136%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }

  .s-span-5 {
    width: 80.2469135802%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }

  .s-span-6 {
    width: 96.9135802469%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }

  .content-grid-layout .s-span-1,
  .content-4col-layout .s-span-1,
  .content-3col-layout .s-span-1,
  .content-2col-layout .s-span-1,
  .content-1col-layout .s-span-1 {
    width: 13.5802469136%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }

  .content-grid-layout .s-span-2,
  .content-4col-layout .s-span-2,
  .content-3col-layout .s-span-2,
  .content-2col-layout .s-span-2,
  .content-1col-layout .s-span-2 {
    width: 30.2469135802%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }

  .content-grid-layout .s-span-3,
  .content-4col-layout .s-span-3,
  .content-3col-layout .s-span-3,
  .content-2col-layout .s-span-3,
  .content-1col-layout .s-span-3 {
    width: 46.9135802469%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }

  .content-grid-layout .s-span-4,
  .content-4col-layout .s-span-4,
  .content-3col-layout .s-span-4,
  .content-2col-layout .s-span-4,
  .content-1col-layout .s-span-4 {
    width: 63.5802469136%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }

  .content-grid-layout .s-span-5,
  .content-4col-layout .s-span-5,
  .content-3col-layout .s-span-5,
  .content-2col-layout .s-span-5,
  .content-1col-layout .s-span-5 {
    width: 80.2469135802%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }

  .content-grid-layout .s-span-6,
  .content-4col-layout .s-span-6,
  .content-3col-layout .s-span-6,
  .content-2col-layout .s-span-6,
  .content-1col-layout .s-span-6 {
    width: 96.9135802469%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }
}

/*
 * [7] Objects
*/

/*
* Media Object - Aligns an image next to a block of text.
*/

.media {
  overflow: hidden;
}

.media__body {
  overflow: hidden;
}

.media__figure {
  float: left;
  margin-right: 15px;
}

.media__figure img {
  display: block;
}

.media__figure--rev {
  float: right;
  margin-left: 30px;
}

.media--widescreen .media__figure {
  width: 50%;
  margin-right: 30px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 1300px;
  max-width: 1300px;
  display: block;
  overflow: hidden;
  position: relative;
}

.media--widescreen .media__figure img {
  display: none;
}

.media--widescreen .media__figure:before {
  padding-bottom: 56.25%;
  content: "";
  display: block;
  width: 100%;
}

/*
* Flex-box alternative
*/

.fb-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fb-media__figure {
  margin-right: 30px;
}

.fb-media__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*
* Flag Object - Aligns an image vertically next to a block of text.
*/

.flag {
  display: table;
  width: 100%;
}

.flag__figure,
.flag__body {
  display: table-cell;
  vertical-align: middle;
}

.flag--top .flag__figure,
.flag--top .flag__body {
  vertical-align: top;
}

.flag--bottom .flag__figure,
.flag--bottom .flag__body {
  vertical-align: bottom;
}

.flag__figure {
  padding-right: 30px;
}

.flag__figure > img {
  display: block;
  max-width: none;
}

.flag__figure--rev .flag__figure {
  padding-right: 0;
  padding-left: 30px;
}

.flag__body {
  width: 100%;
}

/*
* Creates an inline list, typically used to hold menu items and charm icons.
*/

.list-inline,
.tag-list,
.name-list,
.header__charms {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-inline > li,
.tag-list > li,
.name-list > li,
.header__charms > li {
  display: inline-block;
}

.list-inline--delimited > li:after,
.tag-list > li:after {
  content: ",";
}

.list-inline--delimited > li:last-child:after,
.tag-list > li:last-child:after {
  content: "";
}

.list-inline--slashes > li:after,
.name-list > li:after {
  content: " //";
}

.list-inline--slashes > li:last-child:after,
.name-list > li:last-child:after {
  content: "";
}

/*
* Creates an block list, bocky text lists.
*/

.list-block,
.site-map--footer,
.social-hubs--footer,
.breadcrumb nav.secondary-nav > ul li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-block > li,
.site-map--footer > li,
.social-hubs--footer > li,
.breadcrumb nav.secondary-nav > ul li > ul > li {
  display: inline-block;
}

/*
* Creates an styled list, typically used in body content.
*/

.list-styled {
  list-style: square;
  list-style-position: inside;
  padding: 0;
}

.list-reset,
.list-links,
.list-dates {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-logo {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 110px;
  height: 25px;
  background-image: url('../img/svg/sprite/logo.svg');
  background-size: 100% 100%;
  /* svg-background('logo.svg', 110, 25); */
  margin: 0;
}

.site-logo::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .site-logo {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .site-logo {
  background-image: url('../img/raster/svg-png/sprite/logo.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 540px) {
  .site-logo {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 170px;
    height: 38px;
    background-image: url('../img/svg/sprite/logo.svg');
    background-size: 100% 100%;
    /* svg-background('logo.svg', 170, 38); */
  }

  .site-logo::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .site-logo {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .site-logo {
    background-image: url('../img/raster/svg-png/sprite/logo.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }
}

.press-logo {
  position: relative;
  text-indent: -2000em;
  margin: 0;
}

@media all and (min-width: 540px) {
  .press-logo {
    text-indent: 0em;
  }
}

.press-logo:before {
  content: "";
  background-image: url('../img/svg/sprite/logo-gs-press.svg');
  background-size: 100% 100%;
  /* svg-background('logo-gs-press.svg', 80, 4); */
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -2000em;
}

.lt-ie9 .press-logo:before {
  background-image: url('../img/raster/svg-png/sprite/logo-gs-press.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .press-logo:before {
    width: 60px;
    height: 60px;
    text-indent: 0em;
    margin-top: -11px;
  }
}

@media all and (min-width: 840px) {
  .press-logo:before {
    width: 80px;
    height: 80px;
    text-indent: 0em;
  }
}

.prize-logo {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 115px;
  height: 53px;
  background-image: url('../img/svg/sprite/logo-gs-prize.svg');
  background-size: 100% 100%;
  /* svg-background('logo-gs-prize.svg', 115, 53); */
  margin: 0;
}

.prize-logo::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .prize-logo {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .prize-logo {
  background-image: url('../img/raster/svg-png/sprite/logo-gs-prize.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 540px) {
  .prize-logo {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 115px;
    height: 53px;
    background-image: url('../img/svg/sprite/logo-gs-prize.svg');
    background-size: 100% 100%;
    /* svg-background('logo-gs-prize.svg', 115, 53); */
  }

  .prize-logo::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .prize-logo {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .prize-logo {
    background-image: url('../img/raster/svg-png/sprite/logo-gs-prize.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }
}

.site-logo--prize,
.statesman-logo {
  display: inline-block;
}

.site-logo--prize {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 90px;
  height: 20px;
  background-image: url('../img/svg/sprite/logo.svg');
  background-size: 100% 100%;
  /* svg-background('logo.svg', 90, 20); */
  display: none;
}

.site-logo--prize::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .site-logo--prize {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .site-logo--prize {
  background-image: url('../img/raster/svg-png/sprite/logo.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 840px) {
  .site-logo--prize {
    display: inline-block;
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 170px;
    height: 38px;
    background-image: url('../img/svg/sprite/logo.svg');
    background-size: 100% 100%;
    /* svg-background('logo.svg', 170, 38); */
  }

  .site-logo--prize::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .site-logo--prize {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .site-logo--prize {
    background-image: url('../img/raster/svg-png/sprite/logo.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }
}

.statesman-logo {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 110px;
  height: 23px;
  background-image: url('../img/svg/sprite/logo-new-statesman.svg');
  background-size: 100% 100%;
  /* svg-background('logo-new-statesman.svg', 110, 23); */
}

.statesman-logo::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .statesman-logo {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .statesman-logo {
  background-image: url('../img/raster/svg-png/sprite/logo-new-statesman.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 540px) {
  .statesman-logo {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 160px;
    height: 34px;
    background-image: url('../img/svg/sprite/logo-new-statesman.svg');
    background-size: 100% 100%;
    /* svg-background('logo-new-statesman.svg', 160, 34); */
  }

  .statesman-logo::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .statesman-logo {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .statesman-logo {
    background-image: url('../img/raster/svg-png/sprite/logo-new-statesman.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }
}

@media all and (min-width: 840px) {
  .statesman-logo {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 180px;
    height: 38px;
    background-image: url('../img/svg/sprite/logo-new-statesman.svg');
    background-size: 100% 100%;
    /* svg-background('logo-new-statesman.svg', 180, 38); */
  }

  .statesman-logo::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .statesman-logo {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .statesman-logo {
    background-image: url('../img/raster/svg-png/sprite/logo-new-statesman.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }
}

.logo-spacer {
  width: 1px;
  background-color: #d6d6d6;
  margin: 0 10px;
  height: 36px;
  display: none;
}

@media all and (min-width: 840px) {
  .logo-spacer {
    margin: 0 40px;
    display: inline-block;
  }
}

/*
* Panel variations
*/

.inset {
  margin: -10px 10px 0 10px;
}

/*
* Text block
*
* A block of text with padding and a background.
*/

.block-text {
  display: inline-block;
  padding: 8px 30px;
}

.block-text--dark {
  background: #333;
  color: #FFF;
}

/*
* Panel
*
* A block of text with padding and a background.
*/

.panel {
  padding: 1px 30px 30px;
  position: relative;
}

.panel-white {
  background: #FFF;
}

.panel-dark {
  background: #333;
}

.panel-grey {
  background: #f7f7f7;
}

/*
* Action link
*
* A link with keyline and arrow
*/

.action-link {
  border-top: 1px solid #E3E3E3;
  display: block;
  width: 100%;
  margin-top: 36px;
  margin-top: 2.25rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  position: relative;
}

.action-link:after {
  display: inline-block;
  content: '';
  width: 24px;
  height: 9px;
  position: absolute;
  display: block;
  margin-left: -12px;
  left: 50%;
  margin-top: -4.5px;
  top: 50%;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 24px;
  height: 8px;
  background-image: url('../img/svg/sprite/icon-more-666.svg');
  background-size: 100% 100%;
  /* svg-background('icon-more-666.svg', 24, 8); */
  right: 0;
  left: auto;
  top: 78%;
  margin-top: -7.5px;
}

.action-link:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .action-link:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .action-link:after {
  background-image: url('../img/raster/svg-png/sprite/icon-more-666.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/*
* Admin link
*
* A link to the cms
*/

.admin-link {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #CCC;
  position: relative;
}

.admin-link--events {
  display: none;
  position: absolute;
  right: 0;
  top: 25px;
  color: #666;
}

@media all and (min-width: 840px) {
  .admin-link--events {
    display: block;
  }
}

/*
* Button styles
*
* General button styles
*/

.btn,
button,
button.btn,
input.submit {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19.9995px;
  line-height: 1.24996875rem;
  padding: 15px 40px 17px 40px;
  padding: 0.9375rem 2.5rem 1.0625rem 2.5rem;
  background: #FFF;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.btn:hover,
button:hover,
input.submit:hover {
  color: #000;
}

@media all and (min-width: 840px) {
  .btn,
  button,
  button.btn,
  input.submit {
    padding: 15px 40px 17px 40px;
    padding: 0.9375rem 2.5rem 1.0625rem 2.5rem;
  }
}

.btn--tag {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20.0004px;
  line-height: 1.250025rem;
  padding: 14px 20px 14px 20px;
  padding: 0.875rem 1.25rem 0.875rem 1.25rem;
}

.btn--dark,
button,
button.btn,
input.submit {
  color: white;
  background-color: #333;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.btn--dark:focus,
button:focus,
input.submit:focus,
.btn--dark:hover,
button:hover,
input.submit:hover {
  color: #000;
  background-color: #fed100;
}

.btn--bright {
  color: rgba(255, 255, 255, 0.9);
  background-color: #cd4371;
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}

.btn--bright:focus,
.btn--bright:hover {
  color: #FFF;
}

.btn--dull {
  background-color: #666;
  color: rgba(255, 255, 255, 0.8);
}

.btn--dull:hover,
.btn--dull:focus {
  color: #FFF;
}

.btn--gold {
  background-color: #fed100;
  color: #333;
}

.btn--mid {
  color: #1c1c1c;
  background-color: #E3E3E3;
}

.btn--bottom-left {
  background-color: #fed100;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 10px;
  height: 20px;
  background-image: url('../img/svg/sprite/button-play.svg');
  background-size: 100% 100%;
  /* svg-background('button-play.svg', 10, 20); */
}

.btn--bottom-left::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .btn--bottom-left {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .btn--bottom-left {
  background-image: url('../img/raster/svg-png/sprite/button-play.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.btn--bottom-left:after {
  display: inline-block;
  content: '';
  width: 64px;
  height: 64px;
  position: absolute;
  display: block;
  margin-left: -32px;
  left: 50%;
  margin-top: -32px;
  top: 50%;
}

.btn--block {
  display: block;
}

.btn--video:after {
  margin: -10px 0 0 -5px;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 10px;
  height: 20px;
  background-image: url('../img/svg/sprite/button-play.svg');
  background-size: 100% 100%;
  /* svg-background('button-play.svg', 10, 20); */
}

.btn--video:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .btn--video:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .btn--video:after {
  background-image: url('../img/raster/svg-png/sprite/button-play.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.btn--speaker:after {
  margin: -14px 0 0 -14px;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 40px;
  height: 29px;
  background-image: url('../img/svg/sprite/button-speaker.svg');
  background-size: 100% 100%;
  /* svg-background('button-speaker.svg', 40, 29); */
}

.btn--speaker:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .btn--speaker:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .btn--speaker:after {
  background-image: url('../img/raster/svg-png/sprite/button-speaker.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.btn--outline {
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  background: transparent;
  border: 1px solid #666;
  color: #FFF;
}

.btn--outline:hover {
  color: #FFF;
  border-color: gray;
}

.btn--one-line {
  white-space: nowrap;
}

.btn--load-more {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: block;
  border: 1px solid #CCC;
  color: #333;
  font-weight: bold;
  text-align: center;
  background: transparent;
  width: auto;
  clear: left;
  margin-top: 20px;
}

.section--light .btn--load-more {
  border: 1px solid #E3E3E3;
}

@media all and (min-width: 540px) {
  .btn--load-more {
    margin-top: 0;
  }
}

@media all and (min-width: 540px) {
  .btn--mobile {
    display: none;
  }
}

@media all and (max-width: 539px) {
  .btn--not-mobile {
    display: none;
  }
}

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

.btn--centered {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn--top-right {
  position: absolute;
  top: 40px;
  right: 40px;
  margin: 0;
}

.btn--close {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 25px;
  height: 25px;
  background-image: url('../img/svg/sprite/icon-close-FFF.svg');
  background-size: 100% 100%;
  /* svg-background('icon-close-FFF.svg', 25, 25); */
  padding: 0 !important;
  background-color: transparent;
}

.btn--close::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .btn--close {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.btn--close::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .btn--close {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .btn--close {
  background-image: url('../img/raster/svg-png/sprite/icon-close-FFF.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.btn--full-width {
  width: 100%;
}

.btn--video,
.btn--speaker {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  background-color: #fed100;
  width: 64px;
  height: 64px;
  overflow: hidden;
  padding: 0 !important;
  margin-top: 10px;
  position: relative;
  display: none;
  position: absolute;
  bottom: 0;
  left: -64px;
}

.btn--video::before,
.btn--speaker::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .btn--video,
.lt-ie9 .btn--speaker {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 540px) {
  .btn--video,
  .btn--speaker {
    display: block;
  }
}

.btn--video:after,
.btn--speaker:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}

.btn-wrapper--full-width {
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
  width: 95.3703703704%;
  overflow: hidden;
  clear: both;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .btn-wrapper--full-width {
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
    width: 96.9135802469%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .btn-wrapper--full-width {
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
    width: 97.9423868313%;
  }
}

@media all and (min-width: 1024px) {
  .btn-wrapper--full-width {
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
    width: 98.4567901235%;
  }
}

.btn-wrapper--centered {
  text-align: center;
}

.btn-wrapper--breakout {
  margin: 20px 0 0;
}

@media all and (min-width: 840px) {
  .btn-wrapper--breakout {
    margin-bottom: 20px;
  }
}

@media all and (min-width: 840px) {
  .btn-wrapper--breakout {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
}

@media all and (min-width: 540px) {
  .btn-wrapper--breakout .btn,
  .btn-wrapper--breakout button,
  .btn-wrapper--breakout input.submit {
    position: absolute;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

.btn-wrapper--breakout .btn--breakout-left {
  margin: 20px auto 0 auto;
  display: block;
}

@media all and (min-width: 1024px) {
  .btn-wrapper--breakout .btn--breakout-left {
    position: absolute;
    left: 0;
    bottom: 1px;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    margin: 0;
  }
}

.media__play,
.media-block__video__play {
  position: relative;
  overflow: hidden;
}

.media__play:after,
.media-block__video__play:after {
  background: #FFF;
  display: inline-block;
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  display: block;
  margin-left: -35px;
  left: 50%;
  margin-top: -35px;
  top: 50%;
}

@media all and (min-width: 840px) {
  .media__play:after,
  .media-block__video__play:after {
    display: inline-block;
    content: '';
    width: 130px;
    height: 130px;
    position: absolute;
    display: block;
    margin-left: -65px;
    left: 50%;
    margin-top: -65px;
    top: 50%;
  }
}

.media__play:before,
.media-block__video__play:before {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 10px;
  height: 20px;
  background-image: url('../img/svg/sprite/button-play-gray.svg');
  background-size: 100% 100%;
  /* svg-background('button-play-gray.svg', 10, 20); */
  display: inline-block;
  content: '';
  width: 10px;
  height: 19px;
  position: absolute;
  display: block;
  margin-left: -5px;
  left: 50%;
  margin-top: -9.5px;
  top: 50%;
  z-index: 100;
}

.media__play:before::before,
.media-block__video__play:before::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .media__play:before,
.lt-ie9 .media-block__video__play:before {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .media__play:before,
.lt-ie9 .media-block__video__play:before {
  background-image: url('../img/raster/svg-png/sprite/button-play-gray.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 840px) {
  .media__play:before,
  .media-block__video__play:before {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 20px;
    height: 40px;
    background-image: url('../img/svg/sprite/button-play-gray.svg');
    background-size: 100% 100%;
    /* svg-background('button-play-gray.svg', 20, 40); */
    display: inline-block;
    content: '';
    width: 20px;
    height: 37px;
    position: absolute;
    display: block;
    margin-left: -10px;
    left: 50%;
    margin-top: -18.5px;
    top: 50%;
  }

  .media__play:before::before,
  .media-block__video__play:before::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .media__play:before,
  .lt-ie9 .media-block__video__play:before {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .media__play:before,
  .lt-ie9 .media-block__video__play:before {
    background-image: url('../img/raster/svg-png/sprite/button-play-gray.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }
}

.media__play:hover:before,
.media-block__video__play:hover:before {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 10px;
  height: 20px;
  background-image: url('../img/svg/sprite/button-play.svg');
  background-size: 100% 100%;
  /* svg-background('button-play.svg', 10, 20); */
}

.media__play:hover:before::before,
.media-block__video__play:hover:before::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .media__play:hover:before,
.lt-ie9 .media-block__video__play:hover:before {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .media__play:hover:before,
.lt-ie9 .media-block__video__play:hover:before {
  background-image: url('../img/raster/svg-png/sprite/button-play.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 840px) {
  .media__play:hover:before,
  .media-block__video__play:hover:before {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 20px;
    height: 40px;
    background-image: url('../img/svg/sprite/button-play.svg');
    background-size: 100% 100%;
    /* svg-background('button-play.svg', 20, 40); */
  }

  .media__play:hover:before::before,
  .media-block__video__play:hover:before::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .media__play:hover:before,
  .lt-ie9 .media-block__video__play:hover:before {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .media__play:hover:before,
  .lt-ie9 .media-block__video__play:hover:before {
    background-image: url('../img/raster/svg-png/sprite/button-play.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }
}

.media__play:hover:after,
.media-block__video__play:hover:after {
  background: #fed100;
}

.media-block--video-active .media__play,
.media-block--video-active .media-block__video__play {
  display: none;
}

.GeckoChatWidget .ChatContainer.not-active {
  display: none;
}

/*
* Section heading
*/

.accordion__heading,
.section__heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}

@media all and (min-width: 840px) {
  .accordion__heading,
  .section__heading {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 24.999px;
    line-height: 1.5624375rem;
    margin-top: 0px;
    margin-top: 0rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}

.accordion__heading--has-borders,
.section__heading--has-borders {
  font-size: 18px;
  font-size: 1.125rem;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 15px 0;
  margin-top: -1px;
  width: auto;
}

@media all and (min-width: 540px) {
  .accordion__heading--has-borders,
  .section__heading--has-borders {
    width: 100%;
  }
}

.accordion__heading--sticky,
.section__heading--sticky {
  background-color: white;
  margin: 0 0 30px 0;
  padding: 20px 0 20px;
  z-index: 2;
  max-width: 1326px;
  clear: both;
}

.accordion__heading--small,
.section__heading--small {
  font-size: 16px;
  font-size: 1rem;
}

@media all and (max-width: 539px) {
  .accordion__heading--no-mobile,
  .section__heading--no-mobile {
    margin: 0;
  }

  .accordion__heading--no-mobile > span,
  .section__heading--no-mobile > span {
    display: none;
  }
}

.section-events--embed .accordion__heading--sticky,
.section-events--embed .section__heading--sticky {
  background-color: #f6f7f7;
}

.section--dark .accordion__heading,
.section--dark .section__heading {
  color: #FFF;
}

.accordion--inline .accordion__heading,
.accordion--inline .section__heading {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 30px 0;
  margin: -1px 0 0 0;
}

.section--accordion .accordion__heading,
.section--accordion .section__heading {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 30px 0;
  margin: -1px 0 0 0;
}

.rich-content-section .section__heading {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: left;
  padding: 0;
}

/***
** Banner headings
***/

.u-heading {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

@media all and (min-width: 540px) {
  .u-heading {
    font-size: 3.5rem;
    margin-bottom: 8px;
  }
}

@media all and (min-width: 1024px) {
  .u-heading {
    font-size: 5.5rem;
    margin-bottom: 25px;
  }
}

@media all and (min-width: 540px) {
  .u-heading--wrappable {
    line-height: 3.5rem;
  }
}

@media all and (min-width: 1024px) {
  .u-heading--wrappable {
    width: 60%;
    line-height: 5.5rem;
  }
}

.u-heading-medium {
  position: relative;
  z-index: 1;
  margin: 0;
  text-shadow: 0 1px 1px rgba(236, 67, 113, 0.25);
  padding-left: 10px;
}

/***
** CONTAINER FOR FIXED HEADING ON EVENTS
***/

.followWrap {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

/*
* Icons, generic
*/

.icon {
  position: relative;
  /*
	* Types
	*/
  /*
	* Icons
	*/
  /*
	* Alignments
	*/
}

.icon:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  display: block;
  margin-left: -5px;
  left: 50%;
  margin-top: -5px;
  top: 50%;
}

.icon--form {
  background-position: 98% 50%;
  background-size: 13px 13px !important;
  background-repeat: no-repeat;
}

.icon--result:after {
  display: inline-block;
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  display: block;
  margin-left: -6.5px;
  left: 50%;
  margin-top: -6.5px;
  top: 50%;
  position: absolute;
  left: 6px;
  top: 14px;
}

.icon-programme.icon--form {
  background-image: url('../img/svg/sprite/icon-result-programme-666.svg');
  background-size: 100% 100%;
  /* svg-background('icon-result-programme-666.svg', 13, 15); */
}

.lt-ie9 .icon-programme.icon--form {
  background-image: url('../img/raster/svg-png/sprite/icon-result-programme-666.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.icon-programme:after {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 13px;
  height: 15px;
  background-image: url('../img/svg/sprite/icon-result-programme-666.svg');
  background-size: 100% 100%;
  /* svg-background('icon-result-programme-666.svg', 13, 15); */
}

.icon-programme:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .icon-programme:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .icon-programme:after {
  background-image: url('../img/raster/svg-png/sprite/icon-result-programme-666.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.icon-news.icon--form {
  background-image: url('../img/svg/sprite/icon-result-news-666.svg');
  background-size: 100% 100%;
  /* svg-background('icon-result-news-666.svg', 13, 13); */
}

.lt-ie9 .icon-news.icon--form {
  background-image: url('../img/raster/svg-png/sprite/icon-result-news-666.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.icon-news:after {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 13px;
  height: 13px;
  background-image: url('../img/svg/sprite/icon-result-news-666.svg');
  background-size: 100% 100%;
  /* svg-background('icon-result-news-666.svg', 13, 13); */
}

.icon-news:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .icon-news:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .icon-news:after {
  background-image: url('../img/raster/svg-png/sprite/icon-result-news-666.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.icon-event.icon--form {
  background-image: url('../img/svg/sprite/icon-result-event-666.svg');
  background-size: 100% 100%;
  /* svg-background('icon-result-event-666.svg', 13, 13); */
}

.lt-ie9 .icon-event.icon--form {
  background-image: url('../img/raster/svg-png/sprite/icon-result-event-666.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.icon-event:after {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 13px;
  height: 13px;
  background-image: url('../img/svg/sprite/icon-result-event-666.svg');
  background-size: 100% 100%;
  /* svg-background('icon-result-event-666.svg', 13, 13); */
}

.icon-event:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .icon-event:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .icon-event:after {
  background-image: url('../img/raster/svg-png/sprite/icon-result-event-666.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.icon-staff.icon--form {
  background-image: url('../img/svg/sprite/icon-result-staff-666.svg');
  background-size: 100% 100%;
  /* svg-background('icon-result-staff-666.svg', 13, 15); */
}

.lt-ie9 .icon-staff.icon--form {
  background-image: url('../img/raster/svg-png/sprite/icon-result-staff-666.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.icon-staff:after {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 13px;
  height: 15px;
  background-image: url('../img/svg/sprite/icon-result-staff-666.svg');
  background-size: 100% 100%;
  /* svg-background('icon-result-staff-666.svg', 13, 15); */
}

.icon-staff:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .icon-staff:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .icon-staff:after {
  background-image: url('../img/raster/svg-png/sprite/icon-result-staff-666.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.icon-plus {
  cursor: pointer;
}

.icon-plus:after {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 13px;
  height: 13px;
  background-image: url('../img/svg/sprite/icon-plus-999.svg');
  background-size: 100% 100%;
  /* svg-background('icon-plus-999.svg', 13, 13); */
}

.icon-plus:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .icon-plus:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .icon-plus:after {
  background-image: url('../img/raster/svg-png/sprite/icon-plus-999.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.icon--right:after {
  right: 0;
  left: auto;
}

.icon--left:after {
  left: 0;
  right: auto;
}

/*
 * [8] Components
*/

.header {
  padding: 0;
}

.header__link {
  display: block;
  float: left;
  width: 110px;
}

@media all and (min-width: 840px) {
  .header__link {
    width: 170px;
  }
}

.header__logo {
  float: left;
  margin-top: 32px;
}

body.goldsmiths-prize .header__logo {
  margin-bottom: 32px;
}

.header__logo-group {
  float: right;
  margin-top: 7px;
}

.header__charms {
  float: right;
  margin-left: -15px;
  /* brand new addition */
  margin-right: -19px;
}

.header__charms > li {
  height: 89px;
  line-height: 89px;
  padding: 0;
  float: left;
}

@media all and (min-width: 840px) {
  .header__charms > li {
    height: 102px;
    line-height: 102px;
  }
}

.header__charms > li:last-child {
  margin-right: -31px !important;
  padding-right: 31px !important;
}

.header__charm {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  display: block;
  position: relative;
  width: 30px;
  height: 89px;
}

.header__charm::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .header__charm {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 840px) {
  .header__charm {
    height: 102px;
  }
}

.tabbing .header__charm:focus {
  height: 81px;
  top: 4px;
  background-color: #2b2b2b;
}

@media all and (min-width: 840px) {
  .tabbing .header__charm:focus {
    height: 94px;
  }
}

.tabbing .header__charm.charm-menu:focus {
  right: -2px;
}

@media all and (min-width: 840px) {
  .tabbing .header__charm.charm-menu:focus {
    right: 4px;
  }
}

.header-container {
  background: #FFF;
}

.staff-students-open .header__charm--text,
.menu-open .charm-menu,
.menu-open .header__charms li:last-child {
  background: #2b2b2b;
}

.search-open .charm-search {
  background: #333;
}

.header__charms li:last-child {
  margin-right: -31px !important;
  padding-right: 31px !important;
}

@media (hover: hover) {
  .header__charms li a:hover,
  .header__charms li:last-child:hover {
    background: #2b2b2b;
  }

  .header__charms > li a.charm-search:hover,
  .search-open .charm-search {
    background: #333;
  }
}

.header__charm--text {
  width: 46px;
}

.header__charm--text:after {
  display: inline-block;
  content: '';
  width: 30px;
  height: 22px;
  position: absolute;
  display: block;
  margin-left: -15px;
  left: 50%;
  margin-top: -11px;
  top: 50%;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 30px;
  height: 23px;
  background-image: url('../img/svg/sprite/charm-menu-staff-students-mobile.svg');
  background-size: 100% 100%;
  /* svg-background('charm-menu-staff-students-mobile.svg', 30, 23); */
}

.header__charm--text:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .header__charm--text:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .header__charm--text:after {
  background-image: url('../img/raster/svg-png/sprite/charm-menu-staff-students-mobile.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.staff-students-open .header__charm--text:after {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 30px;
  height: 23px;
  background-image: url('../img/svg/sprite/charm-menu-staff-students-active-mobile.svg');
  background-size: 100% 100%;
  /* svg-background('charm-menu-staff-students-active-mobile.svg', 30, 23); */
}

.staff-students-open .header__charm--text:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .staff-students-open .header__charm--text:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .staff-students-open .header__charm--text:after {
  background-image: url('../img/raster/svg-png/sprite/charm-menu-staff-students-active-mobile.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.tabbing .header__charm--text:focus::after {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 30px;
  height: 23px;
  background-image: url('../img/svg/sprite/charm-menu-staff-students-active-mobile.svg');
  background-size: 100% 100%;
  /* svg-background('charm-menu-staff-students-active-mobile.svg', 30, 23); */
}

.tabbing .header__charm--text:focus::after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .tabbing .header__charm--text:focus::after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .tabbing .header__charm--text:focus::after {
  background-image: url('../img/raster/svg-png/sprite/charm-menu-staff-students-active-mobile.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media (hover: hover) {
  .header__charm--text:hover::after {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 30px;
    height: 23px;
    background-image: url('../img/svg/sprite/charm-menu-staff-students-active-mobile.svg');
    background-size: 100% 100%;
    /* svg-background('charm-menu-staff-students-active-mobile.svg', 30, 23); */
  }

  .header__charm--text:hover::after::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .header__charm--text:hover::after {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .header__charm--text:hover::after {
    background-image: url('../img/raster/svg-png/sprite/charm-menu-staff-students-active-mobile.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }
}

@media all and (min-width: 840px) {
  .header__charm--text {
    width: 199px;
  }

  .header__charm--text:after {
    display: inline-block;
    content: '';
    width: 161px;
    height: 24px;
    position: absolute;
    display: block;
    margin-left: -80.5px;
    left: 50%;
    margin-top: -12px;
    top: 50%;
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 161px;
    height: 24px;
    background-image: url('../img/svg/sprite/charm-menu-staff-students.svg');
    background-size: 100% 100%;
    /* svg-background('charm-menu-staff-students.svg', 161, 24); */
  }

  .header__charm--text:after::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .header__charm--text:after {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .header__charm--text:after {
    background-image: url('../img/raster/svg-png/sprite/charm-menu-staff-students.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .staff-students-open .header__charm--text:after {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 161px;
    height: 24px;
    background-image: url('../img/svg/sprite/charm-menu-staff-students-active.svg');
    background-size: 100% 100%;
    /* svg-background('charm-menu-staff-students-active.svg', 161, 24); */
  }

  .staff-students-open .header__charm--text:after::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .staff-students-open .header__charm--text:after {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .staff-students-open .header__charm--text:after {
    background-image: url('../img/raster/svg-png/sprite/charm-menu-staff-students-active.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .tabbing .header__charm--text:focus::after {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 161px;
    height: 24px;
    background-image: url('../img/svg/sprite/charm-menu-staff-students-active.svg');
    background-size: 100% 100%;
    /* svg-background('charm-menu-staff-students-active.svg', 161, 24); */
  }

  .tabbing .header__charm--text:focus::after::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .tabbing .header__charm--text:focus::after {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .tabbing .header__charm--text:focus::after {
    background-image: url('../img/raster/svg-png/sprite/charm-menu-staff-students-active.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

@media (hover: hover) {
    .header__charm--text:hover::after {
      height: 1em;
      line-height: 1.5;
      overflow: hidden;
      width: 161px;
      height: 24px;
      background-image: url('../img/svg/sprite/charm-menu-staff-students-active.svg');
      background-size: 100% 100%;
      /* svg-background('charm-menu-staff-students-active.svg', 161, 24); */
    }

    .header__charm--text:hover::after::before {
      content: "";
      display: block;
      width: 0;
      height: 100%;
    }

    .lt-ie9 .header__charm--text:hover::after {
      display: block;
      border: 0;
      text-indent: -999em;
      overflow: hidden;
      background-color: transparent;
      background-repeat: no-repeat;
      text-align: left;
      direction: ltr;
    }

    .lt-ie9 .header__charm--text:hover::after {
      background-image: url('../img/raster/svg-png/sprite/charm-menu-staff-students-active.png');
      display: block;
      border: 0;
      text-indent: -999em;
      overflow: hidden;
      background-color: transparent;
      background-repeat: no-repeat;
      text-align: left;
      direction: ltr;
    }
}
}

.charm-search {
  width: 44px;
}

.charm-search:after {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  margin-left: -10px;
  left: 50%;
  margin-top: -10px;
  top: 50%;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background-image: url('../img/svg/sprite/charm-menu-search-mobile.svg');
  background-size: 100% 100%;
  /* svg-background('charm-menu-search-mobile.svg', 20, 20); */
}

.charm-search:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .charm-search:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .charm-search:after {
  background-image: url('../img/raster/svg-png/sprite/charm-menu-search-mobile.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.search-open .charm-search:after {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background-image: url('../img/svg/sprite/charm-menu-search-active-mobile.svg');
  background-size: 100% 100%;
  /* svg-background('charm-menu-search-active-mobile.svg', 20, 20); */
}

.search-open .charm-search:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .search-open .charm-search:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .search-open .charm-search:after {
  background-image: url('../img/raster/svg-png/sprite/charm-menu-search-active-mobile.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.tabbing .charm-search:focus::after {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background-image: url('../img/svg/sprite/charm-menu-search-active-mobile.svg');
  background-size: 100% 100%;
  /* svg-background('charm-menu-search-active-mobile.svg', 20, 20); */
}

.tabbing .charm-search:focus::after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .tabbing .charm-search:focus::after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .tabbing .charm-search:focus::after {
  background-image: url('../img/raster/svg-png/sprite/charm-menu-search-active-mobile.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media (hover: hover) {
  .charm-search:hover::after {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background-image: url('../img/svg/sprite/charm-menu-search-active-mobile.svg');
    background-size: 100% 100%;
    /* svg-background('charm-menu-search-active-mobile.svg', 20, 20); */
  }

  .charm-search:hover::after::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .charm-search:hover::after {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .charm-search:hover::after {
    background-image: url('../img/raster/svg-png/sprite/charm-menu-search-active-mobile.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }
}

@media all and (min-width: 840px) {
  .charm-search {
    width: 126px;
  }

  .charm-search:after {
    display: inline-block;
    content: '';
    width: 88px;
    height: 24px;
    position: absolute;
    display: block;
    margin-left: -44px;
    left: 50%;
    margin-top: -12px;
    top: 50%;
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 88px;
    height: 24px;
    background-image: url('../img/svg/sprite/charm-menu-search.svg');
    background-size: 100% 100%;
    /* svg-background('charm-menu-search.svg', 88, 24); */
  }

  .charm-search:after::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .charm-search:after {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .charm-search:after {
    background-image: url('../img/raster/svg-png/sprite/charm-menu-search.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .search-open .charm-search:after {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 88px;
    height: 24px;
    background-image: url('../img/svg/sprite/charm-menu-search-active.svg');
    background-size: 100% 100%;
    /* svg-background('charm-menu-search-active.svg', 88, 24); */
  }

  .search-open .charm-search:after::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .search-open .charm-search:after {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .search-open .charm-search:after {
    background-image: url('../img/raster/svg-png/sprite/charm-menu-search-active.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .tabbing .charm-search:focus::after {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 88px;
    height: 24px;
    background-image: url('../img/svg/sprite/charm-menu-search-active.svg');
    background-size: 100% 100%;
    /* svg-background('charm-menu-search-active.svg', 88, 24); */
  }

  .tabbing .charm-search:focus::after::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .tabbing .charm-search:focus::after {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .tabbing .charm-search:focus::after {
    background-image: url('../img/raster/svg-png/sprite/charm-menu-search-active.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

@media (hover: hover) {
    .charm-search:hover::after {
      height: 1em;
      line-height: 1.5;
      overflow: hidden;
      width: 88px;
      height: 24px;
      background-image: url('../img/svg/sprite/charm-menu-search-active.svg');
      background-size: 100% 100%;
      /* svg-background('charm-menu-search-active.svg', 88, 24); */
    }

    .charm-search:hover::after::before {
      content: "";
      display: block;
      width: 0;
      height: 100%;
    }

    .lt-ie9 .charm-search:hover::after {
      display: block;
      border: 0;
      text-indent: -999em;
      overflow: hidden;
      background-color: transparent;
      background-repeat: no-repeat;
      text-align: left;
      direction: ltr;
    }

    .lt-ie9 .charm-search:hover::after {
      background-image: url('../img/raster/svg-png/sprite/charm-menu-search-active.png');
      display: block;
      border: 0;
      text-indent: -999em;
      overflow: hidden;
      background-color: transparent;
      background-repeat: no-repeat;
      text-align: left;
      direction: ltr;
    }
}
}

.charm-menu {
  width: 58px;
}

.charm-menu:after {
  display: inline-block;
  content: '';
  width: 22px;
  height: 18px;
  position: absolute;
  display: block;
  margin-left: -11px;
  left: 50%;
  margin-top: -9px;
  top: 50%;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 22px;
  height: 18px;
  background-image: url('../img/svg/sprite/charm-menu-mobile.svg');
  background-size: 100% 100%;
  /* svg-background('charm-menu-mobile.svg', 22, 18); */
}

.charm-menu:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .charm-menu:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .charm-menu:after {
  background-image: url('../img/raster/svg-png/sprite/charm-menu-mobile.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.menu-open .charm-menu:after {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 22px;
  height: 18px;
  background-image: url('../img/svg/sprite/charm-menu-active-mobile.svg');
  background-size: 100% 100%;
  /* svg-background('charm-menu-active-mobile.svg', 22, 18); */
}

.menu-open .charm-menu:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .menu-open .charm-menu:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .menu-open .charm-menu:after {
  background-image: url('../img/raster/svg-png/sprite/charm-menu-active-mobile.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.tabbing .charm-menu:focus::after {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 22px;
  height: 18px;
  background-image: url('../img/svg/sprite/charm-menu-active-mobile.svg');
  background-size: 100% 100%;
  /* svg-background('charm-menu-active-mobile.svg', 22, 18); */
}

.tabbing .charm-menu:focus::after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .tabbing .charm-menu:focus::after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .tabbing .charm-menu:focus::after {
  background-image: url('../img/raster/svg-png/sprite/charm-menu-active-mobile.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media (hover: hover) {
  .charm-menu:hover::after {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 22px;
    height: 18px;
    background-image: url('../img/svg/sprite/charm-menu-active-mobile.svg');
    background-size: 100% 100%;
    /* svg-background('charm-menu-active-mobile.svg', 22, 18); */
  }

  .charm-menu:hover::after::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .charm-menu:hover::after {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .charm-menu:hover::after {
    background-image: url('../img/raster/svg-png/sprite/charm-menu-active-mobile.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }
}

@media all and (min-width: 840px) {
  .charm-menu {
    width: 160px;
    margin-right: -31px;
  }

  .charm-menu:after {
    display: inline-block;
    content: '';
    width: 86px;
    height: 24px;
    position: absolute;
    display: block;
    margin-left: -43px;
    left: 50%;
    margin-top: -12px;
    top: 50%;
    margin-left: -56px;
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 86px;
    height: 25px;
    background-image: url('../img/svg/sprite/charm-menu.svg');
    background-size: 100% 100%;
    /* svg-background('charm-menu.svg', 86, 25); */
  }

  .charm-menu:after::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .charm-menu:after {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .charm-menu:after {
    background-image: url('../img/raster/svg-png/sprite/charm-menu.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .menu-open .charm-menu:after {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 86px;
    height: 25px;
    background-image: url('../img/svg/sprite/charm-menu-active.svg');
    background-size: 100% 100%;
    /* svg-background('charm-menu-active.svg', 86, 25); */
  }

  .menu-open .charm-menu:after::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .menu-open .charm-menu:after {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .menu-open .charm-menu:after {
    background-image: url('../img/raster/svg-png/sprite/charm-menu-active.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .tabbing .charm-menu:focus::after {
    height: 1em;
    line-height: 1.5;
    overflow: hidden;
    width: 86px;
    height: 25px;
    background-image: url('../img/svg/sprite/charm-menu-active.svg');
    background-size: 100% 100%;
    /* svg-background('charm-menu-active.svg', 86, 25); */
  }

  .tabbing .charm-menu:focus::after::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
  }

  .lt-ie9 .tabbing .charm-menu:focus::after {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

  .lt-ie9 .tabbing .charm-menu:focus::after {
    background-image: url('../img/raster/svg-png/sprite/charm-menu-active.png');
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
  }

@media (hover: hover) {
    .charm-menu:hover::after {
      height: 1em;
      line-height: 1.5;
      overflow: hidden;
      width: 86px;
      height: 25px;
      background-image: url('../img/svg/sprite/charm-menu-active.svg');
      background-size: 100% 100%;
      /* svg-background('charm-menu-active.svg', 86, 25); */
    }

    .charm-menu:hover::after::before {
      content: "";
      display: block;
      width: 0;
      height: 100%;
    }

    .lt-ie9 .charm-menu:hover::after {
      display: block;
      border: 0;
      text-indent: -999em;
      overflow: hidden;
      background-color: transparent;
      background-repeat: no-repeat;
      text-align: left;
      direction: ltr;
    }

    .lt-ie9 .charm-menu:hover::after {
      background-image: url('../img/raster/svg-png/sprite/charm-menu-active.png');
      display: block;
      border: 0;
      text-indent: -999em;
      overflow: hidden;
      background-color: transparent;
      background-repeat: no-repeat;
      text-align: left;
      direction: ltr;
    }
}
}

/*
* Footer Grid
*
* None global variable settings.
*/

.footer__meta {
  padding-top: 1.5em;
  clear: both;
}

@media all and (min-width: 1024px) {
  .footer__meta {
    padding-top: 1em;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .footer__meta {
    padding-top: 1em;
  }
}

.footer__copyright {
  color: #CCC;
}

.footer__back-top {
  float: right;
  color: #ffffff;
  /* July 2019 */
}

@media all and (max-width: 539px) {
  .footer__back-top {
    display: none;
  }
}

.footer__back-top:hover {
  /* color:lighten($base-link-color, 10); */
  /* JULY 2019 */
  color: #fed100;
  /* END OF NEW JULY 2019 */
}

.footer__copyright,
.footer__back-top {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media all and (max-width: 539px) {
  .footer__copyright,
  .footer__back-top {
    width: 100%;
  }
}

.footer-container {
  background: #333;
  padding: 50px 0;
  position: relative;
}

.site-map--footer {
  width: 100%;
  float: left;
  /* End of new July 2019 */
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .site-map--footer {
    width: 55.5555555556%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .site-map--footer {
    width: 58.3333333333%;
    float: left;
  }
}

.site-map--footer > li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 15px;
  line-height: 0.9375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: 45.3703703704%;
  float: left;
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
}

.site-map--footer > li:nth-child(2n) {
  float: right;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .site-map--footer > li {
    width: 45.3703703704%;
    float: left;
    margin-left: 2.3148148148%;
    margin-right: 2.3148148148%;
  }

  .site-map--footer > li:nth-child(2n) {
    float: right;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .site-map--footer > li {
    width: 45.3703703704%;
    float: left;
    margin-left: 2.3148148148%;
    margin-right: 2.3148148148%;
  }

  .site-map--footer > li:nth-child(2n) {
    float: right;
  }
}

@media all and (min-width: 1024px) {
  .site-map--footer > li {
    width: 42.3868312757%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }

  .site-map--footer > li:nth-child(2n) {
    float: right;
  }
}

.site-map--footer a {
  /* @extend %underline-on-hover; */
  /* NEW JULY 2019 */
  color: #FFF;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.site-map--footer a:hover {
  color: #fed100;
}

.admin-login {
  position: relative;
  padding-top: 19px;
  color: #CCC;
  /* transition: opacity $basic-transition; */
  /* NEW July 2019 */
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.admin-login:focus,
.admin-login:hover {
  color: #fed100;
  /* END OF NEW JULY 2019 */
}

.admin-login:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #CCC;
}

@media all and (min-width: 1024px) and (max-width: 1599px ) {
  .admin-login {
    width: 16.6666666667%;
    float: left;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .admin-login {
    width: 11.1111111111%;
    float: left;
  }
}

@media all and (max-width: 839px) {
  .admin-login {
    margin-top: 1em;
    width: 45.3703703704%;
    float: left;
    margin-left: 2.3148148148%;
    margin-right: 2.3148148148%;
  }
}

.social-hubs--footer {
  width: 95.3703703704%;
  float: left;
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .social-hubs--footer {
    width: 31.2757201646%;
    float: right;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }
}

@media all and (min-width: 1024px) {
  .social-hubs--footer {
    width: 23.4567901235%;
    float: right;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }
}

.preload {
  display: none;
}

/*
* Sections
* 	-- Sections handle dividing content in the page, they can also appear as accordions and other variations.
*/

.section-container,
.section {
  padding-top: 40px;
  padding-top: 2.5rem;
  background-color: #f6f7f7;
  /* =============================================================================
   Extending classes
   ========================================================================== */
  /* =============================================================================
   Section types
   ========================================================================== */
  /* =============================================================================
   Accordion Section
   ========================================================================== */
  /* =============================================================================
   Search Section
   ========================================================================== */
  /* =============================================================================
   Global Site Search section
   ========================================================================== */
  /* =============================================================================
   Tweets section
   ========================================================================== */
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .section-container,
  .section {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
}

@media all and (min-width: 840px) {
  .section-container,
  .section {
    padding-top: 80px;
    padding-top: 5rem;
  }
}

.section-container > .wrapper,
.section > .wrapper {
  padding: 0 0 25px;
}

@media all and (min-width: 540px) {
  .section-container > .wrapper,
  .section > .wrapper {
    padding: 0 0 60px;
  }
}

.section-container .wrapper--relative,
.section .wrapper--relative {
  position: relative;
}

.section-container-center,
.section-center {
  text-align: center;
}

.section-container--no-padding,
.section--no-padding {
  padding: 0 !important;
}

.section-container--light,
.section--light {
  background-color: #FFF;
}

.section-container--dark,
.section--dark {
  background-color: #333;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .section-container--offset,
  .section--offset {
    position: relative;
    top: -117px;
    margin-bottom: -100px;
    background-color: transparent;
  }
}

.section-container--no-spacing > .wrapper,
.section--no-spacing > .wrapper {
  padding: 0;
}

@media all and (min-width: 540px) {
  .section-container--no-spacing > .wrapper,
  .section--no-spacing > .wrapper {
    padding: 0;
    margin-bottom: -20px;
  }
}

.section-container--embedded-section,
.section--embedded-section {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media all and (min-width: 840px) {
  .section-container--embedded-section,
  .section--embedded-section {
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
}

.section-container--accordion,
.section--accordion {
  padding: 0 !important;
}

.section-container--accordion h2.section__heading,
.section-container--accordion h3.section__heading,
.section--accordion h2.section__heading,
.section--accordion h3.section__heading {
  cursor: pointer;
  /* accordion */
}

.section-container--accordion h2.section__heading.foraccordion,
.section-container--accordion h3.section__heading.foraccordion,
.section--accordion h2.section__heading.foraccordion,
.section--accordion h3.section__heading.foraccordion {
  padding: 30px 0px;
  margin: 0px;
}

.section-container--accordion h2.section__heading.active,
.section-container--accordion h3.section__heading.active,
.section--accordion h2.section__heading.active,
.section--accordion h3.section__heading.active {
  position: relative;
}

.section-container--accordion .accordion-wrapper > .wrapper,
.section-container--accordion > .wrapper,
.section--accordion .accordion-wrapper > .wrapper,
.section--accordion > .wrapper {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media all and (min-width: 1024px) {
  .section-container--accordion .accordion-wrapper > .wrapper,
  .section-container--accordion > .wrapper,
  .section--accordion .accordion-wrapper > .wrapper,
  .section--accordion > .wrapper {
    padding-top: 44px;
    padding-top: 2.75rem;
    padding-bottom: 44px;
    padding-bottom: 2.75rem;
  }
}

.section-container--accordion .accordion-wrapper > .wrapper .modal-window--content,
.section-container--accordion > .wrapper .modal-window--content,
.section--accordion .accordion-wrapper > .wrapper .modal-window--content,
.section--accordion > .wrapper .modal-window--content {
  display: none;
}

.section-container--accordion .accordion-wrapper,
.section--accordion .accordion-wrapper {
  display: none;
}

.section-container--accordion .section__heading-wrapper,
.section--accordion .section__heading-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.section-container--accordion .section__heading-wrapper:after,
.section--accordion .section__heading-wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .section-container--accordion .section__heading-wrapper,
  .section--accordion .section__heading-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 750px;
  }

  .section-container--accordion .section__heading-wrapper:after,
  .section--accordion .section__heading-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .section-container--accordion .section__heading-wrapper,
  .section--accordion .section__heading-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-container--accordion .section__heading-wrapper:after,
  .section--accordion .section__heading-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media all and (min-width: 1024px) {
  .section-container--accordion .section__heading-wrapper,
  .section--accordion .section__heading-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1326px;
  }

  .section-container--accordion .section__heading-wrapper:after,
  .section--accordion .section__heading-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .section-container--accordion .section__heading-wrapper,
  .section--accordion .section__heading-wrapper {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}

@media all and (min-width: 840px) {
  .section-container--accordion .section__heading-wrapper,
  .section--accordion .section__heading-wrapper {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}

@media all and (min-width: 1024px) {
  .section-container--accordion .section__heading-wrapper,
  .section--accordion .section__heading-wrapper {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .section-container--accordion .section__heading-inline,
  .section--accordion .section__heading-inline {
    width: 100%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .section-container--accordion .section__heading-inline,
  .section--accordion .section__heading-inline {
    width: 77.7777777778%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 1024px) {
  .section-container--accordion .section__heading-inline,
  .section--accordion .section__heading-inline {
    width: 66.6666666667%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

.section-container--accordion .section__heading-inline h2,
.section-container--accordion .section__heading-inline h3,
.section--accordion .section__heading-inline h2,
.section--accordion .section__heading-inline h3 {
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  position: relative;
  text-align: left;
  width: auto;
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .section-container--accordion .section__heading-inline h2,
  .section-container--accordion .section__heading-inline h3,
  .section--accordion .section__heading-inline h2,
  .section--accordion .section__heading-inline h3 {
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .section-container--accordion .section__heading-inline h2,
  .section-container--accordion .section__heading-inline h3,
  .section--accordion .section__heading-inline h2,
  .section--accordion .section__heading-inline h3 {
    margin-left: 1.1574074074%;
    margin-right: 1.1574074074%;
  }
}

@media all and (min-width: 1024px) {
  .section-container--accordion .section__heading-inline h2,
  .section-container--accordion .section__heading-inline h3,
  .section--accordion .section__heading-inline h2,
  .section--accordion .section__heading-inline h3 {
    margin-left: 1.1574074074%;
    margin-right: 1.1574074074%;
  }
}

.section-container--accordion .section__heading-inline h2:after,
.section-container--accordion .section__heading-inline h2:before,
.section-container--accordion .section__heading-inline h3:after,
.section-container--accordion .section__heading-inline h3:before,
.section--accordion .section__heading-inline h2:after,
.section--accordion .section__heading-inline h2:before,
.section--accordion .section__heading-inline h3:after,
.section--accordion .section__heading-inline h3:before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.section-container--accordion .section__heading-inline h2:before,
.section-container--accordion .section__heading-inline h3:before,
.section--accordion .section__heading-inline h2:before,
.section--accordion .section__heading-inline h3:before {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 20px;
  height: 12px;
  background-image: url('../img/svg/sprite/icon-chevron-up-333.svg');
  background-size: 100% 100%;
  /* svg-background('icon-chevron-up-333.svg', 20, 12); */
  -ms-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  opacity: 0;
}

.section-container--accordion .section__heading-inline h2:before::before,
.section-container--accordion .section__heading-inline h3:before::before,
.section--accordion .section__heading-inline h2:before::before,
.section--accordion .section__heading-inline h3:before::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .section-container--accordion .section__heading-inline h2:before,
.lt-ie9 .section-container--accordion .section__heading-inline h3:before,
.lt-ie9 .section--accordion .section__heading-inline h2:before,
.lt-ie9 .section--accordion .section__heading-inline h3:before {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .section-container--accordion .section__heading-inline h2:before,
.lt-ie9 .section-container--accordion .section__heading-inline h3:before,
.lt-ie9 .section--accordion .section__heading-inline h2:before,
.lt-ie9 .section--accordion .section__heading-inline h3:before {
  background-image: url('../img/raster/svg-png/sprite/icon-chevron-up-333.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.section-container--accordion .section__heading-inline h2:after,
.section-container--accordion .section__heading-inline h3:after,
.section--accordion .section__heading-inline h2:after,
.section--accordion .section__heading-inline h3:after {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 20px;
  height: 12px;
  background-image: url('../img/svg/sprite/icon-chevron-down-333.svg');
  background-size: 100% 100%;
  /* svg-background('icon-chevron-down-333.svg', 20, 12); */
}

.section-container--accordion .section__heading-inline h2:after::before,
.section-container--accordion .section__heading-inline h3:after::before,
.section--accordion .section__heading-inline h2:after::before,
.section--accordion .section__heading-inline h3:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .section-container--accordion .section__heading-inline h2:after,
.lt-ie9 .section-container--accordion .section__heading-inline h3:after,
.lt-ie9 .section--accordion .section__heading-inline h2:after,
.lt-ie9 .section--accordion .section__heading-inline h3:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .section-container--accordion .section__heading-inline h2:after,
.lt-ie9 .section-container--accordion .section__heading-inline h3:after,
.lt-ie9 .section--accordion .section__heading-inline h2:after,
.lt-ie9 .section--accordion .section__heading-inline h3:after {
  background-image: url('../img/raster/svg-png/sprite/icon-chevron-down-333.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.section-container--accordion .section__heading-inline h2:hover,
.section-container--accordion .section__heading-inline h3:hover,
.section--accordion .section__heading-inline h2:hover,
.section--accordion .section__heading-inline h3:hover {
  color: #000;
}

.section-container--accordion .section__heading-inline h2.active:after,
.section-container--accordion .section__heading-inline h3.active:after,
.section--accordion .section__heading-inline h2.active:after,
.section--accordion .section__heading-inline h3.active:after {
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  opacity: 0;
}

.section-container--accordion .section__heading-inline h2.active:before,
.section-container--accordion .section__heading-inline h3.active:before,
.section--accordion .section__heading-inline h2.active:before,
.section--accordion .section__heading-inline h3.active:before {
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

.section-container--accordion .accordion-bg,
.section--accordion .accordion-bg {
  background: white;
  border-top: 1px solid #E3E3E3;
}

.section-container--accordion.inline h2.section__heading,
.section--accordion.inline h2.section__heading {
  background-color: transparent;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

.section-container--accordion.inline .accordion-bg,
.section--accordion.inline .accordion-bg {
  background-color: transparent;
  border-top: none;
}

.section-container--accordion.nest,
.section--accordion.nest {
  margin-left: 25px;
}

.section-container--accordion.nest h3.section__heading,
.section--accordion.nest h3.section__heading {
  background-color: transparent;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}

.section-container h2.nest-heading,
.section h2.nest-heading {
  padding: 30px 0;
  margin: 0;
}

.section-container--search,
.section--search {
  padding: 30px 0 !important;
}

@media all and (min-width: 540px) {
  .section-container--search,
  .section--search {
    padding: 60px 0 !important;
  }
}

.section-container--search > .wrapper,
.section--search > .wrapper {
  padding-bottom: 0;
}

.section-container--site-search,
.section--site-search {
  padding: 0 !important;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  background: #333;
  overflow-y: hidden;
  max-height: 0;
}

.search-open .section-container--site-search,
.search-open .section--site-search {
  max-height: 1000px;
  /* approximate max height */
}

.section-container--site-search form,
.section--site-search form {
  display: none;
}

.site-ui-closing .section-container--site-search form,
.search-open .section-container--site-search form,
.site-ui-closing .section--site-search form,
.search-open .section--site-search form {
  display: block !important;
}

@media all and (max-width: 539px) {
  .section-container--tweets,
  .section--tweets {
    padding-top: 50px;
  }

  .section-container--tweets > .wrapper,
  .section--tweets > .wrapper {
    padding: 0 0 40px;
  }
}

/* =============================================================================
   Misc section styling
   ========================================================================== */

aside {
  background-color: #f6f7f7;
}

.visual-divider {
  border-bottom: 1px solid #E3E3E3;
}

/* =============================================================================
   Vairiations (should be added above)
   ========================================================================== */

.browse-pages > .wrapper {
  padding-bottom: 50px;
}

.hero-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-container:after {
  content: " ";
  display: block;
  clear: both;
}

.hero {
  zoom: 1;
  background-color: #3d3d3d;
  position: relative;
  width: 100%;
}

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

.hero:after {
  clear: both;
}

.hero__type {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.hero__heading {
  margin: 0;
}

.hero__sub-heading {
  font-family: 'Druk Web', Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-align: center;
}

.hero__align {
  width: 100%;
}

.hero__wrapper {
  position: relative;
}

.hero__content {
  opacity: 1;
}

.hero__image {
  position: relative;
  background-image: url('') no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 1300px;
  max-width: 1300px;
  display: block;
  overflow: hidden;
  position: relative;
}

.hero__image img {
  display: none;
}

.hero__image:before {
  padding-bottom: 56.25%;
  content: "";
  display: block;
  width: 100%;
}

.hero__image--media {
  background: none !important;
}

.hero__image--media iframe,
.hero__image--media .media-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.hero__image--media .media-block__media {
  margin: 0;
}

.hero__image-wrapper + .hero__content {
  z-index: 100;
}

.hero__intro {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #FFF;
}

@media all and (min-width: 1024px) {
  .hero__intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 19.9998px;
    line-height: 1.2499875rem;
  }
}

.hero__tags {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
  line-height: 1.2;
  color: #FFF;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media all and (min-width: 840px) {
  .hero__tags {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 40%;
  }
}

@media all and (min-width: 1024px) {
  .hero__tags {
    width: 30%;
  }
}

.hero__tags:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.hero__credit {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin: -10px auto 15px auto;
  display: block;
}

@media all and (min-width: 1024px) {
  .hero__credit {
    display: none;
  }
}

.hero__credit--rotated {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  text-align: center;
  margin: 0;
}

@media all and (max-width: 1023px) {
  .hero__credit--rotated {
    display: none;
  }
}

@media all and (min-width: 1024px) {
  .hero__credit--rotated {
    display: block;
  }
}

.hero__credit--rotated .credit-text {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  padding: 30px;
  top: 50%;
  width: 650px;
  margin-top: 325px;
}

.lt-ie9 .hero__credit {
  display: none !important;
}

.hero__icon {
  width: 80px;
  height: 80px;
  background-color: #3d3d3d;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

@media all and (min-width: 540px) {
  .hero__icon {
    width: 100px;
    height: 100px;
  }
}

.hero__icon--calendar:after {
  display: inline-block;
  content: '';
  width: 36px;
  height: 35px;
  position: absolute;
  display: block;
  margin-left: -18px;
  left: 50%;
  margin-top: -17.5px;
  top: 50%;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 36px;
  height: 35px;
  background-image: url('../img/svg/sprite/icon-calendar-FFF.svg');
  background-size: 100% 100%;
  /* svg-background('icon-calendar-FFF.svg', 36, 35); */
}

.hero__icon--calendar:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .hero__icon--calendar:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .hero__icon--calendar:after {
  background-image: url('../img/raster/svg-png/sprite/icon-calendar-FFF.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 540px) {
  .hero.media-block--video-active .hero__image-wrapper {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 1s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .hero.media-block--video-active .hero__content {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
  }
}

@media all and (min-width: 540px) and (max-width: 1023px ) {
  .hero.media-block--video-active .hero__content {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
  }
}

.hero .split-list--hero {
  font-size: 13px;
  font-size: 0.8125rem;
}

/*
*  Alignment for the heros
*
*  Aligns the content, applied to the .hero class.
*/

.hero--split-text .hero__wrapper,
.hero--page .hero__wrapper,
.hero--theme .hero__wrapper {
  display: table;
  width: 100%;
}

.hero--split-text .hero__align,
.hero--page .hero__align,
.hero--theme .hero__align {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/*
    Display table-cell heros.
    Any here where we use display:table to center content doesn't
    work with min-height so we use height instead
    as the cell pushes if it needs to.
*/

.hero--split-text .hero__wrapper {
  height: 300px;
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .hero--split-text .hero__wrapper {
    height: 450px;
  }
}

@media all and (min-width: 1024px) {
  .hero--split-text .hero__wrapper {
    height: 700px;
  }

  .hero--split-text .hero__wrapper .hero__split,
  .hero--split-text .hero__wrapper .hero__align {
    height: 700px;
  }
}

.hero--page .hero__wrapper,
.hero--theme .hero__wrapper {
  height: auto;
  min-height: 300px;
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .hero--page .hero__wrapper,
  .hero--theme .hero__wrapper {
    height: auto;
    min-height: 450px;
  }
}

@media all and (min-width: 1024px) {
  .hero--page .hero__wrapper,
  .hero--theme .hero__wrapper {
    height: 650px;
  }
}

.hero--three-up {
  width: 100%;
  height: 410px;
  float: left;
}

.hero--three-up .hero__wrapper {
  height: 410px;
}

@media all and (min-width: 540px) {
  .hero--three-up {
    height: 350px;
    width: 50%;
    float: left;
  }

  .hero--three-up .hero__wrapper {
    height: 350px;
  }

  .hero--three-up:first-child {
    width: 100%;
  }
}

@media all and (min-width: 1024px) {
  .hero--three-up {
    height: 350px;
    width: 34%;
    float: left;
  }

  .hero--three-up .hero__wrapper {
    height: 350px;
  }

  .hero--three-up:first-child {
    width: 66%;
    height: 700px;
  }

  .hero--three-up:first-child .hero__wrapper {
    height: 700px;
  }
}

/*
* Elements and styles, used by patterns.
*/

.hero--split-text .hero__type,
.hero--split-text .hero__heading {
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.hero--split-text .hero__content {
  margin: 3em auto;
  width: 70%;
  max-width: 700px;
}

@media all and (min-width: 840px) {
  .hero--split-text .hero__content {
    padding: 0 4em;
  }
}

@media all and (min-width: 840px) {
  .hero--split-text .hero__content {
    width: 100%;
  }
}

/* =============================================================================
   Blocky and offset hero heading (student profile)
   ========================================================================== */

/* =============================================================================
   SVG replacement hero heading (Study etc)
   ========================================================================== */

.hero--split-text .hero__heading {
  margin-bottom: 30px;
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .hero--split-text .hero__heading {
    margin-bottom: 30px;
  }
}

@media all and (min-width: 1024px) {
  .hero--split-text .hero__heading {
    margin-bottom: 30px;
  }
}

/* =============================================================================
   Content alignments
   ========================================================================== */

.hero--split-text .hero__content {
  text-align: center !important;
}

/* =============================================================================
   Colour inversions
   ========================================================================== */

.hero--page .hero__credit,
.hero--theme .hero__credit {
  color: #FFF;
}

.hero--page .hero__intro,
.hero--theme .hero__intro,
.hero--page .hero__content,
.hero--theme .hero__content {
  color: #333;
}

/* =============================================================================
   Hiding vertical text (credits)
   ========================================================================== */

@media all and (max-width: 1023px) {
  .hero__credit {
    display: none !important;
  }
}

/*
* Main patterns
*
* This should be extended rather than the class being added to the mark-up.
*/

@media all and (max-width: 839px) {

}

@media all and (min-width: 540px) and (max-width: 839px ) {

}

@media all and (min-width: 1024px) {
  .hero--page,
  .hero--theme {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.hero--page .hero__image,
.hero--theme .hero__image {
  background-image: url('') no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero--page .hero__content,
.hero--theme .hero__content {
  text-align: left;
}

@media all and (min-width: 1024px) {
  .hero--page .hero__content,
  .hero--theme .hero__content {
    width: 31.7901234568%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }
}

.hero--page .hero__wrapper,
.hero--theme .hero__wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
}

.hero--page .hero__wrapper:after,
.hero--theme .hero__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .hero--page .hero__wrapper,
  .hero--theme .hero__wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero--page .hero__wrapper:after,
  .hero--theme .hero__wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .hero--page .hero__wrapper,
  .hero--theme .hero__wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero--page .hero__wrapper:after,
  .hero--theme .hero__wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media all and (min-width: 1024px) {
  .hero--page .hero__wrapper,
  .hero--theme .hero__wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1326px;
  }

  .hero--page .hero__wrapper:after,
  .hero--theme .hero__wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .hero--page .hero__wrapper,
  .hero--theme .hero__wrapper {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}

@media all and (min-width: 840px) {
  .hero--page .hero__wrapper,
  .hero--theme .hero__wrapper {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}

@media all and (min-width: 1024px) {
  .hero--page .hero__wrapper,
  .hero--theme .hero__wrapper {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .hero--page .hero__image-wrapper,
  .hero--theme .hero__image-wrapper {
    padding: 0 1.5432098765%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .hero--page .hero__image-wrapper,
  .hero--theme .hero__image-wrapper {
    padding: 0 1.0288065844%;
  }
}

@media all and (min-width: 1024px) {
  .hero--page .hero__image-wrapper,
  .hero--theme .hero__image-wrapper {
    padding: 0 0.7716049383%;
  }
}

.hero--page .hero__wrapper,
.hero--theme .hero__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media all and (max-width: 539px) {
  .hero--page .hero__wrapper,
  .hero--theme .hero__wrapper {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}

@media all and (min-width: 1024px) {
  .hero--page .hero__wrapper,
  .hero--theme .hero__wrapper {
    padding-left: 2%;
    padding-right: 2%;
  }
}

.hero--page .hero__image-wrapper,
.hero--theme .hero__image-wrapper {
  width: 95.3703703704%;
  float: left;
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .hero--page .hero__image-wrapper,
  .hero--theme .hero__image-wrapper {
    width: 63.5802469136%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .hero--page .hero__image-wrapper,
  .hero--theme .hero__image-wrapper {
    width: 64.6090534979%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }
}

@media all and (min-width: 1024px) {
  .hero--page .hero__image-wrapper,
  .hero--theme .hero__image-wrapper {
    width: 65.1234567901%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }
}

@media all and (min-width: 1024px) {
  .hero--page .hero__image,
  .hero--theme .hero__image {
    margin-right: 10px;
  }
}

.hero--page .hero__content,
.hero--theme .hero__content {
  width: 95.3703703704%;
  float: left;
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
  text-align: center;
  margin-top: -50px;
  position: relative;
}

@media all and (min-width: 540px) and (max-width: 1023px ) {
  .hero--page .hero__content,
  .hero--theme .hero__content {
    margin-top: 30px;
    padding-left: 15%;
    padding-right: 15%;
    position: static;
  }
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .hero--page .hero__content,
  .hero--theme .hero__content {
    width: 96.9135802469%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .hero--page .hero__content,
  .hero--theme .hero__content {
    width: 97.9423868313%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }
}

@media all and (min-width: 1024px) {
  .hero--page .hero__content,
  .hero--theme .hero__content {
    width: 31.7901234568%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
    text-align: left;
    margin-top: 0;
  }
}

.hero--split-text .hero__wrapper {
  max-width: 100%;
}

.hero--split-text .hero__split {
  width: 100%;
  display: table;
}

@media all and (min-width: 1024px) {
  .hero--split-text .hero__split {
    width: 50%;
    height: 100%;
    float: left;
  }
}

@media all and (min-width: 1024px) {
  .hero--split-text .hero__split--right {
    float: right;
  }
}

.hero--split-text .hero__intro {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.hero--split-text .hero__image {
  background-image: url('') no-repeat;
  background-position: center center;
  background-size: cover;
}

@media all and (min-width: 0) and (max-width: 1023px ) {
  .hero--split-text .hero__image {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1300px;
    max-width: 1300px;
    display: block;
    overflow: hidden;
    position: relative;
  }

  .hero--split-text .hero__image img {
    display: none;
  }

  .hero--split-text .hero__image:before {
    padding-bottom: 56.25%;
    content: "";
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 1024px) {
  .hero--split-text .hero__image {
    width: 100%;
    height: 100%;
  }
}

.hero--split-text .hero__image-wrapper {
  width: 100%;
  height: 100%;
  display: table-cell;
}

/* IE11 fix */

.hero__IE .hero__image-wrapper {
  height: 100%;
}

@media all and (min-width: 1024px) {
  .hero__IE .hero__image-wrapper .hero__image {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* NEW JULY 2019 */

.hero__content a.btn {
  color: #333333;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.hero__content a.btn:hover {
  color: #000000;
}

/* END JULY 2019 */

/* =============================================================================
   Standard hero heading sizes
   ========================================================================== */

.hero--page .hero__heading,
.hero--theme .hero__heading,
.hero--split-text .hero__heading,
.hero--page .u-heading-medium,
.hero--theme .u-heading-medium,
.hero--split-text .u-heading-medium {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .hero--page .hero__heading,
  .hero--theme .hero__heading,
  .hero--split-text .hero__heading,
  .hero--page .u-heading-medium,
  .hero--theme .u-heading-medium,
  .hero--split-text .u-heading-medium {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}

@media all and (min-width: 1024px) {
  .hero--page .hero__heading,
  .hero--theme .hero__heading,
  .hero--split-text .hero__heading,
  .hero--page .u-heading-medium,
  .hero--theme .u-heading-medium,
  .hero--split-text .u-heading-medium {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 70px;
    line-height: 4.375rem;
  }
}

/* =============================================================================
   White panel hero heafing sizes
   ========================================================================== */

/* =============================================================================
   Very large hero heading sizes (homepage)
   ========================================================================== */

/* =============================================================================
   Druk SVG replacement wrappers
   ========================================================================== */

.druk-wrapper {
  width: 90%;
  margin: 10px auto;
}

@media all and (min-width: 540px) {
  .druk-wrapper {
    position: absolute;
    top: 40px;
    right: 40px;
    margin: 0;
  }
}

@media all and (min-width: 540px) and (max-width: 1023px ) {
  .druk-wrapper {
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    transform: translate(0, 20%);
    width: 50%;
    height: auto;
  }
}

@media all and (min-width: 1024px) {
  .druk-wrapper {
    position: relative;
    width: 140%;
    height: auto;
    left: -50%;
    right: auto;
    top: auto;
    margin: 10px 0;
  }
}

.druk-wrapper .druk-heading {
  width: 100%;
  height: auto;
  z-index: 10;
  max-height: 250px;
  margin: 0;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .druk-wrapper .druk-heading {
    max-height: 250px;
    height: auto;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .druk-wrapper .druk-heading {
    max-height: 250px;
    height: auto;
  }
}

@media all and (min-width: 1024px) {
  .druk-wrapper .druk-heading {
    max-height: 250px;
    height: auto;
  }
}

/* =============================================================================
   Druk with a larger indent on image
   ========================================================================== */

@media all and (max-width: 539px) {
  .druk--large-indent .hero__content {
    margin-top: -80px;
  }
}

@media all and (min-width: 540px) and (max-width: 1023px ) {
  .druk--large-indent .druk-wrapper {
    -webkit-transform: translate(-1%, 20%);
    -ms-transform: translate(-1%, 20%);
    transform: translate(-1%, 20%);
  }
}

@media all and (min-width: 1024px) {
  .druk--large-indent .druk-wrapper {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
}

/* =============================================================================
   Standard SVG heading with Druk, Study, Alumni & Friends, etc.
   ========================================================================== */

.druk-heading {
  width: 100%;
  z-index: 10;
  margin-bottom: 30px;
  height: 80px;
  outline: none;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .druk-heading {
    height: 130px;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .druk-heading {
    height: 150px;
  }
}

@media all and (min-width: 1024px) {
  .druk-heading {
    height: 170px;
  }
}

.druk-heading:not([src]) {
  opacity: 0;
}

.lt-ie9 .druk-heading {
  width: auto;
  height: auto;
}

/* =============================================================================
   Druk heading height vairations to control the width
   ========================================================================== */

@media all and (min-width: 540px) and (max-width: 839px ) {
  .heading-h-100 {
    height: 60px;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .heading-h-100 {
    height: 80px;
  }
}

@media all and (min-width: 1024px) {
  .heading-h-100 {
    height: 100px;
  }
}

/*@import "components/heros/types/home";
@import "components/heros/types/course-finder";
@import "components/heros/types/department";*/

/* =============================================================================
   Hero - Page & Theme
   ========================================================================== */

.hero--page .hero__image,
.hero--theme .hero__image {
  background-image: url('') no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero--page .hero__intro,
.hero--page .hero__content,
.hero--theme .hero__intro,
.hero--theme .hero__content {
  color: #FFF;
}

@media all and (min-width: 540px) and (max-width: 1023px ) {
  .hero--page .hero__align,
  .hero--theme .hero__align {
    display: block;
    position: relative;
  }

  .hero--page .hero__image-wrapper,
  .hero--theme .hero__image-wrapper {
    position: relative;
    float: none;
    left: 0;
    top: 0;
  }

  .hero--page .druk-wrapper,
  .hero--theme .druk-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media all and (min-width: 1024px) {
  .hero--page .hero__content,
  .hero--theme .hero__content {
    margin-top: 40px;
  }

  .hero--page .hero__align,
  .hero--theme .hero__align {
    display: block;
    padding: 60px 0;
    float: left;
  }
}

.hero--page .hero__wrapper,
.hero--theme .hero__wrapper {
  height: auto !important;
}

/*@import "components/heros/types/event";
@import "components/heros/types/events";
@import "components/heros/types/programme";*/

/* =============================================================================
   Hero - Split / Landing
   ========================================================================== */

/*@import "components/heros/types/profile";
@import "components/heros/types/podcasts";
@import "components/heros/types/simple";
@import "components/heros/types/gold-stories";
@import "components/heros/types/prize";
@import "components/heros/types/press";
@import "components/heros/types/campaign-banner";*/

/*@import "components/heros/themes/colours";

@import "components/cookie/cookie";

@import "components/navigation/primary-nav";
@import "components/navigation/staff-students-nav";
@import "components/navigation/students-navigation";*/

.breadcrumb-wrapper {
  position: relative;
}

.breadcrumb {
  background-color: #333;
  z-index: 5;
  position: relative;
  overflow: hidden;
}

.breadcrumb .active-page > a,
.breadcrumb .active-page > span {
  color: #fed100 !important;
}

.submenu-open .breadcrumb {
  z-index: 101;
}

.breadcrumb nav.secondary-nav {
  float: left;
  width: 100%;
  overflow: hidden;
}

@media all and (max-width: 839px) {
  .breadcrumb nav.secondary-nav {
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }

  .tabbing .breadcrumb nav.secondary-nav.open,
  .no-js .breadcrumb nav.secondary-nav.open {
    overflow: visible;
  }

  .breadcrumb nav.secondary-nav.open > ul {
    display: block;
  }
}

.breadcrumb nav.secondary-nav.open {
  max-height: 2000px;
}

@media all and (min-width: 840px) {
  .breadcrumb nav.secondary-nav {
    height: 60px;
    width: auto;
    display: block;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
  }
}

@media all and (min-width: 840px) {
  .breadcrumb nav.secondary-nav > ul {
    height: 60px;
    line-height: 60px;
  }
}

@media all and (max-width: 839px) {
  .breadcrumb nav.secondary-nav > ul {
    display: none;
    margin-bottom: 20px;
  }

  .breadcrumb nav.secondary-nav > ul > li > a {
    margin-right: 40px;
  }
}

.breadcrumb nav.secondary-nav > ul li {
  color: #CCC;
}

@media all and (max-width: 839px) {
  .breadcrumb nav.secondary-nav > ul li {
    display: block;
    position: relative;
  }
}

@media all and (min-width: 840px) {
  .breadcrumb nav.secondary-nav > ul li {
    line-height: 60px;
    display: inline-block;
    margin-right: 30px;
  }
}

.breadcrumb nav.secondary-nav > ul li.expanded {
  cursor: pointer;
}

.breadcrumb nav.secondary-nav > ul li.expanded > a {
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.breadcrumb nav.secondary-nav > ul li.expanded.active > a {
  color: #fed100;
}

.breadcrumb nav.secondary-nav > ul li > span,
.breadcrumb nav.secondary-nav > ul li > a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 60px;
  line-height: 3.75rem;
  color: white;
  display: block;
}

@media all and (min-width: 840px) {
  .breadcrumb nav.secondary-nav > ul li > span,
  .breadcrumb nav.secondary-nav > ul li > a {
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

.breadcrumb nav.secondary-nav > ul li > span {
  color: #CCC;
}

.breadcrumb nav.secondary-nav > ul li > a:hover {
  color: #fed100;
}

.breadcrumb nav.secondary-nav > ul li > ul {
  width: 100%;
  z-index: 2;
  background-color: #333;
  overflow: hidden;
  border: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  display: none;
}

@media all and (max-width: 839px) {
  .breadcrumb nav.secondary-nav > ul li > ul {
    max-height: 0;
    min-width: 0;
    -webkit-transition: max-height 0.5s ease-out, opacity 0.5s ease-in;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-in;
  }
}

@media all and (min-width: 840px) {
  .breadcrumb nav.secondary-nav > ul li > ul {
    position: absolute;
    top: 60px;
    left: 50%;
    padding: 60px 0 80px 0;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .breadcrumb nav.secondary-nav > ul li > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media all and (min-width: 1024px) {
  .breadcrumb nav.secondary-nav > ul li > ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.breadcrumb nav.secondary-nav > ul li > ul.flexnav-show {
  display: block;
  opacity: 1;
  z-index: 10;
}

@media all and (max-width: 839px) {
  .breadcrumb nav.secondary-nav > ul li > ul.flexnav-show {
    max-height: 2000px;
  }
}

.breadcrumb nav.secondary-nav > ul li > ul.flexnav-closing {
  display: block;
}

.breadcrumb nav.secondary-nav > ul li > ul.flexnav-hide {
  display: none;
}

.breadcrumb nav.secondary-nav > ul li > ul li {
  display: block;
}

.breadcrumb nav.secondary-nav > ul li > ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 30px;
  line-height: 1.875rem;
  display: block;
  color: #FFF;
}

@media all and (max-width: 839px) {
  .breadcrumb nav.secondary-nav > ul li > ul li a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22.0005px;
    line-height: 1.37503125rem;
    margin-bottom: 10px;
  }
}

.tabbing .breadcrumb nav.secondary-nav a:focus,
.no-js .breadcrumb nav.secondary-nav a:focus {
  outline: 1px solid #fed100;
  outline-offset: -1px;
}

.dropdown-nav {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 60px;
  line-height: 3.75rem;
  height: 60px;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  background-color: #333;
  display: block;
  color: white;
  cursor: pointer;
  position: relative;
  float: left;
  z-index: 10;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

@media all and (min-width: 840px) {
  .dropdown-nav {
    display: none;
  }
}

.breadcrumb-wrapper.active .dropdown-nav {
  width: 100%;
}

.touchButton {
  width: 40px;
  height: 60px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -7px;
  /*	right: -15px; */
}

.touchButton--disabled {
  opacity: 0.3;
  cursor: default;
}

.tabbing .touchButton:focus,
.no-js .touchButton:focus {
  outline: 1px solid #fed100;
  outline-offset: -1px;
}

@media all and (min-width: 840px) {
  .touchButton {
    margin-right: 0px;
    margin-left: 0px;
    right: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
  }
}

.touchButton:hover .touchButton--plus {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 14px;
  height: 8px;
  background-image: url('../img/svg/sprite/icon-chevron-down-FED100.svg');
  background-size: 100% 100%;
  /* svg-background('icon-chevron-down-FED100.svg', 14, 8); */
}

.touchButton:hover .touchButton--plus::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .touchButton:hover .touchButton--plus {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .touchButton:hover .touchButton--plus {
  background-image: url('../img/raster/svg-png/sprite/icon-chevron-down-FED100.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.touchButton.active .touchButton--plus {
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  opacity: 0;
}

.touchButton.active .touchButton--minus {
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  top: 26px;
}

.touchButton .touchButton--plus,
.touchButton .touchButton--minus {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 26px;
  left: 50%;
  margin-left: -5px;
}

.touchButton .touchButton--plus {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 14px;
  height: 8px;
  background-image: url('../img/svg/sprite/icon-chevron-down-FFF.svg');
  background-size: 100% 100%;
  /* svg-background('icon-chevron-down-FFF.svg', 14, 8); */
}

.touchButton .touchButton--plus::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .touchButton .touchButton--plus {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .touchButton .touchButton--plus {
  background-image: url('../img/raster/svg-png/sprite/icon-chevron-down-FFF.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.touchButton .touchButton--minus {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 14px;
  height: 8px;
  background-image: url('../img/svg/sprite/icon-chevron-up-FED100.svg');
  background-size: 100% 100%;
  /* svg-background('icon-chevron-up-FED100.svg', 14, 8); */
  -ms-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  opacity: 0;
}

.touchButton .touchButton--minus::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .touchButton .touchButton--minus {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .touchButton .touchButton--minus {
  background-image: url('../img/raster/svg-png/sprite/icon-chevron-up-FED100.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media (min-width: 753px) and (max-width: 839px) {
  .breadcrumb .social-hubs li {
    margin-left: 5px !important;
  }
}

.pagination {
  padding: 25px 0px 48px 0px;
  padding: 1.5625rem 0rem 3rem 0rem;
  border-top: 1px solid #E3E3E3;
  text-align: center;
}

.pagination li {
  height: 38px;
  overflow: hidden;
}

.pagination li a {
  position: relative;
  padding: 0 1em;
}

.pagination li a:after {
  left: 50%;
  margin-left: -20px;
  content: "";
  position: absolute;
  bottom: -15px;
  width: 40px;
  height: 5px;
  background-color: white;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.pagination li a:hover:after {
  background-color: #fed100;
}

.pagination li a.current:after {
  background-color: #fed100;
}

.pagination li:first-child a {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  padding-right: 3em;
}

.pagination li:first-child a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .pagination li:first-child a {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.pagination li:first-child a:after {
  display: inline-block;
  content: '';
  width: 24px;
  height: 9px;
  position: absolute;
  display: block;
  margin-left: -12px;
  left: 50%;
  margin-top: -4.5px;
  top: 50%;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 24px;
  height: 8px;
  background-image: url('../img/svg/sprite/icon-more-left-666.svg');
  background-size: 100% 100%;
  /* svg-background('icon-more-left-666.svg', 24, 8); */
  background-color: transparent !important;
}

.pagination li:first-child a:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .pagination li:first-child a:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .pagination li:first-child a:after {
  background-image: url('../img/raster/svg-png/sprite/icon-more-left-666.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.pagination li:last-child a {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  padding-left: 3em;
}

.pagination li:last-child a::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .pagination li:last-child a {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.pagination li:last-child a:after {
  display: inline-block;
  content: '';
  width: 24px;
  height: 9px;
  position: absolute;
  display: block;
  margin-left: -12px;
  left: 50%;
  margin-top: -4.5px;
  top: 50%;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 24px;
  height: 8px;
  background-image: url('../img/svg/sprite/icon-more-666.svg');
  background-size: 100% 100%;
  /* svg-background('icon-more-666.svg', 24, 8); */
  background-color: transparent !important;
}

.pagination li:last-child a:after::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .pagination li:last-child a:after {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .pagination li:last-child a:after {
  background-image: url('../img/raster/svg-png/sprite/icon-more-666.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/*@import "components/teasers/teaser";
@import "components/teasers/teaser-colours";
@import "components/teasers/teaser-patterns";

@import "components/teasers/types/image";
@import "components/teasers/types/widescreen";
@import "components/teasers/types/text";
@import "components/teasers/types/welcome";

@import "components/teasers/types/page";
@import "components/teasers/types/events";
@import "components/teasers/types/search";
@import "components/teasers/types/news";
@import "components/teasers/types/podcasts";
@import "components/teasers/types/tweets";
@import "components/teasers/types/student-work";
@import "components/teasers/types/programme";
@import "components/teasers/types/theme";
@import "components/teasers/types/gold-story";
@import "components/teasers/types/call-to-action";
@import "components/teasers/types/image-and-text";
@import "components/teasers/types/expert";
@import "components/teasers/types/book";
@import "components/teasers/types/alumni";
@import "components/teasers/types/research";
@import "components/teasers/types/vacancy";
@import "components/teasers/types/image-and-text-wide";
@import "components/teasers/types/publication";
@import "components/teasers/types/editorial-team";

@import "components/teasers/teaser-trumps";

@import "components/blocks/text-image";

@import "components/search/search";
@import "components/search/filter";
@import "components/search/autocomplete";
*/

/* =============================================================================
   Basic definition list styling
   ========================================================================== */

.dl {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 19.9995px;
  line-height: 1.24996875rem;
  border-bottom: 1px solid #CCC;
  margin-bottom: 40px;
}

.dl__term {
  margin-bottom: 1em;
}

.dl__definition {
  margin-bottom: 1em;
  display: block;
}

.dl__download {
  position: relative;
  display: block;
  vertical-align: top;
  min-height: 45px;
  margin: 15px 0;
  padding-left: 55px;
}

.dl__download:before {
  display: inline-block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  margin-left: 0;
  left: 0;
  margin-top: 0;
  top: 0;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 35px;
  height: 170px;
  background-image: url('../img/svg/sprite/document.svg');
  background-size: 100% 100%;
  /* svg-background('document.svg', 35, 170); */
  height: 45px;
}

.dl__download:before::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .dl__download:before {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .dl__download:before {
  background-image: url('../img/raster/svg-png/sprite/document.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* =============================================================================
   A 50 - 50 split list with side gutters, off grid used 
   in the hero for programme options.
   ========================================================================== */

.split-list {
  margin: 25px 0 26px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

@media all and (min-width: 540px) {
  .split-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.split-list li,
.split-list__item {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20.0004px;
  line-height: 1.250025rem;
  text-align: left;
  padding-left: 1em;
  padding-bottom: 5px;
  position: relative;
  color: #666;
  display: inline-block;
  width: 100%;
}

.split-list li p,
.split-list__item p {
  margin: 0;
}

.split-list li:before,
.split-list__item:before {
  content: "";
  display: block;
  background: #CCC;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 0.7em;
  left: 0;
}

.split-list--hero {
  margin: 2em 0 0 0;
  position: relative;
  z-index: 10;
}

@media all and (min-width: 540px) {
  .split-list--hero {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.split-list--hero li a {
  position: relative;
  z-index: 10;
}

/* =============================================================================
   A tag list on articles / programmes.
   ========================================================================== */

.tag-list li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20.0004px;
  line-height: 1.250025rem;
}

.tag-list--indented {
  position: relative;
  margin-left: 2em;
}

.tag-list--indented:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 8px;
  width: 1.5em;
  background-color: #fed100;
  margin-top: -2px;
  margin-left: -2em;
}

/* =============================================================================
   A list of links with a single top border and bold links
   ========================================================================== */

.list-links {
  border-top: 1px solid #CCC;
}

.list-links a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  display: block;
}

/* =============================================================================
   A list of dates with a border on each LI
   ========================================================================== */

.list-dates {
  border-bottom: 1px solid #CCC;
  margin-bottom: 40px;
}

.list-dates li {
  border-top: 1px solid #CCC;
}

.list-dates a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  display: block;
}

@media all and (min-width: 540px) {
  .list-dates a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-top: 2px;
    margin-top: 0.125rem;
    margin-bottom: 26px;
    margin-bottom: 1.625rem;
  }
}

.list-dates a .time {
  display: block;
  width: 100%;
}

@media all and (min-width: 540px) {
  .list-dates a .time {
    float: right;
    display: inline-block;
    width: auto;
  }
}

/* =============================================================================
   A tag list on articles / programmes.
   ========================================================================== */

.name-list li a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20.0004px;
  line-height: 1.250025rem;
}

/*
* DEPECIATED!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!:    THIS CODE SHOULD NOT BE USED AND SHOULD BE REFACTORED OUT OF THE BUILD
*/

.dl--full-list .dl__item {
  position: relative;
  margin-top: 15px;
}

@media all and (min-width: 1024px) {
  .dl--full-list .dl__item {
    padding-right: 70px;
  }
}

.dl--full-list .dl__item .columns {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

@media all and (min-width: 540px) and (max-width: 1023px ) {
  .dl--full-list .dl__item .columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media all and (min-width: 1024px) {
  .dl--full-list .dl__item .columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.dl--full-list a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
  display: block;
}

.dl--browse-by {
  border: none;
  margin-bottom: 0px;
}

.dl--browse-by .dl__wrapper {
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.dl--browse-by .dl__wrapper a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.dl--browse-by .dl__wrapper.open {
  max-height: 1000px;
}

.dl--browse-by .dl__wrapper.open a {
  opacity: 1;
}

.dl--browse-by .dl__wrapper.close {
  max-height: 0px;
}

.dl--browse-by .dl__wrapper.close a {
  opacity: 0;
}

.dl--browse-by .dl__item {
  position: relative;
  width: 95.3703703704%;
  float: left;
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .dl--browse-by .dl__item {
    width: 96.9135802469%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .dl--browse-by .dl__item {
    width: 20.1646090535%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }
}

@media all and (min-width: 1024px) {
  .dl--browse-by .dl__item {
    width: 23.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .dl--browse-by .dl__item.department {
    width: 64.6090534979%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }
}

@media all and (min-width: 1024px) {
  .dl--browse-by .dl__item.department {
    width: 73.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }
}

.dl--browse-by .dl__item.department .columns {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

@media all and (min-width: 540px) and (max-width: 1023px ) {
  .dl--browse-by .dl__item.department .columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media all and (min-width: 1024px) {
  .dl--browse-by .dl__item.department .columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

.dl--browse-by .dl__item.list {
  width: 95.3703703704%;
  float: left;
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .dl--browse-by .dl__item.list {
    width: 96.9135802469%;
    float: left;
    margin-left: 1.5432098765%;
    margin-right: 1.5432098765%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .dl--browse-by .dl__item.list {
    width: 97.9423868313%;
    float: left;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }
}

@media all and (min-width: 1024px) {
  .dl--browse-by .dl__item.list {
    width: 98.4567901235%;
    float: left;
    margin-left: 0.7716049383%;
    margin-right: 0.7716049383%;
  }
}

.dl--browse-by .dl__item.list .columns {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

@media all and (min-width: 540px) and (max-width: 1023px ) {
  .dl--browse-by .dl__item.list .columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media all and (min-width: 1024px) {
  .dl--browse-by .dl__item.list .columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

.dl--browse-by .dl__term {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  border-bottom: 1px solid #CCC;
  width: 100%;
  display: block;
  color: #000000;
}

.section--light .dl--browse-by .dl__term {
  border-bottom-color: #E3E3E3;
}

.dl--browse-by a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  display: block;
  /* NEW JULY 2019 */
  color: #376EBE;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.dl--browse-by a:hover {
  color: #A42017 !important;
  text-decoration: none;
}

.dl__term .columns a {
  color: #376EBE;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.dl__term .columns a:hover {
  color: #A42017;
}

.dl--browse-by a:hover {
  color: #a42017 !important;
  text-decoration: none;
}

/* END OF NEW JULY 2019 */

/*
* Rich Content
*/

.emphasis {
  color: #666;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

@media all and (min-width: 840px) {
  .emphasis {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-bottom: 20px;
  }
}

p.emphasis {
  color: #666;
}

.rich-content-section {
  /* NEW JULY 2019 */
  /* END JULY 2019 */
}

.standard .rich-content-section,
.programme .rich-content-section {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

.rich-content-section > h2:first-child,
.rich-content-section > h3:first-child {
  margin-top: 0;
}

.rich-content-section li {
  color: #333;
}

.rich-content-section li a {
  color: #376EBE;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  /* border-bottom: 1px solid $light-grey; */
}

.rich-content-section li a:hover {
  color: #A42017;
}

.rich-content-section div.text > p,
.rich-content-section > div.hidden-gbox > p,
.rich-content-section > .accordion--inline p,
.rich-content-section > p {
  color: #333;
}

.rich-content-section div.text > p a,
.rich-content-section > div.hidden-gbox > p a,
.rich-content-section > .accordion--inline p a,
.rich-content-section > p a {
  /*  @extend %underline-always; */
  /* NEW JULY 2019 */
  color: #376EBE;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  /* NEW JULY 2019 */
}

.rich-content-section div.text > p a:hover,
.rich-content-section > div.hidden-gbox > p a:hover,
.rich-content-section > .accordion--inline p a:hover,
.rich-content-section > p a:hover {
  /*  @extend %underline-always; */
  color: #A42017;
  /* END OF NEW JULY 2019 */
}

.rich-content-section > .media-block:first-child {
  margin-top: 0;
}

.rich-content-section .teaser--cta {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media all and (min-width: 840px) {
  .rich-content-section .teaser--cta {
    float: left;
    width: 47.6851851852%;
    margin-right: 50px;
    margin-left: -15.1234567901%;
  }
}

@media all and (min-width: 1024px) {
  .rich-content-section .teaser--cta {
    margin-left: -23.8425925926%;
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
}

.rich-content-section .wrapper-modal .modal-window--content {
  display: none;
}

/* New July 2019 */

.rich-content-section p.emphasis {
  color: #666;
}

/* end New July 2019 */

/* =============================================================================
   Accreditation teaser
   ========================================================================== */

.teaser--accreditation {
  margin-top: 0px;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media all and (min-width: 840px) {
  .teaser--accreditation {
    float: right;
    width: 47.6851851852%;
    margin-left: 50px;
    /* @include push(1 of 6); */
  }
}

@media all and (min-width: 1024px) {
  .teaser--accreditation {
    /*   @include push(2 of 8); */
    margin-right: -21.2%;
    margin-left: 50px;
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
}

@media all and (min-width: 540px) {
  .teaser--accreditation .teaser__panel {
    padding-bottom: 23px;
  }
}

.teaser--accreditation .teaser__panel .teaser__body {
  text-align: center;
}

.teaser--accreditation .teaser__accreditation__caption {
  text-align: left;
}

@media all and (min-width: 540px) {
  .teaser--accreditation .teaser__accreditation__caption {
    width: auto;
    position: unset;
    /* bottom: 25px;
				right: $base-spacing;
				left: $base-spacing; */
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20.0004px;
    line-height: 1.250025rem;
    margin: 0 0 5px 0;
    text-align: left;
  }
}

.teaser__accreditation__caption a:link {
  border-bottom: 1px solid #CCC;
}

.teaser__accreditation__caption a:hover {
  border-bottom: 1px solid #666;
}

@media (min-width: 0px) and (max-width: 349px) {
  .teaser--accreditation img {
    text-align: center;
    max-width: 300px;
    width: 100% !important;
  }
}

@media (min-width: 350px) and (max-width: 539px) {
  .teaser--accreditation img {
    text-align: center;
    max-width: 300px;
    width: 60%;
  }
}

@media (min-width: 540px) and (max-width: 751px) {
  .teaser--accreditation img {
    max-width: 300px;
    width: 50%;
    text-align: center;
  }
}

@media (min-width: 752px) {
  .teaser--accreditation img {
    max-width: 300px;
    width: 100%;
    text-align: center;
  }
}

/* NEW JULY 2019 */

.fulldescription p a:link {
  /* border-bottom: 1px solid #cccccc !important;  */
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  color: #376EBE;
  cursor: pointer;
  text-decoration: none;
}

.fulldescription p a:hover {
  color: #A42017;
  /* border-bottom: 1px solid #333333 !important; */
  text-decoration: none;
}

/* END OF JULY 2019 */

/*
* Media Blocks
*/

.media-block {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  clear: both;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media all and (min-width: 840px) {
  .media-block {
    margin-top: 45px;
    margin-top: 2.8125rem;
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
  }
}

@media all and (min-width: 840px) {
  .media-block--overlapping-caption .media-block__caption {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
  }
}

.media-block--floated {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media all and (min-width: 840px) {
  .media-block--floated.left {
    float: left;
    width: 60.1851851852%;
    margin-right: 50px;
    margin-left: -15.1234567901%;
  }
}

@media all and (min-width: 1024px) {
  .media-block--floated.left {
    margin-left: -23.8425925926%;
  }
}

@media all and (min-width: 840px) {
  .media-block--floated.right {
    float: right;
    width: 60.1851851852%;
    margin-left: 50px;
    margin-right: -15.1234567901%;
  }
}

@media all and (min-width: 1024px) {
  .media-block--floated.right {
    margin-right: -23.8425925926%;
  }
}

.media-block__media {
  display: block;
  margin-left: -2.3148148148%;
  margin-right: -2.3148148148%;
}

.media-block__media img {
  display: block;
  width: 100%;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .media-block__media {
    margin-left: -3.0864197531%;
    margin-right: -3.0864197531%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .media-block__media {
    margin-right: -16.6666666667%;
    margin-left: -16.6666666667%;
    padding-right: 16.6666666667%;
    padding-left: 16.6666666667%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1024px) {
  .media-block__media {
    margin-right: -25%;
    margin-left: -25%;
    padding-right: 25%;
    padding-left: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.media-block--floated .media-block__media {
  margin: 0;
  padding: 0;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .media-block--floated .media-block__media {
    margin: 0;
    padding: 0;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .media-block--floated .media-block__media {
    margin: 0;
    padding: 0;
  }
}

@media all and (min-width: 1024px) {
  .media-block--floated .media-block__media {
    margin: 0;
    padding: 0;
  }
}

.media-block__caption {
  color: #666;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.36;
  background: #f6f7f7;
  position: relative;
  -webkit-transition: margin-top 0.1s ease-in-out;
  transition: margin-top 0.1s ease-in-out;
  z-index: 100;
  padding: 20px 20px 0 2.3148148148%;
  margin-left: -2.3148148148%;
  width: 72.6851851852%;
  min-height: 5em;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .media-block__caption {
    padding-left: 3.0864197531%;
    margin-left: -3.0864197531%;
  }
}

@media all and (min-width: 840px) {
  .media-block__caption {
    font-size: 14px;
    font-size: 0.875rem;
    width: 64.6090534979%;
    line-height: 1.4;
    margin-left: 0;
    padding: 25px 25px 0;
  }
}

@media all and (min-width: 1024px) {
  .media-block__caption {
    padding: 30px 30px 0;
    width: 60.1851851852%;
  }
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .media-block--floated .media-block__caption {
    margin: 0;
  }
}

@media all and (min-width: 840px) {
  .media-block--floated .media-block__caption {
    padding: 25px 0 0;
    width: 80%;
  }
}

@media all and (min-width: 1024px) {
  .media-block--floated .media-block__caption {
    padding: 30px 0 0;
  }
}

.section--light .media-block__caption {
  background-color: #FFF;
}

.media-block__caption--with-leading-block:before {
  content: '';
  display: inline-block;
  background: #fed100;
  height: 8px;
  width: 50px;
  margin-right: 5px;
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .media-block__caption--with-leading-block:before {
    margin-right: 10px;
  }
}

.media-block__media--pinch__video__width {
  margin-left: 0;
  margin-right: 0;
}

.media-block__video {
  position: relative;
  height: 0;
  width: 100%;
}

.media-block__video--ratio-16-9 {
  padding-bottom: 56.25%;
}

.media-block__video--ratio-16-10 {
  padding-bottom: 62.5%;
}

.media-block__video--ratio-4-3 {
  padding-bottom: 75%;
}

.media-block__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border: 0;
}

.media-block--video-active .media-block__video iframe {
  display: block;
}

.media-block__video__cover-image {
  display: block;
  position: relative;
  z-index: 10;
}

.media-block--video-active .media-block__video__cover-image {
  display: none;
}

.media-block__video__cover-image img {
  height: 100%;
}

.media-block__feature-image {
  width: 100%;
}

.media-block__feature-image .media-block__inset-media {
  max-width: 380px;
  margin: 0 auto;
}

.media-block__feature-image img {
  display: block;
  width: 100%;
}

.media-block__gallery {
  margin-left: -1.1574074074%;
  margin-right: -1.1574074074%;
}

@media all and (min-width: 540px) {
  .media-block__gallery {
    margin-left: -0.7716049383%;
    margin-right: -0.7716049383%;
  }
}

@media all and (min-width: 1024px) {
  .media-block__gallery {
    margin-left: -0.5787037037%;
    margin-right: -0.5787037037%;
  }
}

.media-block__gallery-image {
  display: block;
  background-image: url('') no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 1300px;
  max-width: 1300px;
  display: block;
  overflow: hidden;
  position: relative;
  width: 47.6851851852%;
  float: left;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.media-block__gallery-image img {
  display: none;
}

.media-block__gallery-image:before {
  padding-bottom: 56.25%;
  content: "";
  display: block;
  width: 100%;
}

.media-block__gallery-image:nth-child(2n+1) {
  margin-left: 1.1574074074%;
  margin-right: -100%;
  clear: both;
}

.media-block__gallery-image:nth-child(2n+2) {
  margin-left: 51.1574074074%;
  margin-right: -100%;
  clear: none;
}

@media all and (min-width: 540px) {
  .media-block__gallery-image {
    width: 48.4567901235%;
    float: left;
  }

  .media-block__gallery-image:nth-child(2n+1) {
    margin-left: 0.7716049383%;
    margin-right: -100%;
    clear: both;
  }

  .media-block__gallery-image:nth-child(2n+2) {
    margin-left: 50.7716049383%;
    margin-right: -100%;
    clear: none;
  }
}

@media all and (min-width: 1024px) {
  .media-block__gallery-image {
    width: 48.8425925926%;
    float: left;
  }

  .media-block__gallery-image:nth-child(2n+1) {
    margin-left: 0.5787037037%;
    margin-right: -100%;
    clear: both;
  }

  .media-block__gallery-image:nth-child(2n+2) {
    margin-left: 50.5787037037%;
    margin-right: -100%;
    clear: none;
  }
}

/* NEW JULY 2019 */

.media-block p a {
  color: #376EBE;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  border-bottom: none !important;
}

.media-block p a:hover {
  color: #A42017;
  border-bottom: none;
}

figure.media-block p a,
figure.media-block p a:hover {
  border-bottom: none !important;
}

/* =============================================================================
   Ines: This one is only for the accordion and was based on class media-block__media
   ========================================================================== */

.media-block__accordion {
  display: block;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: -1px;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .media-block__accordion {
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .media-block__accordion {
    margin-left: -14.66667%;
    margin-right: -14.66667%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1024px) {
  .media-block__accordion {
    margin-left: -25%;
    margin-right: -25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.media-block__accordion .section__heading-wrapper.accordionstyle {
  border: none !important;
  min-width: 290px;
}

.media-block__accordion .wrapper.clearfix.accordionstyle,
.media-block__accordion .wrapper.accordionstyle.section-container,
.media-block__accordion .wrapper.accordionstyle.section,
.media-block__accordion .wrapper.accordionstyle.bio {
  border: none;
  min-width: 290px;
}

/* new addition */

/* new addition */

/* new addition */

.accordionstyle > .grid-push.grid-push--two p {
  color: #333;
}

.accordionstyle > .grid-push.grid-push--two p a {
  color: #376EBE;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  broder-bottom: none;
}

.accordionstyle > .grid-push.grid-push--two p a:hover {
  color: #A42017;
  border-bottom: none;
}

/* =============================================================================
   Ines: This one is only for the accordion and was based on class media-block__media
   ========================================================================== */

.media-block__campaign_video {
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 0;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .media-block__campaign_video {
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 0;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .media-block__campaign_video {
    margin-left: 13%;
    margin-right: 13%;
    margin-top: 0;
  }
}

@media all and (min-width: 1024px) {
  .media-block__campaign_video {
    margin-left: 17%;
    margin-right: 17%;
    margin-top: -1%;
  }
}

/* new addition */

/* new addition */

/* new addition */

/* =============================================================================
   Ines: Study Abroad PDF Syllabus link
   ========================================================================== */

@media (min-width: 0px) and (max-width: 539px) {
  .studyAbroad_download {
    display: table;
    margin: 0 auto;
    margin-left: 0px !important;
    margin-top: -15px;
    margin-bottom: -25px;
  }
}

@media (min-width: 540px) and (max-width: 560px) {
  .studyAbroad_download {
    margin-left: 28%;
  }
}

@media (min-width: 561px) and (max-width: 1023px) {
  .studyAbroad_download {
    margin-left: 29%;
  }
}

@media (min-width: 1024px) {
  .studyAbroad_download {
    margin-left: 30%;
  }
}

.studyAbroad_download p.highlight a:link {
  color: #376EBE;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  /*
border-bottom: 1px solid #CCCCCC !important;
*/
}

.studyAbroad_download p.highlight a:hover {
  color: #A42017;
}

/* New July 2019 */

.media-block__caption--with-leading-block {
  color: #333333;
}

/* End July 2019 */

/*
* Media Blocks -- Slider
*/

.media-block__slider img {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media all and (min-width: 1024px) {
  .media-block__slider img {
    max-height: 465px;
    min-height: 467px;
  }
}

.media-block__slider .media-block__slider-slide {
  background-color: #CCC;
}

.slider-page {
  color: #1c1c1c;
}

/* New July 2019 */

.slider-caption {
  color: #333333;
}

/* End New July 2019 */

/*
* Quote Blocks
*/

.quote-block,
.quote,
.quote--extended,
.quote--floated,
.statement,
.statement--extended,
.statement--floated {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  text-align: center;
  border: 0;
  padding: 0;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.quote-block p,
.quote p,
.quote--extended p,
.quote--floated p,
.statement p,
.statement--extended p,
.statement--floated p {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1;
  color: #374249;
  margin: 0;
}

@media all and (min-width: 840px) {
  .quote-block p,
  .quote p,
  .quote--extended p,
  .quote--floated p,
  .statement p,
  .statement--extended p,
  .statement--floated p {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media all and (min-width: 840px) {
  .quote-block--centred,
  .quote--extended,
  .statement--extended {
    margin-top: 45px;
    margin-top: 2.8125rem;
    margin-bottom: 65px;
    margin-bottom: 4.0625rem;
  }
}

@media all and (min-width: 1024px) {
  .quote-block--centred,
  .quote--extended,
  .statement--extended {
    margin-right: -12.5%;
    margin-left: -12.5%;
    padding-right: 12.5%;
    padding-left: 12.5%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 840px) {
  .quote-block--floated,
  .quote--floated,
  .statement--floated {
    float: left;
    width: 47.6851851852%;
    margin-right: 50px;
    margin-left: -15.1234567901%;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}

@media all and (min-width: 1024px) {
  .quote-block--floated,
  .quote--floated,
  .statement--floated {
    margin-left: -23.8425925926%;
    margin-top: 50px;
    margin-top: 3.125rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}

.quote-block--with-quotation-marks:after,
.quote:after,
.quote--extended:after,
.quote--floated:after {
  display: inline-block;
  content: '';
  width: 100px;
  height: 1px;
  position: absolute;
  display: block;
  margin-left: -50px;
  left: 50%;
  margin-top: -0.5px;
  top: 50%;
  width: 65%;
  background: #CCC;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  top: 27px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media all and (min-width: 840px) {
  .quote-block--with-quotation-marks:after,
  .quote:after,
  .quote--extended:after,
  .quote--floated:after {
    width: 35%;
  }
}

@media all and (min-width: 840px) {
  .quote-block--with-quotation-marks.quote-block--floated:after,
  .quote-block--floated.quote:after,
  .quote.statement--floated:after,
  .quote-block--floated.quote--extended:after,
  .quote--extended.statement--floated:after,
  .quote--floated:after,
  .quote-block--with-quotation-marks.statement--floated:after {
    width: 85%;
  }
}

.quote-block--with-quotation-marks:before,
.quote:before,
.quote--extended:before,
.quote--floated:before {
  display: inline-block;
  content: '';
  width: 17px;
  height: 15px;
  width: 15px;
  height: 14px;
  background-image: url('../img/svg/sprite/blockquote-quote.svg');
  background-size: 100% 100%;
  /* svg-background('blockquote-quote.svg', 15, 14); */
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.lt-ie9 .quote-block--with-quotation-marks:before,
.lt-ie9 .quote:before,
.lt-ie9 .quote--extended:before,
.lt-ie9 .quote--floated:before {
  background-image: url('../img/raster/svg-png/sprite/blockquote-quote.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.quote-block--full-padding {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin-top: 0px;
  margin-top: 0rem;
  margin-top: 67px;
  margin-top: 4.1875rem;
  padding: 40px;
  padding: 2.5rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  position: relative;
  margin-bottom: 0;
}

.quote-block--full-padding:before {
  left: 50%;
  margin-left: -7.5px;
  position: absolute;
  top: -27px;
}

.quote-block--full-padding:after {
  border-top: 1px solid #CCC;
  width: 100%;
  top: 0;
}

.quote-block--narrow {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  width: 97.6851851852%;
  float: left;
  margin-left: 1.1574074074%;
  margin-right: 1.1574074074%;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

@media all and (min-width: 840px) {
  .quote-block--narrow {
    padding: 40px;
    padding: 2.5rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    margin-left: 1.0288065844%;
    margin-right: 1.0288065844%;
  }
}

.quote-block--narrow:before {
  left: 50%;
  margin-left: -7.5px;
  position: absolute;
  top: -2px;
}

/* Combine the above into single classes */

/*
* Author Blocks
*/

.author {
  overflow: hidden;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .author {
    margin-left: 16.66667%;
    margin-right: 16.66667%;
  }
}

@media all and (min-width: 840px) {
  .author {
    text-align: left;
  }
}

@media all and (min-width: 1024px) {
  .author {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

.author__info {
  width: 45.3703703704%;
  float: left;
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
  border-top: 1px solid #CCC;
  text-align: left;
}

.author__photo {
  width: 45.3703703704%;
  float: left;
  margin-left: 2.3148148148%;
  margin-right: 2.3148148148%;
  background-image: url('') no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 1300px;
  max-width: 1300px;
  display: block;
  overflow: hidden;
  position: relative;
}

.author__photo img {
  display: none;
}

.author__photo:before {
  padding-bottom: 50%;
  content: "";
  display: block;
  width: 100%;
}

.author__photo:before {
  padding-bottom: 100%;
}

.author__name {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #1c1c1c;
}

.author__function {
  font-size: 14px;
  font-size: 0.875rem;
  color: #666;
  display: block;
}

.author__twitter {
  font-size: 14px;
  font-size: 0.875rem;
  color: #1c1c1c;
  display: block;
}

.miniBio {
  margin-top: 2rem;
}

h4.miniBio__heading {
  margin-top: 0;
}

.miniBio h2,
.miniBio h3,
.miniBio h4,
.miniBio h5,
.miniBio h6 {
  margin-top: 2rem;
}

.leftOverhang {
  float: left;
  margin-right: 1.5em;
  max-width: 150px;
  margin: 0 auto;
  margin-bottom: 0.75em;
  margin-right: 0.7em;
}

@media screen and (min-width: 540px) {
  img.leftOverhang {
    margin-left: 0;
  }
}

@media screen and (min-width: 840px) {
  img.leftOverhang {
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  img.leftOverhang {
    margin-left: -170px;
  }
}

.bio__text p a:link,
.bio__text p a:active,
.bio__text p a:visited {
  cursor: pointer;
  text-decoration: none;
  color: #376EBE;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  /* border-bottom: 1px solid #cccccc !important;  */
  /* July 2019 */
}

.bio__text p a:hover {
  color: #A42017;
  /* border-bottom: 1px solid #333333 !important; */
  text-decoration: none;
}

/* END OF JULY 2019 */

.bio {
  margin-bottom: 1.5625em;
}

@media all and (min-width: 1024px) {
  .bio {
    overflow: visible;
  }
}

.bio__image {
  width: 65px;
  margin-right: 4.6296296296%;
  margin-bottom: 15px;
  background-image: url('') no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 1300px;
  max-width: 1300px;
  display: block;
  overflow: hidden;
  position: relative;
}

.bio__image img {
  display: none;
}

.bio__image:before {
  padding-bottom: 100%;
  content: "";
  display: block;
  width: 100%;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .bio__image {
    width: 105px;
    height: 105px;
    margin-right: 3.0864197531%;
    background-image: url('') no-repeat;
    background-position: center center;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1300px;
    max-width: 1300px;
    display: block;
    overflow: hidden;
    position: relative;
  }

  .bio__image img {
    display: none;
  }

  .bio__image:before {
    padding-bottom: 100%;
    content: "";
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .bio__image {
    width: 105px;
    height: 105px;
    margin-right: 2.0576131687%;
    background-image: url('') no-repeat;
    background-position: center center;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 1300px;
    max-width: 1300px;
    display: block;
    overflow: hidden;
    position: relative;
  }

  .bio__image img {
    display: none;
  }

  .bio__image:before {
    padding-bottom: 100%;
    content: "";
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 1024px) {
  .bio__image {
    margin-left: -25%;
    width: 22.6851851852%;
    float: left;
    margin-right: 0.7716049383%;
  }
}

.bio__text p:last-child {
  margin-bottom: 0;
}

.bio .bio__image .bio__text p a {
  color: #376EBE;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
  border-bottom: none;
}

.bio .bio__image .bio__text p a:hover {
  color: #A42017;
  border-bottom: none;
}

a.read-more__expand {
  cursor: pointer;
}

.accordion__heading {
  cursor: pointer;
}

.accordion-slide-wrapper {
  display: none;
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .accordion-slide-wrapper {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .accordion-slide-wrapper {
    margin-right: -14.2857142857%;
    margin-left: -14.2857142857%;
    padding-right: 14.2857142857%;
    padding-left: 14.2857142857%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 1024px) {
  .accordion-slide-wrapper {
    margin-right: -25%;
    margin-left: -25%;
    padding-right: 25%;
    padding-left: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .accordion-slide-wrapper .accordion-wrapper {
    width: 100%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .accordion-slide-wrapper .accordion-wrapper {
    width: 77.7777777778%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

@media all and (min-width: 1024px) {
  .accordion-slide-wrapper .accordion-wrapper {
    width: 66.6666666667%;
    float: left;
    margin: 0 auto;
    float: none;
    overflow: hidden;
    overflow: visible;
  }
}

.accordion--inline {
  margin-top: 40px;
}

.accordion--inline ~ .accordion--inline {
  margin-top: 0;
}

.accordion--inline.last {
  margin-bottom: 40px;
}

.accordion .accordion-wrapper {
  padding: 40px 0 0;
}

/*@import "components/event/sticky";*/

/*
*   Owl Carousel Goldsmiths theme
*/

.goldsmiths-slider .owl-controls {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
  /* Styling Next and Prev buttons */
  /* Clickable class fix problem with hover on touch devices */
  /* Use it for non-touch hover action */
}

.goldsmiths-slider .owl-controls .owl-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: -32.5px 0 0;
}

@media all and (min-width: 840px) {
  .goldsmiths-slider .owl-controls .owl-buttons {
    display: block;
  }
}

.goldsmiths-slider .owl-controls .owl-buttons div {
  color: #1c1c1c;
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #FFF;
  position: absolute;
  width: 65px;
  height: 65px;
}

.goldsmiths-slider .owl-controls .owl-buttons div .owl-button-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.goldsmiths-slider .owl-controls .owl-buttons div:before {
  display: inline-block;
  content: '';
  width: 13px;
  height: 23px;
  position: absolute;
  display: block;
  margin-left: -6.5px;
  left: 50%;
  margin-top: -11.5px;
  top: 50%;
  opacity: 0.5;
}

.goldsmiths-slider .owl-controls .owl-buttons .owl-prev {
  left: -10px;
}

.goldsmiths-slider .owl-controls .owl-buttons .owl-prev:before {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 13px;
  height: 23px;
  background-image: url('../img/svg/sprite/icon-previous-000.svg');
  background-size: 100% 100%;
  /* svg-background('icon-previous-000.svg', 13, 23); */
}

.goldsmiths-slider .owl-controls .owl-buttons .owl-prev:before::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .goldsmiths-slider .owl-controls .owl-buttons .owl-prev:before {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .goldsmiths-slider .owl-controls .owl-buttons .owl-prev:before {
  background-image: url('../img/raster/svg-png/sprite/icon-previous-000.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.tabbing .goldsmiths-slider .owl-controls .owl-buttons .owl-prev:focus,
.no-js .goldsmiths-slider .owl-controls .owl-buttons .owl-prev:focus {
  outline: 4px solid #fed100;
  outline-offset: 0;
}

.goldsmiths-slider .owl-controls .owl-buttons .owl-next {
  right: -10px;
}

.goldsmiths-slider .owl-controls .owl-buttons .owl-next:before {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 13px;
  height: 23px;
  background-image: url('../img/svg/sprite/icon-next-000.svg');
  background-size: 100% 100%;
  /* svg-background('icon-next-000.svg', 13, 23); */
}

.goldsmiths-slider .owl-controls .owl-buttons .owl-next:before::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .goldsmiths-slider .owl-controls .owl-buttons .owl-next:before {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .goldsmiths-slider .owl-controls .owl-buttons .owl-next:before {
  background-image: url('../img/raster/svg-png/sprite/icon-next-000.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.tabbing .goldsmiths-slider .owl-controls .owl-buttons .owl-next:focus,
.no-js .goldsmiths-slider .owl-controls .owl-buttons .owl-next:focus {
  outline: 4px solid #fed100;
  outline-offset: 0;
}

.goldsmiths-slider .owl-controls.clickable .owl-buttons div:hover:before {
  opacity: 1;
  text-decoration: none;
}

.goldsmiths-slider .owl-wrapper {
  cursor: -webkit-grab;
  cursor: grab;
}

.goldsmiths-slider .owl-wrapper.grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.goldsmiths-slider--mini .owl-controls {
  margin: 0;
}

.goldsmiths-slider--mini .owl-controls .owl-buttons .owl-prev {
  left: -10px;
}

.goldsmiths-slider--mini .owl-controls .owl-buttons .owl-prev:before {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 8px;
  height: 14px;
  background-image: url('../img/svg/sprite/icon-previous-FFF.svg');
  background-size: 100% 100%;
  /* svg-background('icon-previous-FFF.svg', 8, 14); */
}

.goldsmiths-slider--mini .owl-controls .owl-buttons .owl-prev:before::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .goldsmiths-slider--mini .owl-controls .owl-buttons .owl-prev:before {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .goldsmiths-slider--mini .owl-controls .owl-buttons .owl-prev:before {
  background-image: url('../img/raster/svg-png/sprite/icon-previous-FFF.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.goldsmiths-slider--mini .owl-controls .owl-buttons .owl-next {
  right: -10px;
}

.goldsmiths-slider--mini .owl-controls .owl-buttons .owl-next:before {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 8px;
  height: 14px;
  background-image: url('../img/svg/sprite/icon-next-FFF.svg');
  background-size: 100% 100%;
  /* svg-background('icon-next-FFF.svg', 8, 14); */
}

.goldsmiths-slider--mini .owl-controls .owl-buttons .owl-next:before::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 .goldsmiths-slider--mini .owl-controls .owl-buttons .owl-next:before {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 .goldsmiths-slider--mini .owl-controls .owl-buttons .owl-next:before {
  background-image: url('../img/raster/svg-png/sprite/icon-next-FFF.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.goldsmiths-slider--mini .owl-controls .owl-buttons div {
  background-color: transparent;
}

/* preloading images */

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#cboxError {
  padding: 50px;
  border: 1px solid #CCC;
}

#colorbox {
  outline: 0;
}

#colorbox #cboxWrapper {
  max-width: none;
}

#colorbox #cboxWrapper #cboxMiddleLeft,
#colorbox #cboxWrapper #cboxBottomLeft {
  clear: left;
}

#colorbox #cboxWrapper #cboxTopLeft {
  width: 21px;
  height: 21px;
}

#colorbox #cboxWrapper #cboxTopRight {
  width: 21px;
  height: 21px;
}

#colorbox #cboxWrapper #cboxBottomLeft {
  width: 21px;
  height: 21px;
}

#colorbox #cboxWrapper #cboxBottomRight {
  width: 21px;
  height: 21px;
}

#colorbox #cboxWrapper #cboxMiddleLeft {
  width: 21px;
}

#colorbox #cboxWrapper #cboxMiddleRight {
  width: 21px;
}

#colorbox #cboxWrapper #cboxTopCenter {
  height: 21px;
}

#colorbox #cboxWrapper #cboxBottomCenter {
  height: 21px;
}

#colorbox #cboxWrapper #cboxContent {
  position: relative;
  background: #FFF;
  overflow: hidden;
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 60px 50px;
}

@media all and (min-width: 1024px) {
  #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    padding: 85px 90px;
  }
}

#colorbox #cboxWrapper #cboxContent #cboxLoadedContent #cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#colorbox #cboxWrapper #cboxContent #cboxTitle {
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #333;
  font-weight: bold;
}

#colorbox #cboxWrapper #cboxContent #cboxPrevious,
#colorbox #cboxWrapper #cboxContent #cboxNext,
#colorbox #cboxWrapper #cboxContent #cboxClose,
#colorbox #cboxWrapper #cboxContent #cboxSlideshow {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#colorbox #cboxWrapper #cboxContent #cboxPrevious:active,
#colorbox #cboxWrapper #cboxContent #cboxNext:active,
#colorbox #cboxWrapper #cboxContent #cboxClose:active,
#colorbox #cboxWrapper #cboxContent #cboxSlideshow:active {
  outline: 0;
}

#colorbox #cboxWrapper #cboxContent #cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#colorbox #cboxWrapper #cboxContent #cboxPrevious {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 13px;
  height: 24px;
  background-image: url('../img/svg/sprite/modal-arrow-left.svg');
  background-size: 100% 100%;
  /* svg-background('modal-arrow-left.svg', 13, 24); */
  position: absolute;
  top: 50%;
  left: 15px;
}

#colorbox #cboxWrapper #cboxContent #cboxPrevious::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 #colorbox #cboxWrapper #cboxContent #cboxPrevious {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 #colorbox #cboxWrapper #cboxContent #cboxPrevious {
  background-image: url('../img/raster/svg-png/sprite/modal-arrow-left.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 1024px) {
  #colorbox #cboxWrapper #cboxContent #cboxPrevious {
    left: 50px;
  }
}

#colorbox #cboxWrapper #cboxContent #cboxNext {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 13px;
  height: 25px;
  background-image: url('../img/svg/sprite/modal-arrow-right.svg');
  background-size: 100% 100%;
  /* svg-background('modal-arrow-right.svg', 13, 25); */
  position: absolute;
  top: 50%;
  right: 15px;
}

#colorbox #cboxWrapper #cboxContent #cboxNext::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 #colorbox #cboxWrapper #cboxContent #cboxNext {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 #colorbox #cboxWrapper #cboxContent #cboxNext {
  background-image: url('../img/raster/svg-png/sprite/modal-arrow-right.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 1024px) {
  #colorbox #cboxWrapper #cboxContent #cboxNext {
    right: 50px;
  }
}

#colorbox #cboxWrapper #cboxContent #cboxClose {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 22px;
  height: 22px;
  background-image: url('../img/svg/sprite/modal-close.svg');
  background-size: 100% 100%;
  /* svg-background('modal-close.svg', 22, 22); */
  position: absolute;
  height: 22px !important;
  left: 50%;
  margin-left: -11px;
  top: 15px;
}

#colorbox #cboxWrapper #cboxContent #cboxClose::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 #colorbox #cboxWrapper #cboxContent #cboxClose {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 #colorbox #cboxWrapper #cboxContent #cboxClose {
  background-image: url('../img/raster/svg-png/sprite/modal-close.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

@media all and (min-width: 1024px) {
  #colorbox #cboxWrapper #cboxContent #cboxClose {
    top: 30px;
  }
}

#colorbox #cboxWrapper #cboxContent #cboxLoadingOverlay,
#colorbox #cboxWrapper #cboxContent #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#colorbox .cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

#colorbox .cboxIframe {
  background: #FFF;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
* Video colorbox
* Alot of strong specificity to overwrite the default styles
*/

.video-colorbox #cboxLoadedContent {
  position: relative;
}

.video-colorbox #cboxLoadedContent:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}

.video-colorbox #cboxLoadedContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#colorbox.video-colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
  padding: 0;
  margin-top: 50px;
}

#colorbox.video-colorbox #cboxWrapper #cboxContent {
  background-color: transparent;
}

#colorbox.video-colorbox #cboxWrapper #cboxContent #cboxClose {
  top: 10px;
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
  width: 22px;
  height: 22px;
  background-image: url('../img/svg/sprite/modal-close-white.svg');
  background-size: 100% 100%;
  /* svg-background('modal-close-white.svg', 22, 22); */
}

#colorbox.video-colorbox #cboxWrapper #cboxContent #cboxClose::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.lt-ie9 #colorbox.video-colorbox #cboxWrapper #cboxContent #cboxClose {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.lt-ie9 #colorbox.video-colorbox #cboxWrapper #cboxContent #cboxClose {
  background-image: url('../img/raster/svg-png/sprite/modal-close-white.png');
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.modal-window--content .teaser__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

.modal-window--content .teaser__meta {
  text-align: center;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

/*@import "components/social";
@import "components/podcasts";

@import "components/ui/load-more";

@import "components/virtual-open-day/our-people";
@import "components/virtual-open-day/scrapbook";
@import "components/virtual-open-day/page-actions";
@import "components/virtual-open-day/virtual-tour-slider";
@import "components/virtual-open-day/our-history";*/

/*
*  [9] Themes
*/

/*@import "themes/site-themes";*/

/*
*  [10] States
*/

/*@import "states/homepage";*/

/*
 * [11] Temp
*/

/* Temporary css - for quick work/debugging that needs to be organised properly later */

.just-some-test {
  color: red;
}

.toc th,
.toc td {
  padding: 5px 10px;
}

.bp-large,
.bp-medium,
.bp-small,
.bp-tiny {
  display: none;
}

@media all and (min-width: 1024px) and (max-width: 1599px ) {
  .bp-large {
    display: block;
  }
}

@media all and (min-width: 840px) and (max-width: 1023px ) {
  .bp-medium {
    display: block;
  }
}

@media all and (min-width: 540px) and (max-width: 839px ) {
  .bp-small {
    display: block;
  }
}

@media all and (max-width: 539px) {
  .bp-tiny {
    display: block;
  }
}

/* GRO only styles */

/* general gro styles? */

/* hacking the styling on forms to prevent problem with autocomplete */

.ep_drop_target {
  z-index: 1000 !important;
}

input[type="text"] {
  top: 0px !important;
}

textarea {
  top: 0px !important;
}

/*
 * [12] Head in your hands
*/

/*@import "temp/shame";*/

/*# sourceMappingURL=gro-style.css.map */