/*! normalize.css v3.0.1 | 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,
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;
}

.header {
  padding-left: 25px;
  padding-right: 25px;
}
/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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"] {
  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: content-box;
  -webkit-box-sizing: content-box;
  /* 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;
}
@font-face {
  font-family: "Avenir LT W02_45 Book";
  src: url("Fonts/cc232236-c38e-4181-b791-8be0f37e6f0e.eot?#iefix");
  src: url("Fonts/cc232236-c38e-4181-b791-8be0f37e6f0e.eot?#iefix") format("eot"), url("Fonts/493b124a-f032-4d7d-9d9b-b3ebdb18c13a.woff") format("woff"), url("Fonts/b2470f08-706e-4417-bcb4-64e4b3cb07b0.ttf") format("truetype"), url("Fonts/71715770-8b1b-41d7-bc36-4e630e95fd3a.svg#71715770-8b1b-41d7-bc36-4e630e95fd3a") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT W02_65 Medium";
  src: url("Fonts/c7a58743-f241-4281-bfc0-f1df551cb37d.eot?#iefix");
  src: url("Fonts/c7a58743-f241-4281-bfc0-f1df551cb37d.eot?#iefix") format("eot"), url("Fonts/b8db69f9-df9e-480f-9c1c-d76a1bb29a62.woff") format("woff"), url("Fonts/63753503-2f58-4a8b-91af-058e8f73a1b0.ttf") format("truetype"), url("Fonts/3cece34e-2cfb-4b8f-8a9c-04ec56d1e672.svg#3cece34e-2cfb-4b8f-8a9c-04ec56d1e672") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir LT W02_85 Heavy";
  src: url("Fonts/e9427e66-afa8-4ceb-bb31-7a970fb469ea.eot?#iefix");
  src: url("Fonts/e9427e66-afa8-4ceb-bb31-7a970fb469ea.eot?#iefix") format("eot"), url("Fonts/748da442-9dd9-4a4d-8da0-b114e16e5d7f.woff") format("woff"), url("Fonts/6beeeb66-0b4e-4162-8788-8bf688b9829a.ttf") format("truetype"), url("Fonts/8afe744b-89a2-4ae2-a88e-05c6882580f3.svg#8afe744b-89a2-4ae2-a88e-05c6882580f3") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PMNCaeciliaW02-55Roman";
  src: url("Fonts/6751f175-e965-438f-b485-0b737f625240.eot?#iefix");
  src: url("Fonts/6751f175-e965-438f-b485-0b737f625240.eot?#iefix") format("eot"), url("Fonts/ff5bad32-915d-4838-9487-dadf6ca5af62.woff") format("woff"), url("Fonts/738e4f4a-21e9-41c4-9871-750cfafb213e.ttf") format("truetype"), url("Fonts/a4e88dbd-bcf4-477c-9152-feef16a8e27d.svg#a4e88dbd-bcf4-477c-9152-feef16a8e27d") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PMNCaeciliaW02-75Bold";
  src: url("Fonts/6a34d4f2-d47e-491e-b23f-5c21cd102f27.eot?#iefix");
  src: url("Fonts/6a34d4f2-d47e-491e-b23f-5c21cd102f27.eot?#iefix") format("eot"), url("Fonts/b75f619f-6985-455f-a653-31ddb61de0f5.woff") format("woff"), url("Fonts/d273add0-658d-4430-9dc9-2f7308debd0e.ttf") format("truetype"), url("Fonts/7447513d-8867-4753-9c62-3b057094223a.svg#7447513d-8867-4753-9c62-3b057094223a") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Icon-Font";
  src: url("icons-font/icons_font.eot?#iefix");
  src: url("icons-font/icons_font.eot?#iefix") format("eot"), url("icons-font/icons_font.woff") format("woff"), url("icons-font/icons_font.ttf") format("truetype"), url("icons-font/icons_font.svg#icons_font") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  background-color: #ffffff;
}
body {
  color: #000000;
  font-family: 'Avenir LT W02_45 Book', sans-serif;
  font-size: 15px;
  font-weight: normal !important;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none !important;
}
a {
  color: #c80000;
  outline: none;
  text-decoration: none;
}
a:hover {
  opacity: 0.9;
}
a:active {
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  margin: 0;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 20px;
}
strong {
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text li {
  list-style: square;
  margin: 0;
  padding: 0;
}
.text ol li {
  list-style-type: decimal;
  margin-top: 10px;
  padding: 0;
}
.icon-0:before {
  content: "\e600";
}
.icon-1:before {
  content: "\f101";
}
.icon-2:before {
  content: "\f102";
}
.icon-3:before {
  content: "\f103";
}
.icon-4:before {
  content: "\f104";
}
.icon-5:before {
  content: "\f105";
}
.icon-6:before {
  content: "\f106";
}
.icon-7:before {
  content: "\f107";
}
.icon-8:before {
  content: "\f108";
}
.icon-9:before {
  content: "\f109";
}
.icon-a:before {
  content: "\f10a";
}
.icon-b:before {
  content: "\f10b";
}
.icon-c:before {
  content: "\f10c";
}
.icon-d:before {
  content: "\f10d";
}
.icon-e:before {
  content: "\f10e";
}
.icon-f:before {
  content: "\f10f";
}
.icon-g:before {
  content: "\f10g";
}
.icon-10:before {
  content: "\f110";
}
.icon-11:before {
  content: "\f111";
}
.font-icon {
  font-family: 'Icon-Font';
  font-size: 53px;
  font-style: normal;
}
.small-arrow {
  background-color: #c80000;
  color: #fff;
  display: block;
  font-size: 25px;
  height: 27px;
  line-height: 29px;
  text-indent: 1px;
  width: 27px;
}
.large-arrow {
  background-color: #c80000;
  color: #fff;
  display: block;
  font-size: 70px;
  height: 75px;
  line-height: 75px;
  text-indent: 4px;
  width: 75px;
}
section {
  margin: 0 auto;
  max-width: 1280px;
}
header {
  position: relative;
  background-color: #fff;
  padding: 10px 26px;
  margin: 0 auto;
}
header .logo {
  display: table-cell;
  vertical-align: middle;
  text-indent: -9999px;
  width: 210px;
  height: 62px;
  background-image: url('/etc.clientlibs/attract/clientlibs/static-assets/resources/img/logo@2x.png');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 189px 62px;
}
header .logo a {
  width: 189px;
  height: 62px;
}
header .logo:hover {
  opacity: 1;
}
header .main-nav {
  display: table-cell;
  vertical-align: middle;
}
header .main-nav .mobile-trigger {
  display: none;
  float: right;
}
header .main-nav .mobile-trigger.mobile-search-trigger {
  margin-top: -2px;
}
header .main-nav .mobile-trigger.mobile-search-trigger i {
  font-size: 20px;
}
header .main-nav .mobile-trigger.mobile-nav-trigger {
  width: 22px;
  height: 22px;
  padding: 0;
  background-color: transparent;
  margin-left: 20px;
  position: absolute;
  right: 10px;
  top: 30px;
}
header .main-nav .mobile-trigger.mobile-nav-trigger i {
  position: relative;
  display: block;
}
header .main-nav .mobile-trigger.mobile-nav-trigger i span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #c80000;
}
header .main-nav .mobile-trigger.mobile-nav-trigger i span:nth-child(1) {
  top: 0px;
}
header .main-nav .mobile-trigger.mobile-nav-trigger i span:nth-child(2),
header .main-nav .mobile-trigger.mobile-nav-trigger i span:nth-child(3) {
  top: 7px;
}
header .main-nav .mobile-trigger.mobile-nav-trigger i span:nth-child(4) {
  top: 14px;
}
header .main-nav .mobile-trigger.mobile-nav-trigger.open i span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
header .main-nav .mobile-trigger.mobile-nav-trigger.open i span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
header .main-nav .mobile-trigger.mobile-nav-trigger.open i span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
header .main-nav .mobile-trigger.mobile-nav-trigger.open i span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}
header .main-nav ul {
  position: relative;
}
header .main-nav ul.open li a {
  opacity: 0.2;
}
header .main-nav ul li {
  display: inline-block;
}
header .main-nav ul li a {
  display: block;
  padding: 8px 14px;
  overflow: hidden;
  border-left: 1px solid #b3b4b5;
  color: #000000;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  font-size: 14px;
  text-align: center;
}
header .main-nav ul li a.active {
  color: #c80000;
}
header .main-nav ul li a:hover {
  color: #c80000;
}
.nav-search a i {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  font-size: 18px;
}
.nav-search form {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 40px;
}
.nav-search form.mobile {
  position: fixed;
  top: 138px;
  right: 5px;
  left: 5px;
  width: auto !important;
}
.nav-search form.mobile button {
  display: block;
}
.nav-search form.mobile .nav-search-trigger {
  display: block;
}
.nav-search form.mobile .nav-search-trigger i {
  color: #000;
}
.nav-search form input {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-bottom: 12px;
  outline: 0;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #ffffff;
  padding: 5px 70px 5px 12px;
  overflow: hidden;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  border: 1px solid #b3b4b5;
  margin-bottom: 20px;
}
.nav-search form input::-webkit-input-placeholder {
  color: #000000;
}
.nav-search form input:-moz-placeholder {
  color: #000000;
}
.nav-search form input:-ms-input-placeholder {
  color: #000000;
}
.nav-search form button {
  height: 38px;
  width: 38px;
  background-color: #c80000;
  position: absolute;
  top: 1px;
  right: 1px;
  border: none;
  border-left: 1px solid #b3b4b5;
  display: none;
  padding: 0;
}
.nav-search form button:hover {
  opacity: 0.9;
}
.nav-search form button:active {
  opacity: 1;
}
.nav-search form button i {
  color: #fff;
  font-size: 34px;
}
.nav-search form .nav-search-trigger {
  width: 12px;
  height: 12px;
  position: absolute;
  display: block;
  right: 55px;
  top: 14px;
  padding: 0;
  border: none;
  display: none;
  opacity: 1 !important;
  overflow: visible;
}
.nav-search form .nav-search-trigger i {
  font-size: 12px;
  display: block;
  margin: 0;
}
.main-cta {
  display: table-cell;
  vertical-align: middle;
  width: 260px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.main-cta ul {
  margin: 0;
  text-align: right;
  font-size: 12px;
}
.main-cta ul li {
  display: block;
  margin-bottom: 7px;
}
.main-cta ul li:first-child a {
  background-color: #b3b4b5;
}
.main-cta ul a {
  display: inline-block;
  background-color: #c80000;
  width: 112px;
  height: 27px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
}
.main-cta ul.mobile {
  display: none;
}
.main-cta p {
  color: #b3b4b5;
  padding-left: 15px;
  display: none;
}
interactiveHeader {
  display: block;
  height: 380px;
  margin: 0 26px;
  overflow: hidden;
  position: relative;
}
interactiveHeader .header-info {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 181px;
  left: 0;
  padding: 22px;
  position: absolute;
  top: 0;
  width: 181px;
  z-index: 10;
}
interactiveHeader .header-info h1 {
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  font-size: 28px;
  margin-bottom: 5px;
}
interactiveHeader .header-info h2 {
  font-family: 'PMNCaeciliaW02-55Roman', sans-serif;
  font-size: 22px;
}
interactiveHeader .shelf {
  height: 100%;
  position: relative;
}
interactiveHeader .shelf .scroll-arrow {
  position: absolute;
  top: 225px;
  z-index: 10;
}
interactiveHeader .shelf .scroll-arrow.scroll-prev {
  left: 0;
  text-indent: 3px;
}
interactiveHeader .shelf .scroll-arrow.scroll-next {
  right: 0;
}
interactiveHeader .shelf .scroll-arrow.disabled {
  background-color: #b3b4b5;
}
interactiveHeader .shelf .scroll-arrow.disabled:hover {
  cursor: default;
  opacity: 1;
}
interactiveHeader .shelf .shelf-container {
  display: block;
  height: 100%;
  margin: 0 43px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
interactiveHeader .shelf .shelf-container.touch {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
interactiveHeader .shelf ul {
  height: 100%;
}
interactiveHeader .shelf li {
  background-color: #eaebeb;
  border: 8px solid #fff;
  box-sizing: border-box;
  display: block;
  float: left;
  height: 190px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 190px;
}
interactiveHeader .shelf li.blank-space {
  background-color: transparent;
}
interactiveHeader .shelf li.dark-tile a {
  background-color: #d0d2d2;
}
interactiveHeader .shelf li.width-half {
  margin-right: 95px;
  width: 95px;
}
interactiveHeader .shelf li.width-half text {
  font-size: 11px;
  padding: 8px;
}
interactiveHeader .shelf li.width-half.position-right {
  margin-left: 95px;
  margin-right: 0;
}
interactiveHeader .shelf li.height-half {
  height: 95px;
  margin-bottom: 95px;
}
interactiveHeader .shelf li.height-half text {
  font-size: 11px;
  padding: 8px;
}
interactiveHeader .shelf li.height-half.position-bottom {
  margin-bottom: 0;
  margin-top: 95px;
}
interactiveHeader .shelf li.width-double {
  width: 380px;
}
interactiveHeader .shelf li.width-double text {
  font-size: 18px;
}
interactiveHeader .shelf li.height-double {
  height: 380px;
}
interactiveHeader .shelf li.height-double text {
  font-size: 18px;
}
interactiveHeader .shelf li.active {
  height: 380px;
  width: 380px;
}
interactiveHeader .shelf li.active text {
  font-size: 18px;
}
interactiveHeader .shelf li.active text {
  font-size: 18px;
}
interactiveHeader .shelf li.has-image text {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
interactiveHeader .shelf li a {
  color: #fff;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
interactiveHeader .shelf li img {
  height: 100%;
  width: auto;
}
interactiveHeader .shelf li text {
  bottom: 0;
  color: #000000;
  display: block;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  font-size: 16px;
  left: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  white-space: normal;
  z-index: 8;
}
interactiveHeader.mixed .shelf li.has-image text {
  font-size: 26px;
}
imageHeader {
  background-color: #eaebeb;
  display: block;
  height: 320px;
  overflow: hidden;
  position: relative;
}
imageBanner {
  display: block;
  height: 440px;
  overflow: hidden;
  position: relative;
}
imageBanner .banner-content {
  background: url('../img/dynamic-square-bg.png') repeat-y right;
  bottom: 0;
  left: 30px;
  max-width: 570px;
  min-width: 480px;
  padding: 30px 100px 20px 50px;
  position: absolute;
  z-index: 10;
}
imageBanner .banner-content .link {
  padding: 10px 0 12px 0;
  font-size: 16px;
  font-family: 'PMNCaeciliaW02-75Bold', sans-serif;
  border-top: 1px solid #fff;
  color: #fff;
  position: relative;
  max-width: 90%;
  display: block;
}
imageBanner h2 {
  color: #fff;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  font-size: 20px;
  margin-bottom: 13px;
}
imageBanner h1 {
  color: #fff;
  font-family: 'PMNCaeciliaW02-75Bold', sans-serif;
  font-size: 48px;
  line-height: 59px;
  margin-bottom: 20px;
}
imageBanner a {
  border-top: 1px solid #fff;
  color: #fff;
  display: block;
  font-family: 'PMNCaeciliaW02-75Bold', sans-serif;
  font-size: 16px;
  padding: 10px 0 12px 0;
  position: relative;
}
imageBanner a .small-arrow {
  background-color: #fff;
  color: #c80000;
  display: block;
  position: absolute;
  right: -43px;
  top: -1px;
}
.video-controls {
  background-color: #000;
  display: none;
  margin-top: 15px;
  text-align: right;
}
.video-controls .js-close-video {
  background: url("../img/close.png");
  color: #fff;
  display: inline-block;
  height: 28px;
  width: 28px;
}
.video {
  position: relative;
  top: 0;
}
.video #video-player {
  background-color: #000;
  display: none;
  height: 440px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.video #video-player #video,
.video #video-player object,
.video #video-player #svp_video,
.video #video-player video,
.video #video-player #svp_js-video,
.video #video-player #js-video {
  height: 440px !important;
  width: 100% !important;
  z-index: 1000;
}
.video #video-player iframe {
  left: 50%;
  margin-left: -390px;
  position: absolute;
  z-index: 9999;
}
statementBanner {
  background-color: #eaebeb;
  display: block;
  padding: 40px 100px 40px;
  position: relative;
}
statementBanner h2 {
  color: #000000;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  font-size: 32px;
  margin-bottom: 8px;
  text-align: center;
}
statementBanner h1,
statementBanner a {
  color: #c80000;
  display: inline;
  font-family: 'PMNCaeciliaW02-75Bold', sans-serif;
  font-size: 30px;
  line-height: 45px;
  margin-right: 16px;
}
statementBanner i {
  background-color: #c80000;
  display: block;
  line-height: 77px;
  margin-top: -24px;
  position: absolute;
  right: 100px;
  top: 50%;
}
.headline statementBanner {
  padding: 60px 20px 10px 20px;
  text-align: center;
}
.graduate-companies.home statementBanner {
  padding: 0 100px 50px 100px;
}
.graduate-companies.home statementBanner .large-arrow {
  top: 25%;
}
.graduate-companies.full cardsBanner .card:hover {
  background-color: #eaebeb;
}
.graduate-companies statementBanner h2 {
  text-align: left;
}
.graduate-companies statementBanner h1 {
  margin: 0;
}
.graduate-companies cardsBanner.home {
  background-color: #d5d6d6;
}
.graduate-companies cardsBanner {
  background-color: #f2f3f3;
  padding: 40px;
}
.graduate-companies cardsBanner .card {
  background: none;
  border: none;
}
.graduate-companies cardsBanner h2 {
  color: #000000;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  font-size: 32px;
  margin-bottom: 35px;
}
.graduate-companies cardsBanner .cards {
  margin-bottom: 20px;
}
.graduate-companies cardsBanner .cta-wrap {
  margin: 40px auto 0 auto;
}
.grad-schemes p,
.newsletter.standalone p {
  margin: 0.5em 0;
}
.grad-schemes statementBanner,
.newsletter.standalone statementBanner {
  padding: 80px 100px;
}
.grad-schemes statementBanner h1,
.newsletter.standalone statementBanner h1 {
  display: block;
  font-size: 28px;
  text-align: left;
}
.grad-schemes statementBanner h2,
.newsletter.standalone statementBanner h2 {
  font-size: 24px;
  text-align: left;
}
.newsletter.standalone {
  padding: 40px 100px 40px;
}
.newsletter.standalone statementBanner {
  background-color: #ffffff;
  padding: 0;
}
.newsletter.standalone statementBanner p {
  margin: 0.5em 0;
}
.newsletter.standalone statementBanner form {
  margin-top: 50px;
}
.newsletter.home statementBanner h2 {
  padding-bottom: 30px;
}
.newsletter statementBanner h2 {
  text-align: left;
}
.newsletter statementBanner h3 {
  color: #c80000;
  font-family: 'PMNCaeciliaW02-75Bold', sans-serif;
  margin: 0 16px 20px 0;
}
.newsletter form {
  background-color: #fff;
  border: 1px solid #b3b4b5;
  overflow: hidden;
  margin: 0 auto;
  padding: 40px;
}
.newsletter form fieldset.left {
  float: left;
}
.newsletter form fieldset.right {
  float: right;
}
.newsletter form fieldset {
  border: none;
  width: 45%;
}
.newsletter form fieldset .field {
  margin: 10px 0;
}
.newsletter form fieldset .select-large select {
  width: 95%;
}
.newsletter form fieldset .select-small select {
  width: 30%;
}
.newsletter form fieldset label {
  display: block;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.newsletter form fieldset input {
  padding: 10px;
  width: 90%;
}
.newsletter form fieldset input[type="number"] {
  width: 27%;
}
.newsletter form fieldset input[type="submit"] {
  background-color: #b3b4b5;
  border: none;
  float: right;
  margin-top: 40px;
  width: 50%;
}
.card {
  background-color: #eaebeb;
  display: block;
  margin-bottom: 10px;
  min-height: 105px;
  overflow: hidden;
  position: relative;
}
.card .content {
  display: block;
  position: relative;
}
.card .content i {
  position: absolute;
  right: 20px;
  top: 20px;
}
.card .content span {
  color: #c80000;
  display: block;
  font-family: 'Avenir LT W02_45 Book', sans-serif;
  font-size: 13px;
}
.card .content p {
  color: #000000;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 20px 60px 20px 20px;
}
.card.external {
  background-color: #fce0dc;
}
.card.external i {
  /*text-indent: 11px;*/
}
.profile-images cardsBanner {
  padding: 40px 20px;
}
cardsBanner {
  background-color: #eaebeb;
  display: block;
  padding: 40px 100px;
}
cardsBanner .cards.with-title {
  margin-bottom: 0;
}
cardsBanner .cards.with-title .card .thumb {
  padding-bottom: 40px;
}
cardsBanner .cards.with-title .card span {
  display: block;
  text-align: center;
}
cardsBanner .cards {
  display: table;
  table-layout: fixed;
  width: 100%;
}
cardsBanner .card {
  border: 10px solid #eaebeb;
  box-sizing: border-box;
  display: table-cell;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  vertical-align: top;
  -webkit-box-sizing: border-box;
}
cardsBanner .card .thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
cardsBanner .card .content {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  min-height: 90px;
  position: absolute;
  right: 0;
}
cardsBanner .card .content p {
  color: #fff;
  font-family: 'Avenir LT W02_45 Book', sans-serif;
  font-size: 14px;
  padding: 15px 50px 15px 20px;
  position: absolute;
  bottom: 0;
}
cardsBanner .card .content p span {
  color: #fff;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  font-size: 13px;
}
callToActionBannerSub,
callToActionBanner {
  background-color: #eaebeb;
  display: block;
  padding: 60px 100px;
}
callToActionBannerSub .items,
callToActionBanner .items {
  display: table;
  table-layout: fixed;
  width: 100%;
}
callToActionBannerSub .items .item,
callToActionBanner .items .item {
  display: table-cell;
  text-align: center;
}
callToActionBannerSub .items .item i,
callToActionBanner .items .item i {
  background-color: #b3b4b5;
  color: #fff;
  display: inline-block;
  font-size: 119px;
  height: 130px;
  line-height: 136px;
  margin-bottom: 30px;
  width: 130px;
}
callToActionBannerSub .items .item:first-child i,
callToActionBanner .items .item:first-child i {
  background-color: #c80000;
}
callToActionBannerSub .items .item h3,
callToActionBanner .items .item h3 {
  color: #c80000;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  font-size: 25px;
}
callToActionBannerSub .items .item h1,
callToActionBanner .items .item h1 {
  color: #000000;
  font-family: 'PMNCaeciliaW02-75Bold', sans-serif;
  font-size: 44px;
  margin: 10px 0;
}
callToActionBannerSub .items .item h2,
callToActionBanner .items .item h2 {
  color: #000000;
  font-family: 'PMNCaeciliaW02-55Roman', sans-serif;
  font-size: 24px;
}
controls {
  background-color: #eaebeb;
  display: block;
  height: 105px;
  margin-bottom: 10px;
  overflow: hidden;
}
controls p {
  display: inline-block;
  float: left;
  font-family: 'Avenir LT W02_65 Medium', sans-serif;
  font-size: 11px;
  margin: 0;
  overflow: hidden;
  padding: 20px 10px 20px 20px;
  width: 71px;
}
controls p span {
  color: #c80000;
  display: block;
}
controls a {
  background-color: #b3b4b5;
  color: #fff;
  display: inline-block;
  float: right;
  height: 105px;
  line-height: 112px;
  margin-left: 10px;
  width: 50px;
}
page {
  display: block;
  padding: 20px 26px;
}
page columns {
  border-top: 2px solid #c80000;
  display: table;
  padding: 20px 0;
  table-layout: fixed;
  width: 100%;
}
page columns pageNav {
  display: table-cell;
  vertical-align: top;
  width: 222px;
}
page columns pageNav .no-items h1 {
  border: none;
}
page columns pageNav .nav ul li {
  border-top: 1px solid #c80000;
  padding: 12px 8px 12px 15px;
}
page columns pageNav .nav ul li:first-child {
  border-top: none;
}
page columns pageNav .nav ul li:last-child {
  border-bottom: 1px solid #c80000;
}
page columns pageNav .nav ul li a {
  color: #747678;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  padding: 10px 0;
}
page columns pageNav .nav ul li a.active {
  color: #c80000;
}
page columns pageNav .nav ul li a:hover {
  color: #c80000;
}
page columns pageNav .nav ul .sub-sub__nav li {
  border-bottom: none;
  border-top: none;
  padding: 8px 8px 8px 30px;
}
page columns pageNav .nav ul .sub-sub__nav li a {
  font-family: 'Avenir LT W02_45 Book', sans-serif;
}
page columns article {
  display: table-cell;
  padding: 0 40px;
  vertical-align: top;
}
page columns article articleHeader {
  border-bottom: 2px dashed #b3b4b5;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
page columns article h1 {
  font-family: 'Avenir LT W02_45 Book', sans-serif;
  font-size: 46px;
}
page columns article h1 span {
  display: block;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
}
page columns article h2 {
  font-family: 'Avenir LT W02_65 Medium', sans-serif;
  font-size: 23px;
}
page columns article h3 {
  color: #c80000;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  font-size: 14px;
}
page columns article ol,
page columns article ul,
page columns article li {
  color: #000000;
  margin: 10px;
  padding: 0;
}
page columns article ul li {
  list-style-type: square;
}
page columns article ol li {
  list-style-type: decimal;
}
page columns article .to-the-top,
page columns article .next_previous_btn {
  display: block;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  font-size: 14px;
  margin-top: 40px;
  text-decoration: underline;
}
page columns article .to-the-top span,
page columns article .next_previous_btn span {
  display: none;
}
page columns article .to-the-top.next,
page columns article .next_previous_btn.next {
  display: none;
}
page columns article .to-the-top.previous,
page columns article .next_previous_btn.previous {
  display: none;
}
page columns article share {
  display: block;
  font-size: 14px;
  padding-top: 40px;
}
page columns article share ul {
  margin: 5px 0 0 0;
}
page columns article share ul li {
  display: inline-block;
  margin: 0 6px 0 0;
}
page columns article share ul li a.font-icon {
  color: #c80000;
  font-size: 32px;
}
page columns article faq ul li {
  list-style-type: none;
}
page columns article faq li {
  margin-bottom: 25px;
  padding: 0 60px;
  position: relative;
}
page columns article faq li .small-arrow {
  background-color: #b3b4b5;
  left: 12px;
  position: absolute;
  top: 0;
}
page columns article faq li.active h2 {
  color: #c80000;
}
page columns article faq li.active .small-arrow {
  background-color: #c80000;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
page columns article faq li h2 {
  font-family: 'Avenir LT W02_45 Book', sans-serif;
}
page columns article faq li .answer {
  display: none;
}
page columns asideSection {
  border-bottom: 1px solid #c80000;
  display: block;
  margin-bottom: 20px;
  padding: 10px 26px;
}
page columns asideSection h1 {
  border-bottom: 2px dashed #c80000;
  color: #c80000;
  font-family: 'PMNCaeciliaW02-55Roman', sans-serif;
  font-size: 26px !important;
  margin: 0 -25px;
}
page columns asideSection span {
  display: block;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
}
page columns asideSection.quote h1 {
  border-bottom: 0 !important;
  color: #c80000;
  font-family: 'PMNCaeciliaW02-55Roman', sans-serif;
  margin: 0;
  padding: 0 !important;
}
page columns asideSection.quote p {
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
}
page columns asideSectionLink {
  padding: 0px;
}
page columns test {
  display: none;
}
page columns aside {
  display: table-cell;
  vertical-align: top;
  width: 32%;
}
page columns pageNav h1,
page columns aside h1 {
  border-bottom: 2px dashed #c80000;
  color: #c80000;
  font-family: 'PMNCaeciliaW02-55Roman', sans-serif;
  padding: 3px 25px 15px 15px;
}
page columns pageNav .card,
page columns aside .card {
  margin-top: 10px;
}
footer {
  padding: 40px 100px;
}
footer .footer-columns {
  display: table;
  margin: 0 40px 26px 40px;
  table-layout: fixed;
  width: 100%;
}
footer .footer-col {
  display: table-cell;
  vertical-align: bottom;
}
footer a {
  color: #000000;
}
footer p {
  font-size: 19px;
}
footer .footer-social p {
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  margin: 0;
  padding: 0;
}
footer .footer-social ul {
  margin-top: 40px;
}
footer .footer-social ul li {
  border-right: 1px solid #c80000;
  display: inline-block;
  text-align: center;
  text-indent: -6px;
  width: 20%;
}
footer .footer-social ul li:first-child {
  border-left: 1px solid #c80000;
}
footer .footer-social ul li a {
  color: #c80000;
  display: inline-block;
  width: 35px;
}
footer .footer-contact a {
  display: block;
  margin-top: 14px;
  overflow: hidden;
}
footer .footer-contact a i {
  background-color: #c80000;
  color: #fff;
  display: block;
  float: left;
  height: 55px;
  line-height: 57px;
  margin-right: 16px;
  width: 55px;
}
footer .footer-contact a p {
  line-height: 25px;
  margin: 0;
  margin-top: 2px;
  padding: 0 15px 0 0;
}
footer .footer-contact a p span {
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
}
footer .footer-nav ul {
  border-left: 1px solid #c80000;
  padding: 0 0 0 15px;
}
footer .footer-nav ul li {
  font-family: 'PMNCaeciliaW02-55Roman', sans-serif;
  font-size: 14px;
}
footer .footer-nav ul li a {
  display: block;
  padding: 5px 0;
}
footer .footer-legal {
  border-top: 1px solid #c80000;
  display: block;
  font-family: 'Avenir LT W02_85 Heavy', sans-serif;
  padding-top: 20px;
  text-align: center;
}
footer .footer-legal li {
  display: inline-block;
  margin: 0 30px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  header .logo {
    background-image: url("../../assets/img/logo-2x.png");
    background-size: 189px 62px;
    -moz-background-size: 189px 62px;
    -webkit-background-size: 189px 62px;
  }
}
@media (max-width: 1150px) {
  header .main-nav ul li a {
    padding: 11px 10px;
  }
  cardsBanner .card .content p {
    font-size: 12px;
  }
}
@media (min-width: 1051px) {
  callToActionBannerSub {
    display: none;
  }
}
@media (max-width: 1050px) {
  cardsBanner .card {
    float: left;
    width: 50%;
  }
  section {
    padding-bottom: 30px;
  }
  header .main-nav {
    text-align: right;
    padding-right: 20px;
  }
  header .main-nav ul li a {
    padding: 11px 20px;
  }
  header .main-nav ul li:last-child a {
    border-right: none;
  }
  .main-cta {
    display: none;
  }
  callToActionBanner .items .item h1,
  callToActionBannerSub .items .item h1 {
    font-size: 30px;
  }
  callToActionBanner .items .item h2,
  callToActionBannerSub .items .item h2,
  callToActionBanner .items .item h3,
  callToActionBannerSub .items .item h3 {
    font-size: 17px;
  }
  cardsBanner {
    padding: 40px 60px;
  }
  page columns aside {
    display: none;
  }
  footer {
    padding: 40px 20px;
  }
  footer .footer-legal li {
    margin: 0 20px;
  }
  asideSection {
    margin: 20px 0;
    padding: 10px 0 !important;
  }
  asideSection h1 {
    margin: 0 !important;
  }
}
@media (max-width: 935px) {
  .newsletter form {
    padding: 40px 0;
  }
  .newsletter form fieldset {
    width: 45%;
  }
}
@media (max-width: 915px) {
  header .main-nav ul li a {
    padding: 11px 8px;
    font-size: 13px;
  }
  .main-cta {
    display: none;
  }
  interactiveHeader .shelf .shelf-container {
    margin: 0;
  }
  footer .footer-columns {
    margin: 0 0 26px 0;
  }
}
@media (max-width: 855px) {
  .newsletter form fieldset.left {
    float: none;
  }
  .newsletter form fieldset.right {
    float: none;
  }
  .newsletter form fieldset {
    width: auto;
  }
  statementBanner,
  .grad-schemes statementBanner {
    padding: 40px;
  }
  statementBanner h1,
  .grad-schemes statementBanner h1 {
    font-size: 23px;
    line-height: 32px;
    display: block;
    margin-bottom: 10px;
  }
  statementBanner a,
  .grad-schemes statementBanner a {
    color: #b3b4b5;
    display: inline-block;
    border-top: 1px solid #c80000;
    line-height: 35px;
    position: relative;
    padding-top: 15px;
  }
  statementBanner a i.large-arrow,
  .grad-schemes statementBanner a i.large-arrow {
    width: 27px;
    height: 27px;
    background-color: #c80000;
    color: #fff;
    font-size: 25px;
    text-indent: 11px;
    display: block;
    line-height: 27px;
    right: -43px;
    top: 22px;
  }
  .graduate-companies statementBanner a i.large-arrow,
  .graduate-companies.home statementBanner a i.large-arrow {
    text-indent: 2px;
  }
}
@media (min-width: 768px) {


  header .main-nav ul {
    display: block;
  }
}
@media (max-width: 767px) {
  #szcookiewrp {
    z-index: 99999999;
    position: relative;
    top: 80px;
  }
  .newsletter.standalone {
    padding: 0;
  }
  .graduate-companies statementBanner,
  .graduate-companies.home statementBanner {
    padding: 40px 100px 40px;
  }
  section {
    padding-top: 65px;
  }
  .small-arrow {
    line-height: 28px;
  }
  .large-arrow {
    width: 55px;
    height: 55px;
    font-size: 53px;
    line-height: 57px;
  }
  header {
    position: fixed;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid #c80000;
  }
  header .logo {
    left: 8px;
  }
  header .main-nav .mobile-nav-trigger {
    display: block;
  }
  header .main-nav ul {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    background-color: #c80000;
    z-index: 15;
    text-align: left;
    padding: 12px 5px;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    text-align: center;
  }
  header .main-nav ul li:first-child a {
    border-left: none !important;
  }
  header .main-nav ul li a {
    border-color: #fff !important;
    color: #fff;
    font-size: 16px;
    font-family: 'Avenir LT W02_45 Book', sans-serif;
    padding: 3px 11px;
  }
  header .main-nav ul li a.active {
    color: #000000;
  }
  header .main-nav ul li a:hover {
    color: #000000;
  }
  imageHeader {
    margin-top: 64px;
  }
  imageBanner {
    height: 350px;
    min-width: 0;
  }
  imageBanner .banner-content {
    padding: 20px 35px 10px 15px;
    left: 15px;
    min-width: inherit;
  }
  imageBanner .banner-content h2 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  imageBanner .banner-content h1 {
    font-size: 35px;
    line-height: 41px;
  }
  imageBanner img {
    left: auto !important;
    right: -170px !important;
  }
  callToActionBanner .items .item i,
  callToActionBannerSub .items .item i {
    width: 90px;
    height: 90px;
    font-size: 83px;
    line-height: 91px;
  }
  callToActionBanner .items .item h3,
  callToActionBannerSub .items .item h3 {
    font-size: 16px;
  }
  callToActionBanner .items .item h1,
  callToActionBannerSub .items .item h1 {
    font-size: 25px;
  }
  callToActionBanner .items .item h2,
  callToActionBannerSub .items .item h2 {
    font-size: 11px;
  }
  page {
    padding: 20px 15px;
  }
  page columns pageNav {
    visibility: hidden;
    width: 0;
  }
  page columns pageNav .nav {
    visibility: visible;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    text-align: left;
    padding: 0;
    margin-top: 0;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    z-index: 10;
  }
  page columns pageNav .nav ul {
    padding: 4px 0;
    display: inline-block;
  }
  page columns pageNav .nav ul li {
    padding: 2px 8px 2px 8px;
    display: inline-block;
    border-top: none;
    border-left: 1px solid #b3b4b5;
  }
  page columns pageNav .nav ul li:last-child {
    border-bottom: none;
  }
  page columns pageNav .nav ul li:first-child {
    border-left: none;
  }
  page columns pageNav .nav ul li a {
    display: block;
    color: #000000;
    font-family: 'Avenir LT W02_45 Book', sans-serif;
    font-size: 14px;
    text-align: center;
  }
  page columns pageNav .nav ul .sub-sub__nav li {
    padding: 0px 10px 0px 10px;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: none;
  }
  page columns pageNav .nav ul .sub-sub__nav li:after {
    display: block;
    position: relative;
    top: -18px;
    right: 13px;
    width: 8px;
    height: 1px;
    content: '\0020';
    background-color: #b3b4b5;
  }
  page columns article {
    padding: 0;
  }
  page columns article h1 {
    font-size: 38px;
  }
  page columns article h2 {
    font-size: 18px;
  }
  page columns article faq li {
    padding: 0 20px 0 60px;
  }
  page columns article faq li h2 {
    font-size: 20px;
  }
  page columns article .to-the-top,
  page columns article .next_previous_btn {
    background-color: #c80000;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
  }
  page columns article .to-the-top.next,
  page columns article .next_previous_btn.next,
  page columns article .to-the-top.previous,
  page columns article .next_previous_btn.previous {
    background-color: #b3b4b5;
    display: inline-block;
    margin-top: 10px;
    width: 49.8%;
  }
  page columns article .to-the-top.previous,
  page columns article .next_previous_btn.previous {
    margin-right: 1px;
  }
  footer p {
    font-size: 15px;
  }
  footer .footer-columns {
    margin: 0;
    text-align: center;
    padding-bottom: 30px;
  }
  footer .footer-col {
    margin-bottom: 30px;
  }
  footer .footer-nav {
    display: table-caption;
  }
  footer .footer-nav ul {
    border: none;
    padding: 0;
  }
  footer .footer-nav ul li {
    border-bottom: 2px dashed;
    text-align: center;
    padding: 6px 0;
  }
  footer .footer-nav ul li:last-child {
    border-bottom: none;
  }
  footer .footer-social {
    display: table-header-group;
  }
  footer .footer-social ul {
    margin: 15px 0 30px 0;
    display: block;
  }
  footer .footer-contact {
    display: table-footer-group;
  }
  footer .footer-contact a {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }
  footer .footer-contact a i {
    float: none;
    display: inline-block;
    text-align: left;
    margin-right: 0;
    line-height: 57px;
  }
  footer .footer-contact a p {
    padding: 0;
  }
  footer .footer-legal li {
    display: block;
    font-size: 13px;
    margin: 10px 30px;
  }
  cardsBanner,
  callToActionBanner,
  callToActionBannerSub,
  .graduate-companies cardsBanner {
    padding: 40px 15px;
  }
  footer {
    padding: 40px 15px 20px 15px;
  }
  interactiveHeader {
    margin: 65px 15px 0 15px;
  }
  cardsBanner .card .content p {
    font-size: 15px;
  }
  .newsletter statementbanner {
    padding: 10px;
  }
  .video #video-player {
    height: 100%;
    width: 100%;
  }
  .video #video-player #video,
  .video #video-player object,
  .video #video-player #svp_video,
  .video #video-player video {
    height: 340px !important;
  }
  .video #video-player iframe {
    height: 100%;
    left: auto;
    margin-left: 0;
    position: relative;
    width: 100%;
  }
}
@media (max-width: 650px) {

  .newsletter form {
    padding: 10px 0;
  }
  .newsletter form fieldset label {
    font-size: 1em;
  }
  .newsletter form fieldset .field {
    margin-top: 0;
  }
  .graduate-companies cardsBanner.home,
  .graduate-companies.home cardsBanner.home {
    display: none;
  }
  .graduate-companies statementBanner,
  .graduate-companies.home statementBanner {
    padding: 40px 70px 40px 15px;
  }
  .graduate-companies statementBanner a i.large-arrow,
  .graduate-companies.home statementBanner a i.large-arrow {
    text-indent: 2px;
    top: 22px;
  }
  imageBanner .banner-content {
    padding: 20px 60px 10px 15px;
    left: 0;
  }
  imageBanner .banner-content h2 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  imageBanner .banner-content h1 {
    font-size: 23px;
    line-height: 29px;
  }
  imageBanner .banner-content a {
    font-size: 11px;
  }
  interactiveHeader text {
    padding: 8px !important;
    display: block !important;
    font-size: 11px !important;
  }
  interactiveHeader .header-info {
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 7px;
    height: 100px;
  }
  interactiveHeader .header-info h1 {
    font-size: 23px;
  }
  interactiveHeader .header-info h2 {
    font-size: 18px;
  }
  interactiveHeader .shelf {
    height: 200px;
    margin: 0;
  }
  interactiveHeader .shelf .scroll-arrow {
    top: 72px;
  }
  interactiveHeader .shelf .blank-space {
    display: none;
  }
  interactiveHeader .shelf li {
    border: none;
    width: 100px !important;
    height: 100px !important;
    margin: 0 !important;
  }
  interactiveHeader .shelf li text {
    display: none;
  }
  interactiveHeader .shelf li.active {
    width: 200px !important;
    height: 200px !important;
  }
  interactiveHeader .shelf li.active text {
    display: block;
    font-size: 12px;
  }
  callToActionBanner .items .item i,
  callToActionBannerSub .items .item i {
    width: 80px;
    height: 80px;
    font-size: 73px;
    line-height: 81px;
    margin-bottom: 18px;
  }
  callToActionBanner .items .item h3,
  callToActionBannerSub .items .item h3 {
    font-size: 14px;
  }
  callToActionBanner .items .item h1,
  callToActionBannerSub .items .item h1 {
    font-size: 21px;
  }
  callToActionBanner .items .item h2,
  callToActionBannerSub .items .item h2 {
    font-size: 11px;
  }
  cardsBanner .card {
    width: 100%;
  }
}
@media (max-width: 420px) {


  .cta-wrap {
    width: auto;
  }
  .newsletter form fieldset .select-large select {
    width: 80%;
  }
  .newsletter form fieldset input[type="submit"] {
    float: none;
    width: 90%;
  }
  statementBanner,
  .grad-schemes statementBanner {
    padding: 40px;
  }
  statementBanner h2,
  .grad-schemes statementBanner h2 {
    font-size: 18px;
  }
  statementBanner a,
  .grad-schemes statementBanner a {
    font-size: 18px;
    line-height: 21px;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

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

.simplePopup {
  display: none;
  position: fixed;
  background: #eaebeb;
  z-index: 99999999999999;
  color: #000000;
  padding: 12px;
  width: 70%;
  min-width: 70%;
  -webkit-box-shadow: 0 0 20px 0 black;
  -moz-box-shadow: 0 0 20px 0 black;
  box-shadow: 0 0 20px 0 black;
}

.simplePopupBackground {
  display: none;
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000000;
}

.simplePopupClose {
  display: none;
}

.simplePopup h1 {
  font-family: 'PMNCaeciliaW02-75Bold', sans-serif;
  font-size: 36px;
  line-height: 59px;
  margin-bottom: 20px;
  text-align: center;
}

.simplePopup p {
  text-align: center;
}

.simplePopup a {
  display: inline-block;
  background-color: #c80000;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  height: 27px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  text-transform: capitalize;
  margin-left: 10px;
  font-family: 'Avenir LT W02_85 Heavy',sans-serif;
}