@charset "UTF-8";
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

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

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

/* ----–----–----–----–----–----– */
/* ----–----–----–----–----–----– */
/* Typography */
/* ----–----–----–----–----–----– */
/* ----–----–----–----–----–----– */
/*font-family:'Gill Sans W04 Bold';*/
/*font-family:'Gill Sans W04 Roman';*/
/*font-family:'Gill Sans W04 Light';*/
* {
  font-family: 'Gill Sans W04 Roman', sans-serif;
  -webkit-font-smoothing: antialiased; }

span {
  font-family: inherit; }

strong, b {
  font-family: 'Gill Sans W04 Bold', sans-serif; }

/*
$bold: "Arial Black", "Arial Bold";
$lighter: Arial;
$red:#ee3126;
$black:#142632;
* { font-family: Arial; -webkit-font-smoothing:antialiased; }
span{ font-family:inherit; }
strong, b { font-family: 'Arial-Bold'; }
*/
/* ----–----–----–----–----–----– */
/* ----–----–----–----–----–----– */
/* Structure */
/* ----–----–----–----–----–----– */
/* ----–----–----–----–----–----– */
* {
  margin: 0; }

html, body {
  height: 100%; }

#wrap {
  /*min-height: 100%;*/
  height: auto !important;
  height: 100%;
  /*margin: 0 auto -215px;*/ }

.container {
  width: 80%;
  margin: 0 auto; }
  @media (min-width: 640px) {
    .container.with_padding {
      padding: 0 12px; } }
  .container.container--mobile {
    float: left;
    width: auto; }
    @media (min-width: 1024px) {
      .container.container--mobile {
        float: none;
        width: 1024px; } }
  .container.container--mobile-right {
    float: right;
    position: static; }
    @media (min-width: 1024px) {
      .container.container--mobile-right {
        float: none;
        position: relative; } }
  @media (min-width: 640px) {
    .container {
      width: 640px; } }
  @media (min-width: 1024px) {
    .container {
      width: 1024px; } }

.clearfix {
  overflow: auto; }

* {
  box-sizing: border-box; }

/* ----–----–----–----–----–----– */
/* ----–----–----–----–----–----– */
/* Header */
/* ----–----–----–----–----–----– */
/* ----–----–----–----–----–----– */
#header {
  border-bottom: 6px solid #ee3126;
  height: 80px;
  margin: 0 auto;
  max-width: 1824px;
  padding: 10px 0; }
  @media (min-width: 1024px) {
    #header {
      height: 163px;
      background: url("/images/header-bg.png") left bottom repeat-x;
      border-bottom: none;
      padding: 0; } }
  #header .container {
    position: relative; }
    @media (min-width: 1024px) {
      #header .container .clearfix {
        position: relative;
        top: 20px; } }
  #header .container--mobile-right {
    float: right;
    position: static; }
    @media (min-width: 1024px) {
      #header .container--mobile-right {
        float: none;
        position: relative; } }

#logo {
  float: left; }
  #logo a {
    text-indent: -9999px;
    background-image: url("/images/logo.png?v=3.0");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 47px;
    width: 223px; }
    @media (min-width: 1024px) {
      #logo a {
        height: 59px;
        width: 280px; } }
  @media (max-width: 640px) {
    #logo {
      padding-left: 12px; } }

#header_text {
  color: #ee3126;
  font-family: "Gill Sans W04 Bold", sans-serif;
  font-size: 18px;
  float: right;
  display: none;
  margin-top: 14px;
  position: relative; }
  @media (min-width: 1024px) {
    #header_text {
      display: inline; } }
  #header_text span {
    color: #142632;
    position: absolute;
    right: 0px;
    top: 90%; }

.main_navigation {
  background: #FFF;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 1500; }
  .main_navigation.active {
    display: block; }
  @media (min-width: 1024px) {
    .main_navigation {
      background: transparent;
      display: block;
      height: 36px;
      left: auto;
      margin-top: 32px;
      padding: 0;
      right: 0;
      top: auto; } }
  .main_navigation ul {
    margin: 0;
    padding: 0; }
  .main_navigation li {
    width: 100%; }
    @media (min-width: 1024px) {
      .main_navigation li {
        float: left;
        padding: 0;
        width: auto; } }
    .main_navigation li:first-child a {
      border-top: none; }
  .main_navigation a {
    border-top: 1px solid #ee3126;
    color: #ee3126;
    display: block;
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .main_navigation a {
        border-top: none;
        color: #6b6c6e;
        display: block;
        font-size: 16px;
        line-height: 1;
        padding: 10px 19px;
        text-transform: none; } }
    @media (min-width: 1024px) {
      .main_navigation a.apply {
        background-color: #ee3126;
        background-image: url("/images/pattern_overlay1.png");
        color: #fff; } }
  @media (min-width: 1024px) {
    .main_navigation .active a, .main_navigation a:hover {
      background-color: #101e28;
      color: #fefefe;
      -webkit-transition: all 0.1s; } }
  .main_navigation .subnav {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    width: 100%;
    background: #101e28; }
    .main_navigation .subnav li a {
      background: #101e28; }
      .main_navigation .subnav li a:hover {
        background: #ee3126; }
  .main_navigation .active .subnav {
    display: block; }

.main_navigation--button {
  background-image: url("/images/menu-burger.png");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  height: 29px;
  margin: 10px 10px 0 0;
  width: 35px; }
  @media (min-width: 1024px) {
    .main_navigation--button {
      display: none; } }

/* ----–----–----–----–----–----– */
/* ----–----–----–----–----–----– */
/* Footer */
/* ----–----–----–----–----–----– */
/* ----–----–----–----–----–----– */
footer {
  max-width: 1824px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 20;
  height: 215px;
  clear: both; }
  footer .curve {
    background-image: url("/images/footer_curve.png");
    height: 109px;
    max-width: 1824px;
    background-position: center bottom; }
  footer .content {
    height: 106px;
    background-color: #f7f9fb;
    border-bottom: 2px solid #ee3126;
    overflow: hidden; }
  footer nav#footer_nav {
    display: none;
    float: left;
    padding-top: 39px; }
    @media (min-width: 1024px) {
      footer nav#footer_nav {
        display: inline; } }
    footer nav#footer_nav ul {
      margin: 0;
      padding: 0px; }
      footer nav#footer_nav ul li {
        color: #6b6c6e;
        float: left;
        border-right: 1px solid #6b6c6e;
        font-size: 14px;
        padding: 0 11px;
        line-height: 1.2; }
        footer nav#footer_nav ul li:last-child {
          border: 0; }
        footer nav#footer_nav ul li a {
          color: #6b6c6e;
          text-decoration: none;
          display: block; }
          footer nav#footer_nav ul li a:hover {
            -webkit-transition: all 0.2s;
            color: #ee3126; }
  footer nav#social {
    float: right; }
    footer nav#social ul {
      margin: 0; }
      footer nav#social ul li {
        float: left;
        margin-right: 1px; }
        footer nav#social ul li a {
          display: block;
          height: 60px;
          width: 60px;
          height: 45px;
          width: 45px;
          text-indent: -9999px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 50%;
          -webkit-transition: all 0.2s; }
          footer nav#social ul li a:hover {
            opacity: 0.8; }
        footer nav#social ul li.facebook a {
          background-color: #ee3126;
          background-image: url("/images/facebook_icon.png"); }
        footer nav#social ul li.twitter a {
          background-color: #142632;
          background-image: url("/images/twitter_icon.png"); }
        footer nav#social ul li.linkedin a {
          background-color: #abaea5;
          background-image: url("/images/linkedin_icon.png"); }
        footer nav#social ul li.instagram a {
          background-color: #6b6c6e;
          background-image: url("/images/instagram_icon.png"); }
        footer nav#social ul li.email a {
          background-color: #4d8abe;
          background-image: url("/images/email_icon.png"); }

/* ----–----–----–----–----–----– */
/* ----–----–----–----–----–----– */
/* Content */
/* ----–----–----–----–----–----– */
/* ----–----–----–----–----–----– */
#home_slider.scale {
  height: auto; }
  #home_slider.scale .outside_image_section {
    background-size: 100%; }
  #home_slider.scale .slide {
    background-size: 100%; }
    #home_slider.scale .slide .second_image {
      background-size: 100%; }

