/* default */
/* default / utils / vars */
/* default / utils / mixins */
/* default / utils / animation */
/*! 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 gray 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 {
  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"] {
  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 */
  /* 2 */
  box-sizing: content-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; }

/*------------------------------------*
    RESET
*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let's make the box model all nice, shall we...?
*/
*,
*:before,
*:after {
  box-sizing: border-box; }

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on :hover.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via border-bottom.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that alt text is visually offset if images don't load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/* default / base / elements */
body {
  background: #fff;
  margin: 0; }

img {
  display: inline-block;
  margin: 0 auto; }

figure {
  margin: 0 auto 1rem;
  text-align: center; }
  figure:last-child {
    margin-bottom: 0; }
  figure img {
    margin-bottom: 1rem; }

button {
  border-radius: 0.25em;
  border: 0; }
  button:focus {
    outline: none; }

video {
  display: block;
  width: auto;
  height: auto; }

/* default / base / typography */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: "Proxima Nova", "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400; }

/*
 * $proxnova
 * 900 - Black
 * 800 - Extrabold
 * 700 - Bold
 * 600 - Semibold
 * 400 - Regular
 */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.625em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

ul, ol {
  padding-left: 1.3125em;
  margin-bottom: 1rem; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }

p, li, th, td {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em; }

p {
  margin-bottom: 1rem; }
  p:last-child {
    margin-bottom: 0; }
  p img {
    max-width: 100%;
    height: auto; }

p + h2, p + h3, p + h4, ul + h2, ul + h3, ul + h4, ol + h2, ol + h3, ol + h4 {
  margin-top: 2rem; }

p + * > h2:first-child,
p + * > h3:first-child,
p + * > h4:first-child, ul + * > h2:first-child,
ul + * > h3:first-child,
ul + * > h4:first-child, ol + * > h2:first-child,
ol + * > h3:first-child,
ol + * > h4:first-child {
  margin-top: 1rem; }