.page_section {
  position: relative;
  max-width: 1824px;
  margin: 0 auto;
  margin-bottom: -110px; }
  .page_section .home-nav {
    font-family: "Gill Sans W04 Bold", sans-serif;
    font-size: 20px;
    margin: 30px auto;
    padding-left: 20px;
    width: 80%; }
    @media (min-width: 640px) {
      .page_section .home-nav {
        width: 640px; } }
    @media (min-width: 1024px) {
      .page_section .home-nav {
        width: 1024px; } }
    .page_section .home-nav li {
      list-style: none;
      margin: 0 0 10px 0; }
    .page_section .home-nav a {
      color: #ee3126;
      text-decoration: none; }
  .page_section #home_slider, .page_section #about_slider, .page_section #giving_back_slider {
    height: 100%;
    width: 100%;
    max-height: 1064px;
    height: 1064px;
    max-height: 812px;
    height: 812px; }
    .page_section #home_slider.our_people_slider, .page_section #about_slider.our_people_slider, .page_section #giving_back_slider.our_people_slider {
      max-height: 987px;
      height: 987px; }
      @media (min-width: 640px) {
        .page_section #home_slider.our_people_slider, .page_section #about_slider.our_people_slider, .page_section #giving_back_slider.our_people_slider {
          max-height: 987px;
          height: 987px; } }
      .page_section #home_slider.our_people_slider .slide, .page_section #about_slider.our_people_slider .slide, .page_section #giving_back_slider.our_people_slider .slide {
        background-position: center top;
        background-size: 100% auto;
        background-size: auto;
        transition: opacity 1s;
        -webkit-transition: opacity 1s; }
        .page_section #home_slider.our_people_slider .slide .text_content, .page_section #about_slider.our_people_slider .slide .text_content, .page_section #giving_back_slider.our_people_slider .slide .text_content {
          height: 100%; }
        .page_section #home_slider.our_people_slider .slide .container, .page_section #about_slider.our_people_slider .slide .container, .page_section #giving_back_slider.our_people_slider .slide .container {
          height: 100%;
          position: relative;
          width: 100%; }
          .page_section #home_slider.our_people_slider .slide .container h1, .page_section #home_slider.our_people_slider .slide .container p, .page_section #about_slider.our_people_slider .slide .container h1, .page_section #about_slider.our_people_slider .slide .container p, .page_section #giving_back_slider.our_people_slider .slide .container h1, .page_section #giving_back_slider.our_people_slider .slide .container p {
            margin-left: auto;
            margin-right: auto;
            width: 80%; }
            @media (min-width: 640px) {
              .page_section #home_slider.our_people_slider .slide .container h1, .page_section #home_slider.our_people_slider .slide .container p, .page_section #about_slider.our_people_slider .slide .container h1, .page_section #about_slider.our_people_slider .slide .container p, .page_section #giving_back_slider.our_people_slider .slide .container h1, .page_section #giving_back_slider.our_people_slider .slide .container p {
                width: 640px; } }
            @media (min-width: 1024px) {
              .page_section #home_slider.our_people_slider .slide .container h1, .page_section #home_slider.our_people_slider .slide .container p, .page_section #about_slider.our_people_slider .slide .container h1, .page_section #about_slider.our_people_slider .slide .container p, .page_section #giving_back_slider.our_people_slider .slide .container h1, .page_section #giving_back_slider.our_people_slider .slide .container p {
                width: 1000px; } }
          .page_section #home_slider.our_people_slider .slide .container h1, .page_section #about_slider.our_people_slider .slide .container h1, .page_section #giving_back_slider.our_people_slider .slide .container h1 {
            margin-top: 60px; }
          @media (min-width: 640px) {
            .page_section #home_slider.our_people_slider .slide .container p, .page_section #about_slider.our_people_slider .slide .container p, .page_section #giving_back_slider.our_people_slider .slide .container p {
              padding-right: 30%; } }
          .page_section #home_slider.our_people_slider .slide .container .hotspot_content p, .page_section #about_slider.our_people_slider .slide .container .hotspot_content p, .page_section #giving_back_slider.our_people_slider .slide .container .hotspot_content p {
            padding-right: 0; }
        .page_section #home_slider.our_people_slider .slide.slide--hannah, .page_section #about_slider.our_people_slider .slide.slide--hannah, .page_section #giving_back_slider.our_people_slider .slide.slide--hannah {
          background-position-x: 45%; }
        .page_section #home_slider.our_people_slider .slide.slide--james, .page_section #about_slider.our_people_slider .slide.slide--james, .page_section #giving_back_slider.our_people_slider .slide.slide--james {
          background-position-x: 53%; }
        .page_section #home_slider.our_people_slider .slide.slide--candice, .page_section #about_slider.our_people_slider .slide.slide--candice, .page_section #giving_back_slider.our_people_slider .slide.slide--candice {
          background-position: 51% -18%; }
        .page_section #home_slider.our_people_slider .slide.slide--kim, .page_section #about_slider.our_people_slider .slide.slide--kim, .page_section #giving_back_slider.our_people_slider .slide.slide--kim {
          background-position-x: 50%; }
        .page_section #home_slider.our_people_slider .slide.slide--michael, .page_section #about_slider.our_people_slider .slide.slide--michael, .page_section #giving_back_slider.our_people_slider .slide.slide--michael {
          background-position-x: 58%; }
        .page_section #home_slider.our_people_slider .slide.slide--khalifa, .page_section #about_slider.our_people_slider .slide.slide--khalifa, .page_section #giving_back_slider.our_people_slider .slide.slide--khalifa {
          background-position-x: 44.5%; }
        @media (min-width: 640px) {
          .page_section #home_slider.our_people_slider .slide.slide--hannah, .page_section #about_slider.our_people_slider .slide.slide--hannah, .page_section #giving_back_slider.our_people_slider .slide.slide--hannah {
            background-position: center top; }
            .page_section #home_slider.our_people_slider .slide.slide--hannah .hotspot_wrap--1, .page_section #about_slider.our_people_slider .slide.slide--hannah .hotspot_wrap--1, .page_section #giving_back_slider.our_people_slider .slide.slide--hannah .hotspot_wrap--1 {
              right: 38%;
              top: 35%; }
            .page_section #home_slider.our_people_slider .slide.slide--hannah .hotspot_wrap--2, .page_section #about_slider.our_people_slider .slide.slide--hannah .hotspot_wrap--2, .page_section #giving_back_slider.our_people_slider .slide.slide--hannah .hotspot_wrap--2 {
              bottom: 20%;
              right: 28%; }
            .page_section #home_slider.our_people_slider .slide.slide--hannah .hotspot_wrap--3, .page_section #about_slider.our_people_slider .slide.slide--hannah .hotspot_wrap--3, .page_section #giving_back_slider.our_people_slider .slide.slide--hannah .hotspot_wrap--3 {
              left: 29%;
              top: 65%; }
          .page_section #home_slider.our_people_slider .slide.slide--james, .page_section #about_slider.our_people_slider .slide.slide--james, .page_section #giving_back_slider.our_people_slider .slide.slide--james {
            background-position: center top; }
            .page_section #home_slider.our_people_slider .slide.slide--james .hotspot_wrap--1, .page_section #about_slider.our_people_slider .slide.slide--james .hotspot_wrap--1, .page_section #giving_back_slider.our_people_slider .slide.slide--james .hotspot_wrap--1 {
              bottom: 28%;
              left: 26%; }
            .page_section #home_slider.our_people_slider .slide.slide--james .hotspot_wrap--2, .page_section #about_slider.our_people_slider .slide.slide--james .hotspot_wrap--2, .page_section #giving_back_slider.our_people_slider .slide.slide--james .hotspot_wrap--2 {
              bottom: 48%;
              left: 27%; }
            .page_section #home_slider.our_people_slider .slide.slide--james .hotspot_wrap--3, .page_section #about_slider.our_people_slider .slide.slide--james .hotspot_wrap--3, .page_section #giving_back_slider.our_people_slider .slide.slide--james .hotspot_wrap--3 {
              bottom: 29%;
              right: 31.5%; }
          .page_section #home_slider.our_people_slider .slide.slide--candice, .page_section #about_slider.our_people_slider .slide.slide--candice, .page_section #giving_back_slider.our_people_slider .slide.slide--candice {
            background-position: center top; }
            .page_section #home_slider.our_people_slider .slide.slide--candice .hotspot_wrap--1, .page_section #about_slider.our_people_slider .slide.slide--candice .hotspot_wrap--1, .page_section #giving_back_slider.our_people_slider .slide.slide--candice .hotspot_wrap--1 {
              right: 30%;
              bottom: 30%; }
            .page_section #home_slider.our_people_slider .slide.slide--candice .hotspot_wrap--2, .page_section #about_slider.our_people_slider .slide.slide--candice .hotspot_wrap--2, .page_section #giving_back_slider.our_people_slider .slide.slide--candice .hotspot_wrap--2 {
              bottom: 58.4%;
              right: 25%; }
            .page_section #home_slider.our_people_slider .slide.slide--candice .hotspot_wrap--3, .page_section #about_slider.our_people_slider .slide.slide--candice .hotspot_wrap--3, .page_section #giving_back_slider.our_people_slider .slide.slide--candice .hotspot_wrap--3 {
              bottom: 42%;
              left: 20.5%; }
          .page_section #home_slider.our_people_slider .slide.slide--kim, .page_section #about_slider.our_people_slider .slide.slide--kim, .page_section #giving_back_slider.our_people_slider .slide.slide--kim {
            background-position: center top; }
            .page_section #home_slider.our_people_slider .slide.slide--kim .hotspot_wrap--1, .page_section #about_slider.our_people_slider .slide.slide--kim .hotspot_wrap--1, .page_section #giving_back_slider.our_people_slider .slide.slide--kim .hotspot_wrap--1 {
              left: 40%;
              top: 30%; }
            .page_section #home_slider.our_people_slider .slide.slide--kim .hotspot_wrap--2, .page_section #about_slider.our_people_slider .slide.slide--kim .hotspot_wrap--2, .page_section #giving_back_slider.our_people_slider .slide.slide--kim .hotspot_wrap--2 {
              bottom: 35%;
              right: 35%; }
            .page_section #home_slider.our_people_slider .slide.slide--kim .hotspot_wrap--3, .page_section #about_slider.our_people_slider .slide.slide--kim .hotspot_wrap--3, .page_section #giving_back_slider.our_people_slider .slide.slide--kim .hotspot_wrap--3 {
              bottom: 20%;
              left: 29%; }
          .page_section #home_slider.our_people_slider .slide.slide--michael, .page_section #about_slider.our_people_slider .slide.slide--michael, .page_section #giving_back_slider.our_people_slider .slide.slide--michael {
            background-position: center top; }
            .page_section #home_slider.our_people_slider .slide.slide--michael .hotspot_wrap--1, .page_section #about_slider.our_people_slider .slide.slide--michael .hotspot_wrap--1, .page_section #giving_back_slider.our_people_slider .slide.slide--michael .hotspot_wrap--1 {
              left: 26%;
              top: 37%; }
            .page_section #home_slider.our_people_slider .slide.slide--michael .hotspot_wrap--2, .page_section #about_slider.our_people_slider .slide.slide--michael .hotspot_wrap--2, .page_section #giving_back_slider.our_people_slider .slide.slide--michael .hotspot_wrap--2 {
              bottom: 31%;
              right: 27%; }
            .page_section #home_slider.our_people_slider .slide.slide--michael .hotspot_wrap--3, .page_section #about_slider.our_people_slider .slide.slide--michael .hotspot_wrap--3, .page_section #giving_back_slider.our_people_slider .slide.slide--michael .hotspot_wrap--3 {
              bottom: 30%;
              left: 45%; }
          .page_section #home_slider.our_people_slider .slide.slide--khalifa, .page_section #about_slider.our_people_slider .slide.slide--khalifa, .page_section #giving_back_slider.our_people_slider .slide.slide--khalifa {
            background-position: center top; }
            .page_section #home_slider.our_people_slider .slide.slide--khalifa .hotspot_wrap--1, .page_section #about_slider.our_people_slider .slide.slide--khalifa .hotspot_wrap--1, .page_section #giving_back_slider.our_people_slider .slide.slide--khalifa .hotspot_wrap--1 {
              right: 28%;
              bottom: 32%; }
            .page_section #home_slider.our_people_slider .slide.slide--khalifa .hotspot_wrap--2, .page_section #about_slider.our_people_slider .slide.slide--khalifa .hotspot_wrap--2, .page_section #giving_back_slider.our_people_slider .slide.slide--khalifa .hotspot_wrap--2 {
              top: 34.5%;
              right: 46%; }
            .page_section #home_slider.our_people_slider .slide.slide--khalifa .hotspot_wrap--3, .page_section #about_slider.our_people_slider .slide.slide--khalifa .hotspot_wrap--3, .page_section #giving_back_slider.our_people_slider .slide.slide--khalifa .hotspot_wrap--3 {
              bottom: 47%;
              left: 31%; } }
        @media (min-width: 1024px) {
          .page_section #home_slider.our_people_slider .slide.slide--hannah .hotspot_wrap--1 .hotspot_content, .page_section #about_slider.our_people_slider .slide.slide--hannah .hotspot_wrap--1 .hotspot_content, .page_section #giving_back_slider.our_people_slider .slide.slide--hannah .hotspot_wrap--1 .hotspot_content {
            width: 350px; } }
      @media (min-width: 640px) {
        .page_section #home_slider.our_people_slider #slider_button_wrapper a.arrow, .page_section #about_slider.our_people_slider #slider_button_wrapper a.arrow, .page_section #giving_back_slider.our_people_slider #slider_button_wrapper a.arrow {
          background-size: 50%;
          height: 30px;
          margin-top: 0;
          top: 84px;
          width: 30px; }
          .page_section #home_slider.our_people_slider #slider_button_wrapper a.arrow.left, .page_section #about_slider.our_people_slider #slider_button_wrapper a.arrow.left, .page_section #giving_back_slider.our_people_slider #slider_button_wrapper a.arrow.left {
            background-image: url("/images/meet-our-people-left.png");
            right: 146px; }
          .page_section #home_slider.our_people_slider #slider_button_wrapper a.arrow.right, .page_section #about_slider.our_people_slider #slider_button_wrapper a.arrow.right, .page_section #giving_back_slider.our_people_slider #slider_button_wrapper a.arrow.right {
            background-image: url("/images/meet-our-people-right.png"); } }
      .page_section #home_slider.our_people_slider #slider_button_wrapper #slider_progress_buttons, .page_section #about_slider.our_people_slider #slider_button_wrapper #slider_progress_buttons, .page_section #giving_back_slider.our_people_slider #slider_button_wrapper #slider_progress_buttons {
        display: none; }
        @media (min-width: 640px) {
          .page_section #home_slider.our_people_slider #slider_button_wrapper #slider_progress_buttons, .page_section #about_slider.our_people_slider #slider_button_wrapper #slider_progress_buttons, .page_section #giving_back_slider.our_people_slider #slider_button_wrapper #slider_progress_buttons {
            display: block;
            right: 16px; } }
    .page_section #home_slider #slider_button_wrapper, .page_section #about_slider #slider_button_wrapper, .page_section #giving_back_slider #slider_button_wrapper {
      position: relative;
      height: 100%; }
      .page_section #home_slider #slider_button_wrapper a.arrow, .page_section #about_slider #slider_button_wrapper a.arrow, .page_section #giving_back_slider #slider_button_wrapper a.arrow {
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        height: 60px;
        margin-top: -43px;
        position: absolute;
        top: 55%;
        width: 60px;
        z-index: 20;
        background-size: 80%; }
        .page_section #home_slider #slider_button_wrapper a.arrow.left, .page_section #about_slider #slider_button_wrapper a.arrow.left, .page_section #giving_back_slider #slider_button_wrapper a.arrow.left {
          background-image: url("/images/slider_left_arrow.png"); }
        .page_section #home_slider #slider_button_wrapper a.arrow.right, .page_section #about_slider #slider_button_wrapper a.arrow.right, .page_section #giving_back_slider #slider_button_wrapper a.arrow.right {
          right: 0px;
          background-image: url("/images/slider_right_arrow.png"); }
        @media (min-width: 640px) {
          .page_section #home_slider #slider_button_wrapper a.arrow, .page_section #about_slider #slider_button_wrapper a.arrow, .page_section #giving_back_slider #slider_button_wrapper a.arrow {
            height: 94px;
            width: 93px; } }
      .page_section #home_slider #slider_button_wrapper #slider_progress_buttons, .page_section #about_slider #slider_button_wrapper #slider_progress_buttons, .page_section #giving_back_slider #slider_button_wrapper #slider_progress_buttons {
        display: none; }
        @media (min-width: 640px) {
          .page_section #home_slider #slider_button_wrapper #slider_progress_buttons, .page_section #about_slider #slider_button_wrapper #slider_progress_buttons, .page_section #giving_back_slider #slider_button_wrapper #slider_progress_buttons {
            margin-right: 20px;
            position: absolute;
            right: 0px;
            top: 90px;
            z-index: 20; }
            .page_section #home_slider #slider_button_wrapper #slider_progress_buttons a, .page_section #about_slider #slider_button_wrapper #slider_progress_buttons a, .page_section #giving_back_slider #slider_button_wrapper #slider_progress_buttons a {
              width: 16px;
              height: 16px;
              float: left;
              margin-left: 5px;
              display: block;
              background-image: url("/images/progress_button_bg.png"); }
              .page_section #home_slider #slider_button_wrapper #slider_progress_buttons a:hover, .page_section #home_slider #slider_button_wrapper #slider_progress_buttons a.active, .page_section #about_slider #slider_button_wrapper #slider_progress_buttons a:hover, .page_section #about_slider #slider_button_wrapper #slider_progress_buttons a.active, .page_section #giving_back_slider #slider_button_wrapper #slider_progress_buttons a:hover, .page_section #giving_back_slider #slider_button_wrapper #slider_progress_buttons a.active {
                background-image: url("/images/progress_button_bg_active.png"); } }
    .page_section #home_slider .outside_image_section, .page_section #about_slider .outside_image_section, .page_section #giving_back_slider .outside_image_section {
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 1000;
      background-position: center top;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: all 1s;
      background-repeat: no-repeat; }
      .page_section #home_slider .outside_image_section.active, .page_section #about_slider .outside_image_section.active, .page_section #giving_back_slider .outside_image_section.active {
        opacity: 1; }
      .page_section #home_slider .outside_image_section.outside_image_section--video, .page_section #about_slider .outside_image_section.outside_image_section--video, .page_section #giving_back_slider .outside_image_section.outside_image_section--video {
        background-position: center;
        cursor: pointer;
        height: 174px;
        left: 50%;
        margin: -87px 0 0 -87px;
        top: 50%;
        width: 174px; }
        .page_section #home_slider .outside_image_section.outside_image_section--video.active, .page_section #about_slider .outside_image_section.outside_image_section--video.active, .page_section #giving_back_slider .outside_image_section.outside_image_section--video.active {
          pointer-events: auto; }
    .page_section #home_slider .slide, .page_section #about_slider .slide, .page_section #giving_back_slider .slide {
      height: 100%;
      width: 100%;
      background-position: center bottom;
      background-repeat: no-repeat;
      position: absolute;
      z-index: 10;
      opacity: 0; }
      .page_section #home_slider .slide.active, .page_section #about_slider .slide.active, .page_section #giving_back_slider .slide.active {
        opacity: 1;
        z-index: 11; }
      .page_section #home_slider .slide .second_image, .page_section #about_slider .slide .second_image, .page_section #giving_back_slider .slide .second_image {
        display: none; }
        @media (min-width: 1024px) {
          .page_section #home_slider .slide .second_image, .page_section #about_slider .slide .second_image, .page_section #giving_back_slider .slide .second_image {
            display: block;
            height: 100%;
            background-position: center top;
            background-repeat: no-repeat; } }
      .page_section #home_slider .slide.our_work, .page_section #about_slider .slide.our_work, .page_section #giving_back_slider .slide.our_work {
        background-position-x: 14%; }
        @media (min-width: 640px) {
          .page_section #home_slider .slide.our_work, .page_section #about_slider .slide.our_work, .page_section #giving_back_slider .slide.our_work {
            background-position: center bottom; } }
      .page_section #home_slider .slide.our_people, .page_section #about_slider .slide.our_people, .page_section #giving_back_slider .slide.our_people {
        background-position-x: 53%; }
        @media (min-width: 640px) {
          .page_section #home_slider .slide.our_people, .page_section #about_slider .slide.our_people, .page_section #giving_back_slider .slide.our_people {
            background-position: center bottom; } }
      .page_section #home_slider .slide.slide_events, .page_section #about_slider .slide.slide_events, .page_section #giving_back_slider .slide.slide_events {
        background-position-x: 63%; }
        @media (min-width: 640px) {
          .page_section #home_slider .slide.slide_events, .page_section #about_slider .slide.slide_events, .page_section #giving_back_slider .slide.slide_events {
            background-position: center bottom; } }
      .page_section #home_slider .slide .text_content, .page_section #about_slider .slide .text_content, .page_section #giving_back_slider .slide .text_content {
        position: absolute;
        top: 0px;
        width: 100%; }
        .page_section #home_slider .slide .text_content p, .page_section #home_slider .slide .text_content h1, .page_section #about_slider .slide .text_content p, .page_section #about_slider .slide .text_content h1, .page_section #giving_back_slider .slide .text_content p, .page_section #giving_back_slider .slide .text_content h1 {
          font-family: "Gill Sans W04 Light", sans-serif; }
          .page_section #home_slider .slide .text_content p.black, .page_section #home_slider .slide .text_content h1.black, .page_section #about_slider .slide .text_content p.black, .page_section #about_slider .slide .text_content h1.black, .page_section #giving_back_slider .slide .text_content p.black, .page_section #giving_back_slider .slide .text_content h1.black {
            color: #142632; }
          .page_section #home_slider .slide .text_content p.white, .page_section #home_slider .slide .text_content h1.white, .page_section #about_slider .slide .text_content p.white, .page_section #about_slider .slide .text_content h1.white, .page_section #giving_back_slider .slide .text_content p.white, .page_section #giving_back_slider .slide .text_content h1.white {
            color: #fefefe; }
        .page_section #home_slider .slide .text_content h1, .page_section #about_slider .slide .text_content h1, .page_section #giving_back_slider .slide .text_content h1 {
          font-size: 35px;
          line-height: 1;
          text-transform: uppercase;
          margin: 0;
          margin-top: 60px; }
          @media (min-width: 640px) {
            .page_section #home_slider .slide .text_content h1, .page_section #about_slider .slide .text_content h1, .page_section #giving_back_slider .slide .text_content h1 {
              font-size: 49px;
              width: 500px; } }
          @media (min-width: 1024px) {
            .page_section #home_slider .slide .text_content h1, .page_section #about_slider .slide .text_content h1, .page_section #giving_back_slider .slide .text_content h1 {
              width: 80%; } }
        .page_section #home_slider .slide .text_content p, .page_section #about_slider .slide .text_content p, .page_section #giving_back_slider .slide .text_content p {
          font-family: 'Gill Sans W04 Roman'; }
          @media (min-width: 640px) {
            .page_section #home_slider .slide .text_content p, .page_section #about_slider .slide .text_content p, .page_section #giving_back_slider .slide .text_content p {
              width: 600px;
              font-size: 20px; } }
          .page_section #home_slider .slide .text_content p a.red, .page_section #about_slider .slide .text_content p a.red, .page_section #giving_back_slider .slide .text_content p a.red {
            color: #ee3126;
            text-decoration: none;
            font-family: "Gill Sans W04 Bold", sans-serif;
            line-height: 1.8;
            position: relative; }
            .page_section #home_slider .slide .text_content p a.red span.with_arrow, .page_section #about_slider .slide .text_content p a.red span.with_arrow, .page_section #giving_back_slider .slide .text_content p a.red span.with_arrow {
              background-image: url("/images/small_red_right_arrow.png");
              background-position: right center;
              background-repeat: no-repeat;
              background-size: 100%;
              display: inline-block;
              height: 18px;
              position: relative;
              top: 4px;
              width: 10px; }
            .page_section #home_slider .slide .text_content p a.red.white, .page_section #about_slider .slide .text_content p a.red.white, .page_section #giving_back_slider .slide .text_content p a.red.white {
              color: #fff; }
        .page_section #home_slider .slide .text_content .hotspot_content p, .page_section #about_slider .slide .text_content .hotspot_content p, .page_section #giving_back_slider .slide .text_content .hotspot_content p {
          font-size: 14px;
          width: 100%; }
  .page_section #about_slider, .page_section #giving_back_slider {
    display: none; }
    @media (min-width: 640px) {
      .page_section #about_slider, .page_section #giving_back_slider {
        display: block;
        margin: 0 auto;
        height: 600px;
        position: relative;
        z-index: 300; }
        .page_section #about_slider .gallery, .page_section #giving_back_slider .gallery {
          opacity: 0;
          z-index: 1;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          .page_section #about_slider .gallery.active, .page_section #giving_back_slider .gallery.active {
            opacity: 1;
            z-index: 2; } }
    @media (min-width: 640px) {
      .page_section #about_slider, .page_section #giving_back_slider {
        width: 640px; } }
    @media (min-width: 1024px) {
      .page_section #about_slider, .page_section #giving_back_slider {
        width: 800px; } }
    .page_section #about_slider .container, .page_section #giving_back_slider .container {
      width: 100%; }
    .page_section #about_slider #slider_button_wrapper a.arrow.left, .page_section #giving_back_slider #slider_button_wrapper a.arrow.left {
      background-image: url("/images/slider_left_arrow.png");
      left: 0; }
    .page_section #about_slider #slider_button_wrapper a.arrow.right, .page_section #giving_back_slider #slider_button_wrapper a.arrow.right {
      background-image: url("/images/slider_right_arrow.png");
      right: 0; }
    @media (min-width: 640px) {
      .page_section #about_slider #slider_button_wrapper a.arrow.left, .page_section #giving_back_slider #slider_button_wrapper a.arrow.left {
        left: -45px; }
      .page_section #about_slider #slider_button_wrapper a.arrow.right, .page_section #giving_back_slider #slider_button_wrapper a.arrow.right {
        right: -45px; } }
    .page_section #about_slider .slide, .page_section #giving_back_slider .slide {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: inline-block;
      height: 600px;
      width: 320px; }
      @media (min-width: 640px) {
        .page_section #about_slider .slide, .page_section #giving_back_slider .slide {
          width: 640px; } }
      @media (min-width: 1024px) {
        .page_section #about_slider .slide, .page_section #giving_back_slider .slide {
          width: 800px; } }
    .page_section #about_slider .slide_caption_wrapper, .page_section #giving_back_slider .slide_caption_wrapper {
      background: #d9d8d4;
      overflow: hidden;
      position: absolute;
      top: 600px;
      width: 100%; }
      .page_section #about_slider .slide_caption_wrapper .slide_captions, .page_section #giving_back_slider .slide_caption_wrapper .slide_captions {
        width: 1000px; }
      .page_section #about_slider .slide_caption_wrapper a, .page_section #giving_back_slider .slide_caption_wrapper a {
        color: #ee3126;
        display: inline-block;
        padding: 20px 10px;
        text-decoration: none;
        width: 10.3%; }
        @media (min-width: 1023px) {
          .page_section #about_slider .slide_caption_wrapper a, .page_section #giving_back_slider .slide_caption_wrapper a {
            width: 11.3%; } }
        .page_section #about_slider .slide_caption_wrapper a:hover, .page_section #about_slider .slide_caption_wrapper a.active, .page_section #giving_back_slider .slide_caption_wrapper a:hover, .page_section #giving_back_slider .slide_caption_wrapper a.active {
          background: #ee3126;
          color: #fff; }
  .page_section .section {
    background-color: #FFF;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    position: relative;
    width: 100%; }
    @media (min-width: 640px) {
      .page_section .section {
        background-position: center; } }
    .page_section .section.about_slider {
      padding-bottom: 0;
      background-color: transparent; }
      @media (min-width: 640px) {
        .page_section .section.about_slider {
          padding-bottom: 150px; } }
    .how_we_recruit .page_section .section {
      background-position: 80% center; }
      @media (min-width: 640px) {
        .how_we_recruit .page_section .section {
          background-position: 5% center; } }
      .how_we_recruit .page_section .section .main-button {
        bottom: 89px; }
      @media (min-width: 640px) {
        .how_we_recruit .page_section .section {
          background-position: 75% center; }
          .how_we_recruit .page_section .section .main-button {
            bottom: -6px; } }
      @media (min-width: 1024px) {
        .how_we_recruit .page_section .section .main-button {
          bottom: 0px; } }
      @media (min-width: 1400px) {
        .how_we_recruit .page_section .section .main-button {
          bottom: 5px; } }
    .page_section .section#main .back_to_top {
      display: none; }
  .page_section .section_inner_wrap__curve {
    position: relative;
    display: block;
    width: 100%;
    height: auto; }
  .page_section .section_inner_wrap.section_inner_wrap--how-we-work .section_inner {
    margin: 25px auto; }
  .page_section .section_inner_wrap {
    position: relative;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%; }
    .our_programmes .page_section .section_inner_wrap.section_inner_wrap--main {
      height: auto; }
    .our_programmes .page_section .section_inner_wrap h2 {
      color: #003767;
      font-size: 25px; }
      @media (min-width: 640px) {
        .our_programmes .page_section .section_inner_wrap h2 {
          font-size: 50px; } }
    .our_programmes .page_section .section_inner_wrap ul, .our_programmes .page_section .section_inner_wrap p {
      float: left;
      width: 100%; }
      @media (min-width: 640px) {
        .our_programmes .page_section .section_inner_wrap ul, .our_programmes .page_section .section_inner_wrap p {
          width: 640px; } }
    .work-experience .page_section .section_inner_wrap.section_inner_wrap--main {
      height: auto; }
    .work-experience .page_section .section_inner_wrap h2 {
      color: #003767;
      font-size: 25px; }
      @media (min-width: 640px) {
        .work-experience .page_section .section_inner_wrap h2 {
          font-size: 50px; } }
    .work-experience .page_section .section_inner_wrap p {
      float: left;
      width: 100%;
      padding: 0 8%; }
    .work-experience .page_section .section_inner_wrap li {
      color: white;
      float: left;
      width: 100%;
      margin: 0 130px 20px 130px;
      font-family: "Gill Sans W04 Light", sans-serif; }
    .work-experience .page_section .section_inner_wrap .insight-days-process-graphic {
      display: table;
      width: 80%;
      margin: 0 8%; }
    .work-experience .page_section .section_inner_wrap .insight-dates {
      background-color: #101f28;
      color: white;
      margin: 2%;
      padding: 2%;
      text-align: center;
      display: flex;
      align-items: center;
      min-height: 250px;
      width: 90%;
      float: left; }
      @media (min-width: 480px) {
        .work-experience .page_section .section_inner_wrap .insight-dates {
          width: 43%; } }
      @media (min-width: 640px) {
        .work-experience .page_section .section_inner_wrap .insight-dates {
          width: 20%; } }
      .work-experience .page_section .section_inner_wrap .insight-dates p {
        padding: 0; }
    @media (min-width: 640px) {
      .page_section .section_inner_wrap.section_inner_wrap--our-work h2, .page_section .section_inner_wrap.section_inner_wrap--our-work .content {
        font-size: 25px;
        float: left;
        text-align: left;
        width: 33.3%; } }
    @media (min-width: 1024px) {
      .page_section .section_inner_wrap.section_inner_wrap--our-work h2, .page_section .section_inner_wrap.section_inner_wrap--our-work .content {
        font-size: 34px; } }
    .page_section .section_inner_wrap.section_inner_wrap--our-work .content {
      width: 66.6%; }
      .page_section .section_inner_wrap.section_inner_wrap--our-work .content p {
        line-height: 1.2;
        padding-left: 20px; }
    @media (min-width: 640px) {
      .page_section .section_inner_wrap.section_inner_wrap--your-career-dev h2, .page_section .section_inner_wrap.section_inner_wrap--your-career-dev .content {
        text-align: left; } }
    @media (min-width: 1024px) {
      .page_section .section_inner_wrap.section_inner_wrap--your-career-dev h2, .page_section .section_inner_wrap.section_inner_wrap--your-career-dev .content {
        width: 90%; } }
    .page_section .section_inner_wrap.section_inner_wrap--your-career-dev h2 {
      color: #003767; }
      @media (min-width: 640px) {
        .page_section .section_inner_wrap.section_inner_wrap--your-career-dev h2 {
          font-size: 40px;
          margin-bottom: 10px; } }
    .page_section .section_inner_wrap.section_inner_wrap--your-career-dev .content {
      font-size: 14px; }
      @media (min-width: 640px) {
        .page_section .section_inner_wrap.section_inner_wrap--your-career-dev .content {
          font-size: 20px; } }
    .page_section .section_inner_wrap.section_inner_wrap--your-career-dev .section_inner {
      width: 80%;
      max-width: 1024px;
      margin: 50px auto; }
      @media (min-width: 1024px) {
        .page_section .section_inner_wrap.section_inner_wrap--your-career-dev .section_inner {
          margin: 50px auto;
          width: 1024px; } }
    .page_section .section_inner_wrap.section_inner_wrap--hints-tips {
      height: 1570px; }
    @media (min-width: 640px) {
      .page_section .section_inner_wrap.section_inner_wrap--what-we-look-for .text-align--left {
        margin: 0 auto;
        width: 640px; } }
    @media (min-width: 1024px) {
      .page_section .section_inner_wrap.section_inner_wrap--what-we-look-for .text-align--left {
        width: 80%;
        max-width: 1024px; } }
    @media (min-width: 640px) {
      .page_section .section_inner_wrap.section_inner_wrap--what-we-look-for .text-align--left .content {
        float: left;
        width: 640px; } }
    .page_section .section_inner_wrap.section_inner_wrap--what-we-look-for ul {
      margin: 0;
      padding: 0; }
    .page_section .section_inner_wrap.section_inner_wrap--what-we-look-for li {
      background-image: url("/images/bullet-red.png");
      background-position: left 50%;
      background-repeat: no-repeat;
      list-style: none;
      color: #4f8abf;
      padding: 0 0 0 20px;
      text-align: left; }
    .page_section .section_inner_wrap.section_inner_wrap--corporate-finance {
      padding: 0; }
      @media (min-width: 640px) {
        .page_section .section_inner_wrap.section_inner_wrap--corporate-finance {
          padding: 0; } }
  .page_section .section_inner_wrap.section_inner_wrap--apprenticeship-programme .section_inner {
    height: auto; }
    @media (min-width: 640px) {
      .page_section .section_inner_wrap.section_inner_wrap--apprenticeship-programme .section_inner {
        height: 600px; } }
    @media (min-width: 640px) {
      .page_section .section_inner_wrap.section_inner_wrap--apprenticeship-programme .section_inner {
        height: 800px; } }
  .page_section .section_inner.with-bg {
    margin: 50px auto;
    z-index: 50;
    position: relative;
    width: 100%; }
    @media (min-width: 640px) {
      .page_section .section_inner.with-bg {
        margin: 135px auto; } }
  .page_section .section_inner {
    margin: 50px auto;
    position: relative;
    width: 100%; }
    @media (min-width: 640px) {
      .page_section .section_inner {
        margin: 100px auto; } }
    .page_section .section_inner:before, .page_section .section_inner:after {
      content: "";
      display: table; }
    .page_section .section_inner:after {
      clear: both; }
    @media (min-width: 1024px) {
      .how_we_recruit .page_section .section_inner {
        width: 1024px;
        margin: 0 auto; } }
    @media (min-width: 1024px) {
      .our_programmes .page_section .section_inner {
        width: 80%;
        max-width: 1024px; } }
    @media (min-width: 640px) {
      .our_work .page_section .section_inner {
        width: 640px; } }
    @media (min-width: 1024px) {
      .our_work .page_section .section_inner {
        width: 800px; } }
    .page_section .section_inner.with-bg h2,
    .page_section .section_inner.with-bg h3,
    .page_section .section_inner.with-bg p,
    .page_section .section_inner.with-bg a,
    .page_section .section_inner.with-bg .biggest_deals_column--subtitle,
    .page_section .section_inner.with-bg .biggest_deals_column--deal,
    .page_section .section_inner.with-bg .your-career-dev-column-wrap--column {
      color: #FFF; }
    .page_section .section_inner.with-bg p a {
      font-family: "Gill Sans W04 Bold", sans-serif;
      font-weight: bold; }
    @media (min-width: 640px) {
      .page_section .section_inner.with-bg h2 {
        margin-top: 0; } }
    @media (min-width: 640px) {
      .page_section .section_inner.with-bg {
        padding-bottom: 0; } }
    @media (min-width: 640px) {
      .page_section .section_inner.text-align--left h2, .page_section .section_inner.text-align--left .content, .page_section .section_inner.text-align--left .extra {
        width: 640px; } }
    @media (min-width: 1048px) {
      .page_section .section_inner.text-align--left h2, .page_section .section_inner.text-align--left .content, .page_section .section_inner.text-align--left .extra {
        text-align: left;
        width: 100%; } }
    .page_section .section_inner h2, .page_section .section_inner .content, .page_section .section_inner .extra {
      font-family: "Gill Sans W04 Light", sans-serif;
      margin: auto;
      text-align: center;
      width: 80%; }
      @media (min-width: 640px) {
        .page_section .section_inner h2, .page_section .section_inner .content, .page_section .section_inner .extra {
          width: 640px; } }
    .page_section .section_inner .content:before, .page_section .section_inner .content:after {
      content: "";
      display: table; }
    .page_section .section_inner .content:after {
      clear: both; }
    .page_section .section_inner h2 {
      font-size: 30px;
      font-weight: normal;
      margin-bottom: 30px;
      text-transform: uppercase; }
      @media (min-width: 640px) {
        .page_section .section_inner h2 {
          font-size: 70px;
          margin-bottom: 50px;
          margin-top: 0; } }
    .page_section .section_inner h3 {
      color: #142632;
      font-family: "Gill Sans W04 Light", sans-serif;
      font-size: 18px;
      font-weight: normal;
      margin: 0 0 25px 0; }
      @media (min-width: 640px) {
        .page_section .section_inner h3 {
          font-size: 28px; } }
    .page_section .section_inner p {
      font-family: "Gill Sans W04 Light", sans-serif;
      font-size: 15px;
      margin-bottom: 25px;
      margin-top: 0; }
      @media (min-width: 640px) {
        .page_section .section_inner p {
          font-size: 18px; } }
      .page_section .section_inner p.signoff {
        font-family: "Gill Sans W04 Bold", sans-serif; }
        @media (min-width: 640px) {
          .page_section .section_inner p.signoff {
            font-size: 23px; } }
    .page_section .section_inner ul {
      font-family: "Gill Sans W04 Light", sans-serif;
      font-size: 15px;
      font-weight: normal; }
      @media (min-width: 640px) {
        .page_section .section_inner ul {
          font-size: 18px; } }
      .page_section .section_inner ul li {
        margin-bottom: 5px; }
    .page_section .section_inner a {
      font-family: "Gill Sans W04 Light", sans-serif;
      text-decoration: none; }
    .page_section .section_inner strong {
      font-family: "Gill Sans W04 Light", sans-serif;
      font-weight: bold; }
    .page_section .section_inner .how-we-work {
      display: none; }
      .page_section .section_inner .how-we-work.how-we-work--intro {
        display: block; }
      .page_section .section_inner .how-we-work li {
        font-family: "Gill Sans W04 Light", sans-serif;
        list-style: none; }
      .page_section .section_inner .how-we-work a {
        color: #142632; }
    .page_section .section_inner .hww_navigation {
      margin: 0 auto;
      padding: 0;
      text-align: center;
      width: 80%; }
      @media (min-width: 640px) {
        .page_section .section_inner .hww_navigation {
          width: 640px; } }
      @media (min-width: 1024px) {
        .page_section .section_inner .hww_navigation {
          width: 820px; } }
      .page_section .section_inner .hww_navigation li {
        display: inline-block;
        list-style: none; }
      .page_section .section_inner .hww_navigation a {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        color: #b5b3aa;
        display: block;
        font-size: 0px;
        height: 40px;
        text-decoration: none;
        text-indent: -9999px;
        text-transform: uppercase;
        width: 40px; }
        @media (min-width: 640px) {
          .page_section .section_inner .hww_navigation a {
            background-size: auto;
            font-size: 13px;
            height: 114px;
            padding-top: 140px;
            text-indent: 0;
            width: 160px; } }
        .page_section .section_inner .hww_navigation a:hover, .page_section .section_inner .hww_navigation a.active {
          color: #142632; }
        .page_section .section_inner .hww_navigation a.intro {
          background-image: url("/images/how-we-work-intro-bg.gif"); }
          .page_section .section_inner .hww_navigation a.intro:hover, .page_section .section_inner .hww_navigation a.intro.active {
            background-image: url("/images/how-we-work-intro-bg-active.gif"); }
        .page_section .section_inner .hww_navigation a.culture {
          background-image: url("/images/how-we-work-culture-bg.gif"); }
          .page_section .section_inner .hww_navigation a.culture:hover, .page_section .section_inner .hww_navigation a.culture.active {
            background-image: url("/images/how-we-work-culture-bg-active.gif"); }
        .page_section .section_inner .hww_navigation a.vision {
          background-image: url("/images/how-we-work-vision-bg.gif"); }
          .page_section .section_inner .hww_navigation a.vision:hover, .page_section .section_inner .hww_navigation a.vision.active {
            background-image: url("/images/how-we-work-vision-bg-active.gif"); }
        .page_section .section_inner .hww_navigation a.values {
          background-image: url("/images/how-we-work-values-bg.gif"); }
          .page_section .section_inner .hww_navigation a.values:hover, .page_section .section_inner .hww_navigation a.values.active {
            background-image: url("/images/how-we-work-values-bg-active.gif"); }
        .page_section .section_inner .hww_navigation a.futures {
          background-image: url("/images/how-we-work-future-bg.gif"); }
          .page_section .section_inner .hww_navigation a.futures:hover, .page_section .section_inner .hww_navigation a.futures.active {
            background-image: url("/images/how-we-work-future-bg-active.gif"); }
    .page_section .section_inner .column-wrap {
      margin: 0 5% 0 10%;
      width: 85%; }
      @media (min-width: 640px) {
        .page_section .section_inner .column-wrap {
          margin: 0 5% 100px 10%; } }
      @media (min-width: 640px) {
        .page_section .section_inner .column-wrap {
          margin: 0 auto 0;
          width: 640px; } }
      @media (min-width: 1048px) {
        .page_section .section_inner .column-wrap {
          width: 100%; } }
    .page_section .section_inner .column {
      padding: 5px 0px; }
      @media (min-width: 640px) {
        .page_section .section_inner .column {
          float: left;
          padding: 5px 20px 5px 0; } }
      .page_section .section_inner .column.column--quarter {
        width: 100%; }
        @media (min-width: 640px) {
          .page_section .section_inner .column.column--quarter {
            width: 50%; } }
        @media (min-width: 1048px) {
          .page_section .section_inner .column.column--quarter {
            width: 25%; }
            .page_section .section_inner .column.column--quarter:nth-child(5) {
              clear: left; } }
      .page_section .section_inner .column.column--half {
        width: 100%; }
        @media (min-width: 640px) {
          .page_section .section_inner .column.column--half {
            clear: left;
            width: 50%; } }
      .page_section .section_inner .column.column--full {
        width: 100%; }
      .page_section .section_inner .column h3 {
        color: #74a2cc;
        cursor: pointer;
        font-family: "Gill Sans W04 Bold", sans-serif;
        font-size: 16px;
        margin: 0 0 3px;
        padding: 0 35px 0 10px;
        position: relative; }
        @media (min-width: 640px) {
          .page_section .section_inner .column h3 {
            cursor: default;
            font-size: 17px;
            padding: 0; } }
        .page_section .section_inner .column h3:after {
          content: "+";
          font-size: 24px;
          margin-top: -12px;
          position: absolute;
          right: 10px;
          top: 50%; }
          @media (min-width: 640px) {
            .page_section .section_inner .column h3:after {
              content: ""; } }
        .page_section .section_inner .column h3.active:after {
          content: "-"; }
          @media (min-width: 640px) {
            .page_section .section_inner .column h3.active:after {
              content: ""; } }
      .page_section .section_inner .column p {
        display: none;
        font-size: 14px;
        padding: 0 10px;
        text-align: left;
        width: 100%; }
        @media (min-width: 640px) {
          .page_section .section_inner .column p {
            display: block;
            font-size: 17px;
            padding: 0; } }
    .page_section .section_inner .inner_content {
      margin: 0 auto;
      width: 80%; }
      @media (min-width: 640px) {
        .page_section .section_inner .inner_content {
          width: 640px; } }
      @media (min-width: 1024px) {
        .page_section .section_inner .inner_content {
          width: 1024px; } }
    .page_section .section_inner .aside {
      border-left: 1px solid;
      border-right: 3px solid;
      font-family: "Gill Sans W04 Light", sans-serif;
      font-size: 16px;
      font-weight: normal;
      clear: both;
      margin: 30px 0;
      padding: 0 30px 0 10px;
      position: relative;
      width: 100%; }
      @media (min-width: 640px) {
        .page_section .section_inner .aside {
          clear: none;
          float: left;
          font-size: 20px;
          margin: 0;
          width: 270px; } }
      @media (min-width: 1025px) {
        .page_section .section_inner .aside {
          float: right; } }
      .page_section .section_inner .aside .aside_link {
        background-color: #fff;
        background-image: url("/images/our_programmes_arrow_blue.jpg");
        background-position: center;
        background-repeat: no-repeat;
        height: 35px;
        margin-top: -20px;
        position: absolute;
        right: -19px;
        width: 35px;
        top: 50%;
        border-radius: 50%;
        -webkit-border-radius: 50%; }
        .page_section .section_inner .aside .aside_link:hover {
          background-color: #ee3126;
          background-image: url("/images/our_programmes_arrow_white.png"); }
      .page_section .section_inner .aside.aside--open-close {
        color: #716e6f; }
      .page_section .section_inner .aside.aside--white {
        border-color: #fff;
        color: #fff; }
        .page_section .section_inner .aside.aside--white h4 {
          color: #fff; }
      .page_section .section_inner .aside.aside--blue {
        border-color: #003767; }
        .page_section .section_inner .aside.aside--blue .aside_link {
          background-color: #003767;
          background-image: url("/images/our_programmes_arrow_white.png"); }
          .page_section .section_inner .aside.aside--blue .aside_link:hover {
            background-color: #ee3126;
            background-image: url("/images/our_programmes_arrow_white.png"); }
        .page_section .section_inner .aside.aside--blue h4 {
          color: #003767; }
      .page_section .section_inner .aside.aside--what-we-look-for {
        margin: 30px auto;
        width: 80%; }
        @media (min-width: 640px) {
          .page_section .section_inner .aside.aside--what-we-look-for {
            margin-top: 40px;
            width: 270px; } }
        @media (min-width: 1024px) {
          .page_section .section_inner .aside.aside--what-we-look-for {
            margin-top: 180px; } }
      .page_section .section_inner .aside h4 {
        font-family: "Gill Sans W04 Light", sans-serif;
        font-weight: normal;
        margin: 0;
        text-transform: uppercase; }
        .page_section .section_inner .aside h4.applications-close {
          margin-top: 10px; }
          @media (min-width: 640px) {
            .page_section .section_inner .aside h4.applications-close {
              margin-top: 20px; } }
    .page_section .section_inner .programme-info-wrap {
      margin: 0 auto;
      width: 80%; }
      .page_section .section_inner .programme-info-wrap:before, .page_section .section_inner .programme-info-wrap:after {
        content: "";
        display: table; }
      .page_section .section_inner .programme-info-wrap:after {
        clear: both; }
      @media (min-width: 640px) {
        .page_section .section_inner .programme-info-wrap {
          width: 640px; } }
      @media (min-width: 1024px) {
        .page_section .section_inner .programme-info-wrap {
          width: 100%; } }
      .page_section .section_inner .programme-info-wrap .programme-info {
        float: left; }
        .page_section .section_inner .programme-info-wrap .programme-info p {
          font-size: 15px;
          width: 100%; }
          @media (min-width: 640px) {
            .page_section .section_inner .programme-info-wrap .programme-info p {
              font-size: 20px;
              width: 600px; } }
        .page_section .section_inner .programme-info-wrap .programme-info.programme-info--programme {
          float: none; }
          .page_section .section_inner .programme-info-wrap .programme-info.programme-info--programme p {
            width: 100%; }
    .page_section .section_inner .biggest_deals_wrap {
      clear: both;
      margin: 0 auto;
      width: 80%; }
      .page_section .section_inner .biggest_deals_wrap:before, .page_section .section_inner .biggest_deals_wrap:after {
        content: "";
        display: table; }
      .page_section .section_inner .biggest_deals_wrap:after {
        clear: both; }
      @media (min-width: 640px) {
        .page_section .section_inner .biggest_deals_wrap {
          width: 100%; } }
      .page_section .section_inner .biggest_deals_wrap .biggest_deals_column {
        font-family: "Gill Sans W04 Light", sans-serif;
        float: left;
        margin-bottom: 20px;
        position: relative;
        width: 100%; }
        @media (min-width: 640px) {
          .page_section .section_inner .biggest_deals_wrap .biggest_deals_column {
            margin-bottom: 0;
            width: 33%; } }
        .page_section .section_inner .biggest_deals_wrap .biggest_deals_column.biggest_deals_column--subtitle {
          color: #74a2cc;
          color: #A7D5FF;
          font-size: 25px;
          margin: 0;
          padding: 20px;
          text-align: center;
          text-transform: uppercase;
          width: 100%; }
          @media (min-width: 640px) {
            .page_section .section_inner .biggest_deals_wrap .biggest_deals_column.biggest_deals_column--subtitle {
              padding: 0 20px 0 0;
              text-align: left;
              width: 33%; } }
        .page_section .section_inner .biggest_deals_wrap .biggest_deals_column.biggest_deals_column--deal {
          font-size: 17px;
          line-height: 25px;
          padding: 0 20px; }
          .page_section .section_inner .biggest_deals_wrap .biggest_deals_column.biggest_deals_column--deal:before {
            background: #ee3126;
            content: "";
            display: block;
            height: 30px;
            left: 0px;
            position: absolute;
            width: 3px; }
    @media (min-width: 640px) {
      .page_section .section_inner .your-career-dev-column-wrap {
        clear: both;
        margin: 0 auto;
        width: 640px; }
        .page_section .section_inner .your-career-dev-column-wrap:before, .page_section .section_inner .your-career-dev-column-wrap:after {
          content: "";
          display: table; }
        .page_section .section_inner .your-career-dev-column-wrap:after {
          clear: both; } }
    @media (min-width: 1024px) {
      .page_section .section_inner .your-career-dev-column-wrap {
        width: 90%; } }
    .page_section .section_inner .your-career-dev-column-wrap .your-career-dev-column-wrap--column {
      font-family: "Gill Sans W04 Light", sans-serif;
      font-size: 14px;
      margin-bottom: 20px;
      width: 100%; }
      @media (min-width: 640px) {
        .page_section .section_inner .your-career-dev-column-wrap .your-career-dev-column-wrap--column {
          font-size: 17px;
          float: left;
          padding: 0 20px 0 0; } }
      .page_section .section_inner .your-career-dev-column-wrap .your-career-dev-column-wrap--column h3 {
        color: #74a2cc;
        font-family: "Gill Sans W04 Bold", sans-serif;
        font-size: 14px;
        margin: 0 0 3px 0;
        text-transform: none; }
        @media (min-width: 640px) {
          .page_section .section_inner .your-career-dev-column-wrap .your-career-dev-column-wrap--column h3 {
            font-size: 17px; } }
      @media (min-width: 640px) {
        .page_section .section_inner .your-career-dev-column-wrap .your-career-dev-column-wrap--column.quarter {
          width: 50%; } }
      @media (min-width: 1024px) {
        .page_section .section_inner .your-career-dev-column-wrap .your-career-dev-column-wrap--column.quarter {
          width: 25%; } }
      @media (min-width: 640px) {
        .page_section .section_inner .your-career-dev-column-wrap .your-career-dev-column-wrap--column.third {
          width: 33%; } }
  .page_section .main-button {
    background-image: url("/images/arrow_down_2.png");
    background-position: center top;
    background-repeat: no-repeat;
    border: 5px solid #FFF;
    bottom: 7px;
    height: 90px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    width: 90px;
    z-index: 500;
    border-radius: 50%;
    -webkit-border-radius: 50%; }
    .how_we_recruit .page_section .main-button {
      bottom: 16px; }
  .page_section .section_navigation {
    display: none;
    left: -35px;
    position: fixed;
    top: 40%;
    z-index: 100; }
    @media (min-width: 640px) {
      .page_section .section_navigation {
        display: block;
        left: auto;
        top: 170px;
        right: 30px; } }
    @media (min-width: 1900px) {
      .page_section .section_navigation {
        right: 7%; } }
    @media (min-width: 2050px) {
      .page_section .section_navigation {
        right: 8%; } }
    @media (min-width: 2150px) {
      .page_section .section_navigation {
        right: 11%; } }
    @media (min-width: 2270px) {
      .page_section .section_navigation {
        right: 13%; } }
    @media (min-width: 2370px) {
      .page_section .section_navigation {
        right: 18%; } }
    .page_section .section_navigation li {
      list-style: none;
      margin-bottom: 10px; }
    .page_section .section_navigation a {
      background-image: url("/images/sections_progress_bg.png");
      background-repeat: no-repeat;
      height: 23px;
      display: block;
      position: relative;
      width: 23px; }
      .page_section .section_navigation a:hover, .page_section .section_navigation a.active {
        background-image: url("/images/sections_progress_bg_active.png"); }
        @media (min-width: 640px) {
          .page_section .section_navigation a:hover span, .page_section .section_navigation a.active span {
            display: block; } }
    .page_section .section_navigation span {
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      display: none;
      font-size: 14px;
      padding: 4px 5px;
      position: absolute;
      right: 40px;
      top: 0;
      width: 130px; }
      .page_section .section_navigation span:after {
        border: solid transparent;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: rgba(0, 0, 0, 0.7);
        border-width: 12px;
        content: " ";
        height: 0;
        left: 100%;
        margin-top: -12px;
        pointer-events: none;
        position: absolute;
        top: 50%;
        width: 0; }
  .page_section .back_to_top {
    display: none; }
    @media (min-width: 640px) {
      .page_section .back_to_top {
        background-image: url("/images/back_to_top.png");
        background-position: center;
        background-repeat: no-repeat;
        bottom: 220px;
        display: block;
        position: fixed;
        right: 23px;
        height: 24px;
        width: 38px;
        z-index: 200; }
        .page_section .back_to_top:hover span {
          display: block; } }
    @media (min-width: 1900px) {
      .page_section .back_to_top {
        right: 7%; } }
    @media (min-width: 2050px) {
      .page_section .back_to_top {
        right: 8%; } }
    @media (min-width: 2150px) {
      .page_section .back_to_top {
        right: 11%; } }
    @media (min-width: 2270px) {
      .page_section .back_to_top {
        right: 13%; } }
    @media (min-width: 2370px) {
      .page_section .back_to_top {
        right: 18%; } }
    .page_section .back_to_top span {
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      display: none;
      padding: 2px 5px 3px;
      position: absolute;
      right: 50px;
      top: 0;
      width: 130px; }
      .page_section .back_to_top span:after {
        border: solid transparent;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: rgba(0, 0, 0, 0.7);
        border-width: 12px;
        content: " ";
        height: 0;
        left: 100%;
        margin-top: -12px;
        pointer-events: none;
        position: absolute;
        top: 50%;
        width: 0; }
  .page_section .extra {
    clear: both; }
    .page_section .extra ul, .page_section .extra p {
      padding: 0;
      width: 100%; }
    .page_section .extra.extra--main {
      display: block;
      position: relative;
      z-index: 50; }
      @media (min-width: 640px) {
        .page_section .extra.extra--main {
          display: block; } }
      .page_section .extra.extra--main li {
        display: inline-block;
        list-style: none;
        margin-bottom: 10px;
        padding: 0 30px;
        position: relative; }
        .page_section .extra.extra--main li:before, .page_section .extra.extra--main li:after {
          background-image: url("/images/extra-divider.png");
          background-position: center;
          background-repeat: no-repeat;
          content: "";
          color: #FFF;
          height: 22px;
          position: absolute;
          left: -8px;
          top: 0;
          width: 23px; }
        .page_section .extra.extra--main li:first-child:before {
          content: ""; }
      .page_section .extra.extra--main a {
        color: #FFF;
        font-family: "Gill Sans W04 Light", sans-serif;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase; }
    .page_section .extra.extra--sports li {
      color: white;
      font-family: "Gill Sans W04 Light", sans-serif;
      font-size: 20px;
      display: block;
      list-style: none;
      padding: 5px 0;
      position: relative;
      text-align: center;
      text-transform: uppercase; }
      @media (min-width: 640px) {
        .page_section .extra.extra--sports li {
          border-right: 1px solid #cbcfd1;
          display: inline-block;
          padding: 5px 20px; }
          .page_section .extra.extra--sports li:last-child {
            border-right: none; } }
  .page_section .download_link {
    display: none; }
    @media (min-width: 640px) {
      .page_section .download_link {
        background-image: url("/images/download.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        clear: both;
        display: block;
        height: 33px;
        padding: 100px 0 0;
        width: 33px; }
        .page_section .download_link:before, .page_section .download_link:after {
          content: "";
          display: table; }
        .page_section .download_link:after {
          clear: both; } }
  .page_section .slider-nav {
    display: none;
    margin: 0px 0 100px;
    padding: 20px 0;
    position: relative;
    z-index: 20; }
    @media (min-width: 640px) {
      .page_section .slider-nav {
        display: block; } }
    .page_section .slider-nav .slider-nav-inner {
      margin: 0 auto;
      width: 640px; }
      @media (min-width: 1024px) {
        .page_section .slider-nav .slider-nav-inner {
          width: 1024px; } }
    .page_section .slider-nav a {
      display: inline-block;
      text-align: center;
      width: 16%; }
  .page_section .hotspot_wrap {
    position: absolute; }
    @media (min-width: 640px) {
      .page_section .hotspot_wrap {
        z-index: 100; } }
    .page_section .hotspot_wrap.hotspot_wrap--1 {
      bottom: 85px;
      left: 0;
      margin-top: 380px; }
      .page_section .hotspot_wrap.hotspot_wrap--1 .hotspot_content {
        display: block; }
      @media (min-width: 640px) {
        .page_section .hotspot_wrap.hotspot_wrap--1 {
          bottom: auto;
          left: auto;
          margin-top: 0; }
          .page_section .hotspot_wrap.hotspot_wrap--1 .hotspot_content {
            display: none; } }
    @media (min-width: 640px) {
      .page_section .hotspot_wrap.active {
        z-index: 500; }
        .page_section .hotspot_wrap.active .hotspot_button:before {
          visibility: hidden; } }
  @media (min-width: 640px) {
    .page_section .hotspot_button {
      background: #ee3126;
      border: 2px solid #FFF;
      cursor: pointer;
      display: block;
      padding: 20px;
      position: absolute;
      border-radius: 50%;
      -webkit-border-radius: 50%; }
      .page_section .hotspot_button.bottom-left {
        bottom: -20px;
        left: -20px; }
      .page_section .hotspot_button.bottom-center {
        bottom: -20px;
        left: 50%;
        margin-left: -20px; }
      .page_section .hotspot_button.bottom-right {
        bottom: -20px;
        right: -20px; }
      .page_section .hotspot_button.left-center {
        left: -20px;
        margin-top: -20px;
        top: 50%; }
      .page_section .hotspot_button.right-center {
        margin-top: -20px;
        right: -20px;
        top: 50%; }
      .page_section .hotspot_button.top-left {
        left: -20px;
        top: -20px; }
      .page_section .hotspot_button.top-center {
        left: 50%;
        margin-left: -20px;
        top: -20px; }
      .page_section .hotspot_button.top-right {
        right: -20px;
        top: -20px; }
      .page_section .hotspot_button:before, .page_section .hotspot_button:after {
        content: "";
        background-color: #fff;
        position: absolute; }
      .page_section .hotspot_button:before {
        width: 2px;
        left: 50%;
        margin-left: -1px;
        height: 40%;
        top: 50%;
        margin-top: -20%; }
      .page_section .hotspot_button:after {
        width: 40%;
        left: 50%;
        margin-left: -20%;
        height: 2px;
        top: 50%;
        margin-top: -1px; } }
  .page_section .hotspot_content {
    background: #ee3126;
    color: #FFF;
    display: none;
    padding: 10px 20px; }
    @media (min-width: 640px) {
      .page_section .hotspot_content {
        border: 4px solid #FFF;
        width: 350px;
        border-radius: 3px;
        -webkit-border-radius: 3px; } }
    @media (min-width: 1024px) {
      .page_section .hotspot_content {
        width: 430px; } }
    .page_section .hotspot_content h2 {
      font-size: 18px;
      margin: 0; }
    .page_section .hotspot_content p {
      padding: 0; }

.video-overlay {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100; }

.video-embed {
  display: none;
  height: 562px;
  left: 50%;
  margin: -281px 0 0 -500px;
  position: fixed;
  top: 50%;
  width: 1000px;
  z-index: 1200; }
  .video-embed .video_close {
    background: #fff;
    color: #ee3126;
    cursor: pointer;
    display: block;
    height: 30px;
    padding: 5px;
    position: absolute;
    right: -15px;
    text-align: center;
    text-transform: uppercase;
    top: -15px;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%; }

.events {
  background-attachment: fixed !important;
  background-image: url("/images/events_bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover !important;
  margin: 0 auto;
  max-width: 1824px; }

.events_inner {
  width: 100%; }
  @media (min-width: 640px) {
    .events_inner {
      margin: 0 auto;
      width: 640px; } }
  @media (min-width: 1024px) {
    .events_inner {
      width: 1024px; } }

.events-month-filter {
  margin: 0;
  padding: 30px 0 0; }
  .events-month-filter li {
    display: inline-block;
    margin-bottom: 10px;
    width: 24%; }
    @media (min-width: 640px) {
      .events-month-filter li {
        width: 15.94%; } }
    @media (min-width: 1024px) {
      .events-month-filter li {
        margin: 0;
        width: 7.93%; } }
  .events-month-filter a {
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    display: block;
    height: 60px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 60px; }
    .events-month-filter a.jan {
      background-image: url("/images/events-1.png"); }
      .events-month-filter a.jan:hover, .events-month-filter a.jan.active {
        background-image: url("/images/events-1-hover.png"); }
    .events-month-filter a.feb {
      background-image: url("/images/events-2.png"); }
      .events-month-filter a.feb:hover, .events-month-filter a.feb.active {
        background-image: url("/images/events-2-hover.png"); }
    .events-month-filter a.mar {
      background-image: url("/images/events-3.png"); }
      .events-month-filter a.mar:hover, .events-month-filter a.mar.active {
        background-image: url("/images/events-3-hover.png"); }
    .events-month-filter a.apr {
      background-image: url("/images/events-4.png"); }
      .events-month-filter a.apr:hover, .events-month-filter a.apr.active {
        background-image: url("/images/events-4-hover.png"); }
    .events-month-filter a.may {
      background-image: url("/images/events-5.png"); }
      .events-month-filter a.may:hover, .events-month-filter a.may.active {
        background-image: url("/images/events-5-hover.png"); }
    .events-month-filter a.jun {
      background-image: url("/images/events-6.png"); }
      .events-month-filter a.jun:hover, .events-month-filter a.jun.active {
        background-image: url("/images/events-6-hover.png"); }
    .events-month-filter a.jul {
      background-image: url("/images/events-7.png"); }
      .events-month-filter a.jul:hover, .events-month-filter a.jul.active {
        background-image: url("/images/events-7-hover.png"); }
    .events-month-filter a.aug {
      background-image: url("/images/events-8.png"); }
      .events-month-filter a.aug:hover, .events-month-filter a.aug.active {
        background-image: url("/images/events-8-hover.png"); }
    .events-month-filter a.sep {
      background-image: url("/images/events-9.png"); }
      .events-month-filter a.sep:hover, .events-month-filter a.sep.active {
        background-image: url("/images/events-9-hover.png"); }
    .events-month-filter a.oct {
      background-image: url("/images/events-10.png"); }
      .events-month-filter a.oct:hover, .events-month-filter a.oct.active {
        background-image: url("/images/events-10-hover.png"); }
    .events-month-filter a.nov {
      background-image: url("/images/events-11.png"); }
      .events-month-filter a.nov:hover, .events-month-filter a.nov.active {
        background-image: url("/images/events-11-hover.png"); }
    .events-month-filter a.dec {
      background-image: url("/images/events-12.png"); }
      .events-month-filter a.dec:hover, .events-month-filter a.dec.active {
        background-image: url("/images/events-12-hover.png"); }

.events-wrap {
  margin: 30px 0;
  padding-bottom: 215px; }
  .events-wrap:before, .events-wrap:after {
    content: "";
    display: table; }
  .events-wrap:after {
    clear: both; }

.events-body footer {
  margin-top: -215px; }

.event-card {
  background: #FFF;
  border-bottom: 5px solid #ee3126;
  display: none;
  margin: 0 auto 20px auto;
  text-align: center;
  width: 80%; }
  @media (min-width: 640px) {
    .event-card {
      float: left;
      height: 450px;
      margin: 0 1% 20px 1%;
      width: 48%; } }
  @media (min-width: 1024px) {
    .event-card {
      margin: 0 1.66% 20px;
      width: 30%; } }
  .event-card.event-card--title {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px; }
    @media (min-width: 640px) {
      .event-card.event-card--title {
        background: #ee3126;
        height: 450px;
        padding: 0px;
        position: relative; } }
  .event-card .event-card-inner {
    color: #142632;
    font-family: "Gill Sans W04 Light", sans-serif;
    font-size: 50px;
    text-transform: capitalize; }
    @media (min-width: 640px) {
      .event-card .event-card-inner {
        bottom: 40px;
        color: #fff;
        font-size: 90px;
        position: absolute;
        left: 40px; } }

.event-card-year {
  margin: 6px 15px;
  color: #ee3126;
  font-size: 40px;
  text-align: center;
  font-family: "Gill Sans W04 Light", sans-serif; }
  @media (min-width: 640px) {
    .event-card-year {
      color: white;
      margin: 8px 20px;
      font-size: 40px;
      text-align: right; } }

.event-date {
  background: #132530;
  color: #FFF;
  display: block;
  font-family: "Gill Sans W04 Light", sans-serif;
  font-size: 40px;
  padding: 5px 20px;
  text-align: center;
  width: 100%; }
  @media (min-width: 640px) {
    .event-date {
      text-align: right; } }

.event-time {
  color: #132530;
  height: 40px;
  padding: 10px 0; }

.event-title {
  color: #132530;
  display: table;
  font-size: 23px;
  height: 180px;
  line-height: 35px;
  padding: 20px 20px 0 20px;
  text-transform: uppercase;
  width: 100%; }

.event-title-inner {
  display: table-cell;
  vertical-align: middle; }

.event-location {
  border-bottom: 1px solid #716e6f;
  color: #716e6f;
  height: 100px;
  margin: 0 20px;
  padding: 10px 0; }

.event-social {
  padding: 10px; }
  @media (min-width: 640px) {
    .event-social {
      text-align: left; } }
  .event-social a {
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    width: 30px; }
  .event-social .facebook {
    background-image: url("/images/facebook-events.png"); }
    .event-social .facebook:hover {
      background-image: url("/images/facebook-events-hover.png"); }
  .event-social .twitter {
    background-image: url("/images/twitter-events.png"); }
    .event-social .twitter:hover {
      background-image: url("/images/twitter-events-hover.png"); }

.event-no-events {
  color: #132530;
  display: table;
  text-align: center; }

.event-no-events-inner {
  display: table-cell;
  font-family: "Gill Sans W04 Light", sans-serif;
  font-size: 25px;
  height: 430px;
  padding: 0 20px;
  vertical-align: middle; }

#vimeo, .vimeo {
  width: 100%;
  height: 100%; }

.mobile_only {
  display: none; }

@media (max-width: 640px) {
  .desktop_only {
    display: none; }

  .mobile_only {
    display: inline; }

  .page_section .section_inner_wrap {
    height: auto !important; }
    .page_section .section_inner_wrap.section_inner_wrap--main {
      padding-top: 0px; }

  .how_we_recruit .page_section .section .main-button {
    bottom: -30px; } }
  @media (max-width: 640px) and (min-width: 640px) {
    .how_we_recruit .page_section .section .main-button {
      bottom: 28px; } }

@media (max-width: 640px) {
  .our_work .page_section .section .main-button {
    bottom: -20px; } }
  @media (max-width: 640px) and (min-width: 640px) {
    .our_work .page_section .section .main-button {
      bottom: -6px; } }

@media (max-width: 640px) {
  .about_us .page_section .section .main-button {
    bottom: 5px; }

  .our_programmes .page_section .section .main-button {
    bottom: -9px; }

  .your_career_dev .page_section .section .main-button {
    bottom: -5px; }

  .page_section .hotspot_wrap {
    position: static; }

  .page_section .hotspot_content {
    display: block; }

  .slider.our_people_slider #slider_button_wrapper {
    height: 987px !important; }

  #home_slider.our_people_slider {
    max-height: initial !important;
    height: 1200px !important;
    background-color: #ee3126; }

  .page_section .hotspot_wrap.hotspot_wrap--1 {
    margin-top: 500px; }

  footer nav#footer_nav {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px; }
    footer nav#footer_nav li.corporate.website {
      display: none; }

  .page_section #home_slider .slide.video {
    background-position-x: 21%; }

  .video-embed {
    width: 300px !important;
    margin-left: -150px;
    height: 250px;
    top: 80%; }

  .page_section #home_slider .slide .text_content .hotspot_content p {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px; }

  .page_section .hotspot_content {
    padding-top: 0px;
    padding-bottom: 0px; }

  .page_section .hotspot_content h2 {
    padding-top: 20px; } }
@media (max-width: 440px) {
  .page_section .hotspot_wrap.hotspot_wrap--1 {
    margin-top: 380px; }

  #home_slider.our_people_slider {
    height: 1430px !important; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .main_navigation a.apply {
    padding-right: 21px; } }
#video_list {
  padding-top: 50px;
  float: left; }
  @media only screen and (max-width: 1028px) {
    #video_list {
      text-align: center; } }
  @media only screen and (max-width: 640px) {
    #video_list {
      width: 80%;
      float: none;
      margin: 0 auto; } }
  #video_list .video_list_title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 19px;
    text-align: left; }
  #video_list .video {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
    width: 140px; }
    @media only screen and (min-width: 1251px) {
      #video_list .video {
        width: 180px; } }
    @media only screen and (max-width: 1250px) {
      #video_list .video {
        width: 160px; } }
    @media only screen and (max-width: 1124px) {
      #video_list .video {
        width: 140px; } }
    @media only screen and (max-width: 1023px) {
      #video_list .video {
        float: none;
        text-align: left;
        display: inline-block;
        width: 180px; } }
    @media only screen and (max-width: 506px) {
      #video_list .video {
        width: 130px; } }
    @media only screen and (max-width: 381px) {
      #video_list .video {
        width: 180px; } }
    #video_list .video .bg {
      width: 100%;
      height: 90px;
      background-position: center center; }
      #video_list .video .bg .inner {
        background-image: url("/images/video_play_icon.png");
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%; }
    #video_list .video .video_name {
      margin-top: 10px;
      color: #4d8abe;
      font-size: 19px; }

.page_section .section_inner .quote_wrapper h3 {
  text-transform: uppercase;
  font-size: 19px; }
.page_section .section_inner .quote_wrapper .ceo_portrait {
  height: 105px;
  background-image: url("/images/ceo_portrait.png");
  background-repeat: no-repeat;
  background-position: left center;
  display: table;
  width: 75%;
  margin: 0 auto; }
  .page_section .section_inner .quote_wrapper .ceo_portrait p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 100px;
    font-family: "Gill Sans W04 Bold", sans-serif;
    font-size: 20px;
    text-align: left; }

#giving_back_slider .slide_captions {
  height: 60px;
  position: relative;
  width: 100% !important; }
  #giving_back_slider .slide_captions .caption {
    display: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ee3126;
    font-family: "Gill Sans W04 Light", sans-serif;
    line-height: 60px; }
    #giving_back_slider .slide_captions .caption.active {
      display: block;
      opacity: 1; }

#deal_of_distinction_video a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 110px 20px 0;
  background-image: url("/images/video_play_icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-size: 19px; }

#project_management_video a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 110px 20px 0;
  background-image: url("/images/video_play_icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  text-transform: uppercase;
  font-size: 19px;
  color: #6b6c6e; }

.download_link {
  float: left;
  margin-right: 20px; }

.email_a_friend {
  background-image: url("/images/email_a_friend.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 33px;
  height: 100px;
  display: block;
  float: left; }

.section--what-we-look-for {
  margin-top: 0; }
  @media (min-width: 639px) {
    .section--what-we-look-for {
      margin-top: 50px; } }

#development-support h2 {
  margin: 200px auto 30px auto; }

#mobility {
  height: 800px; }

#application-process {
  margin: 0; }
  @media (min-width: 1023px) {
    #application-process {
      margin: 100px auto 0 auto; } }
  #application-process a {
    color: black;
    font-family: "Gill Sans W04 Bold", sans-serif;
    font-weight: bold; }