a {
  color: #f05422;
  text-decoration: none;
  transition: all 0.2s; }
  a:hover {
    color: inherit; }
  a:focus {
    outline: 0; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

small {
  font-size: 0.9375em; }

blockquote {
  font-size: 1em; }

cite {
  font-size: 1em; }

::-moz-selection {
  background-color: #f05422;
  color: #fff; }

::selection {
  background-color: #f05422;
  color: #fff; }

::-moz-selection {
  background-color: #f05422;
  color: #fff; }

/* default / base / datasets */
form {
  overflow: auto; }

.form__field {
  margin-bottom: 1rem; }
  .form__field:last-child {
    margin-bottom: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
select,
textarea {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):hover,
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus,
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):active,
  select:hover,
  select:focus,
  select:active,
  textarea:hover, textarea:focus, textarea:active {
    outline: none; }

input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
select,
textarea {
  background: #fff;
  color: #000;
  font-size: 1rem;
  line-height: normal; }

textarea {
  max-width: 100%; }

input[type="radio"], input[type="checkbox"] {
  margin: 0 0.25em 0 0; }
  input[type="radio"]:last-child, input[type="checkbox"]:last-child {
    margin-bottom: 0 0.25em 0.5em 0; }

input[type="submit"] {
  background: #f05422;
  color: #fff;
  font-size: 1rem; }

::-webkit-input-placeholder {
  color: #000; }

:-moz-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

/* default / layout / framework */
.inner {
  position: relative;
  overflow: auto;
  margin-right: auto;
  margin-left: auto; }

/* default / layout / header */
body > header {
  position: relative;
  width: 100%;
  overflow: auto; }

/* default / layout / content */
.content {
  position: relative;
  width: 100%;
  overflow: auto; }

article img {
  max-width: 100%;
  height: auto; }

/* default / layout / footer */
body > footer {
  position: relative;
  width: 100%;
  overflow: auto; }

/* default / layout / navigation */
nav h1 {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1em; }

/* default / layout / module */
.modules {
  position: relative;
  width: 100%;
  overflow: auto;
  z-index: 1; }

.modgroup {
  float: left;
  width: 100%; }
  .modgroup .mg__inner {
    max-width: 100rem;
    margin: 0 auto;
    overflow: auto; }

.mod {
  position: relative;
  float: left;
  width: 100%;
  min-width: 8.75rem;
  height: auto; }
  .mod span {
    display: block; }
  .mod > span img, .mod > img {
    display: block;
    width: 100%;
    max-height: 100%;
    margin: 0; }

.float--right {
  float: right; }

.mod__inner {
  width: 100%;
  padding: 1rem;
  overflow: hidden; }
  .mod__inner img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

/* default / component / column */
.columns {
  width: 100%;
  overflow: auto; }

.column {
  margin-bottom: 1rem; }

@media (min-width: 768px) {
  .columns {
    margin-bottom: 1rem; }
    .columns:last-child {
      margin-bottom: 0; }
  .column {
    float: left;
    width: 50%;
    padding: 0 0.5rem;
    margin-bottom: 0;
    vertical-align: top; }
    .column:first-child {
      padding-left: 0; }
    .column:last-child {
      padding-right: 0; }
    .column.r-align {
      text-align: right; }
  .column + *:not(.column) {
    clear: left; }
  .column:nth-last-child(2):first-child,
  .column:nth-last-child(2):first-child ~ *,
  .column:nth-last-child(4):first-child ~ .column:nth-last-child(2),
  .column:nth-last-child(4):first-child ~ .column:nth-last-child(2) ~ *,
  .column:nth-last-child(6):first-child ~ .column:nth-last-child(2),
  .column:nth-last-child(6):first-child ~ .column:nth-last-child(2) ~ * {
    margin-bottom: 0; } }

/* quantity queries */
@media (min-width: 1280px) {
  .column:nth-last-child(3):first-child,
  .column:nth-last-child(3):first-child ~ * {
    width: 33.3333%;
    margin-bottom: 0; } }

@media (min-width: 1366px) {
  .column:nth-last-child(4):first-child,
  .column:nth-last-child(4):first-child ~ * {
    width: 25%;
    margin-bottom: 0; } }

@media (min-width: 1536px) {
  .column:nth-last-child(5):first-child,
  .column:nth-last-child(5):first-child ~ * {
    width: 20%;
    margin-bottom: 0; } }

@media (min-width: 1792px) {
  .column:nth-last-child(6):first-child,
  .column:nth-last-child(6):first-child ~ * {
    width: 16.6666%;
    margin-bottom: 0; } }

/* max limits */
@media (min-width: 768px) {
  .columns.max-2 .column {
    width: 50%; }
    .columns.max-2 .column:nth-last-child(2),
    .columns.max-2 .column:nth-last-child(2) ~ * {
      margin-bottom: 0; } }

@media (min-width: 1280px) {
  .columns.max-3 .column {
    width: 33.3333%; }
    .columns.max-3 .column:nth-last-child(3),
    .columns.max-3 .column:nth-last-child(3) ~ * {
      margin-bottom: 0; } }

@media (min-width: 1366px) {
  .columns.max-4 .column {
    width: 25%; }
    .columns.max-4 .column:nth-last-child(4),
    .columns.max-4 .column:nth-last-child(4) ~ * {
      margin-bottom: 0; } }

/* spanning and offsets */
@media (min-width: 1024px) {
  .columns .column.colspan-1 {
    width: 8.3333%; }
  .columns .column.colspan-2 {
    width: 16.6666%; }
  .columns .column.colspan-3 {
    width: 25%; }
  .columns .column.colspan-4 {
    width: 33.3333%; }
  .columns .column.colspan-5 {
    width: 41.6666%; }
  .columns .column.colspan-6 {
    width: 50%; }
  .columns .column.colspan-7 {
    width: 58.3333%; }
  .columns .column.colspan-8 {
    width: 66.6666%; }
  .columns .column.colspan-9 {
    width: 75%; }
  .columns .column.colspan-10 {
    width: 83.3333%; }
  .columns .column.colspan-11 {
    width: 91.6666%; }
  .columns .column.colspan-12 {
    width: 100%; }
  .column.offset-1 {
    margin-left: 8.3333%; }
  .column.offset-2 {
    margin-left: 16.6666%; }
  .column.offset-3 {
    margin-left: 25%; }
  .column.offset-4 {
    margin-left: 33.3333%; }
  .column.offset-5 {
    margin-left: 41.6666%; }
  .column.offset-6 {
    margin-left: 50%; }
  .column.offset-7 {
    margin-left: 58.3333%; }
  .column.offset-8 {
    margin-left: 66.6666%; }
  .column.offset-9 {
    margin-left: 75%; }
  .column.offset-10 {
    margin-left: 83.3333%; }
  .column.offset-11 {
    margin-left: 91.6666%; }
  .column.offset-12 {
    margin-left: 100%; } }

/* default / components / cta */
.cta {
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  background: #f05422;
  border: 2px solid #f05422;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease; }
  .cta:hover, .cta:active {
    background: transparent; }

/* default / components / banner */
main > .banner {
  position: absolute;
  top: 0;
  z-index: 50; }

.banner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .banner span {
    display: block; }
  .banner > span img, .banner > img {
    display: block;
    width: 100%; }

@media (min-width: 768px) {
  .banner__caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

/* default / components / gmap */
/* project */
/* project / utils / vars */
/* project / utils / visibility */
.max-cols-1 {
  display: none; }

.min-cols-2 {
  display: none; }

.max-cols-2 {
  display: none; }

.min-cols-3 {
  display: none; }

.max-cols-3 {
  display: none; }

.min-cols-4 {
  display: none; }

.max-cols-4 {
  display: none; }

.min-cols-5 {
  display: none; }

.max-cols-5 {
  display: none; }

.min-cols-6 {
  display: none; }

.min-colspan {
  display: none; }

@media (max-width: 767px) {
  .max-cols-1 {
    display: block; } }

@media (min-width: 768px) {
  .min-cols-2 {
    display: block; } }

@media (max-width: 1279px) {
  .max-cols-2 {
    display: block; } }

@media (min-width: 1280px) {
  .min-cols-3 {
    display: block; } }

@media (max-width: 1365px) {
  .max-cols-3 {
    display: block; } }

@media (min-width: 1366px) {
  .min-cols-4 {
    display: block; } }

@media (max-width: 1535px) {
  .max-cols-4 {
    display: block; } }

@media (min-width: 1536px) {
  .min-cols-5 {
    display: block; } }

@media (max-width: 1791px) {
  .max-cols-5 {
    display: block; } }

@media (min-width: 1792px) {
  .min-cols-6 {
    display: block; } }

@media (min-width: 1024px) {
  .min-colspan {
    display: block; } }

/* project / base / typography */
body {
  background: #eeeeee;
  color: #58595b;
  font-family: "Avenir", Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25em; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }

h1, h2, h3 {
  text-transform: uppercase; }

h4, h5, h6 {
  font-weight: 500; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

p, li, th, td {
  font-weight: 300;
  line-height: 1.5em; }

.intro {
  font-size: 1.25em; }

a {
  color: #c41030;
  font-weight: 500; }
  a:hover {
    color: #c41030;
    text-decoration: underline; }

strong {
  font-weight: 600; }

small {
  font-size: 0.875em;
  font-weight: 500; }

blockquote {
  margin-bottom: 1rem;
  color: #c41030;
  font-size: 1.25em; }

cite {
  display: block;
  font-style: italic; }

hr {
  margin: 1.5rem 0;
  border: 1px solid #dedede; }

::-moz-selection {
  background-color: #c41030;
  color: #fff; }

::selection {
  background-color: #c41030;
  color: #fff; }

::-moz-selection {
  background-color: #c41030;
  color: #fff; }

/* project / base / datasets */
input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
select,
textarea {
  padding: 0.75rem 1.25rem;
  background: #fff;
  border: 1px solid;
  border-radius: 3px;
  color: #bdbdbe;
  font-size: 1rem;
  line-height: normal; }
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus,
  select:focus,
  textarea:focus {
    color: #9b9b9d; }
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])[required],
  select[required],
  textarea[required] {
    color: #58595b;
    font-weight: 500; }
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])[disabled],
  select[disabled],
  textarea[disabled] {
    color: #eeeeee; }

select {
  background-image: url("/home/media/Media,512564,en.png");
  background-position: right 1.25rem center;
  background-repeat: no-repeat; }

input[type="radio"], input[type="checkbox"] {
  margin: 0 1em 0 0; }

::-webkit-input-placeholder {
  color: #dedede; }

:-moz-placeholder {
  color: #dedede; }

::-moz-placeholder {
  color: #dedede; }

:-ms-input-placeholder {
  color: #dedede; }

/* project / base / elements */
iframe,
video {
  max-width: 100%;
  max-height: 100%; }

/* project / layout / framework */
body {
  overflow-x: hidden; }

.inner {
  max-width: 100rem;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  overflow: visible; }

/* partial / layout / header */
body > header {
  width: auto;
  margin-right: 5rem;
  background: #c41030;
  color: #fff; }
  body > header .inner {
    padding: 0; }

.header__logo {
  float: left;
  background: #fff;
  border-bottom: 1px solid rgba(196, 16, 48, 0.1); }
  .header__logo h1, .header__logo a, .header__logo .logo {
    display: block;
    margin: 0; }
  .header__logo img:last-of-type {
    display: none; }

.header__links {
  overflow: auto; }
  .header__links .list-inline {
    font-size: 0; }
  .header__links .list-inline li {
    padding: 0;
    margin-right: 0;
    font-size: 1rem; }
  .header__links li:nth-child(4):last-child {
    position: absolute;
    right: 0; }
  .header__links li a {
    display: block;
    padding: 1.75rem;
    color: #fff;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 2.75rem;
    text-transform: uppercase; }
  .header__links li a:hover {
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none; }
  .header__links li img {
    margin: 0 0.5em; }
  .header__links li a > * {
    vertical-align: middle; }
  .header__links li a span {
    line-height: 1.25em; }
  .header__links li.active {
    background: #eeeeee; }
  .header__links li.active a {
    color: #c41030; }

@media (max-width: 959px) {
  .header__links li:nth-child(4):last-child {
    display: none; } }

@media (max-width: 768px) {
  .header__logo img:first-of-type {
    display: none; }
  .header__logo img:last-of-type {
    display: block; } }

@media (max-width: 640px) {
  .header__links li a span {
    display: none; } }

@media (max-width: 512px) {
  .header__logo img {
    height: 4.9375em; }
  .header__links li a {
    padding: 1.125rem; } }

@media (max-width: 420px) {
  .header__links li:first-child {
    display: none; }
  .header__links li a {
    padding: 1.125rem 0.9375rem; } }

/* project / layout / content */
.content__header {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #dedede;
  margin-bottom: 1.75rem; }

/* 1.0 / layout / footer */
body > footer ul {
  padding: 0;
  list-style-type: none; }

body > footer .panel .inner {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem; }  

/* project / layout / navigation */
.sidebar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 102;
  width: 5rem;
  max-width: 100%;
  background: #fff;
  transition: width 0.5s, height 0s 0.5s; }
  .sidebar.open {
    width: 400px; }

.sidebar {
  /* default */
  /* active */
  /* hover */
  /* first level only */
  /* sub levels only */ }
  .sidebar nav {
    max-height: 100%; }
  .sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .sidebar li {
    margin: 0;
    font-size: 1.25em;
    line-height: 1.2em; }
  .sidebar li li {
    font-size: 1em; }
  .sidebar li a {
    display: block;
    width: 100%;
    overflow: auto;
    background-color: #fff;
    color: #7a7a7d; }
    .sidebar li a:hover {
      text-decoration: none; }
  .sidebar li span {
    display: block;
    overflow: auto;
    padding: 1.75rem 3.125rem; }
  .sidebar li.active > a {
    background-color: #f9f9f9;
    color: #c41030; }
  .sidebar li a:hover {
    background-color: #c41030; }
  .sidebar li a:hover span {
    color: #fff; }
  .sidebar ul:first-child {
    /* active */ }
    .sidebar ul:first-child > li {
      position: relative;
      max-width: 100%;
      overflow: visible; }
    .sidebar ul:first-child > li > a {
      white-space: nowrap; }
    .sidebar ul:first-child > li > a:before {
      content: '';
      position: relative;
      z-index: 30;
      float: left;
      display: block;
      width: 5rem;
      height: 5rem;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: 100%; }
    .sidebar ul:first-child > li.active > a:before {
      background-position: center bottom; }
    .sidebar ul:first-child > li > a:hover:before {
      background-position: center center; }
    .sidebar ul:first-child > li > a,
    .sidebar ul:first-child > li > a span {
      transition: all 0.3s; }
  .sidebar ul ul {
    display: none; }
  .sidebar ul:first-child > li > ul {
    position: absolute;
    left: 5rem;
    right: 0;
    z-index: 50; }
  .sidebar ul.expanded {
    /* stacked */
    /* open */
    /* active */
    /* hover */
    /* hide other top levels */ }
    .sidebar ul.expanded li.open > a span {
      position: relative;
      background-color: #9b9b9d;
      color: #fff; }
      .sidebar ul.expanded li.open > a span:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 1rem;
        display: block;
        width: 0.9375rem;
        height: 0.5625rem;
        margin-top: -0.3125rem;
        background-image: url("/home/media/Media,512563,en.png");
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
      .sidebar ul.expanded li.open > a span span {
        padding-top: 1.6875rem;
        border-top: 1px solid #fff; }
    .sidebar ul.expanded li.open > ul {
      display: block; }
    .sidebar ul.expanded li.active > a span {
      background-color: #c41030; }
      .sidebar ul.expanded li.active > a span:before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
    .sidebar ul.expanded li.open > a:hover span {
      background-color: #c41030; }
    .sidebar ul.expanded > li:not(.open) {
      width: 5rem; }
      .sidebar ul.expanded > li:not(.open) > a span {
        display: none; }

/* Media queries */
@media (max-width: 1023px), (max-height: 679px) {
  .sidebar nav {
    display: none;
    overflow: auto;
    background-color: #c41030;
    text-align: left; }
  .sidebar.open {
    position: fixed;
    height: 100%;
    overflow: auto;
    text-align: right; }
  .sidebar.open nav {
    display: block; } }

@media (min-width: 1024px) and (min-height: 680px) {
  .sidebar {
    position: fixed;
    box-sizing: content-box;
    height: 100%;
    border-left: 1px solid rgba(196, 16, 48, 0.1);
    /* reserve space for sidebar */ }
    .sidebar ~ * {
      margin-right: 5rem; }
    .sidebar ul:first-child {
      overflow: visible; }
    .sidebar:not(.open) ul:first-child {
      width: 5rem; }
      .sidebar:not(.open) ul:first-child > li > a span {
        position: absolute;
        left: 5rem;
        z-index: 10;
        overflow: hidden;
        border-radius: 0.1875rem 0 0 0.1875rem;
        visibility: hidden; }
      .sidebar:not(.open) ul:first-child > li > a:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 20;
        background: inherit; }
      .sidebar:not(.open) ul:first-child > li > a:hover {
        background-color: #c41030; }
      .sidebar:not(.open) ul:first-child > li > a:hover span {
        left: 0;
        background-color: #c41030;
        visibility: visible;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
      .sidebar:not(.open) ul:first-child > li a:hover,
      .sidebar:not(.open) ul:first-child > li a:hover:before,
      .sidebar:not(.open) ul:first-child > li a:hover span {
        transition-delay: 0.2s; }
      .sidebar:not(.open) ul:first-child > li:not(:hover) > a:before {
        transition-delay: 0.2s; }
  /* squash page */
  body > header,
  .content,
  body > footer {
    width: auto; } }

/* tablet friendly */
@media (max-height: 760px) {
  .sidebar .back-to-top {
    display: none; } }

/* mobile friendly */
@media (max-width: 400px) {
  .sidebar nav li span {
    padding: 1.75rem 1.75rem 1.75rem 0; } }

/* project / components / panel */
.panel {
  position: relative; }

.panel .inner {
  padding: 3.0625rem 1.75rem; }

/* backgroundless panel only */
.panel:not([class*="bg--"]) > .inner {
  background-color: #fff; }

.centered {
  text-align: center; }

.no-padding .inner {
  padding-top: 0;
  padding-bottom: 0; }

.no-padding .column {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede; }
  .no-padding .column img {
    display: block;
    max-width: calc(100% + 3.5rem);
    margin: -1.75rem; }

.no-padding section {
  padding-bottom: 6.25rem; }

.no-padding section > img {
  display: block;
  max-width: calc(100% + 3.5rem);
  margin: 0 -1.75rem 1.75rem; }

.no-padding section > img:first-child {
  margin-top: 0; }

.half-padding .inner {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #dedede; }

.half-padding .column {
  margin: 0 0 1.75rem;
  padding: 0 0.875rem !important; }
  .half-padding .column img {
    display: block; }

.double-padding .inner {
  padding-bottom: 6.125rem; }

.double-padding .column {
  margin-top: 3.0625rem;
  margin-bottom: 3.0625rem; }

/* project / component / table */
table {
  width: 100%;
  margin-bottom: 1rem;
  background: #f9f9f9; }
  table:last-child {
    margin-bottom: 0; }

caption {
  padding: 1.75rem;
  margin: 0;
  background: #c41030;
  color: #fff;
  text-align: left; }

th, td {
  padding: 1.625em 1.75rem;
  text-align: left; }

th {
  font-weight: 500; }

thead th {
  background: #dedede; }

tbody th,
tbody td {
  border-top: 1px solid #dedede; }

/* project / components / list-inline */
.list-inline {
  padding: 0;
  list-style-type: none; }
  .list-inline li {
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0; }
    .list-inline li:last-child {
      margin-right: 0; }
    .list-inline li img {
      margin: 0;
      vertical-align: middle; }

/* project / components / list-style */
.list-style li {
  margin: 1em 0;
  color: #c41030;
  font-weight: 500; }

.list-style span {
  color: #58595b;
  font-weight: 400; }

/* project / components / wayfinding */
.wayfinding {
  padding: 1rem 0; }
  .wayfinding .bordered .column {
    padding-top: 0;
    padding-bottom: 0; }
  .wayfinding .column:first-child a,
  .wayfinding .column:last-child a {
    position: relative;
    display: block; }
  .wayfinding .column:first-child a:before,
  .wayfinding .column:first-child a:after,
  .wayfinding .column:last-child a:before, .wayfinding .column:last-child a:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 0.9375rem;
    height: 0.5625rem;
    margin-top: -0.3125rem;
    background-image: url("/home/media/Media,512563,en.png");
    background-position: center center;
    background-repeat: no-repeat; }
  .wayfinding .column:first-child a.disabled,
  .wayfinding .column:last-child a.disabled {
    opacity: 0.3; }
    .wayfinding .column:first-child a.disabled:hover,
    .wayfinding .column:last-child a.disabled:hover {
      cursor: default;
      text-decoration: none; }
  .wayfinding .column:first-child {
    text-align: right; }
    .wayfinding .column:first-child a {
      padding-left: 1.125rem; }
    .wayfinding .column:first-child a:before {
      content: '';
      left: 0;
      -webkit-transform: rotateZ(90deg);
      transform: rotateZ(90deg); }
  .wayfinding .column:last-child:not(:first-child) a {
    padding-right: 1.125rem; }
  .wayfinding .column:last-child:not(:first-child) a:after {
    content: '';
    right: 0;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg); }

@media (max-width: 767px) {
  .wayfinding .bordered .column {
    float: left;
    width: 50%;
    padding: 0 1.75rem;
    margin: 0; }
  .wayfinding .bordered .column:first-child,
  .wayfinding .bordered .column:first-child:last-child {
    padding-bottom: 0;
    border-width: 0 1px 0 0; }
  .wayfinding .bordered .column:first-child ~ .column {
    border-width: 0; } }

/* project / themes / backgrounds */
[class*="bg--"] a:not(.button) {
  color: inherit; }

[class*="bg--"] .button, [class*="bg--"] button, [class*="bg--"] input[type="submit"] {
  color: inherit;
  border-color: inherit; }

[class*="bg--"] .button:hover, [class*="bg--"] button:hover, [class*="bg--"] input[type="submit"]:hover {
  border-color: #fff; }

.bg--red {
  background: #c41030;
  color: #fff; }
  .bg--red .alt, .bg--red blockquote {
    color: #fff; }
  .bg--red .button:hover, .bg--red button:hover, .bg--red input[type="submit"]:hover {
    background-color: #fff;
    color: #c41030; }

.bg--grey {
  background: #58595b;
  color: #fff; }
  .bg--grey .alt {
    color: #fff; }
  .bg--grey .button:hover, .bg--grey button:hover, .bg--grey input[type="submit"]:hover {
    background-color: #fff;
    color: #58595b; }

.bg--grey-d {
  background: #9b9b9d;
  color: #fff; }
  .bg--grey-d .alt {
    color: #fff; }
  .bg--grey-d .button:hover, .bg--grey-d button:hover, .bg--grey-d input[type="submit"]:hover {
    background-color: #fff;
    color: #9b9b9d; }

.bg--grey-md {
  background: #bdbdbe;
  color: #fff; }
  .bg--grey-md .alt {
    color: #fff; }
  .bg--grey-md .button:hover, .bg--grey-md button:hover, .bg--grey-md input[type="submit"]:hover {
    background-color: #fff;
    color: #9b9b9d; }

.bg--grey-ml {
  background: #dedede; }
  .bg--grey-ml .button, .bg--grey-ml button, .bg--grey-ml input[type="submit"] {
    color: #c41030;
    border-color: #c41030; }
  .bg--grey-ml .button:hover, .bg--grey-ml button:hover, .bg--grey-ml input[type="submit"]:hover {
    background-color: #c41030;
    border-color: #c41030;
    color: #fff; }

.bg--grey-l {
  background: #eeeeee; }
  .bg--grey-l .button, .bg--grey-l button, .bg--grey-l input[type="submit"] {
    color: #c41030;
    border-color: #c41030; }
  .bg--grey-l .button:hover, .bg--grey-l button:hover, .bg--grey-l input[type="submit"]:hover {
    background-color: #c41030;
    border-color: #c41030;
    color: #fff; }

/* unistats specific case */
.bg--unistats {
  background: #dc302c;
  text-align: center; }
  .bg--unistats iframe {
    border: 1px solid #e45955 !important; }

/* project / components / banner */
.banner {
  padding: 0; }
  .banner .inner > img {
    display: block;
    max-width: calc(100% + 3.5rem);
    margin: 0 -1.75rem; }

.banner__caption {
  padding: 1.75rem 0;
         }
  .banner__caption img {
    margin: 3.0625rem 0 0; }

@media (max-width: 767px) {
  .banner__caption h1 + h2 {
    margin-bottom: 0; }
  .banner__caption img {
    display: none; } }

@media (min-width: 768px) {
  .banner[class*="bg--"],
  .banner[class*="bg--"] .banner__caption .inner {
    background: transparent; }
  .banner__caption {
    width: 50%;
    padding: 1.75rem;
    color: #fff; }
    .banner__caption .inner {
      padding-right: 50%; }
    .banner__caption .button, .banner__caption button, .banner__caption input[type="submit"] {
      color: inherit;
      border-color: inherit; }
    .banner__caption .button:hover, .banner__caption button:hover, .banner__caption input[type="submit"]:hover {
      background-color: #fff;
      border-color: #fff;
      color: #58595b; }
  .banner--light .banner__caption {
    color: #58595b; } }

@media (min-width: 1024px) {
  article .banner:first-child h1:not(.alt), article .banner:first-child h2:not(.alt), article .banner:first-child h3:not(.alt), article .banner:first-child h4:not(.alt), article .banner:first-child h5:not(.alt), article .banner:first-child h6:not(.alt) {
    font-size: 2.625em; } }

@media (min-width: 1280px) {
  article .banner:first-child h1:not(.alt), article .banner:first-child h2:not(.alt), article .banner:first-child h3:not(.alt), article .banner:first-child h4:not(.alt), article .banner:first-child h5:not(.alt), article .banner:first-child h6:not(.alt) {
    font-size: 3.5em; } }

@media (min-width: 1536px) {
  article .banner:first-child h1:not(.alt), article .banner:first-child h2:not(.alt), article .banner:first-child h3:not(.alt), article .banner:first-child h4:not(.alt), article .banner:first-child h5:not(.alt), article .banner:first-child h6:not(.alt) {
    font-size: 4.375em; } }

/* project / components / breadcrumbs */
.breadcrumbs {
  padding: 0.75em 0;
  background: #fff;
  line-height: 1.75em; }
  .breadcrumbs li {
    font-size: 0.75rem;
    line-height: 1em;
    text-transform: uppercase; }
  .breadcrumbs a {
    color: inherit; }
    .breadcrumbs a:hover {
      color: #c41030; }
  .breadcrumbs .active {
    color: #c41030;
    font-weight: 500; }
  .breadcrumbs li:after {
    content: '/';
    margin-left: 1em; }
  .breadcrumbs li:last-child:after {
    content: initial; }

/* project / components / button */
.button, button, input[type="submit"] {
  display: inline-block;
  padding: 0.9375rem 2.8125rem;
  margin: 0 0.25rem 0.75rem;
  background-color: transparent;
  border: 2px solid #c41030;
  border-radius: 3px;
  color: #c41030;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  text-transform: initial;
  transition: all 0.2s; }
  .button:hover, button:hover, input[type="submit"]:hover {
    background-color: #c41030;
    color: #fff;
    text-decoration: none; }
  .button:active, button:active, input[type="submit"]:active {
    border-color: #dedede !important; }
  .button:last-child, button:last-child, input[type="submit"]:last-child {
    margin-bottom: 0;
    margin-right: 0; }
  .button[disabled], button[disabled], input[disabled][type="submit"] {
    opacity: 0.3; }

.button--grey {
  border-color: #58595b;
  color: #58595b; }
  .button--grey:hover {
    background-color: #58595b; }

/* project / components / card */
.card {
  padding: 5rem;
  border: 0.375rem solid #c41030;
  font-size: 1.25em;
  text-align: center; }
  .card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    margin-bottom: 3.125rem; }
  .card p, .card li, .card th, .card td {
    font-weight: 500; }

/* project / components / column */
.inner .columns {
  width: auto;
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  overflow: visible; }

.columns {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem; }
  .columns:first-child {
    margin-top: 0; }
  .columns:last-child {
    margin-bottom: 0; }
  .columns:after {
    content: '';
    display: block;
    clear: both; }

.column {
  padding: 0 1.75rem;
  margin-bottom: 1.75rem; }
  .column:last-child {
    margin-bottom: 0; }

.aligned {
  font-size: 0; }
  .aligned .column {
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle; }

.bordered .column {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.bordered .column:not(:last-child),
.bordered .column:first-child:last-child {
  border: 1px solid #dedede;
  border-width: 0 1px 0 0; }

.bordered [class*="offset"] {
  border: 1px solid #dedede;
  border-width: 0 0 0 1px; }

.bordered .column:nth-last-child(2):first-child,
.bordered .column:nth-last-child(2):first-child ~ * {
  height: auto !important;
  vertical-align: middle; }

@media (max-width: 767px) {
  .equal .column {
    height: auto !important; }
  .bordered .column {
    height: auto !important;
    padding: 1rem 0;
    margin-right: 1.75rem;
    margin-left: 1.75rem; }
  .bordered .column:not(:last-child),
  .bordered .column:first-child:last-child {
    padding-bottom: 3.0625rem;
    border-width: 0 0 1px; }
  .bordered [class*="offset"] {
    border-width: 1px 0 0; } }

@media (min-width: 768px) {
  .columns {
    margin-top: 3.0625rem;
    margin-bottom: 3.0625rem; }
  .column:first-child {
    padding-left: 1.75rem; }
  .column:last-child {
    padding-right: 1.75rem; } }

/* project / components / cta */
.cta {
  position: relative;
  display: block;
  padding: 1.75rem 4.375rem 1.75rem 1.75rem;
  margin: 1px 0;
  background: #c41030;
  border: 0;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.25em;
  text-align: left; }
  .cta:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.75rem;
    width: 0.9375rem;
    height: 0.5625rem;
    margin-top: -0.3125rem;
    background-image: url("/home/media/Media,512563,en.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg); }
  .cta:hover, .cta:active {
    background: #c41030;
    color: #fff;
    text-decoration: none; }

/* project / components / feature */
.feature .inner {
  max-width: 50rem;
  padding-top: 6.125rem;
  padding-bottom: 6.125rem; }

/* project / components / filter */
.filter.toggle > .inner > header {
  padding-top: 3.0625rem;
  padding-bottom: 3.0625rem; }

.filter.toggle .toggle {
  padding: 0 1.75rem;
  background-color: #fff;
  border: 1px solid #bdbdbe;
  border-radius: 3px; }
  .filter.toggle .toggle header {
    padding: 0.875rem 0; }
    .filter.toggle .toggle header:after {
      right: 0; }
  .filter.toggle .toggle.open header {
    border-bottom: 1px solid #bdbdbe; }
  .filter.toggle .toggle.open .toggle__inner {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem; }
  .filter.toggle .toggle.open .toggle__content {
    padding-top: 0;
    padding-bottom: 0; }

.filter.toggle .toggle.open .toggle__content {
  max-height: 15.625rem; }

.filter.toggle.open {
  padding-bottom: 3.0625rem; }

@media (min-width: 768px) and (max-width: 1023px) {
  .filter .colspan-6 {
    width: 100%;
    margin-bottom: 0; } }

/* project / components / graphics */
.graphic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%; }
  .graphic .inner {
    max-width: 50rem;
    padding-top: 6.125rem;
    padding-bottom: 6.125rem; }

.testimonial {
  background-image: url("/home/media/Media,517691,en.png");
  background-position: left center; }
  .testimonial blockquote {
    font-size: 1.5em;
    line-height: 1.25em;
    text-transform: uppercase; }
  .testimonial cite {
    font-size: 1.125em; }

@media (min-width: 640px) {
  .testimonial blockquote {
    font-size: 1.75em; }
  .testimonial cite {
    font-size: 1.25em; } }

@media (min-width: 1024px) {
  .testimonial blockquote {
    font-size: 2em; } }

@media (min-width: 1280px) {
  .testimonial blockquote {
    font-size: 2.25em; } }

.top-universities {
  background-image: url("/home/media/Media,517692,en.png");
  background-position: 30% center;
  /* typographic */ }
  .top-universities h2 {
    display: inline-block;
    margin-bottom: 0; }
  .top-universities span {
    display: inline-block;
    line-height: 1em; }
    .top-universities span:nth-of-type(1) {
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      border-bottom: 6px solid; }
    .top-universities span:nth-of-type(2) {
      float: left;
      margin-right: 0.125em;
      font-size: 4em;
      font-weight: 500;
      letter-spacing: -6px;
      line-height: 1em; }
    .top-universities span:nth-of-type(3),
    .top-universities span:nth-of-type(4) {
      font-weight: 900; }
    .top-universities span:nth-of-type(3) {
      font-size: 1.75em; }
    .top-universities span:nth-of-type(4) {
      font-size: 1.96875em; }
  .top-universities h2 + p {
    margin-bottom: 3.5rem; }

@media (max-width: 767px) {
  .top-universities h2 {
    font-size: 1.5em; } }

@media (max-width: 639px) {
  .top-universities h2 {
    font-size: 1.25em; } }

@media (max-width: 511px) {
  .top-universities h2 {
    font-size: 1em; } }

@media (max-width: 399px) {
  .top-universities span:nth-of-type(2) {
    float: none;
    display: block;
    margin: 0; } }

/* 1.0 / components / header dropdown */
.header__dropdown {
  max-height: 0;
  position: relative; }
  .header__dropdown.open {
    max-height: none; }
  .header__dropdown.expanded + main {
    display: none; }
  .header__dropdown .inner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin: 1.75rem;
    background: url("/home/media/Media,517693,en.png") center center no-repeat;
    color: #c41030;
    cursor: pointer; }
  .header__dropdown .panel {
    border-bottom: 6px solid #c41030; }
  .header__dropdown .img-arrow {
    z-index: 10;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%); }
    .header__dropdown .img-arrow:before {
      content: none; }
    .header__dropdown .img-arrow:after {
      content: ''; }
  .header__dropdown table, .header__dropdown caption {
    background: #fff;
    color: #58595b; }
  .header__dropdown table {
    margin: 3.0625rem 0; }
    .header__dropdown table:first-child {
      margin-bottom: 0; }
    .header__dropdown table:last-child {
      margin-bottom: 0; }
  .header__dropdown caption {
    border-bottom: 3px solid #c41030; }
  .header__dropdown thead th {
    background: #fff; }

/* project / components / heading-alt */
.alt {
  margin-bottom: 0.25rem;
  color: #c41030;
  font-size: 1em; }

h1.alt, h2.alt, h3.alt {
  font-weight: 700; }

h1.alt {
  font-size: 1.5em; }

h2.alt {
  font-size: 1.125em; }

h4.alt {
  font-size: 1.25em; }

.alt + p, .alt + li, .alt + th, .alt + td {
  margin-top: 0.75rem; }

/* project / components / img-arrow */
.img-arrow {
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 1.375rem;
  color: #c41030;
  overflow: hidden; }
  .img-arrow:before, .img-arrow:after {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
    background: #fff;
    border: 0.375rem solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .img-arrow:before {
    content: '';
    top: 0.375rem; }
  .img-arrow:after {
    top: -1rem; }

.bg--red .img-arrow:before, .bg--red .img-arrow:after {
  background: #c41030; }

.bg--grey-l .img-arrow:before, .bg--grey-l .img-arrow:after {
  background: #eeeeee; }

/* project / components / img-block */
.img-block .inner {
  padding-top: 0;
  padding-bottom: 0; }

.img-block div {
  position: relative; }

.img-block img {
  display: block;
  width: 100%;
  max-width: initial;
  margin: 0; }

.img-block p:last-child a:first-child:last-child:after {
  content: '';
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: 0.375rem;
  height: 0.6875rem;
  margin-left: 1rem;
  background: url("/home/media/Media,517689,en.png") right center no-repeat; }

.img-block .column {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  margin-bottom: 0; }

.img-block .column > div:first-child {
  margin: -1.75rem -1.75rem 1.75rem; }
  .img-block .column > div:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    border: 6px solid #c41030;
    border-width: 0 0 6px; }

.img-block .column > :last-child {
  margin-bottom: 6.25rem; }

.img-block.horz .column > div:first-child {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .img-block .column {
    height: auto !important;
    padding-top: 0; }
  .img-block .column > div:first-child {
    margin-top: 0; } }

@media (min-width: 768px) {
  .img-block.vert .column:nth-child(odd) > div:first-child {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 1.75rem 0 0; }
  .img-block.vert .column:nth-child(odd) > div:first-child:before {
    border-width: 6px 0 0; }
  .img-block.vert .column:nth-child(odd) .img-arrow {
    top: 0;
    bottom: auto; }
    .img-block.vert .column:nth-child(odd) .img-arrow:before {
      content: none; }
    .img-block.vert .column:nth-child(odd) .img-arrow:after {
      content: ''; } }

@media (max-width: 1023px) {
  .img-block.horz .column {
    width: 100%;
    height: auto !important; }
  .img-block.horz .column > img:first-child:last-child,
  .img-block.horz .column > div:first-child:last-child img {
    position: static;
    height: auto;
    width: 100%;
    min-height: 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .img-block.horz .column:nth-child(odd) {
    padding-bottom: 0; } }

@media (min-width: 1024px) {
  .img-block.horz .column > :last-child {
    margin-bottom: 0; }
  .img-block.horz .column:nth-child(odd) {
    padding-bottom: 0; }
    .img-block.horz .column:nth-child(odd) > div:first-child:before {
      border-width: 0 6px 0 0; }
    .img-block.horz .column:nth-child(odd) .img-arrow {
      right: 0;
      width: 1.375rem;
      height: 100%; }
      .img-block.horz .column:nth-child(odd) .img-arrow:before, .img-block.horz .column:nth-child(odd) .img-arrow:after {
        top: 50%; }
      .img-block.horz .column:nth-child(odd) .img-arrow:before {
        left: 0.375rem; }
      .img-block.horz .column:nth-child(odd) .img-arrow:after {
        left: -1rem; }
  .img-block.horz .column:nth-child(4n + 1) {
    float: right;
    left: -3px;
    padding-right: 1.5625rem;
    overflow: visible; }
    .img-block.horz .column:nth-child(4n + 1) > div:first-child:before {
      border-width: 0 0 0 6px; }
    .img-block.horz .column:nth-child(4n + 1) .img-arrow {
      right: auto;
      left: 0; }
      .img-block.horz .column:nth-child(4n + 1) .img-arrow:before {
        content: none; }
      .img-block.horz .column:nth-child(4n + 1) .img-arrow:after {
        content: ''; }
  .img-block.horz .column:nth-child(4n + 3) {
    right: -3px;
    padding-left: 1.5625rem;
    overflow: visible; } }

@media (min-width: 768px) and (max-width: 1279px) {
  .img-block.vert .column:nth-child(odd):last-child {
    width: 100%;
    height: auto !important; }
    .img-block.vert .column:nth-child(odd):last-child > div:first-child {
      position: relative;
      float: right;
      width: calc(50% + 1.75rem);
      margin: -1.75rem -1.75rem -1.75rem 0; }
    .img-block.vert .column:nth-child(odd):last-child > div:first-child ~ * {
      width: 50%;
      padding-right: 1.75rem; }
    .img-block.vert .column:nth-child(odd):last-child > div:first-child:before {
      border-width: 0 0 0 6px; }
    .img-block.vert .column:nth-child(odd):last-child .img-arrow {
      left: 0;
      width: 1.375rem;
      height: 100%; }
      .img-block.vert .column:nth-child(odd):last-child .img-arrow:before, .img-block.vert .column:nth-child(odd):last-child .img-arrow:after {
        top: 50%; }
      .img-block.vert .column:nth-child(odd):last-child .img-arrow:before {
        content: none; }
      .img-block.vert .column:nth-child(odd):last-child .img-arrow:after {
        content: '';
        left: -1rem; }
    .img-block.vert .column:nth-child(odd):last-child :last-child {
      margin-bottom: 0; } }

/* project / componets / img-mask */
@media (min-width: 768px) {
  .height-set .column {
    position: relative;
    overflow: hidden; }
  .height-set .column > div:first-child:last-child {
    position: relative;
    height: calc(100% + 28px);
    overflow: hidden; }
  .height-set .column > img:first-child:last-child,
  .height-set .column > div:first-child:last-child img {
    position: absolute;
    right: -100%;
    left: -100%;
    width: auto;
    max-width: initial;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    margin-right: auto;
    margin-left: auto; } }

/* project / utils / stretch */
.stretch-h {
  margin-left: -1.75rem;
  margin-right: -1.75rem; }

.stretch-v {
  margin-top: -3.0625rem !important;
  margin-bottom: -3.0625rem !important; }

/* project / components / map */
.map {
  position: relative;
  display: inline-block;
  padding: 0 !important; }

.map:before {
  content: '';
  display: block;
  margin-top: 83.3333%; }

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@media (max-width: 767px) {
  .map {
    display: block;
    width: 100%;
    margin-top: 3.0625rem !important; } }

/* project / components / main-title */
.main-title {
  padding: 1.75rem 0;
  background: #dedede;
  color: #58595b; }

/* project / components / social-wall */
.social-wall {
  padding-right: 0.875rem;
  padding-left: 0.875rem; }
  .social-wall .inner {
    padding-top: 0; }
  .social-wall .column {
    padding-right: 0.875rem;
    padding-left: 0.875rem; }
  .social-wall .twitter,
  .social-wall .instagram {
    margin-bottom: 1.75rem;
    background: #fff;
    color: #58595b; }
    .social-wall .twitter img,
    .social-wall .instagram img {
      margin-bottom: 0; }
    .social-wall .twitter .inner,
    .social-wall .instagram .inner {
      padding: 1rem; }
    .social-wall .twitter p:last-child small,
    .social-wall .instagram p:last-child small {
      float: right; }

/* project / components / sidebar toggle */
.sidebar__toggle {
  z-index: 100;
  display: block;
  width: 5rem;
  height: 6.25rem;
  padding: 2.375rem 1.6rem;
  background: #fff; }
  .sidebar__toggle:before, .sidebar__toggle:after {
    content: '';
    box-sizing: content-box;
    display: block;
    width: 100%;
    height: 6px;
    border: 4px solid #7a7a7d;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    transition: -webkit-transform 0.3s, border 0.2s 0.3s;
    transition: transform 0.3s, border 0.2s 0.3s; }
  .sidebar__toggle:before {
    border-width: 4px 0 2px; }
  .sidebar__toggle:after {
    border-width: 2px 0 4px; }

.sidebar__toggle:hover:before, .sidebar__toggle:hover:after {
  border-color: #c41030; }

.sidebar__toggle.open:before, .sidebar__toggle.open:after {
  height: 0;
  transition: border 0.2s, -webkit-transform 0.3s 0.2s, height 0.3s 0.2s;
  transition: border 0.2s, transform 0.3s 0.2s, height 0.3s 0.2s; }

.sidebar__toggle.open:before {
  border-width: 0 0 4px;
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg); }

.sidebar__toggle.open:after {
  border-width: 4px 0 0;
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg); }

/* reduced height header */
@media (max-width: 512px) {
  .sidebar__toggle {
    height: 5rem;
    padding: 1.75rem 1.6rem; } }

/* project / components / slideshow */
.slideshow:not(.mod__inner) img {
  z-index: 1; }

.slideshow .slide__caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  width: 100%;
  max-width: 100rem;
  height: auto;
  padding: 1.75rem;
  background: none !important;
  z-index: 2; }

.slideshow .slideshow__slide {
  position: relative;
  width: 100%; }

.slideshow .slideshow__slide > span img {
  display: block;
  width: 100%; }

/* project / components / toggle */
.toggle header,
.toggle .toggle__content,
.toggle .toggle__inner {
  transition: all 0.3s; }

.toggle header {
  position: relative;
  cursor: pointer;
  padding: 1.75rem 4.375rem 1.75rem 1.75rem; }
  .toggle header h1, .toggle header h2, .toggle header h3, .toggle header h4, .toggle header h5, .toggle header h6 {
    margin: 0;
    font-size: 1.25em;
    font-weight: 500;
    text-transform: initial; }
  .toggle header:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.75rem;
    width: 0.9375rem;
    height: 0.5625rem;
    margin-top: -0.3125rem;
    background-image: url("/home/media/Media,512563,en.png");
    background-position: center center;
    background-repeat: no-repeat; }

.toggle .inner > header {
  margin: 0 -1.75rem; }

.toggle .toggle__inner {
  overflow: auto;
  padding: 0 0.4375rem;
  margin: 0 -1.75rem; }

.toggle .toggle__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s; }

.toggle .toggle header {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .toggle .toggle header h1, .toggle .toggle header h2, .toggle .toggle header h3, .toggle .toggle header h4, .toggle .toggle header h5 h6 {
    font-size: 1rem; }

.toggle .toggle .toggle__content {
  padding: 0 1.75rem;
  background: #fff; }

.toggle .toggle.open .toggle__content {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem; }

.toggle .toggle__inner .toggle__content {
  padding: 0 1.3125rem; }

.toggle + .toggle {
  margin-top: 1px; }

.toggle.open > header:after,
.toggle.open > .inner > header:after {
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg); }

.toggle.open > .toggle__inner,
.toggle.open > .inner > .toggle__inner {
  margin: 1.75rem -1.75rem; }

.toggle.open > .toggle__content,
.toggle.open > .inner > .toggle__content,
.toggle.open > .toggle__inner > .toggle__content,
.toggle.open > .inner > .toggle__inner > .toggle__content {
  max-height: none; }

.toggle header:not([class*="bg--"]):after,
.toggle header.bg--grey-l:after,
.toggle header.bg--grey-ml:after {
  background-image: url("/home/media/Media,512564,en.png"); }

/* project / components / course finder */
.course-finder-module {
  text-align: center; }
  .course-finder-module p {
    margin-top: 0;
    font-weight: 500;
    text-transform: uppercase; }
  .course-finder-module input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
  .course-finder-module select,
  .course-finder-module textarea {
    max-width: 32.8125rem; }
  .course-finder-module input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
  .course-finder-module select,
  .course-finder-module textarea,
  .course-finder-module .button, .course-finder-module button, .course-finder-module input[type="submit"] {
    margin: 0.875rem 0; }
    .course-finder-module input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):last-child,
    .course-finder-module select:last-child,
    .course-finder-module textarea:last-child,
    .course-finder-module .button:last-child, .course-finder-module button:last-child, .course-finder-module input[type="submit"]:last-child {
      margin-bottom: 0; }

.course-finder-module + .bg--grey {
  border-top: 2px solid; }

@media (min-width: 768px) {
  .course-finder-module input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
  .course-finder-module select,
  .course-finder-module textarea,
  .course-finder-module .button, .course-finder-module button, .course-finder-module input[type="submit"] {
    margin-right: 0.875rem;
    margin-left: 0.875rem; } }

/* projects / components / share block */
.share-block {
  display: table;
  width: 100%;
  padding: 0.875rem 1.75rem;
  margin: 1.75rem 0;
  border: 1px solid #dedede;
  border-width: 1px 0; }
  .share-block > * {
    display: table-cell;
    vertical-align: middle;
    margin: 0; }
  .share-block button,
  .share-block .button, .share-block button, .share-block input[type="submit"] {
    float: right;
    margin-left: 1.75rem;
    white-space: nowrap; }

/* project / components / tabs */
.tabs {
  color: #58595b; }
  .tabs .columns {
    margin-top: 0;
    margin-bottom: 0; }
  .tabs .column {
    padding: 0;
    margin: 0; }
  .tabs ul {
    padding: 0;
    list-style-type: none; }

.tab {
  display: block;
  padding: 1.75rem;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s; }
  .tab.active {
    background: #eeeeee;
    color: #58595b; }
  .tab:hover, .tab.open {
    background: #fff;
    color: #58595b;
    text-decoration: none; }

.tabs__main {
  background: #9b9b9d;
  border-top: 5px solid #9b9b9d; }
  .tabs__main .tab.active:after {
    content: '';
    display: inline-block;
    width: 0.9375rem;
    height: 0.5625rem;
    margin-left: 1.75rem;
    background-image: url("/home/media/Media,512564,en.png");
    background-position: center center;
    background-repeat: no-repeat; }

.tabs__sub {
  background: #eeeeee; }
  .tabs__sub ul {
    padding: 1.75rem 0; }
  .tabs__sub .tab {
    padding: 0.875rem;
    color: #58595b; }
    .tabs__sub .tab:hover,
    .tabs__sub .tab.active {
      background: #dedede;
      color: #c41030; }

/* project / components / video */
.video,
.video .inner {
  padding-top: 0;
  padding-bottom: 0; }

.video .inner div:first-child {
  position: relative; }

.video .inner .column h1:first-child, .video .inner .column h2:first-child, .video .inner .column h3:first-child, .video .inner .column h4:first-child, .video .inner .column h5:first-child, .video .inner .column h6:first-child {
  margin-top: 1.75rem; }

.video video {
  display: block;
  max-width: calc(100% + 3.5rem);
  margin: 0 -1.75rem; }

.video__controls {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: all 0.3s; }

.play {
  padding: 1.75rem 1.75rem 1.4rem;
  border: 3px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 2.5rem; }

.video.playing .video__controls,
.video.playing .video__caption {
  opacity: 0; }

.video.playing video {
  cursor: pointer; }

.video.paused video {
  opacity: 0.5; }

.video__caption {
  padding: 1.75rem 0; }

@media (min-width: 768px) {
  .video__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.75rem;
    color: #fff;
    transition: all 0.3s; } }

/* project / pages / course finder */
body.course-finder .cta-compare,
body.course-finder .cta-course {
  position: relative;
  display: block;
  text-align: right;
  white-space: nowrap; }
  body.course-finder .cta-compare:after,
  body.course-finder .cta-course:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.9375em;
    height: 0.9375em;
    margin-left: 1.25em;
    background-position: right center;
    background-repeat: no-repeat;
    transition: all 0.3s; }

body.course-finder .cta-compare {
  color: #58595b; }
  body.course-finder .cta-compare:after {
    background-image: url("/home/media/Media,512561,en.png"); }

body.course-finder .cta-course:after {
  background-image: url("/home/media/Media,512562,en.png"); }

body.course-finder tr.active .cta-compare:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

body.course-finder .results .toggle .toggle__content {
  padding: 0;
  margin: 0 -1.75rem; }

body.course-finder .compare .inner {
  padding-top: 0;
  padding-bottom: 0; }

body.course-finder .compare .column {
  height: auto !important; }

body.course-finder .compare .bordered .column {
  padding-top: 0;
  padding-bottom: 0; }

body.course-finder .compare table,
body.course-finder .compare thead th {
  background: transparent; }

body.course-finder .compare th, body.course-finder .compare td {
  padding-right: 0;
  padding-left: 0; }

body.course-finder .compare .toggle header {
  background: #9b9b9d;
  margin: 0 -1.75rem; }

body.course-finder .compare .toggle.open header {
  background: #58595b; }

body.course-finder .compare .toggle.open .toggle__content {
  max-height: 23rem; }

body.course-finder .compare .compare__course {
  position: relative;
  padding-right: 2rem;
  text-transform: none; }
  body.course-finder .compare .compare__course .cta-remove {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    background-image: url("/home/media/Media,513657,en.png"); }

@media (max-width: 1023px) {
  .results th, .results td {
    padding-left: 0.875rem;
    padding-right: 0.875rem; } }

@media (max-width: 767px) {
  .results table, .results tbody, .results tr {
    display: block; }
  .results thead {
    display: none; }
  .results tr {
    padding: 1.75rem;
    overflow: auto;
    border-bottom: 1px solid #dedede; }
  .results th, .results td {
    display: inline-block;
    padding: 0;
    border: 0; }
  .results th {
    display: block;
    padding-bottom: 0; }
  .results td {
    float: left;
    display: block;
    padding: 0; }
  .results td:nth-of-type(1):after,
  .results td:nth-of-type(2):after {
    content: '/';
    margin: 0 0.5em; }
  .results td:nth-last-child(2) {
    clear: left; }
  .results td:nth-last-child(2),
  .results td:last-child {
    width: 50%;
    margin-top: 1rem; }
  .results td .cta-compare {
    text-align: left; }
  .results td .cta-course {
    padding-right: 0; }
  .lt-ie10 th, .lt-ie10 td {
    padding: 1.625em 0.875rem; } }
                                    
/* project / themes / main-site */
                     
.sidebar nav > ul > li.study a:before {
  background-image: url("/home/media/Media,512572,en.png"); }

.sidebar nav > ul > li.research a:before {
  background-image: url("/home/media/Media,512571,en.png"); }

.sidebar nav > ul > li.international a:before {
  background-image: url("/home/media/Media,536620,en.png"); }

.sidebar nav > ul > li.business a:before {
  background-image: url("/home/media/Media,512567,en.png"); }

.sidebar nav > ul > li.explore a:before {
  background-image: url("/home/media/Media,512569,en.png"); }

.sidebar nav > ul > li.connect a:before {
  background-image: url("/home/media/Media,512568,en.png"); }

.sidebar nav > ul > li.ten-reasons a:before {
  background-image: url("/home/media/Media,512573,en.png"); }

.sidebar nav > ul > li.back-to-top a:before {
  background-image: url("/home/media/Media,512566,en.png"); }