@media (min-width: 640px) {
  .how_we_recruit #main {
    height: 700px; } }

#internship h2 {
  margin: 50px auto 30px auto; }

.event-title-inner span {
  font-size: 90%; }

#retail .section_inner,
#development .section_inner,
#corporate-finance .section_inner,
#global-occupier .section_inner,
#diversity .section_inner,
#sports .section_inner {
  margin: 150px auto; }
  @media (min-width: 640px) {
    #retail .section_inner,
    #development .section_inner,
    #corporate-finance .section_inner,
    #global-occupier .section_inner,
    #diversity .section_inner,
    #sports .section_inner {
      margin: 50px auto; } }

#residential .section_inner,
#hints-tips .section_inner {
  margin: 100px auto; }
  @media (min-width: 640px) {
    #residential .section_inner,
    #hints-tips .section_inner {
      margin: 50px auto; } }

.page_section .section_inner_wrap.section_inner_wrap--our-work .content p {
  line-height: 1.2;
  padding-left: 0px; }
  @media (min-width: 640px) {
    .page_section .section_inner_wrap.section_inner_wrap--our-work .content p {
      padding-left: 20px; } }

.apply-choice {
  width: 42%;
  margin: 0 4%;
  padding: 0 4% 10% 4%;
  overflow: none;
  float: left;
  background: #ee3126;
  display: inline; }
  @media screen and (max-width: 640px) {
    .apply-choice {
      width: 100%;
      margin: 4% 0;
      padding: 0 4% 15% 4%; } }
  @media screen and (max-width: 553px) {
    .apply-choice {
      width: 100%;
      margin: 4% 0;
      padding: 0 4% 23% 4%; } }
  @media screen and (max-width: 400px) {
    .apply-choice {
      width: 100%;
      margin: 4% 0;
      padding: 0 4% 30% 4%; } }
  .apply-choice:hover {
    background: #142632; }

.apply a, .apply a:hover {
  background-image: url(/images/video_play_icon.png);
  background-position: 50% 90%;
  background-repeat: no-repeat; }

.interview {
  font-style: italic;
  font-weight: bold; }

h4 {
  color: white;
  font-family: "Gill Sans W04 Light", sans-serif;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 3px 0;
  text-transform: none; }
  @media screen and (min-width: 639px) {
    h4 {
      font-size: 24px; } }

@media screen and (max-width: 639px) {
  .breakdown-info-wrap {
    margin: 25% 10%;
    width: 80%; } }
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .breakdown-info-wrap {
    margin: 6% 1.5%;
    width: 400px; } }
@media screen and (min-width: 640px) and (min-width: 1024px) {
  .breakdown-info-wrap {
    margin: 6% 0;
    width: 500px; } }
.rmt100ueLogo {
  width: 100px;
  float: left; }

.work-form {
  padding: 30px 120px; }

.work-form iframe .embed #logo {
  display: block !important; }

.work-experience .page_section .section_inner_wrap li {
  color: white;
  float: left;
  width: 60% !important;
  margin: 0 130px 20px 130px;
  font-family: "Gill Sans W04 Light", sans-serif; }
