/*!
 * Sass Bootstrap v3.0.21
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 *
 * Sass -ified by Aaron Lademann @alademann
 */


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

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

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

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

[hidden],
template {
    display: none;
}

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

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

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

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: '\201C''\201D''\2018''\2019';
}

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

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

legend {
    padding: 0;
    border: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button;
}

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

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

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

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

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

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

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

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    color: #38383a;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    text-decoration: none;
    color: #38383a;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #38383a;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container:before,
.container:after {
    display: table;
    content: ' ';
}

.container:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;
    content: ' ';
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

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

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1010px;
    }
    .container-2 {
        width: 1366px;
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.hidden {
    display: none;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

h1 {
    font-size: 1.25em;
    font-weight: 200;
    line-height: 1.4em;
    margin: 0 0 1em 0;
}

@media (min-width: 768px) {
    h1 {
        font-size: 1.875em;
    }
}

h2 {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0 0 1em 0;
}

h3 {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 1em 0;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0 0 1em 0;
}

p {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 1em 0;
}

p.intro {
    font-size: 1.125em;
}

@media (min-width: 768px) {
    p.intro {
        font-size: 1.625em;
    }
}

a {
    line-height: 1.4em;
    outline: none;
}

a:hover,
a:focus,
a:visited {
    outline: none;
}

a.highlight {
    margin-bottom: 10px;
    color: #00b8f0;
}

@media (min-width: 768px) {
    a.highlight {
        margin: 0;
    }
}

a.highlight.left {
    float: left;
}

a.highlight.right {
    float: right;
}

a.highlight span {
    font-size: .875em;
    line-height: 10px;
    padding-right: 17px;
    color: #00b8f0;
    background: url(../img/icon/arrow/right-blue-small.png) right center no-repeat;
}

a.button {
    font-size: .875em;
    font-weight: 500;
    line-height: 1em;
    display: inline-block;
    padding: 18px 43px 18px 23px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #00b8f0 url(../img/icon/arrow/right-white-medium.png) right center no-repeat;
}

@media (min-width: 768px) {
    a.button {
        float: left;
        margin-right: 10px;
    }
}

a.button.full {
    display: block;
    padding: 15px;
    background: #00b8f0;
}

a.button.full span {
    line-height: 20px;
    display: inline-block;
    padding: 0 43px;
    background: url(../img/icon/arrow/right-white-medium.png) right center no-repeat;
}

a.button.semi-full {
    display: block;
    padding: 15px;
    background: #00b8f0;
}

@media (min-width: 768px) {
    a.button.semi-full {
        display: inline-block;
        padding: 15px 0 15px 23px;
    }
}

a.button.semi-full span {
    line-height: 20px;
    display: inline-block;
    padding: 0 43px;
    background: url(../img/icon/arrow/right-white-medium.png) right center no-repeat;
}

@media (min-width: 768px) {
    a.button.semi-full span {
        padding-right: 40px;
        padding-left: 0;
    }
}

a.button.plain {
    padding: 15px;
}

a.button.invert {
    color: #00b8f0;
    border: 1px solid #00b8f0;
    background: #fff;
}

a.button.load-more {
    font-size: .875em;
    line-height: 1.2em;
    display: block;
    float: none;
    padding: 15px 40px;
    background: #00b8f0;
}

@media (min-width: 768px) {
    a.button.load-more {
        display: inline-block;
    }
}

a.button.load-more span.wrapper {
    display: block;
    padding-right: 20px;
    background: url(../img/icon/arrow/down-grey.png) right no-repeat;
}

a.button.load-more span.count {
    font-size: .786em;
    display: block;
}

a.button.square {
    line-height: 207px;
    display: block;
    max-width: 207px;
    height: 207px;
    margin: 0;
    padding: 0;
    background: #00b8f0;
}

a.button.square span {
    line-height: 20px;
    display: inline-block;
    padding: 0 42px;
    background: url(../img/icon/arrow/right-white-medium.png) right center no-repeat;
}

a.button.blank {
    padding: 15px;
}

a.button.blank span {
    padding: 0;
    background: none;
}

.page-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 42px;
}

.page-case-study .page-nav {
    top: 59px;
}

@media (min-width: 768px) {
    .page-case-study .page-nav {
        top: 0;
    }
}

.page-global-reach-sub .page-nav {
    background: #fff;
}

@media (min-width: 768px) {
    .page-global-reach-sub .page-nav {
        background: none;
    }
}

.page-trainee .page-nav {
    background: #fff;
}

@media (min-width: 768px) {
    .page-trainee .page-nav {
        background: none;
    }
}

@media (min-width: 768px) {
    .page-nav {
        top: 0;
        right: -42px;
        width: 42px;
        height: auto;
    }
}

.page-nav a {
    font-size: 0;
    display: block;
    float: right;
    width: 42px;
    height: 42px;
    margin-left: 1px;
    color: transparent;
    background-color: #4c4c4d;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 768px) {
    .page-nav a {
        margin-bottom: 1px;
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .page-nav a {
        width: 42px;
        height: 42px;
    }
}

.page-nav a.back {
    background-image: url(../img/icon/cross-grey.png);
}

.page-nav a.next {
    background-image: url(../img/icon/arrow/right-grey-medium.png);
}

.page-nav a.previous {
    background-image: url(../img/icon/arrow/left-grey-medium.png);
}

.page-nav a.next,
.page-nav a.previous {
    background-color: #35b5eb;
}

.page-nav a.next:hover,
.page-nav a.previous:hover {
    background-color: #35b5eb;
}

.page-nav a.print {
    background-image: url(../img/icon/print.png);
}

.page-nav a:hover {
    background-color: #818181;
}

.page-nav a.translate.selected {
    cursor: default;
    pointer-events: none;
    background-color: #eee;
}

.page-nav a.translate.locale-de_DE {
    position: relative;
}

.page-nav a.translate.locale-de_DE span {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 23px;
    height: 17px;
    border: 1px solid #212122;
    background-image: url(../img/flag/de_DE.png);
}

.page-nav a.translate.locale-en_GB {
    position: relative;
}

.page-nav a.translate.locale-en_GB span {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 23px;
    height: 17px;
    border: 1px solid #212122;
    background-image: url(../img/flag/en_GB.png);
}

.page-nav a.translate.locale-es_CO {
    position: relative;
}

.page-nav a.translate.locale-es_CO span {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 23px;
    height: 17px;
    border: 1px solid #212122;
    background-image: url(../img/flag/es_CO.png);
}

.page-nav a.translate.locale-es_PE {
    position: relative;
}

.page-nav a.translate.locale-es_PE span {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 23px;
    height: 17px;
    border: 1px solid #212122;
    background-image: url(../img/flag/es_PE.png);
}

.page-nav a.translate.locale-es_ES {
    position: relative;
}

.page-nav a.translate.locale-es_ES span {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 23px;
    height: 17px;
    border: 1px solid #212122;
    background-image: url(../img/flag/es_ES.png);
}

.page-nav a.translate.locale-es_MX {
    position: relative;
}

.page-nav a.translate.locale-es_MX span {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 23px;
    height: 17px;
    border: 1px solid #212122;
    background-image: url(../img/flag/es_MX.png);
}

.page-nav a.translate.locale-fr_FR {
    position: relative;
}

.page-nav a.translate.locale-fr_FR span {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 23px;
    height: 17px;
    border: 1px solid #212122;
    background-image: url(../img/flag/fr_FR.png);
}

.page-nav a.translate.locale-pl_PL {
    position: relative;
}

.page-nav a.translate.locale-pl_PL span {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 23px;
    height: 17px;
    border: 1px solid #212122;
    background-image: url(../img/flag/pl_PL.png);
}

.page-nav a.translate.locale-pt_BR {
    position: relative;
}

.page-nav a.translate.locale-pt_BR span {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 23px;
    height: 17px;
    border: 1px solid #212122;
    background-image: url(../img/flag/pt_BR.png);
}

.page-nav a.translate.locale-zh_CN {
    position: relative;
}

.page-nav a.translate.locale-zh_CN span {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 23px;
    height: 17px;
    border: 1px solid #212122;
    background-image: url(../img/flag/zh_CN.png);
}

.page-nav a.translate:hover {
    background-color: #818181;
}

.translate-options a.translate {
    float: left;
}

.translate-options a.translate.selected {
    cursor: default;
    pointer-events: none;
    color: #38383a;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 1em 0;
}

img {
    display: block;
    max-width: 100%;
}

section {
    overflow: hidden;
}

section.header {
    position: relative;
    z-index: 3;
    overflow: visible;
    background: #fff;
}

section.header .row {
    margin: 0;
}

section.header .col-sm-12 {
    padding: 0;
}

section.header .container-2 {
    padding: 0;
}

@media (min-width: 1024px) {
    section.header .container-2 {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    section.header .container-2 {
        width: 100%;
    }
}

section.header a.home-link {
    font-size: 0;
    float: left;
    width: 187px;
    height: 65px;
    color: transparent;
    background: url(../img/mobile/advent-international.png) center no-repeat;
}

.search-active section.header a.home-link {
    margin: 0;
}

@media (min-width: 768px) {
    section.header a.home-link {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    section.header a.home-link {
        height: 115px;
        background-image: url(../img/advent-international.png);
    }
}

@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 1199px) {
    section.header a.home-link {
        background-image: url(../img/retina/advent-international.png);
        background-size: 107px 40px;
    }
}

@media (min-width: 1px) and (max-width: 767px) {
    section.header a.home-link {
        margin-left: -19px;
    }
}

@media (min-width: 1200px) {
    section.header form.search {
        display: none;
    }
}

section.header .search-link-wrapper {
    position: relative;
    display: none;
    float: right;
    width: 120px;
    height: 95px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -ms-transition: width 1s;
    transition: width 1s;
    border-left: 1px solid #c1c1c1;
}

@media (min-width: 1200px) {
    section.header .search-link-wrapper {
        display: block;
    }
}

section.header .search-link-wrapper a.search-link {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 95px;
    color: transparent;
    background: url(../img/icon/search-black.png) center no-repeat;
}

section.header .search-link-wrapper form.search {
    display: none;
    height: 115px;
}

section.header .search-link-wrapper form.search input {
    height: 100%;
    outline: none;
}

section.header .search-link-wrapper form.search input::-ms-clear {
    display: none;
}

.search-active section.header .search-link-wrapper {
    width: 234px;
}

.search-active section.header .search-link-wrapper form.search {
    display: block;
}

.search-active section.header .search-link-wrapper .search-link {
    top: auto;
    bottom: 15px;
    left: 50%;
    width: 19px;
    height: 19px;
    margin-left: -10px;
}

section.header a.toggle-link {
    font-size: 0;
    float: right;
    width: 65px;
    height: 65px;
    color: transparent;
    background: url(../img/icon/toggle-nav.png) center no-repeat;
}

@media (min-width: 1200px) {
    section.header a.toggle-link {
        display: none;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.header a.toggle-link {
        background-image: url(../img/icon/retina/toggle-nav.png);
        background-size: 23px 16px;
    }
}

.nav-open section.header a.toggle-link {
    border-color: #d7f0fb;
    background-color: #d7f0fb;
}

section.header .nav-wrapper {
    display: none;
    clear: both;
    overflow: hidden;
}

.nav-open section.header .nav-wrapper {
    display: block;
}

@media (min-width: 1200px) {
    section.header .nav-wrapper {
        display: block;
        clear: none;
        overflow: unset;
    }
}

@media (min-width: 1200px) {
    section.header nav {
        position: relative;
        float: right;
        margin-right: 40px;
    }
}

section.header nav ul {
    overflow: hidden;
    padding: 0;
    list-style: none;
}

@media (min-width: 1200px) {
    section.header nav ul {
        position: relative;
        overflow: unset;
        padding: 0;
        list-style: none;
    }
}

@media (max-width: 1200px) {
    section.header nav #menu-primary-1 a {
        font-size: 1.125em;
        font-weight: 500;
        position: relative;
        display: block;
        padding: 20px;
    }
    section.header nav #menu-primary-1 .sub-menu a {
        text-transform: uppercase;
    }
    .sub-menu li {
        border-top: 1px solid #38383a;
        border-bottom: none !important;
    }
}

@media (min-width: 1200px) {
    section.header nav #menu-primary-1 .current_page_item a,
    section.header nav #menu-primary-1 .current-page-ancestor a {
        color: #00b8f0;
    }
}

section.header nav .primary-link span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 11px;
    height: 11px;
    margin-top: -6px;
    content: '';
    background: url(../img/icon/plus-black.png) center no-repeat;
}

@media (min-width: 1200px) {
    section.header nav .primary-link span {
        display: none;
    }
}

section.header nav .expanded a.primary-link span {
    background-image: url(../img/icon/minus-black.png);
}

section.header nav .secondary-link span {
    padding-right: 16px;
    background: url(../img/icon/arrow/right-blue-small.png) right center no-repeat;
}

@media (min-width: 1200px) {
    section.header nav .secondary-link span {
        padding: 0;
        background: none;
    }
}

section.header nav li {
    margin: 0;
    border-bottom: 1px solid #38383a;
}

@media (min-width: 1200px) {
    section.header nav li {
        float: left;
        border: none;
    }
    .sub-nav-inner .menu li {
        clear: both;
    }
}

section.header nav li ul.menu {
    display: none;
}

section.header nav li ul.menu a {
    text-transform: uppercase;
    color: #00b8f0;
}

section.header nav li.expanded a.primary-link {
    font-weight: bold;
}

@media (min-width: 1200px) {
    section.header nav li.expanded a.primary-link {
        font-weight: normal;
    }
}

section.header nav li.expanded ul.menu {
    display: block;
}

section.header nav li.expanded li {
    margin: 0 20px;
    border-top: 1px solid #38383a;
    border-bottom: none;
}

section.header nav li.expanded li a {
    padding: 20px 0;
}

section.header nav li.expanded li.secondary-link-active {
    margin: 0;
}

section.header nav li.expanded li.secondary-link-active li {
    margin: 0;
    padding: 0 20px;
}

.desktop-menu-background {
    display: none;
}

section.header nav li ul.sub-menu {
    display: none;
}

section.header nav li.has-children.expanded ul.sub-menu {
    position: relative;
    display: block;
}

@media screen and (min-width: 1200px) {
    .desktop-menu-background {
        position: absolute;
        top: 85px;
        display: none;
        width: 100%;
        height: 120px;
        margin: 10px 0;
        border: none;
        background: rgba(0, 98, 114, .8);
    }
    section.header nav li {
        position: relative;
    }
    section.header nav li ul.sub-menu {
        position: absolute;
        display: none;
        margin: 0 0 0 20px;
        padding: 0;
        border-left: 1px solid #00b8f0;
    }
    section.header nav.menu-primary-container li:hover ul.sub-menu,
    section.header nav.menu-primary-container li a:hover ul.sub-menu {
        /* display: block; */
        height: 100px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    section.header nav.menu-primary-container li ul.sub-menu li,
    section.header nav.menu-primary-container li:hover ul.sub-menu li {
        float: left;
        clear: both;
        min-width: 300px;
        margin: 0;
    }
    section.header nav.menu-primary-container li ul.sub-menu li a,
    section.header nav.menu-primary-container li:hover ul.sub-menu li a {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4em;
        margin: 0 !important;
        padding: 5px 10px !important;
        color: #fff;
    }
    section.header nav li .menu-item-has-children.expanded ul.sub-menu {
        display: block;
    }
    section.header nav a {
        font-size: 1.125em;
        font-weight: 500;
        position: relative;
        display: block;
        padding: 40px 20px;
    }
    section.header nav a:hover,
    section.header nav a:focus,
    section.header nav a:visited {
        text-decoration: none;
    }
    section.header #menu-primary-1 {
        border-top: 1px solid #38383a;
    }
    .sub-menu a:hover {
        text-decoration: underline !important;
        color: #fff;
    }
}

@media (min-width: 1200px) {
    section.header #menu-primary-1 {
        border: none;
    }
}

section.header #menu-primary.secondary-link-active li,
section.header #menu-primary.secondary-link-active .primary-link {
    display: none;
}

section.header #menu-primary.secondary-link-active li.secondary-link-active,
section.header #menu-primary.secondary-link-active li.secondary-link-active ul,
section.header #menu-primary.secondary-link-active li.secondary-link-active li.secondary-link-active,
section.header #menu-primary.secondary-link-active li.secondary-link-active li.secondary-link-active ul,
section.header #menu-primary.secondary-link-active li.secondary-link-active li.secondary-link-active ul li {
    display: block;
}

section.header #menu-primary.secondary-link-active li.secondary-link-active ul.secondary-link-active li.secondary-link-active {
    border-top: none;
}

section.header #menu-primary.secondary-link-active li.secondary-link-active ul.secondary-link-active li.secondary-link-active span {
    font-weight: bold;
    display: block;
    padding-left: 16px;
    text-align: center;
    color: #212122;
    background: url(../img/icon/arrow/left-blue-small.png) 20px center no-repeat;
}

section.header #menu-primary.secondary-link-active li.secondary-link-active ul.secondary-link-active li.secondary-link-active ul a {
    text-transform: none;
    color: #212122;
}

section.header .sub-nav {
    position: relative;
}

section.header .sub-nav .container div {
    float: right;
    overflow: hidden;
    width: 773px;
    margin-right: 120px;
}

@media screen and (min-width: 1200px) {
    .menu-what-we-do-container {
        margin-left: 159px;
    }
    .menu-our-portfolio-container {
        margin-left: 442px;
    }
    section.header .sub-nav a {
        font-weight: bold;
    }
}

.browser-ie11 section.header .sub-nav .container div,
.browser-ie10 section.header .sub-nav .container div,
.browser-ie8 section.header .sub-nav .container div {
    width: 674px;
}

section.header .sub-nav .container div nav {
    left: 0;
}

section.header .sub-nav .container div ul {
    left: 0;
}

section.header .sub-nav .highlight {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    height: 46px;
    background: #38383a;
}

section.header .sub-nav.showing-global-reach .highlight {
    display: block;
}

section.header .sub-nav nav {
    display: none;
    float: left;
}

section.header .sub-nav nav a:hover {
    text-decoration: underline;
    color: #fff;
}

@media screen and (min-width: 768px) {
    section.header .sub-nav .container div ul {
        margin: 10px 0;
        border-left: 1px solid #00b8f0;
    }
    section.header .sub-nav nav a {
        font-size: 16px;
        font-weight: bold;
        padding: 5px 10px !important;
    }
}

.viewing-alt-nav-1 section.header .sub-nav nav.menu-global-reach-container .sub-menu a {
    padding: 10px;
}

.viewing-alt-nav-2 section.header .sub-nav nav.menu-global-reach-container {
    margin-left: 103px;
}

.viewing-alt-nav-2 section.header .sub-nav nav.menu-sectors-container {
    margin-left: 236px;
}

section.header .sub-nav nav.menu-investments-container {
    margin-left: 325px;
}

section.header .sub-nav nav.menu-insight-news-container {
    margin-left: 465px;
}

.browser-ie11 section.header .sub-nav nav.menu-investments-container,
.browser-ie10 section.header .sub-nav nav.menu-investments-container,
.browser-ie8 section.header .sub-nav nav.menu-investments-container {
    margin-left: 293px;
}

.viewing-alt-nav-2 section.header .sub-nav li {
    clear: left;
}

section.header .sub-nav li.menu-item-has-children {
    margin-right: 40px;
}

@media screen and (max-width: 1200px) {
    .menu-item-has-children>a:after {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 11px;
        height: 11px;
        margin-top: -6px;
        content: '';
        background: url(../img/icon/plus-black.png) center no-repeat;
    }
    .menu-item-has-children>a.active:after {
        background: url(../img/icon/minus-black.png) center no-repeat;
    }
}

section.header .sub-nav .sub-menu {
    left: 0;
    display: block;
    float: left;
    clear: left;
    width: 100%;
}

section.header .sub-nav .sub-menu li {
    float: none;
    clear: both;
}

section.header .sub-nav a {
    font-size: .875em;
    font-weight: 200;
    line-height: 1em;
    padding: 10px;
    color: #fff;
}

.viewing-alt-nav-1 section.header .sub-nav a {
    padding: 15px 10px;
}

.viewing-alt-nav-1 section.header .sub-nav a,
.viewing-alt-nav-2 section.header .sub-nav a {
    margin: 0;
}

section.header .sub-nav.showing-about .menu-about-container {
    display: block;
}

section.header .sub-nav.showing-who-we-are .menu-who-we-are-container {
    display: block;
}

section.header .sub-nav.showing-what-we-do .menu-what-we-do-container {
    display: block;
}

section.header .sub-nav.showing-our-portfolio .menu-our-portfolio-container {
    display: block;
}

section.header .sub-nav.showing-global-reach .menu-global-reach-container {
    display: block;
}

section.header .sub-nav.showing-sectors .menu-sectors-container {
    display: block;
}

section.header .sub-nav.showing-investments .menu-investments-container {
    display: block;
}

section.header .sub-nav-inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #2d2d2e;
    background-color: rgba(45, 45, 46, .9);
}

section.header .desktop-search {
    display: none;
}

section.header .desktop-search.active {
    display: block;
    border-top: 1px solid #c1c1c1;
}

section.header form input {
    font-size: 1.125em;
    width: 100%;
    padding: 20px;
    border: none;
}

section.header form input:focus {
    text-align: left;
}

@media (min-width: 1200px) {
    section.header form input {
        padding: 15px 0 15px 15px;
    }
}

section.header .pull-out-search {
    display: none;
}

.hero {
    height: 140px;
    background: url(../img/hero.jpg) center no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .hero {
        height: 265px;
    }
}

.page-about-us-sub .hero {
    background-image: url(../img/page-specific/investment-strategy/hero.jpg);
}

.hero.hero-about-us,
.hero.hero-about-us-sub {
    background-image: url(../img/banners/about.jpg);
}

.hero.hero-sectors {
    background-image: url(../img/banners/sectors.jpg);
}

.hero.hero-investments,
.hero.hero-case-studies,
.hero.hero-case-study,
.hero.hero-ipos {
    background-image: url(../img/banners/investments.jpg);
}

.hero.hero-team {
    background-image: url(../img/banners/team.jpg);
}

.hero.hero-news,
.hero.hero-news-article {
    background-image: url(../img/banners/news.jpg);
}

.hero.hero-contact {
    background-image: url(../img/banners/contact.jpg);
}

.hero.hero-trainee {
    background-image: url(../img/banners/trainee.jpg);
}

.country-brazil .hero {
    background-image: url(../img/countries/banner/brazil.jpg);
}

.country-china .hero {
    background-image: url(../img/countries/banner/china.jpg);
}

.country-colombia .hero {
    background-image: url(../img/countries/banner/colombia.jpg);
}

.country-czech-republic .hero {
    background-image: url(../img/countries/banner/czech-republic.jpg);
}

.country-france .hero {
    background-image: url(../img/countries/banner/france.jpg);
}

.country-germany .hero {
    background-image: url(../img/countries/banner/germany.jpg);
}

.country-india .hero {
    background-image: url(../img/countries/banner/india.jpg);
}

.country-mexico .hero {
    background-image: url(../img/countries/banner/mexico.jpg);
}

.country-poland .hero {
    background-image: url(../img/countries/banner/poland.jpg);
}

.country-spain .hero {
    background-image: url(../img/countries/banner/spain.jpg);
}

.country-united-kingdom .hero {
    background-image: url(../img/countries/banner/united-kingdom.jpg);
}

.country-united-states .hero {
    background-image: url(../img/countries/banner/united-states.jpg);
}

.cat-business-financial-services .hero {
    background-image: url(../img/sectors/banner/business-financial-services.jpg);
}

.cat-financial-services .hero {
    background-image: url(../img/sectors/banner/financial-services.jpg);
}

.cat-healthcare .hero {
    background-image: url(../img/sectors/banner/healthcare.jpg);
}

.cat-industrial .hero {
    background-image: url(../img/sectors/banner/industrial.jpg);
}

.cat-retail-consumer-leisure .hero {
    background-image: url(../img/sectors/banner/retail-consumer-leisure.jpg);
}

.cat-technology .hero {
    background-image: url(../img/sectors/banner/technology-media-telecom.jpg);
}

.nav-open .page-content {
    display: none;
}

@media (min-width: 1200px) {
    .nav-open .page-content {
        display: block;
    }
}

.error404 .page-content {
    margin: 0 0 100px;
}

@media (min-width: 768px) {
    .page-content {
        position: relative;
        margin-top: -216px;
    }
    .home .page-content {
        margin-top: 0;
    }
    .page-content.page-global-reach {
        margin-top: 0;
    }
    .page-content.page-trainee {
        margin-top: -67px;
    }
}

section.carousel {
    margin-bottom: 50px;
    background: #c1c1c1;
}

section.carousel hr {
    display: inline-block;
    width: 110px;
    height: 3px;
    margin: 3em 0;
    border: none;
    background: #fff;
}

section.carousel a {
    color: #fff;
}

section.carousel .carousel-container {
    position: relative;
    overflow: hidden;
}

section.carousel .carousel-container .inner {
    padding: 20px;
}

@media (min-width: 768px) {
    section.carousel .carousel-container .inner {
        padding: 0;
    }
}

section.carousel .carousel-container ul {
    padding: 0;
    list-style: none;
}

section.carousel .carousel-container li.item {
    margin: 0;
    background: url(../img/carousel.jpg) center no-repeat;
    background-size: cover;
}

section.carousel .carousel-container .container {
    position: relative;
}

@media (min-width: 768px) {
    section.carousel .carousel-container .container {
        min-height: 500px;
    }
}

section.carousel .carousel-container .copy {
    margin-top: 25px;
}

@media (min-width: 768px) {
    section.carousel .carousel-container .copy {
        margin-top: 45px;
    }
}

section.carousel .carousel-container .copy h1 {
    font-size: 1.437em;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

@media (min-width: 768px) {
    section.carousel .carousel-container .copy h1 {
        font-size: 2.375em;
        line-height: 1.2em;
    }
}

section.carousel .carousel-container .copy p {
    font-size: 1.125em;
    font-weight: 400;
    display: none;
    text-transform: uppercase;
    color: #fff;
}

@media (min-width: 768px) {
    section.carousel .carousel-container .copy p {
        display: block;
    }
}

section.carousel .carousel-container .carousel-nav-container {
    min-height: 0 !important;
    margin-top: -30px;
    margin-bottom: 15px;
    padding: 0 20px;
}

section.carousel .carousel-nav {
    overflow: hidden;
}

section.carousel .carousel-nav li {
    margin: 0;
}

section.carousel .carousel-nav a {
    font-size: 0;
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
}

section.carousel .carousel-nav a.selected {
    background: #00b8f0;
}

section.carousel.ready ul.list {
    overflow: hidden;
}

section.carousel.ready li.item {
    float: left;
}

section.carousel .latest-news {
    padding: 45px 15px;
    background: rgba(56, 56, 58, .9);
}

section.carousel .latest-news .inner {
    overflow: hidden;
    padding: 0;
}

@media (min-width: 768px) {
    section.carousel .latest-news {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 315px;
        margin-left: 31px;
    }
}

@media (min-width: 992px) {
    section.carousel .latest-news {
        margin-left: 86px;
    }
}

@media (min-width: 1200px) {
    section.carousel .latest-news {
        margin-left: 143px;
    }
}

@media (min-width: 1360px) {
    section.carousel .latest-news {
        margin-left: 235px;
    }
}

section.carousel .latest-news h2 {
    text-transform: uppercase;
    color: #fff;
}

section.carousel .latest-news p {
    font-size: .875em;
    color: #818181;
}

section.carousel .latest-news ul {
    padding: 0;
    list-style: none;
}

section.carousel .latest-news li {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
}

section.carousel .latest-news li.first {
    border-bottom: 1px solid #818181;
}

section.carousel .latest-news li a {
    font-size: .875em;
    line-height: 10px;
    padding-right: 16px;
    background: url(../img/icon/arrow/right-white-small.png) right center no-repeat;
}

section.carousel .latest-news h3 {
    font-size: 1em;
    color: #c2e9f9;
}

section.carousel .latest-news h3 a {
    font-size: .9em;
    color: #c2e9f9;
}

@media (min-width: 768px) {
    section.page {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    section.page .nav-wrapper {
        padding: 0;
    }
}

section.page .nav {
    overflow: hidden;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    background: #eee;
}

@media (min-width: 768px) {
    section.page .nav {
        background: #00b8f0;
    }
}

section.page .nav.dropdown {
    border: 1px solid #818181;
    background: #fff;
}

@media (min-width: 768px) {
    section.page .nav.dropdown {
        border: none;
        background: #00b8f0;
    }
}

section.page .nav.dropdown li {
    display: none;
}

section.page .nav.dropdown li.selected {
    display: block;
}

section.page .nav.dropdown li.selected a {
    color: #fff;
    background: #818181;
}

@media (min-width: 768px) {
    section.page .nav.dropdown li.selected a {
        color: #38383a;
        background: #eee;
    }
}

section.page .nav.dropdown li.selected a span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url(../img/icon/arrow/down-grey.png) center no-repeat;
}

@media (min-width: 768px) {
    section.page .nav.dropdown li.selected a span {
        display: none;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .nav.dropdown li.selected a span {
        background-image: url(../img/icon/arrow/retina/down-grey.png);
        background-size: 10px 6px;
    }
}

section.page .nav.dropdown li a {
    font-weight: 500;
    line-height: 1em;
    padding: 20px;
    text-align: center;
    text-transform: none;
    border-bottom: 1px solid #818181;
}

@media (min-width: 768px) {
    section.page .nav.dropdown li a {
        border: none;
        border-right: 1px solid #309ac8;
    }
}

@media (min-width: 768px) {
    section.page .nav.dropdown li a span {
        display: none;
    }
}

section.page .nav.dropdown li.last a {
    border: none;
}

@media (min-width: 768px) {
    section.page .nav.dropdown li {
        display: block;
    }
}

section.page .nav.dropdown li.page-investments a,
section.page .nav.dropdown li.page-case-studies a {
    text-transform: uppercase;
}

section.page .nav.dropdown.dropdown-expanded li {
    display: block;
}

section.page .nav.dropdown.dropdown-expanded li.selected a span {
    background-image: url(../img/icon/arrow/up-grey.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .nav.dropdown.dropdown-expanded li.selected a span {
        background-image: url(../img/icon/arrow/retina/up-grey.png);
    }
}

section.page .nav>li {
    margin: 0;
}

section.page .nav>li.item-1 {
    background-image: url(../img/icon/sector/black/business-and-financial-services.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .nav>li.item-1 {
        background-image: url(../img/icon/sector/black/retina/icon-business-and-financial-services.png);
        background-size: 36px 37px;
    }
}

section.page .nav>li.item-2 {
    background-image: url(../img/icon/sector/black/healthcare.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .nav>li.item-2 {
        background-image: url(../img/icon/sector/black/retina/icon-healthcare.png);
        background-size: 36px 37px;
    }
}

@media (min-width: 768px) {
    .page-sectors-sub section.page .nav>li.item-2>a span,
    .page-global-reach-sub section.page .nav>li.item-2>a span,
    .page-trainee section.page .nav>li.item-2>a span {
        display: none;
    }
}

@media (min-width: 768px) {
    .page-sectors-sub section.page .nav>li.item-2.selected>a span,
    .page-global-reach-sub section.page .nav>li.item-2.selected>a span,
    .page-trainee section.page .nav>li.item-2.selected>a span {
        display: block;
    }
}

section.page .nav>li.item-3 {
    background-image: url(../img/icon/sector/black/industrial.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .nav>li.item-3 {
        background-image: url(../img/icon/sector/black/retina/icon-industrial.png);
        background-size: 36px 35px;
    }
}

section.page .nav>li.item-4 {
    background-image: url(../img/icon/sector/black/retail-consumer-and-leisure.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .nav>li.item-4 {
        background-image: url(../img/icon/sector/black/retina/icon-retail-consumer-and-leisure.png);
        background-size: 36px 35px;
    }
}

section.page .nav>li.item-5 {
    background-image: url(../img/icon/sector/black/technology-media-and-telecom.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .nav>li.item-5 {
        background-image: url(../img/icon/sector/black/retina/icon-technology-media-and-telecom.png);
        background-size: 36px 35px;
    }
}

@media (min-width: 768px) {
    section.page .nav>li.item-5>a span {
        display: none;
    }
}

@media (min-width: 768px) {
    section.page .nav>li.item-5.selected>a span {
        display: block;
    }
}

section.page .nav>li.item {
    border-bottom: 1px solid #818181;
    background-repeat: no-repeat;
    background-position: 20px 20px;
}

@media (min-width: 768px) {
    section.page .nav>li.item {
        border: none;
        background: none;
    }
}

@media (min-width: 768px) {
    section.page .nav>li.next-selected span {
        display: none;
    }
}

@media (min-width: 768px) {
    section.page .nav>li.selected>a {
        color: #38383a;
        background: #eee;
    }
}

section.page .nav>li.selected>a span {
    background-image: url(../img/icon/minus-black.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .nav>li.selected>a span {
        background-image: url(../img/icon/retina/minus-black.png);
        background-size: 11px 2px;
    }
}

@media (min-width: 768px) {
    section.page .nav>li.selected>a span {
        top: auto;
        right: auto;
        bottom: 0;
        left: 19px;
        width: 65px;
        height: 3px;
        background: #818181;
    }
}

@media (min-width: 768px) {
    section.page .nav>li {
        display: block;
        float: left;
        width: 20%;
    }
}

section.page .nav>li>a {
    font-size: .875em;
    font-weight: 500;
    line-height: 1.429em;
    position: relative;
    display: block;
    padding: 20px 40px 20px 66px;
}

section.page .nav>li>a.single-line {
    line-height: 35px;
}

section.page .nav>li>a.double-line {
    line-height: 18px;
}

@media (min-width: 768px) {
    section.page .nav>li>a {
        position: relative;
        padding: 19px;
        color: #fff;
    }
    section.page .nav>li>a.single-line-title {
        text-align: center;
    }
}

section.page .nav>li>a span {
    position: absolute;
    top: 33px;
    right: 20px;
    width: 11px;
    height: 11px;
    background: url(../img/icon/plus-black.png) center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .nav>li>a span {
        background-image: url(../img/icon/retina/plus-black.png);
        background-size: 11px;
    }
}

@media (min-width: 768px) {
    section.page .nav>li>a span {
        top: 20px;
        right: 0;
        bottom: 20px;
        width: 1px;
        height: auto;
        background: #fff;
    }
}

section.page .nav .selected .content {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 25px;
    background: #eee;
}

@media (min-width: 768px) {
    section.page .nav .selected .content {
        display: none;
    }
}

@media (min-width: 768px) {
    section.page .nav.has-3-items>li {
        width: 33.3333%;
    }
}

@media (min-width: 768px) {
    section.page .nav.single-tab {
        background: none;
    }
}

section.page .the-content {
    position: relative;
    padding: 42px 20px 20px;
    background: #eee;
}

@media (min-width: 768px) {
    section.page .the-content {
        padding: 25px;
    }
    .page-investments section.page .the-content {
        min-height: 1449px;
    }
    .page-case-studies section.page .the-content {
        min-height: 830px;
    }
    .page-ipos section.page .the-content {
        min-height: 1064px;
    }
    .page-team section.page .the-content {
        min-height: 1064px;
    }
}

@media (min-width: 992px) {
    .page-investments section.page .the-content {
        min-height: 1412px;
    }
    .page-case-studies section.page .the-content {
        min-height: 794px;
    }
    .page-ipos section.page .the-content {
        min-height: 1028px;
    }
}

section.page .filter {
    margin-bottom: 20px;
    border: 1px solid #38383a;
    background: #fff;
}

@media (min-width: 768px) {
    section.page .filter {
        border: none;
        background: none;
    }
}

section.page .filter select {
    font-size: .875em;
    line-height: 1.2em;
    display: none;
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

@media (min-width: 768px) {
    section.page .filter select {
        display: inline-block;
        float: left;
        width: 112px;
        margin-right: 10px;
    }
}

@media (min-width: 992px) {
    section.page .filter select {
        width: 200px;
    }
}

.page-case-studies section.page .filter select,
.page-team section.page .filter select {
    width: 100%;
    margin: 0;
}

section.page .filter .toggle-filter {
    position: relative;
    display: block;
    padding: 20px;
}

section.page .filter .toggle-filter span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url(../img/icon/arrow/down-black.png) center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .filter .toggle-filter span {
        background-image: url(../img/icon/arrow/retina/down-black.png);
        background-size: 10px 6px;
    }
}

@media (min-width: 768px) {
    section.page .filter .toggle-filter {
        display: none;
    }
}

section.page .filter .filter-mobile {
    display: none;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    section.page .filter .filter-mobile {
        display: none;
    }
}

section.page .filter .filter-mobile ul {
    padding: 0;
    list-style: none;
}

section.page .filter .filter-mobile ul.child {
    margin-left: 30px;
}

section.page .filter .filter-mobile li {
    margin: 0;
}

section.page .filter .filter-mobile li.filter-region-country-container,
section.page .filter .filter-mobile li.filter-sector-container,
section.page .filter .filter-mobile li.filter-deal-type-container {
    position: relative;
}

@media (min-width: 768px) {
    section.page .filter .filter-mobile li.filter-region-country-container,
    section.page .filter .filter-mobile li.filter-sector-container,
    section.page .filter .filter-mobile li.filter-deal-type-container {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        background: #fff;
    }
}

section.page .filter .filter-mobile li.expand.last a {
    border-bottom: 1px solid #38383a;
}

.page-case-studies section.page .filter .filter-mobile li.expand.last a {
    border-bottom: none;
}

section.page .filter .filter-mobile li.expand>a {
    position: relative;
}

@media (min-width: 768px) {
    section.page .filter .filter-mobile li.expand>a.js-filter-location-toggle,
    section.page .filter .filter-mobile li.expand>a.js-filter-list-toggle {
        color: #38383a;
        background: #fff;
    }
    section.page .filter .filter-mobile li.expand>a.js-filter-location-toggle span,
    section.page .filter .filter-mobile li.expand>a.js-filter-list-toggle span {
        width: 22px;
        height: 12px;
        margin-top: -6px;
        background-image: url(../img/icon/arrow/down-black-large.png);
    }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    section.page .filter .filter-mobile li.expand>a.js-filter-location-toggle span,
    section.page .filter .filter-mobile li.expand>a.js-filter-list-toggle span {
        background-image: url(../img/icon/arrow/retina/down-black-large.png);
    }
}

@media (min-width: 768px) {
    section.page .filter .filter-mobile li.expand>a.js-filter-location-toggle span.text-toggle,
    section.page .filter .filter-mobile li.expand>a.js-filter-list-toggle span.text-toggle {
        background: none;
    }
}

section.page .filter .filter-mobile li.expand span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 11px;
    height: 11px;
    margin-top: -5px;
    background: url(../img/icon/plus-black.png) center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .filter .filter-mobile li.expand span {
        background-image: url(../img/icon/retina/plus-black.png);
        background-size: 11px;
    }
}

@media (min-width: 768px) {
    section.page .filter .filter-mobile li.expand span {
        right: 0;
        width: 1px;
        height: auto;
        margin-top: -10px;
        background: #fff;
    }
}

section.page .filter .filter-mobile li.expand span.text-toggle {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 0;
    background: none;
}

@media (min-width: 768px) {
    section.page .filter .filter-mobile li.expand span.text-toggle {
        display: none;
    }
}

@media (min-width: 1024px) {
    section.page .filter .filter-mobile li.expand span.text-toggle {
        display: inline;
    }
}

section.page .filter .filter-mobile li.expanded {
    margin: 0 -20px;
}

section.page .filter .filter-mobile li.expanded>a {
    padding: 20px;
    color: #fff;
    background: #38383a;
}

section.page .filter .filter-mobile li.expanded>a span {
    right: 20px;
    background-image: url(../img/icon/minus-grey.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .filter .filter-mobile li.expanded>a span {
        background-image: url(../img/icon/retina/minus-grey.png);
    }
}

@media (min-width: 768px) {
    section.page .filter .filter-mobile li.expanded>a.js-filter-location-toggle,
    section.page .filter .filter-mobile li.expanded>a.js-filter-list-toggle {
        color: #38383a;
        background: #fff;
    }
    section.page .filter .filter-mobile li.expanded>a.js-filter-location-toggle span,
    section.page .filter .filter-mobile li.expanded>a.js-filter-list-toggle span {
        background-image: url(../img/icon/arrow/up-black-large.png);
    }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
    section.page .filter .filter-mobile li.expanded>a.js-filter-location-toggle span,
    section.page .filter .filter-mobile li.expanded>a.js-filter-list-toggle span {
        background-image: url(../img/icon/arrow/retina/up-black-large.png);
    }
}

@media (min-width: 768px) {
    section.page .filter .filter-mobile li.expanded>a.js-filter-location-toggle span.text-toggle,
    section.page .filter .filter-mobile li.expanded>a.js-filter-list-toggle span.text-toggle {
        background: none;
    }
}

section.page .filter .filter-mobile li.expanded ul {
    padding: 0 20px;
}

section.page .filter .filter-mobile li.expanded .first>a,
section.page .filter .filter-mobile li.expanded .item-0>a {
    border: none;
}

section.page .filter .filter-mobile a {
    display: block;
    margin: 0 20px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

section.page .filter .inner {
    display: none;
    padding: 20px;
}

section.page .filter .inner label {
    font-size: .875em;
    line-height: 1.2em;
    float: left;
    width: 50%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    section.page .filter .inner label {
        float: left;
        width: auto;
        margin: 0 20px 0 0;
    }
}

@media (min-width: 768px) {
    section.page .filter .inner {
        display: block;
        float: right;
        padding: 0;
    }
}

.page-team section.page .filter .inner {
    padding-right: 15px;
    padding-left: 15px;
}

section.page .filter .filter-keyword {
    font-size: .875em;
    line-height: 1.2em;
    width: 100%;
}

@media (min-width: 768px) {
    section.page .filter .filter-keyword {
        width: auto;
    }
}

@media (min-width: 992px) {
    section.page .filter .filter-keyword {
        width: 256px;
    }
}

@media (min-width: 1200px) {
    section.page .filter .filter-keyword {
        width: 266px;
    }
}

.page-team section.page .filter .filter-keyword {
    width: 100%;
}

section.page .filter.filter-expanded .filter-mobile {
    display: block;
}

@media (min-width: 768px) {
    section.page .filter.filter-expanded .filter-mobile {
        display: none;
    }
}

section.page .filter.filter-expanded .toggle-filter span {
    background-image: url(../img/icon/arrow/up-black.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .filter.filter-expanded .toggle-filter span {
        background-image: url(../img/icon/arrow/retina/up-black.png);
    }
}

section.page .filter.filter-expanded .inner {
    display: block;
}

section.page .filter input {
    padding: 15px 15px 14px;
    border: 1px solid #ccc;
}

section.page .sort {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #38383a;
    background: #fff;
}

@media (min-width: 768px) {
    section.page .sort {
        margin: 0;
        border: none;
        background: none;
    }
}

section.page .sort .toggle-sort {
    position: relative;
    display: block;
    padding: 20px;
}

section.page .sort .toggle-sort span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url(../img/icon/arrow/down-black.png) center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .sort .toggle-sort span {
        background-image: url(../img/icon/arrow/retina/down-black.png);
        background-size: 10px 6px;
    }
}

@media (min-width: 768px) {
    section.page .sort .toggle-sort {
        display: none;
    }
}

section.page .sort .sort-mobile {
    display: none;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    section.page .sort .sort-mobile {
        display: none;
    }
}

section.page .sort .sort-mobile ul {
    padding: 0;
    list-style: none;
}

section.page .sort .sort-mobile li {
    margin: 0;
}

section.page .sort .sort-mobile a {
    display: block;
    margin: 0 20px;
    padding: 20px 0;
    border-top: 1px solid #38383a;
}

section.page .sort.sort-expanded .sort-mobile {
    display: block;
}

@media (min-width: 768px) {
    section.page .sort.sort-expanded .sort-mobile {
        display: none;
    }
}

section.page .sort.sort-expanded .toggle-sort span {
    background-image: url(../img/icon/arrow/up-black.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .sort.sort-expanded .toggle-sort span {
        background-image: url(../img/icon/arrow/retina/up-black.png);
    }
}

section.page .sort.sort-expanded .inner {
    display: block;
}

section.page .case-study-content {
    display: none;
}

section.page .case-study-content.show {
    display: block;
}

@media (min-width: 768px) {
    section.page .case-study-content {
        display: block;
    }
}

section.page .case-study-nav {
    font-size: 0;
    position: absolute;
    top: 50%;
    width: 31px;
    height: 70px;
    margin-top: -35px;
    color: transparent;
    background-color: #35b5eb;
    background-repeat: no-repeat;
    background-position: center;
}

section.page .case-study-nav.next {
    right: -15px;
    background-image: url(../img/icon/arrow/right-grey-large.png);
}

section.page .case-study-nav.previous {
    left: -15px;
    background-image: url(../img/icon/arrow/left-grey-large.png);
}

section.page .viewable .case-study-nav {
    display: none;
}

@media (min-width: 768px) {
    section.page .heading-wrapper {
        width: 50%;
    }
}

section.page .heading-wrapper h2 {
    text-transform: uppercase;
}

section.page .heading-wrapper h2 span {
    font-size: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 19px;
    height: 19px;
    background: url(../img/icon/plus-grey.png) center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    section.page .heading-wrapper h2 span {
        background-image: url(../img/icon/retina/plus-grey.png);
        background-size: 19px;
    }
}

@media (min-width: 768px) {
    section.page .heading-wrapper h2 span {
        font-size: 1em;
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        background: none;
    }
}

@media (min-width: 768px) {
    section.page .heading-wrapper h2 {
        margin-right: 10px;
        text-transform: none;
    }
}

section.page .heading-wrapper a {
    font-weight: 300;
    display: block;
    color: #fff;
}

section.page .button-wrapper {
    text-align: center;
}

div.module {
    margin-bottom: 50px;
}

div.module .heading {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 30px 25px;
    color: #fff;
}

@media (min-width: 768px) {
    div.module .heading {
        width: auto;
    }
}

.browser-safari div.module .heading {
    margin-bottom: -4px;
}

div.module h1.heading {
    line-height: 1.4em;
    letter-spacing: -.75px;
    text-transform: uppercase;
    background: #38383a;
}

div.module h2.heading {
    font-size: 1em;
    display: block;
    padding: 20px;
    background: #818181;
}

.module-deep-sector-knowledge .tab-content-container {
    position: relative;
}

.module-deep-sector-knowledge .icon-wrapper {
    z-index: 2;
    display: none;
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge .icon-wrapper {
        display: block;
    }
}

.module-deep-sector-knowledge .icon-wrapper .icon {
    position: absolute;
    top: 10px;
    left: -20px;
    width: 41px;
    height: 48px;
    background: url(../img/icon/sector/wrap-around-business-financial-services.png) 0 0 no-repeat;
}

.module-deep-sector-knowledge .icon-wrapper .icon-wrap-around-business-financial-services {
    background-image: url(../img/icon/sector/wrap-around-business-financial-services.png);
}

.module-deep-sector-knowledge .icon-wrapper .icon-wrap-around-healthcare {
    background-image: url(../img/icon/sector/wrap-around-healthcare.png);
}

.module-deep-sector-knowledge .icon-wrapper .icon-wrap-around-industrial {
    background-image: url(../img/icon/sector/wrap-around-industrial.png);
}

.module-deep-sector-knowledge .icon-wrapper .icon-wrap-around-retail-consumer-leisure {
    background-image: url(../img/icon/sector/wrap-around-retail-consumer-leisure.png);
}

.module-deep-sector-knowledge .icon-wrapper .icon-wrap-around-technology {
    background-image: url(../img/icon/sector/wrap-around-technology-media-telecom.png);
}

.module-deep-sector-knowledge .content {
    display: none;
    text-transform: none;
}

.module-deep-sector-knowledge .content.selected {
    overflow: hidden;
    padding: 25px;
    background: #eee;
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge .content.selected {
        display: block;
    }
}

.module-deep-sector-knowledge .overview>span {
    position: absolute;
    top: 0;
    left: 20px;
    width: 50px;
    height: 3px;
    background: #cacaca;
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge .overview>span {
        display: none;
    }
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge .overview {
        margin-top: 50px;
    }
}

.module-deep-sector-knowledge .overview h2 {
    font-size: 1.25em;
    font-weight: 500;
    color: #535356;
}

.module-deep-sector-knowledge .overview ul {
    padding: 0 0 0 1.2em;
}

.module-deep-sector-knowledge .overview li {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 1.2em;
    color: #535356;
}

.module-deep-sector-knowledge .overview .links {
    overflow: hidden;
    margin-top: 10px;
}

.module-deep-sector-knowledge .overview .links .button {
    float: none;
}

.module-deep-sector-knowledge .overview .highlight {
    float: left;
    width: 50%;
    margin: 20px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge .overview {
        float: left;
        width: 40%;
        padding-right: 25px;
    }
}

.module-deep-sector-knowledge .case-studies {
    position: relative;
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge .case-studies {
        float: left;
        width: 60%;
    }
}

.module-deep-sector-knowledge .case-studies a {
    color: #00b8f0;
}

.module-deep-sector-knowledge .case-studies .highlight {
    display: none;
    width: auto;
    margin: 0;
    padding: 15px 0 15px 15px;
}

.module-deep-sector-knowledge .case-studies .highlight span {
    font-size: 1em;
    line-height: 1em;
    background-image: url(../img/icon/arrow/right-blue-medium.png);
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge .case-studies .highlight {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
    }
}

.module-deep-sector-knowledge .case-studies .case p {
    font-size: .875em;
    font-weight: 400;
    margin: 0;
    color: #535356;
}

.module-deep-sector-knowledge .case-studies .case p.the-sector {
    font-size: .75em;
    line-height: 35px;
    margin: 3em 0 0;
    padding-left: 46px;
    text-transform: uppercase;
    background: url(../img/icon/sector/black/business-and-financial-services.png) left top no-repeat;
}

.module-deep-sector-knowledge .case-studies .case p.the-sector.double-line {
    line-height: 18px;
}

.module-deep-sector-knowledge .case-studies .case p.the-sector.triple-line {
    line-height: 12px;
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge .case-studies .case {
        display: block;
        float: left;
        width: 50%;
    }
}

.module-deep-sector-knowledge .case-studies .case .inner {
    overflow: hidden;
    padding: 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge .case-studies .case.left .inner,
    .module-deep-sector-knowledge .case-studies .case.left .img-wrapper {
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge .case-studies .case.right .inner,
    .module-deep-sector-knowledge .case-studies .case.right .img-wrapper {
        margin-left: 10px;
    }
}

.module-deep-sector-knowledge .case-studies .nav-wrapper {
    position: relative;
    left: 50%;
    float: left;
    clear: left;
    margin-top: 20px;
}

.module-deep-sector-knowledge .case-studies ul {
    position: relative;
    left: -50%;
    overflow: hidden;
    padding: 0;
    list-style: none;
}

.module-deep-sector-knowledge .case-studies ul li {
    float: left;
    margin: 0;
}

.module-deep-sector-knowledge .case-studies ul a {
    font-size: 0;
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
}

.module-deep-sector-knowledge .case-studies ul a.selected {
    background: #00b8f0;
}

.module-deep-sector-knowledge-small .content {
    overflow: hidden;
    padding: 25px;
    background: #eee;
}

.module-deep-sector-knowledge-small p {
    font-size: 1.125em;
}

.module-deep-sector-knowledge-small .buttons {
    overflow: hidden;
    margin-bottom: 15px;
}

.module-deep-sector-knowledge-small .button.semi-full {
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 12px;
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge-small .button.semi-full {
        min-width: 255px;
        padding-left: 60px;
    }
}

.module-deep-sector-knowledge-small .button.semi-full span {
    display: block;
    padding-right: 44px;
}

.module-deep-sector-knowledge-small a.button {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .module-deep-sector-knowledge-small a.button {
        background-size: 36px 35px;
    }
}

.module-deep-sector-knowledge-small a.button.is-sector-business-financial-services {
    background-image: url(../img/icon/sector/white/business-and-financial-services.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .module-deep-sector-knowledge-small a.button.is-sector-business-financial-services {
        background-image: url(../img/icon/sector/white/retina/business-and-financial-services.png);
    }
}

.module-deep-sector-knowledge-small a.button.is-sector-healthcare {
    background-image: url(../img/icon/sector/white/healthcare.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .module-deep-sector-knowledge-small a.button.is-sector-healthcare {
        background-image: url(../img/icon/sector/white/retina/healthcare.png);
    }
}

.module-deep-sector-knowledge-small a.button.is-sector-industrial {
    background-image: url(../img/icon/sector/white/industrial.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .module-deep-sector-knowledge-small a.button.is-sector-industrial {
        background-image: url(../img/icon/sector/white/retina/industrial.png);
    }
}

.module-deep-sector-knowledge-small a.button.is-sector-retail-consumer-leisure {
    background-image: url(../img/icon/sector/white/retail-consumer-and-leisure.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .module-deep-sector-knowledge-small a.button.is-sector-retail-consumer-leisure {
        background-image: url(../img/icon/sector/white/retina/retail-consumer-and-leisure.png);
    }
}

.module-deep-sector-knowledge-small a.button.is-sector-technology {
    background-image: url(../img/icon/sector/white/technology-media-and-telecom.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .module-deep-sector-knowledge-small a.button.is-sector-technology {
        background-image: url(../img/icon/sector/white/retina/technology-media-and-telecom.png);
    }
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge-small a.highlight {
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .module-deep-sector-knowledge-small a.highlight.right {
        float: left;
    }
}

.page .module-broad-global-presence .content {
    position: relative;
    padding: 0;
}

.page .module-broad-global-presence .background {
    background: #eee;
}

.page .module-broad-global-presence .map {
    position: relative;
    width: 320px;
    height: 193px;
    margin: 0 auto;
    background: url(../img/map/static-1.png) center no-repeat;
}

@media (min-width: 640px) {
    .page .module-broad-global-presence .map {
        width: 620px;
        height: 374px;
        background-image: url(../img/map/large-1.png);
        background-size: contain;
    }
}

@media (min-width: 768px) {
    .page .module-broad-global-presence .map {
        width: 100%;
        height: 360px;
    }
}

@media (min-width: 992px) {
    .page .module-broad-global-presence .map {
        height: 470px;
    }
}

.page .module-broad-global-presence .map img {
    display: none;
    margin: 0 auto;
}

@media (max-width: 639px) {
    .page .module-broad-global-presence .map .button {
        font-size: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        color: transparent;
        background: none;
    }
}

.page .module-broad-global-presence .map .marker-north-america {
    display: none;
}

@media (min-width: 768px) {
    .page .module-broad-global-presence .map .marker-north-america {
        top: 132px;
        left: 124px;
    }
}

@media (min-width: 992px) {
    .page .module-broad-global-presence .map .marker-north-america {
        top: 175px;
        left: 162px;
    }
}

@media (min-width: 1200px) {
    .page .module-broad-global-presence .map .marker-north-america {
        top: 172px;
        left: 179px;
    }
}

.page .module-broad-global-presence .map.viewing-north-america .marker-north-america {
    display: block;
}

.page .module-broad-global-presence .map .marker-latin-america {
    display: none;
}

@media (min-width: 768px) {
    .page .module-broad-global-presence .map .marker-latin-america {
        top: 191px;
        left: 127px;
    }
}

@media (min-width: 992px) {
    .page .module-broad-global-presence .map .marker-latin-america {
        top: 250px;
        left: 167px;
    }
}

@media (min-width: 1200px) {
    .page .module-broad-global-presence .map .marker-latin-america {
        top: 250px;
        left: 186px;
    }
}

.page .module-broad-global-presence .map.viewing-latin-america .marker-latin-america {
    display: block;
}

.page .module-broad-global-presence .map .marker-europe {
    display: none;
}

@media (min-width: 768px) {
    .page .module-broad-global-presence .map .marker-europe {
        top: 90px;
        left: 341px;
    }
}

@media (min-width: 992px) {
    .page .module-broad-global-presence .map .marker-europe {
        top: 118px;
        left: 448px;
    }
}

@media (min-width: 1200px) {
    .page .module-broad-global-presence .map .marker-europe {
        top: 115px;
        left: 465px;
    }
}

.page .module-broad-global-presence .map.viewing-europe .marker-europe {
    display: block;
}

.page .module-broad-global-presence .map .marker-asia {
    display: none;
}

@media (min-width: 768px) {
    .page .module-broad-global-presence .map .marker-asia {
        top: 132px;
        left: 459px;
    }
}

@media (min-width: 992px) {
    .page .module-broad-global-presence .map .marker-asia {
        top: 160px;
        left: 600px;
    }
}

@media (min-width: 1200px) {
    .page .module-broad-global-presence .map .marker-asia {
        top: 167px;
        left: 623px;
    }
}

.page .module-broad-global-presence .map.viewing-asia .marker-asia {
    display: block;
}

.page-global-reach .page .module-broad-global-presence .map .marker-north-america {
    display: none;
}

@media (min-width: 768px) {
    .page-global-reach .page .module-broad-global-presence .map .marker-north-america {
        top: 117px;
        left: 114px;
    }
}

@media (min-width: 992px) {
    .page-global-reach .page .module-broad-global-presence .map .marker-north-america {
        top: 154px;
        left: 150px;
    }
}

@media (min-width: 1200px) {
    .page-global-reach .page .module-broad-global-presence .map .marker-north-america {
        top: 154px;
        left: 171px;
    }
}

.page-global-reach .page .module-broad-global-presence .map.viewing-north-america .marker-north-america {
    display: block;
}

.page-global-reach .page .module-broad-global-presence .map .marker-latin-america {
    display: none;
}

@media (min-width: 768px) {
    .page-global-reach .page .module-broad-global-presence .map .marker-latin-america {
        top: 168px;
        left: 118px;
    }
}

@media (min-width: 992px) {
    .page-global-reach .page .module-broad-global-presence .map .marker-latin-america {
        top: 223px;
        left: 158px;
    }
}

@media (min-width: 1200px) {
    .page-global-reach .page .module-broad-global-presence .map .marker-latin-america {
        top: 222px;
        left: 176px;
    }
}

.page-global-reach .page .module-broad-global-presence .map.viewing-latin-america .marker-latin-america {
    display: block;
}

.page-global-reach .page .module-broad-global-presence .map .marker-europe {
    display: none;
}

@media (min-width: 768px) {
    .page-global-reach .page .module-broad-global-presence .map .marker-europe {
        top: 81px;
        left: 306px;
    }
}

@media (min-width: 992px) {
    .page-global-reach .page .module-broad-global-presence .map .marker-europe {
        top: 107px;
        left: 399px;
    }
}

@media (min-width: 1200px) {
    .page-global-reach .page .module-broad-global-presence .map .marker-europe {
        top: 107px;
        left: 420px;
    }
}

.page-global-reach .page .module-broad-global-presence .map.viewing-europe .marker-europe {
    display: block;
}

.page-global-reach .page .module-broad-global-presence .map .marker-asia {
    display: none;
}

@media (min-width: 768px) {
    .page-global-reach .page .module-broad-global-presence .map .marker-asia {
        top: 113px;
        left: 405px;
    }
}

@media (min-width: 992px) {
    .page-global-reach .page .module-broad-global-presence .map .marker-asia {
        top: 150px;
        left: 530px;
    }
}

@media (min-width: 1200px) {
    .page-global-reach .page .module-broad-global-presence .map .marker-asia {
        top: 150px;
        left: 549px;
    }
}

.page-global-reach .page .module-broad-global-presence .map.viewing-asia .marker-asia {
    display: block;
}

.page .module-broad-global-presence .map .text {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 64px;
    height: 103px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

@media (min-width: 640px) {
    .page .module-broad-global-presence .map .text {
        top: 67px;
        right: 17px;
        width: 84px;
        height: 128px;
    }
    .home .page .module-broad-global-presence .map .text {
        top: 87px;
        right: 0;
    }
}

@media (min-width: 768px) {
    .page .module-broad-global-presence .map .text {
        top: 41px;
        right: 21px;
        width: 97px;
        height: 147px;
    }
    .home .page .module-broad-global-presence .map .text {
        top: 61px;
        right: 0;
    }
}

@media (min-width: 992px) {
    .page .module-broad-global-presence .map .text {
        top: 54px;
        right: 28px;
        width: 125px;
        height: 192px;
    }
    .home .page .module-broad-global-presence .map .text {
        top: 84px;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .page .module-broad-global-presence .map .text {
        right: 48px;
    }
    .home .page .module-broad-global-presence .map .text {
        top: 84px;
        right: 16px;
    }
}

.page .module-broad-global-presence img.map-guide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .page .module-broad-global-presence img.map-guide.map-guide-1 {
        display: block;
    }
}

@media (min-width: 992px) {
    .page .module-broad-global-presence img.map-guide.map-guide-1 {
        display: none;
    }
}

@media (min-width: 992px) {
    .page .module-broad-global-presence img.map-guide.map-guide-2 {
        display: block;
    }
}

@media (min-width: 1200px) {
    .page .module-broad-global-presence img.map-guide.map-guide-2 {
        display: none;
    }
}

@media (min-width: 1200px) {
    .page .module-broad-global-presence img.map-guide.map-guide-3 {
        display: block;
    }
}

.page .module-broad-global-presence map,
.page .module-broad-global-presence area {
    position: relative;
    z-index: 9999;
}

.page .module-broad-global-presence map {
    display: none;
}

@media (min-width: 768px) {
    .page .module-broad-global-presence map#map1 {
        display: block;
    }
}

@media (min-width: 992px) {
    .page .module-broad-global-presence map#map1 {
        display: none;
    }
}

@media (min-width: 992px) {
    .page .module-broad-global-presence map#map2 {
        display: block;
    }
}

@media (min-width: 1200px) {
    .page .module-broad-global-presence map#map2 {
        display: none;
    }
}

@media (min-width: 1200px) {
    .page .module-broad-global-presence map#map3 {
        display: block;
    }
}

@media (min-width: 992px) {
    .page .module-broad-global-presence .markers {
        width: 881px;
        margin: 0 auto;
    }
}

.page .module-broad-global-presence .markers div {
    position: absolute;
    top: 100px;
    left: 100px;
    display: none;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .page .module-broad-global-presence .markers div {
        display: block;
    }
}

@media (min-width: 992px) {
    .page .module-broad-global-presence .markers div {
        width: 12px;
        height: 12px;
    }
}

.page .module-broad-global-presence .markers div .info {
    position: absolute;
    z-index: 2;
    top: -65px;
    left: 35px;
    width: 240px;
    padding: 15px;
    cursor: default;
    background: #818181;
}

.page .module-broad-global-presence .markers div .info .links {
    display: block;
    overflow: hidden;
}

.page .module-broad-global-presence .markers div .info .more-hover-area {
    top: 36px;
    left: -30px;
    width: 30px;
    height: 60px;
}

.page .module-broad-global-presence .markers div .info .tail {
    position: absolute;
    width: 30px;
    height: 34px;
    background: url(../img/tail.png) center no-repeat;
}

.page .module-broad-global-presence .markers div .info p {
    font-size: .875em;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

.page .module-broad-global-presence .markers div .info hr {
    display: inline-block;
    width: 45px;
    height: 3px;
    margin: 1em 0;
    border: none;
    background: #fff;
}

.page .module-broad-global-presence .markers div .info a {
    font-size: .875em;
    float: left;
    clear: left;
    padding-right: 16px;
    color: #66d4f6;
    background: url(../img/icon/arrow/right-blue-extra-small.png) right center no-repeat;
}

.page .module-broad-global-presence .markers div:hover .info {
    display: block;
}

.page .module-broad-global-presence .button {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.page .module-broad-global-presence.no-heading .heading-container {
    display: none;
}

.page .module-broad-global-presence.no-heading .map {
    background-image: url(../img/map/static-2.png);
}

@media (min-width: 640px) {
    .page .module-broad-global-presence.no-heading .map {
        background-image: url(../img/map/large-2.png);
    }
}

.page .module-broad-global-presence.no-button .button {
    display: none;
}

@media (min-width: 768px) {
    .page div.module-experienced-team .heading {
        width: 50%;
    }
}

.page div.module-experienced-team .content {
    padding: 0;
    background: none;
}

.page div.module-experienced-team .team .inner,
.page div.module-experienced-team .info .inner {
    overflow: hidden;
}

@media (min-width: 768px) {
    .page div.module-experienced-team .team,
    .page div.module-experienced-team .info {
        float: left;
        width: 50%;
    }
}

.page div.module-experienced-team .team {
    overflow: hidden;
    background: #818181;
}

.page div.module-experienced-team .team .inner {
    width: 100%;
    padding: 5.17%;
    background: none;
}

.page div.module-experienced-team .info {
    background: #c2e9f9;
}

.page div.module-experienced-team .info .inner {
    padding: 20px;
}

.page div.module-experienced-team .info p {
    font-size: 1.375em;
    font-weight: 300;
    color: #535356;
}

.page div.module-experienced-team.no-copy .info {
    display: none;
}

@media (min-width: 768px) {
    .page div.module-experienced-team.no-copy .team {
        float: none;
        width: auto;
    }
    .page div.module-experienced-team.no-copy .team .inner {
        padding: 21px;
    }
    .page div.module-experienced-team.no-copy .team .inner div {
        width: 25%;
    }
    .page div.module-experienced-team.no-copy .team .inner div .button {
        width: 100%;
        max-width: 100%;
    }
}

.page div.module-experienced-team .team-member-rowset {
    display: table;
    margin: 0 auto;
}

.page div.module-experienced-team .team-member-rowset:before,
.page div.module-experienced-team .team-member-rowset:after {
    display: table;
    content: ' ';
}

.page div.module-experienced-team .team-member-rowset:after {
    clear: both;
}

@media (min-width: 768px) {
    .page div.module-experienced-team .team-member-rowset {
        display: block;
        margin-bottom: 0;
    }
}

.page div.module-experienced-team .team-member-box {
    display: table-cell;
    width: 47%;
}

@media (min-width: 768px) {
    .page div.module-experienced-team .team-member-box {
        display: block;
        float: left;
    }
}

@media (min-width: 1200px) {
    .page div.module-experienced-team .team-member-box {
        width: 47%;
    }
}

.page div.module-experienced-team .team-member-wrap-1,
.page div.module-experienced-team .team-member-wrap-3 {
    margin-right: 5.17%;
}

.page div.module-experienced-team .team-member-wrap-1,
.page div.module-experienced-team .team-member-wrap-2 {
    margin-bottom: 5.17%;
}

.page div.module-experienced-team .team-member-wrap-4 {
    position: relative;
}

.page div.module-experienced-team .team-member-wrap-1 {
    padding: 1%;
}

.page div.module-experienced-team .team-member-wrap-2 {
    padding: 1%;
}

.page div.module-experienced-team .team-member-wrap-3 {
    padding: 1%;
}

.page div.module-experienced-team .team-member-wrap-4 {
    padding: 1%;
}

.page div.module-experienced-team .team-member-img {
    width: 100%;
}

@media (min-width: 768px) {
    .page div.module-experienced-team .team-member-img {
        width: auto;
    }
}

.page div.module-experienced-team .team-meet-link {
    font-size: .875em;
    font-weight: 500;
    position: absolute;
    top: 50%;
    display: block;
    overflow: hidden;
    width: 96%;
    margin: -.875em 0 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.page div.module-experienced-team .team-meet-text {
    display: block;
    margin-top: 40%;
    padding-left: 14%;
}

@media (min-width: 768px) {
    .page div.module-experienced-team .team-meet-text {
        position: relative;
        display: block;
        margin-top: 36%;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .page div.module-experienced-team .team-meet-text {
        margin-top: 44%;
    }
}

.page div.module-experienced-team .team-member-link {
    display: block;
}

@media (min-width: 768px) {
    .page div.module-experienced-team .team-meet-arrow {
        display: block;
        padding-right: 42px;
        background-image: url(../img/icon/arrow/right-white-medium.png);
        background-repeat: no-repeat;
        background-position: right center;
    }
}

@media (min-width: 768px) {
    .page div.module-experienced-team .team-meet-h-arrow {
        display: block;
        padding-right: 42px;
        background-image: url(../img/icon/arrow/right-white-medium.png);
        background-repeat: no-repeat;
        background-position: right center;
    }
}

.page div.module-experienced-team .team-member-h-container {
    position: relative;
    float: left;
    width: 50%;
    padding: 1%;
}

@media (min-width: 992px) {
    .page div.module-experienced-team .team-member-h-container {
        padding: 0;
    }
}

.page div.module-experienced-team .team-meet-h-link {
    font-size: .875em;
    font-weight: 500;
    position: absolute;
    top: 45%;
    right: 6%;
    left: 6%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
}

@media (min-width: 320px) {
    .page div.module-experienced-team .team-meet-h-link {
        right: 8%;
        left: 8%;
    }
}

@media (min-width: 768px) {
    .page div.module-experienced-team .team-meet-h-link {
        top: 40%;
        right: 10%;
        left: 10%;
    }
}

@media (min-width: 992px) {
    .page div.module-experienced-team .team-meet-h-link {
        top: 45%;
    }
}

div.module-latest-news h1.heading {
    padding: 20px;
    background: #535356;
}

@media (min-width: 768px) {
    div.module-latest-news h1.heading {
        width: 50%;
        background: #00b8f0;
    }
}

div.module-latest-news h3 {
    font-size: 1em;
    color: #c2e9f9;
}

div.module-latest-news h3 a {
    font-size: 1em;
    color: #c2e9f9;
}

div.module-latest-news p {
    font-size: .875em;
    color: #818181;
}

div.module-latest-news a {
    font-size: .875em;
    line-height: 10px;
    padding-right: 16px;
    color: #fff;
    background: url(../img/icon/arrow/right-white-small.png) right center no-repeat;
}

div.module-latest-news .content {
    overflow: hidden;
    padding: 0;
    background: #535356;
}

@media (min-width: 768px) {
    div.module-latest-news .content {
        padding-top: 25px;
    }
}

div.module-latest-news .row {
    position: relative;
}

div.module-latest-news .inner {
    overflow: hidden;
    padding: 0 20px 20px;
}

@media (min-width: 768px) {
    div.module-latest-news .inner {
        padding: 25px;
    }
}

div.module-latest-news .divide {
    height: 1px;
    margin: 0 35px 20px;
    background: #818181;
}

@media (min-width: 768px) {
    div.module-latest-news .divide {
        position: absolute;
        top: 25px;
        bottom: 25px;
        left: 50%;
        width: 2px;
        height: auto;
        margin: 0 0 0 -1px;
    }
}

div.module-downloads h3 {
    font-size: 1.25em;
    color: #35b5eb;
}

div.module-downloads p {
    font-size: .875em;
    color: #535356;
}

div.module-downloads .content {
    overflow: hidden;
}

div.module-downloads .item.item-1 {
    margin-bottom: 50px;
    background: #d7f0fb;
}

@media (min-width: 768px) {
    div.module-downloads .item.item-1 {
        margin: 0;
    }
}

div.module-downloads .item.item-2 {
    background: #eee;
}

@media (min-width: 768px) {
    div.module-downloads .item {
        float: left;
        width: 50%;
    }
}

div.module-downloads .inner {
    overflow: hidden;
    padding: 20px;
}

@media (min-width: 768px) {
    div.module-downloads .inner {
        padding: 25px;
    }
}

div.module-downloads .button {
    line-height: 36px;
    margin: 0;
    padding: 12px 39px 12px 14px;
}

div.module-downloads .button span {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 15px;
    background: url(../img/icon/download-pdf.png) center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    div.module-downloads .button span {
        background-image: url(../img/icon/retina/download-pdf.png);
        background-size: 36px 35px;
    }
}

.module-download-global-highlights,
.module-download-bvk-information {
    padding: 25px 0;
    background: #eee;
}

.module-download-global-highlights .inner,
.module-download-bvk-information .inner {
    padding: 20px;
}

@media (min-width: 768px) {
    .module-download-global-highlights .inner,
    .module-download-bvk-information .inner {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .module-download-global-highlights .copy,
    .module-download-bvk-information .copy {
        float: left;
        width: 65%;
    }
}

.module-download-global-highlights h1,
.module-download-bvk-information h1 {
    color: #6b6b6c;
}

@media (min-width: 768px) {
    .module-download-global-highlights h1,
    .module-download-bvk-information h1 {
        float: left;
        width: 437px;
        margin: 9px 0;
    }
}

@media (min-width: 992px) {
    .module-download-global-highlights h1,
    .module-download-bvk-information h1 {
        width: 557px;
    }
}

@media (min-width: 1200px) {
    .module-download-global-highlights h1,
    .module-download-bvk-information h1 {
        width: 697px;
    }
}

.module-download-global-highlights p,
.module-download-bvk-information p {
    clear: both;
}

.module-download-global-highlights .button,
.module-download-bvk-information .button {
    line-height: 36px;
    margin: 0;
    padding: 12px 39px 12px 14px;
}

.module-download-global-highlights .button span,
.module-download-bvk-information .button span {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 9px;
    background: url(../img/icon/download-pdf.png) center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .module-download-global-highlights .button span,
    .module-download-bvk-information .button span {
        background-image: url(../img/icon/retina/download-pdf.png);
        background-size: 36px 35px;
    }
}

@media (min-width: 768px) {
    .module-download-global-highlights .button,
    .module-download-bvk-information .button {
        float: right;
    }
}

.page-global-reach-sub .page .the-content .module-trainee-program {
    overflow: hidden;
    margin: 0;
    padding: 20px;
    background: #eee;
}

@media (min-width: 768px) {
    .page-global-reach-sub .page .the-content .module-trainee-program {
        padding: 25px 45px;
        border-bottom: 45px solid #fff;
    }
}

.page-global-reach-sub .page .the-content .module-trainee-program h1 {
    font-size: 1.25em;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
    text-transform: none;
    color: #6b6b6c;
}

@media (min-width: 768px) {
    .page-global-reach-sub .page .the-content .module-trainee-program h1 {
        font-size: 1.875em;
        float: left;
        width: 335px;
        margin: 9px 0;
    }
}

@media (min-width: 992px) {
    .page-global-reach-sub .page .the-content .module-trainee-program h1 {
        width: 555px;
    }
}

@media (min-width: 1200px) {
    .page-global-reach-sub .page .the-content .module-trainee-program h1 {
        width: 595px;
    }
}

.page-global-reach-sub .page .the-content .module-trainee-program h1:after {
    display: none;
}

.page-global-reach-sub .page .the-content .module-trainee-program .button {
    line-height: 36px;
    margin: 0;
    padding: 12px 39px 12px 14px;
}

.page-global-reach-sub .page .the-content .module-trainee-program .button span {
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 9px;
    background: url(../img/icon/download-pdf.png) center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .page-global-reach-sub .page .the-content .module-trainee-program .button span {
        background-image: url(../img/icon/retina/download-pdf.png);
        background-size: 36px 35px;
    }
}

@media (min-width: 768px) {
    .page-global-reach-sub .page .the-content .module-trainee-program .button {
        float: right;
    }
}

div.module-contact {
    margin: 0;
    text-align: center;
}

div.module-contact .inner {
    padding: 20px;
}

@media (min-width: 768px) {
    div.module-contact .inner {
        padding: 0;
    }
}

div.module-contact p {
    font-size: 1.125em;
    font-weight: 400;
}

div.module-contact p a {
    color: #00b8f0;
}

div.module-contact a.button {
    font-size: .75em;
    float: none;
    padding: 20px 85px;
}

@media (min-width: 768px) {
    section.page .module-selected-investments .nav {
        width: 50%;
    }
    section.page .module-selected-investments .nav li {
        width: 50%;
    }
    section.page .module-selected-investments .nav li.selected a {
        color: #fff;
        background: #818181;
    }
    section.page .module-selected-investments .nav li.selected a span {
        background: #c1c1c1;
    }
}

section.page .module-selected-investments .content {
    display: none;
    text-transform: none;
}

section.page .module-selected-investments .content.selected {
    overflow: hidden;
    padding: 3%;
    background: #818181;
}

@media (min-width: 768px) {
    section.page .module-selected-investments .content.selected {
        display: block;
    }
}

section.page .module-selected-investments .case-studies {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

section.page .module-selected-investments .case p {
    font-size: .875em;
    margin: 0;
    color: #535356;
}

section.page .module-selected-investments .case p.the-sector {
    font-size: .75em;
    line-height: 35px;
    margin: 3em 0 0;
    padding-left: 46px;
    text-transform: uppercase;
    background: url(../img/icon/sector/black/business-and-financial-services.png) left top no-repeat;
}

section.page .module-selected-investments .case p.the-sector.double-line {
    line-height: 18px;
}

section.page .module-selected-investments .case p.the-sector.triple-line {
    line-height: 12px;
}

@media (min-width: 768px) {
    section.page .module-selected-investments .case {
        display: block;
        float: left;
        width: 31.2%;
    }
}

@media (min-width: 768px) {
    section.page .module-selected-investments .case.item-2,
    section.page .module-selected-investments .case.item-5 {
        margin: 0 3.2%;
    }
}

section.page .module-selected-investments .case .inner {
    overflow: hidden;
    padding: 20px;
    background: #f1f1f1;
}

section.page .module-selected-investments .case a {
    color: #00b8f0;
}

section.page .module-selected-investments .button {
    float: left;
    clear: left;
}

section.page .module-selected-investments .nav-wrapper {
    position: relative;
    left: 50%;
    display: none;
    float: left;
    clear: left;
    margin-top: 20px;
}

@media (min-width: 768px) {
    section.page .module-selected-investments .nav-wrapper {
        display: block;
        margin-top: 41px;
    }
}

section.page .module-selected-investments .nav-wrapper ul {
    position: relative;
    left: -50%;
    overflow: hidden;
    padding: 0;
    list-style: none;
}

section.page .module-selected-investments .nav-wrapper ul li {
    float: left;
    margin: 0;
}

section.page .module-selected-investments .nav-wrapper ul a {
    font-size: 0;
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
}

section.page .module-selected-investments .nav-wrapper ul a.selected {
    background: #00b8f0;
}

section.page .module-selected-investments .img-wrapper img {
    width: 100%;
}

section.page .module-selected-investments .img-wrapper-selected-invest {
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #fff;
}

@media (min-width: 768px) {
    section.page .module-selected-investments .img-wrapper-selected-invest {
        width: 100%;
        height: 200px;
    }
}

section.page .module-selected-investments .img-wrapper-selected-invest img {
    position: absolute;
    left: 50%;
    max-height: 150px;
    margin-left: -113px;
}

@media (min-width: 768px) {
    section.page .module-selected-investments .img-wrapper-selected-invest img {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        padding-top: 22%;
    }
}

section.page .module-selected-investments .btn-view-all span {
    padding-left: 20px;
}

@media (min-width: 768px) {
    section.page .module-selected-investments .btn-view-all {
        position: relative;
        z-index: 2;
    }
    section.page .module-selected-investments .btn-view-all span {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    section.page .module-selected-investments .has-nav .btn-view-all {
        margin-top: -50px;
    }
}

section.page .module-learn-more .background {
    background: #eee;
}

@media (min-width: 768px) {
    section.page .module-learn-more .heading {
        width: 50%;
    }
}

@media (min-width: 768px) {
    section.page .module-learn-more .nav {
        width: 50%;
    }
    section.page .module-learn-more .nav li {
        width: 50%;
    }
}

section.page .module-learn-more .content {
    display: none;
    text-transform: none;
}

section.page .module-learn-more .content.selected {
    overflow: hidden;
    padding: 25px;
}

@media (min-width: 768px) {
    section.page .module-learn-more .content.selected {
        display: block;
    }
}

section.page .module-learn-more .case-studies {
    position: relative;
}

section.page .module-learn-more .case p {
    font-size: .875em;
    margin: 0;
    color: #535356;
}

section.page .module-learn-more .case p.the-sector {
    font-size: .75em;
    line-height: 35px;
    margin: 3em 0 0;
    padding-left: 46px;
    text-transform: uppercase;
    background: url(../img/icon/sector/black/business-and-financial-services.png) left top no-repeat;
}

section.page .module-learn-more .case p.the-sector.double-line {
    line-height: 18px;
}

section.page .module-learn-more .case p.the-sector.triple-line {
    line-height: 12px;
}

@media (min-width: 768px) {
    section.page .module-learn-more .case {
        display: block;
        float: left;
        width: 33.3333%;
    }
}

section.page .module-learn-more .case .inner {
    overflow: hidden;
    padding: 20px;
    background: #fff;
}

section.page .module-learn-more .case a {
    color: #00b8f0;
}

@media (min-width: 768px) {
    section.page .module-learn-more .case .inner,
    section.page .module-learn-more .case .img-wrapper {
        margin-right: 10px;
    }
}

section.page .module-learn-more .button {
    float: left;
    clear: left;
}

@media (min-width: 768px) {
    section.page .module-learn-more .button {
        margin-top: -32px;
    }
}

section.page .module-learn-more .nav-wrapper {
    position: relative;
    left: 50%;
    display: none;
    float: left;
    clear: left;
    margin-top: 20px;
}

@media (min-width: 768px) {
    section.page .module-learn-more .nav-wrapper {
        display: block;
        margin-top: 41px;
    }
}

section.page .module-learn-more .nav-wrapper ul {
    position: relative;
    left: -50%;
    overflow: hidden;
    padding: 0;
    list-style: none;
}

section.page .module-learn-more .nav-wrapper ul li {
    float: left;
    margin: 0;
}

section.page .module-learn-more .nav-wrapper ul a {
    font-size: 0;
    float: left;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
}

section.page .module-learn-more .nav-wrapper ul a.selected {
    background: #00b8f0;
}

section.contact {
    position: relative;
    background: #d7f0fb;
}

@media (min-width: 768px) {
    section.contact {
        z-index: 2;
        margin: -105px 0 50px;
    }
}

section.contact .inner {
    padding: 45px 20px 0;
}

@media (min-width: 768px) {
    section.contact .inner {
        padding: 30px 70px 40px;
    }
}

section.contact .inner .item {
    margin-bottom: 45px;
}

section.contact h2 {
    font-size: 1.25em;
}

section.contact h4 {
    font-size: .875em;
    margin: 0;
}

section.contact p {
    font-size: .875em;
}

section.contact .title {
    font-weight: bold;
    margin: 0;
}

section.contact a {
    color: #00b8f0;
}

section.footer {
    background: #38383a;
}

section.footer nav ul {
    overflow: hidden;
    margin: 0 10px;
    padding: 5px 0;
    list-style: none;
}

@media (min-width: 768px) {
    section.footer nav ul {
        margin: 0;
        padding: 15px;
    }
}

section.footer nav li {
    margin: 0;
}

@media (min-width: 768px) {
    section.footer nav li.child-0 a {
        padding-left: 0;
    }
}

section.footer nav a {
    font-size: .875em;
    font-weight: 300;
    display: block;
    padding: 10px;
    color: #fff;
}

@media (min-width: 768px) {
    section.footer nav a {
        float: left;
    }
}

section.bottom {
    background: #212122;
}

section.bottom p {
    font-size: .875em;
    font-weight: 300;
    margin: 0;
    padding: 15px 20px;
    color: #fff;
}

@media (min-width: 768px) {
    section.bottom p {
        padding: 15px;
    }
}

table {
    width: 100%;
    margin-bottom: 20px;
    table-layout: fixed;
}

@media (min-width: 1024px) {
    table {
        margin-bottom: 40px;
    }
}

table tr {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
}

table tr.head {
    display: none;
}

@media (min-width: 1024px) {
    table tr.head {
        display: table-row;
    }
}

@media (min-width: 1024px) {
    table tr.row-odd {
        background: #f9f9f9;
    }
}

@media (min-width: 1024px) {
    table tr {
        display: table-row;
        width: auto;
    }
}

.browser-ie8 table.viewing-col-1 tr.head th.col-1,
.browser-ie9 table.viewing-col-1 tr.head th.col-1,
.browser-ie8 table.viewing-col-2 tr.head th.col-1,
.browser-ie9 table.viewing-col-2 tr.head th.col-1,
.browser-ie8 table.viewing-col-2 tr.head th.col-2,
.browser-ie9 table.viewing-col-2 tr.head th.col-2 {
    padding: 0;
}

.browser-ie8 table.viewing-col-1 tr.foot th.col-2,
.browser-ie9 table.viewing-col-1 tr.foot th.col-2 {
    padding-top: 20px;
}

table th {
    font-size: .875em;
    font-weight: 500;
    line-height: 1.2em;
    position: relative;
    display: none;
    padding: 10px;
    cursor: pointer;
    text-align: left;
    color: #ccc;
    border-right: 1px solid #58585a;
    background: #535356;
}

.browser-ie8 table th,
.browser-ie9 table th {
    padding: 0 0 20px 0;
}

@media (min-width: 1024px) {
    .browser-ie8 table th,
    .browser-ie9 table th {
        padding: 10px;
    }
}

table th.last {
    border: none;
}

@media (min-width: 1024px) {
    table th {
        display: table-cell;
    }
}

table th a {
    position: relative;
    display: block;
    padding-right: 20px;
}

table th span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    background: url(../img/icon/arrow/down-grey.png) center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    table th span {
        background-image: url(../img/icon/arrow/retina/down-grey.png);
        background-size: 10px 6px;
    }
}

table th.first span {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding-right: 20px;
    background-position: right center;
}

table.viewing-investments tr.head,
table.viewing-ipos tr.head {
    background: #535356;
}

table.viewing-investments th,
table.viewing-ipos th {
    background: none;
}

table td {
    font-size: .875em;
    line-height: 1.2em;
    display: table-row;
    float: left \9;
    width: 100% \9;
    vertical-align: top;
}

table td a {
    line-height: 1em;
    color: #00b8f0;
}

@media (min-width: 1024px) {
    table td {
        display: table-cell;
        float: none \9;
        width: auto \9;
        padding: 10px;
        border-right: 1px solid #d2d2d3;
        border-bottom: 1px solid #d2d2d3;
    }
}

.page-about-us .page .the-content {
    padding: 0;
}

@media (min-width: 768px) {
    .page-about-us .page .the-content {
        padding: 50px 25px;
    }
}

.page-about-us .page .the-content .inner {
    padding: 40px 20px 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-about-us .page .the-content .inner {
        padding: 70px 45px 45px;
    }
}

.page-about-us .page .the-content h1 {
    font-size: 1.688em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-about-us .page .the-content h1 {
        font-size: 3.125em;
    }
}

.page-about-us .page .the-content h1:after,
.page-about-us .page .the-content h1 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

.page-about-us .page .the-content h2 {
    font-size: 1.688em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-about-us .page .the-content h2 {
        font-size: 2.187em;
    }
}

.page-about-us .page .the-content h2:after,
.page-about-us .page .the-content h2 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

.page-about-us .page .the-content p {
    font-size: .875em;
}

@media (min-width: 768px) {
    .page-about-us .page .the-content p {
        font-size: 1.125em;
    }
}

.page-about-us .page .the-content .clickable-image {
    overflow: hidden;
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .page-about-us .page .the-content .clickable-image {
        margin-bottom: 80px;
    }
}

.page-about-us .page .the-content .clickable-image img {
    margin: 0 auto;
}

.page-about-us .page .the-content .clickable-image.no-margin {
    margin-bottom: 0;
}

.page-about-us .page .the-content .clickable-image.multiple-image {
    max-width: 687px;
}

.page-about-us .page .the-content .clickable-image.multiple-image img {
    float: left;
}

.page-about-us .page .the-content .clickable-image.multiple-image img.type-1 {
    width: 34%;
}

.page-about-us .page .the-content .clickable-image.multiple-image img.type-2 {
    width: 32%;
}

.page-about-us .page .the-content .clickable-image.multiple-image img.type-3 {
    width: 50%;
}

.page-about-us .page .the-content img {
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .page-about-us .page .the-content img {
        margin-bottom: 80px;
    }
}

.page-about-us .page .the-content .button {
    float: none;
    margin-bottom: 40px;
}

.page-about-us-sub {
    background: url(../img/page-specific/investment-strategy/bg.jpg) center no-repeat;
    background-size: contain;
}

.page-about-us-sub .page ul {
    padding-left: 0;
    list-style-position: inside;
}

.page-about-us-sub .page .the-content {
    padding: 0;
}

@media (min-width: 768px) {
    .page-about-us-sub .page .the-content {
        padding: 50px 25px;
    }
}

.page-about-us-sub .page .the-content .inner {
    padding: 40px 20px 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-about-us-sub .page .the-content .inner {
        padding: 70px 45px 45px;
    }
}

.page-about-us-sub .page .the-content h1 {
    font-size: 1.688em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-about-us-sub .page .the-content h1 {
        font-size: 3.125em;
    }
}

.page-about-us-sub .page .the-content h1:after,
.page-about-us-sub .page .the-content h1 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

.page-about-us-sub .page .the-content h2 {
    font-size: 1.688em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-about-us-sub .page .the-content h2 {
        font-size: 2.187em;
    }
}

.page-about-us-sub .page .the-content h2:after,
.page-about-us-sub .page .the-content h2 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

.page-about-us-sub .page .the-content p {
    font-size: .875em;
}

@media (min-width: 768px) {
    .page-about-us-sub .page .the-content p {
        font-size: 1.125em;
    }
}

.page-about-us-sub .page .the-content img {
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .page-about-us-sub .page .the-content img {
        margin: 80px auto;
    }
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table {
        border-left: 1px solid #d2d2d3;
    }
}

.page-about-us-sub .page .the-content table tr {
    margin: 0;
    padding: 10px;
}

.page-about-us-sub .page .the-content table tr.head {
    display: table;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table tr.head {
        display: table-row;
    }
}

.browser-ie8 .page-about-us-sub .page .the-content table tr.head th,
.browser-ie9 .page-about-us-sub .page .the-content table tr.head th {
    float: left;
    width: 100%;
}

@media (min-width: 1024px) {
    .browser-ie8 .page-about-us-sub .page .the-content table tr.head th,
    .browser-ie9 .page-about-us-sub .page .the-content table tr.head th {
        float: none;
        width: auto;
    }
}

.page-about-us-sub .page .the-content table tr.head th.col-1 {
    display: table-row;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table tr.head th.col-1 {
        display: table-cell;
    }
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table tr.foot {
        display: none;
    }
}

.page-about-us-sub .page .the-content table tr.foot th.col-2 {
    display: table-row;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table tr.foot th.col-2 {
        display: table-cell;
    }
}

.page-about-us-sub .page .the-content table tr.row-odd {
    background: #eff9fd;
}

.page-about-us-sub .page .the-content table tr.row-even {
    background: #e3f4fc;
}

.page-about-us-sub .page .the-content table td.first {
    font-weight: bold;
    display: none;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table td.first {
        font-weight: normal;
        display: table-cell;
        background: #ededee;
    }
}

.page-about-us-sub .page .the-content table td.first span {
    padding-top: 10px;
    padding-bottom: 0;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table td.first span {
        padding-top: 0;
    }
}

.page-about-us-sub .page .the-content table.viewing-col-1 tr.head {
    margin: 0;
}

.page-about-us-sub .page .the-content table.viewing-col-1 tr.foot {
    margin-top: 20px;
}

.page-about-us-sub .page .the-content table.viewing-col-1 th.col-1 span {
    background-image: url(../img/icon/minus-grey.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .page-about-us-sub .page .the-content table.viewing-col-1 th.col-1 span {
        background-image: url(../img/icon/retina/minus-grey.png);
    }
}

.page-about-us-sub .page .the-content table.viewing-col-1 td.first,
.page-about-us-sub .page .the-content table.viewing-col-1 td.col-1 {
    display: table-row;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table.viewing-col-1 td.first,
    .page-about-us-sub .page .the-content table.viewing-col-1 td.col-1 {
        display: table-cell;
    }
}

.page-about-us-sub .page .the-content table.viewing-col-2 tr.head {
    margin: 0;
}

.page-about-us-sub .page .the-content table.viewing-col-2 tr.head .col-1 div {
    margin-bottom: 20px;
}

.page-about-us-sub .page .the-content table.viewing-col-2 tr.foot {
    margin-bottom: 20px;
}

.page-about-us-sub .page .the-content table.viewing-col-2 th.col-2 span {
    background-image: url(../img/icon/minus-grey.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .page-about-us-sub .page .the-content table.viewing-col-2 th.col-2 span {
        background-image: url(../img/icon/retina/minus-grey.png);
    }
}

.page-about-us-sub .page .the-content table.viewing-col-2 th.col-2,
.page-about-us-sub .page .the-content table.viewing-col-2 td.first,
.page-about-us-sub .page .the-content table.viewing-col-2 td.col-2 {
    display: table-row;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table.viewing-col-2 th.col-2,
    .page-about-us-sub .page .the-content table.viewing-col-2 td.first,
    .page-about-us-sub .page .the-content table.viewing-col-2 td.col-2 {
        display: table-cell;
    }
}

.page-about-us-sub .page .the-content table.viewing-col-2 .foot {
    display: none;
}

.page-about-us-sub .page .the-content table th {
    border: none;
    background: none;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table th {
        background: #58585a;
    }
}

.page-about-us-sub .page .the-content table th div {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 20px 54px 20px 20px;
    background: none;
    background: #58585a;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table th div {
        padding: 0;
    }
}

.page-about-us-sub .page .the-content table th div span {
    font-size: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 19px;
    height: 19px;
    margin-top: -10px;
    background: url(../img/icon/plus-grey.png) center no-repeat;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table th div span {
        font-size: 1em;
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        height: auto;
        margin: 0;
        background: none;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .page-about-us-sub .page .the-content table th div span {
        background-image: url(../img/icon/retina/plus-grey.png);
        background-size: 19px;
    }
}

.page-about-us-sub .page .the-content table td.col-1,
.page-about-us-sub .page .the-content table td.col-2 {
    display: none;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table td.col-1,
    .page-about-us-sub .page .the-content table td.col-2 {
        display: table-cell;
    }
}

.page-about-us-sub .page .the-content table span {
    display: block;
    padding: 0 20px 10px 20px;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table span {
        padding: 0;
    }
}

.page-about-us-sub .page .the-content table ul {
    padding: 0 20px;
    list-style-position: outside;
}

@media (min-width: 1024px) {
    .page-about-us-sub .page .the-content table ul {
        padding-left: 1em;
    }
}

.page-about-us-sub .img-ul-wrapper {
    overflow: hidden;
}

.page-about-us-sub .img-ul-wrapper img {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .page-about-us-sub .img-ul-wrapper img {
        float: left;
        margin-top: 20px !important;
    }
}

.page-about-us-sub .img-ul-wrapper ul {
    padding-left: 2.5em;
    list-style-position: outside;
}

@media (min-width: 992px) {
    .page-about-us-sub .img-ul-wrapper ul {
        float: left;
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .page-investments table tr.more:hover {
        background: #eaf7fd;
    }
}

.page-investments table td.company-logo,
.page-investments table td.company-name {
    float: left;
    width: 50%;
    padding: 20px;
    word-wrap: break-word;
}

@media (min-width: 1024px) {
    .page-investments table td.company-logo,
    .page-investments table td.company-name {
        float: none;
        width: auto;
        padding: 10px;
    }
}

.page-investments table td.country,
.page-investments table td.description,
.page-investments table td.date {
    background: #f9f9f9;
}

@media (min-width: 1024px) {
    .page-investments table td.country,
    .page-investments table td.description,
    .page-investments table td.date {
        background: none;
    }
}

.page-investments table td.date {
    border-right: none;
}

.page-investments table td span {
    float: left;
    width: 50%;
    padding: 10px 20px;
    word-wrap: break-word;
}

@media (min-width: 1024px) {
    .page-investments table td span {
        width: 100%;
        padding: 0;
    }
}

.page-investments table td span.title {
    font-weight: bold;
}

@media (min-width: 1024px) {
    .page-investments table td span.title {
        display: none;
    }
}

.page-investments table.false-table {
    margin: 0;
}

.page-investments table.viewing-investments th.company {
    width: 296px;
}

@media (min-width: 1200px) {
    .page-investments table.viewing-investments th.company {
        width: 336px;
    }
}

.page-investments table.viewing-investments th.country {
    width: 110px;
}

.page-investments table.viewing-investments th.sector {
    width: 110px;
}

.page-investments table.viewing-investments th.description {
    width: 171px;
}

.page-investments table.viewing-investments th.type {
    width: 110px;
}

.page-investments table.viewing-investments th.date {
    width: 93px;
}

@media (min-width: 1024px) {
    .page-investments table.viewing-investments td.company-logo {
        width: 116px;
        background: #fff;
    }
    .page-investments table.viewing-investments td.company-name {
        width: 180px;
    }
    .page-investments table.viewing-investments td.country {
        width: 110px;
    }
    .page-investments table.viewing-investments td.sector {
        width: 110px;
    }
    .page-investments table.viewing-investments td.description {
        width: 171px;
    }
    .page-investments table.viewing-investments td.type {
        width: 110px;
    }
    .page-investments table.viewing-investments td.date {
        width: 93px;
    }
}

@media (min-width: 1200px) {
    .page-investments table.viewing-investments td.company-name {
        width: 220px;
    }
}

.page-investments p.intro {
    font-weight: 300;
}

.page-news .page .the-content {
    padding: 0;
    background: #fff;
}

@media (min-width: 768px) {
    .page-news .page .the-content {
        padding: 25px;
        background: #eee;
    }
}

.page-news .page .the-content .top {
    overflow: hidden;
    padding: 20px;
    background: #eee;
}

@media (min-width: 768px) {
    .page-news .page .the-content .top {
        padding: 0;
    }
}

.page-news .page .the-content .top h1 {
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-news .page .the-content .top h1 {
        float: left;
        margin-bottom: 50px;
    }
    .news section.page .filter .filter-mobile li.filter-tag-container {
        font-size: .875em;
        float: left;
        width: 45.673%;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .page-news .page .the-content .top .links {
        float: right;
    }
}

.page-news .page .the-content .top a {
    display: block;
    margin-bottom: 10px;
    padding-right: 17px;
    text-align: right;
    color: #00b8f0;
    background: url(../img/icon/arrow/right-blue-small.png) right center no-repeat;
}

.page-news .page .the-content .inner {
    margin-bottom: 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-news .page .the-content .inner {
        margin-bottom: 30px;
    }
}

.page-news .page .the-content .news-item {
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid #818181;
}

@media (min-width: 768px) {
    .page-news .page .the-content .news-item:hover .news-info {
        background: #eaf7fd;
    }
}

@media (min-width: 768px) {
    .page-news .page .the-content .news-item {
        padding: 0;
        border-bottom: 3px solid #eee;
    }
}

.page-news .page .the-content .news-item .news-info {
    overflow: hidden;
    padding-left: 20px;
}

@media (min-width: 768px) {
    .page-news .page .the-content .news-item .news-info {
        padding-left: 25px;
    }
}

.page-news .page .the-content .news-item h1 {
    font-size: 1.5em;
    font-weight: 200;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .page-news .page .the-content .news-item h1 {
        margin-top: 25px;
        margin-right: 25px;
    }
}

.page-news .page .the-content .news-item a {
    color: #00b8f0;
}

.page-news .page .the-content .news-item p {
    color: #aeaeae;
}

.page-news .page .the-content .news-item img {
    float: left;
    max-width: 78px;
    padding: 5px;
    border: 1px solid #818181;
}

@media (min-width: 768px) {
    .page-news .page .the-content .news-item img {
        max-width: 150px;
        padding: 10px;
        border: none;
    }
}

.page-news .page .the-content .button-wrapper {
    margin: 40px 20px;
}

@media (min-width: 768px) {
    .page-news .page .the-content .button-wrapper {
        margin: 5px 0;
    }
}

@media (min-width: 768px) {
    .page-news-article.page-content {
        margin-top: -252px;
    }
}

.page-news-article .the-content {
    padding: 0;
    background: #fff;
}

@media (min-width: 768px) {
    .page-news-article .the-content {
        padding: 25px;
        background: #eee;
    }
}

.page-news-article .the-content .inner {
    margin-bottom: 20px;
    padding: 40px 20px 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-news-article .the-content .inner {
        margin-bottom: 30px;
        padding: 70px 45px 45px;
    }
}

.page-news-article .the-content .top {
    overflow: hidden;
    padding: 20px;
    background: #eee;
}

@media (min-width: 768px) {
    .page-news-article .the-content .top {
        padding: 0;
    }
}

.page-news-article .the-content .top h1 {
    font-size: 1.25em;
    font-weight: 300;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-news-article .the-content .top h1 {
        float: left;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .page-news-article .the-content .top .links {
        float: right;
        margin-bottom: 20px;
    }
}

.page-news-article .the-content .top a {
    display: block;
    margin-bottom: 10px;
    padding-right: 17px;
    text-align: right;
    color: #00b8f0;
    background: url(../img/icon/arrow/right-blue-small.png) right center no-repeat;
}

.page-news-article .the-content .intro {
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
}

.page-news-article .the-content .intro h1 {
    font-size: 1.25em;
    margin-left: 102px;
}

@media (min-width: 768px) {
    .page-news-article .the-content .intro h1 {
        font-size: 2em;
        margin-left: 154px;
    }
}

.page-news-article .the-content .intro .subtitle {
    clear: left;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .page-news-article .the-content .intro .subtitle {
        margin-bottom: 35px;
        margin-left: 154px;
    }
}

.page-news-article .the-content .intro .subtitle p,
.page-news-article .the-content .intro .subtitle li {
    font-size: .875em;
}

@media (min-width: 768px) {
    .page-news-article .the-content .intro .subtitle p,
    .page-news-article .the-content .intro .subtitle li {
        font-size: 1.125em;
    }
}

@media (min-width: 768px) {
    .page-news-article .the-content .intro .subtitle li {
        margin-bottom: .3em;
    }
}

.page-news-article .the-content .intro .subtitle ul {
    padding-left: 1em;
}

.page-news-article .the-content .intro span {
    position: absolute;
    bottom: 0;
    left: 102px;
    width: 54px;
    height: 3px;
    background: #212122;
}

@media (min-width: 768px) {
    .page-news-article .the-content .intro span {
        left: 154px;
    }
}

.page-news-article .the-content .intro img {
    float: left;
    max-width: 82px;
    margin-bottom: 20px;
    padding: 2px;
    border: 1px solid #cecece;
}

@media (min-width: 768px) {
    .page-news-article .the-content .intro img {
        max-width: 124px;
        margin: 0;
    }
}

.page-news-article .the-content .copy {
    overflow: hidden;
}

.page-news-article .the-content .copy p {
    font-size: .875em;
}

@media (min-width: 768px) {
    .page-news-article .the-content .copy p {
        font-size: 1.125em;
    }
}

.page-news-article .the-content .copy a {
    color: #00b8f0;
}

.page-news-article .the-content .extra-info {
    margin-top: 30px;
    margin-bottom: 0;
}

.page-news-article .the-content .extra-info tr {
    margin: 0;
    background: none;
}

.page-news-article .the-content .extra-info td {
    font-size: 1em;
    position: relative;
    padding: 0;
    border: none;
}

@media (min-width: 1024px) {
    .page-news-article .the-content .extra-info td {
        width: 50%;
    }
}

.page-news-article .the-content .extra-info td div {
    padding: 20px 0 30px;
}

@media (min-width: 1024px) {
    .page-news-article .the-content .extra-info td div {
        padding-right: 40px;
    }
}

@media (min-width: 1024px) {
    .page-news-article .the-content .extra-info td.right div {
        padding-right: 0;
        padding-left: 40px;
    }
}

@media (min-width: 1024px) {
    .page-news-article .the-content .extra-info td.right span {
        left: 40px;
    }
}

.page-news-article .the-content .extra-info td.full div {
    padding-right: 0;
}

.page-news-article .the-content .extra-info span {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 3px;
    background: #212122;
}

.page-news-article .the-content .extra-info p {
    font-size: .875em;
}

.page-news-article .the-content .extra-info p.has-sup {
    margin-left: 10px;
    text-indent: -10px;
}

.page-news-article .the-content .footnotes ul,
.page-news-article .the-content .footnotes ol {
    padding-left: 1.4em;
}

.page-news-article .the-content .footnotes ul li,
.page-news-article .the-content .footnotes ol li {
    font-size: .75em;
}

.page-case-studies .case {
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .page-case-studies .case {
        width: 100%;
    }
}

.page-case-studies .case:hover .inner {
    background: #eaf7fd;
}

.page-case-studies .case img {
    width: 100%;
}

.page-case-studies .case .inner {
    overflow: hidden;
    padding: 20px;
    background: #fff;
}

.page-case-studies .case a {
    color: #00b8f0;
}

.page-case-studies .case p {
    font-size: .875em;
    margin: 0;
    color: #535356;
}

.page-case-studies .case p.the-sector {
    font-size: .75em;
    line-height: 35px;
    margin: 3em 0 0;
    padding-left: 46px;
    text-transform: uppercase;
    background: url(../img/icon/sector/black/business-and-financial-services.png) left top no-repeat;
}

.page-case-studies .case p.the-sector.double-line {
    line-height: 18px;
}

.page-case-studies .case p.the-sector.triple-line {
    line-height: 12px;
}

.page-case-studies p.intro {
    font-weight: 300;
}

.page-case-study {
    background: url(../img/page-specific/investment-strategy/bg.jpg) center no-repeat;
    background-size: contain;
}

.page-case-study.page-content {
    margin-top: -60px;
}

@media (min-width: 768px) {
    .page-case-study.page-content {
        margin-top: -153px;
    }
}

@media (min-width: 1200px) {
    .page-case-study.page-content {
        margin-top: -218px;
    }
}

.page-case-study .icon-wrapper {
    position: relative;
    z-index: 2;
    display: none;
}

@media (min-width: 768px) {
    .page-case-study .icon-wrapper {
        display: block;
    }
}

.page-case-study .icon-wrapper .icon {
    position: absolute;
    top: 0;
    left: -46px;
    width: 41px;
    height: 48px;
}

.page-case-study .page {
    padding-top: 60px;
}

.page-case-study .page .the-content {
    margin-top: -50px;
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content {
        margin-top: 0;
        margin-bottom: 60px;
        padding: 25px;
    }
}

.page-case-study .page .the-content .top {
    padding: 0 20px;
    border: none;
    background: #eee;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .top {
        float: left;
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .page-case-study .page .the-content .top {
        position: relative;
    }
}

.page-case-study .page .the-content .top .case-study-title {
    margin-top: 50px;
    padding-top: 131px;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .top .case-study-title {
        float: left;
        margin-top: 0;
        margin-bottom: 20px;
        padding: 0;
    }
}

.page-case-study .page .the-content .top .case-study-title img {
    float: left;
    margin-right: 5px;
}

.page-case-study .page .the-content .top .case-study-title p {
    font-size: .75em;
    overflow: hidden;
    width: 200px;
    margin: 0 auto;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .top .case-study-title p {
        position: relative;
        left: -46px;
        width: auto;
        height: 48px;
    }
}

.page-case-study .page .the-content .top .case-study-title h1 {
    font-size: 3.125em;
    clear: left;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .top .case-study-title h1 {
        float: left;
        width: 390px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .page-case-study .page .the-content .top .case-study-title h1 {
        width: 525px;
    }
}

@media (min-width: 1200px) {
    .page-case-study .page .the-content .top .case-study-title h1 {
        width: 565px;
    }
}

.page-case-study .page .the-content .top .case-study-title a {
    font-size: .875em;
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #00b8f0;
}

.page-case-study .page .the-content .top .case-study-title a:after,
.page-case-study .page .the-content .top .case-study-title a span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .top .case-study-title a {
        float: left;
        clear: left;
        margin: 0;
        padding: 0;
    }
    .page-case-study .page .the-content .top .case-study-title a:after,
    .page-case-study .page .the-content .top .case-study-title a span {
        display: none;
    }
}

.page-case-study .page .the-content .top .case-study-logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 77px;
    height: 77px;
    margin-top: -39px;
    margin-left: -38px;
    border: 1px solid #ccc;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .top .case-study-logo {
        width: 120px;
        height: 120px;
    }
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .top .case-study-logo {
        top: 0;
        bottom: auto;
        left: 50%;
        margin-top: -60px;
        margin-left: -60px;
    }
}

.page-case-study .page .the-content .top .case-study-info {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .top .case-study-info {
        float: right;
        width: 300px;
        margin-bottom: 20px;
    }
}

.page-case-study .page .the-content .top .case-study-info table {
    margin: 0;
}

.page-case-study .page .the-content .top .case-study-info table tr {
    display: table-row;
    background: none;
}

.page-case-study .page .the-content .top .case-study-info table th {
    display: table-cell;
    width: 50%;
    padding: 0 10px 6px 3px;
    cursor: text;
    text-align: right;
    vertical-align: top;
    color: #38383a;
    border: none;
    background: none;
}

@media (min-width: 1024px) {
    .page-case-study .page .the-content .top .case-study-info table th {
        width: 130px;
    }
}

.page-case-study .page .the-content .top .case-study-info table td {
    width: 50%;
    padding: 0;
    color: #38383a;
    border: none;
    background: none;
}

@media (min-width: 1024px) {
    .page-case-study .page .the-content .top .case-study-info table td {
        width: auto;
    }
}

.page-case-study .page .the-content .inner {
    clear: left;
    margin-bottom: 20px;
    padding: 40px 20px 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .inner {
        margin-bottom: 30px;
        padding: 70px 45px 45px;
    }
}

.page-case-study .page .the-content .inner h1 {
    font-size: 1.688em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .inner h1 {
        font-size: 2.187em;
    }
}

@media (min-width: 992px) {
    .page-case-study .page .the-content .inner h1 {
        margin-right: 100px;
        margin-left: 100px;
    }
}

@media (min-width: 1024px) {
    .page-case-study .page .the-content .inner h1 {
        margin-right: 130px;
        margin-left: 130px;
    }
}

.page-case-study .page .the-content .inner h1:after,
.page-case-study .page .the-content .inner h1 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

.page-case-study .page .the-content .inner p {
    font-size: .875em;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .inner p {
        font-size: 1.125em;
    }
}

.page-case-study .page .the-content .inner .quote {
    margin-bottom: 1em;
    padding: 20px;
    background: #e3f4fc url(../img/icon/quote.png) 15px 15px no-repeat;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .inner .quote {
        float: left;
        width: 360px;
        margin-right: 20px;
        padding-left: 60px;
    }
}

.page-case-study .page .the-content .inner .quote p {
    font-size: 1.875em;
}

.page-case-study .page .the-content .inner .quote p.author {
    font-size: .875em;
    font-weight: bold;
    line-height: 1em;
}

.page-case-study .page .the-content .inner img {
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .page-case-study .page .the-content .inner img {
        margin: 80px auto;
    }
}

@media (min-width: 1024px) {
    .page-ipos table tr.more:hover {
        background: #eaf7fd;
    }
}

@media (min-width: 1024px) {
    .page-ipos table td.country,
    .page-ipos table td.sector,
    .page-ipos table td.deal-type,
    .page-ipos table td.date {
        width: 20%;
    }
}

.page-ipos table td.company-logo,
.page-ipos table td.company-name {
    float: left;
    width: 50%;
    padding: 20px;
}

@media (min-width: 1024px) {
    .page-ipos table td.company-logo,
    .page-ipos table td.company-name {
        float: none;
        width: auto;
        padding: 10px;
    }
    .page-ipos table td.company-logo.company-logo,
    .page-ipos table td.company-name.company-logo {
        width: 116px;
        background: #fff;
    }
    .page-ipos table td.company-logo.company-logo img,
    .page-ipos table td.company-name.company-logo img {
        margin: 0 auto;
    }
}

.page-ipos table td.country,
.page-ipos table td.deal-type {
    background: #f9f9f9;
}

@media (min-width: 1024px) {
    .page-ipos table td.country,
    .page-ipos table td.deal-type {
        background: none;
    }
}

.page-ipos table td.date {
    border-right: none;
}

.page-ipos table td span {
    float: left;
    width: 50%;
    padding: 10px 20px;
}

@media (min-width: 1024px) {
    .page-ipos table td span {
        float: none;
        width: auto;
        padding: 0;
    }
}

.page-ipos table td span.title {
    font-weight: bold;
}

@media (min-width: 1024px) {
    .page-ipos table td span.title {
        display: none;
    }
}

.page-ipos p.intro {
    font-weight: 300;
}

.page-team .item {
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 480px) {
    .page-team .item {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .page-team .item {
        margin-bottom: 20px;
    }
}

.page-team .item .inner {
    overflow: hidden;
    padding: 20px;
    background: #fff;
}

.page-team .item h2 {
    font-size: .875em;
    font-weight: bold;
    margin: 0;
}

.page-team .item a {
    color: #00b8f0;
}

.page-team .item a.city {
    font-size: .875em;
}

.page-team .item p {
    font-size: .875em;
    margin: 0;
    color: #535356;
}

.page-team .item p.location {
    font-weight: bold;
}

.page-team .item.extra-info {
    display: none;
    clear: left;
}

.page-team .item.extra-info .inner {
    padding: 20px;
}

@media (min-width: 768px) {
    .page-team .item.extra-info .inner {
        padding-right: 40px;
        padding-left: 40px;
        background: none;
    }
}

.page-team .item.extra-info .inner a {
    font-weight: bold;
    display: block;
}

.page-team .item.extra-info .inner a span {
    padding-right: 17px;
    background: url(../img/icon/arrow/right-blue-small.png) right center no-repeat;
}

@media (min-width: 768px) {
    .page-team .item.extra-info .col-1 {
        padding-right: 40px;
    }
}

@media (min-width: 768px) {
    .page-team .item.extra-info .col-2 {
        padding-left: 40px;
    }
}

.page-team .item.extra-info .sector-focus {
    margin-bottom: 1em;
}

.page-team .item.extra-info h1 {
    margin: 0;
}

.page-team .item.extra-info .row {
    position: relative;
    clear: left;
    overflow: hidden;
    margin-top: 1em;
}

@media (min-width: 768px) {
    .page-team .item.extra-info .row {
        margin-top: 35px;
    }
}

.page-team .item.extra-info .row h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.page-team .item.extra-info .row p {
    margin-bottom: 1em;
}

.page-team .item.extra-info .divide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: none;
    width: 1px;
    background: #cacaca;
}

@media (min-width: 768px) {
    .page-team .item.extra-info .divide {
        display: block;
    }
}

.page-team .show-item .extra-info {
    display: block;
}

.page-team .show-item .translate-options {
    position: absolute;
    top: 20px;
    right: 55px;
}

.page-team .show-item .translate-options span.separator {
    float: left;
    margin: 0 10px;
}

.page-team .show-item .item.selected {
    margin: 0;
}

.page-team .show-item .item.selected .inner {
    display: none;
}

.page-team .show-item .item.selected .img-wrapper {
    position: relative;
}

.page-team .show-item .item.selected span {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 25px;
    display: none;
    width: 65px;
    height: 33px;
    background: url(../img/page-specific/team/marker.png) center no-repeat;
}

@media (min-width: 480px) {
    .page-team .show-item .item.selected span {
        display: block;
    }
}

@media (min-width: 480px) {
    .page-team .show-item .item.selected img {
        border: 5px solid #35b5eb;
    }
}

@media (min-width: 768px) {
    .page-team .show-item .hide .inner {
        display: none;
    }
}

@media (min-width: 480px) {
    .page-team .show-item .hide-2-col .inner {
        display: none;
    }
}

.page-team .team-nav {
    font-size: 0;
    position: absolute;
    top: 50%;
    display: none;
    width: 31px;
    height: 70px;
    margin-top: -35px;
    color: transparent;
    background-color: #35b5eb;
    background-repeat: no-repeat;
    background-position: center;
}

.page-team .team-nav.next {
    right: -10px;
    background-image: url(../img/icon/arrow/right-grey-large.png);
}

.page-team .team-nav.previous {
    left: -10px;
    background-image: url(../img/icon/arrow/left-grey-large.png);
}

@media (min-width: 768px) {
    .page-team .team-nav {
        display: block;
    }
}

.page-team .button-wrapper {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .page-team .button-wrapper {
        margin: 20px 0 15px;
    }
}

.page-sectors .page .the-content {
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 768px) {
    .page-sectors .page .the-content {
        margin-bottom: 60px;
        padding: 50px 25px;
    }
}

.page-sectors .page .the-content .inner {
    padding: 40px 20px 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-sectors .page .the-content .inner {
        padding: 70px 45px 45px;
    }
}

.page-sectors .page .the-content .row {
    position: relative;
}

@media (min-width: 768px) {
    .page-sectors .page .the-content .row {
        margin-top: 50px;
    }
}

.page-sectors .page .the-content .sector {
    overflow: hidden;
    margin-top: 20px;
    padding-top: 45px;
    background: url(../img/icon/sector/black/business-and-financial-services.png) 15px top no-repeat;
}

@media (min-width: 768px) {
    .page-sectors .page .the-content .sector {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .page-sectors .page .the-content .sector.sector-odd {
        padding-right: 50px;
    }
}

@media (min-width: 768px) {
    .page-sectors .page .the-content .sector.sector-even {
        padding-left: 50px;
        background-position: 50px top;
    }
}

@media (min-width: 1024px) {
    .page-sectors .page .the-content .sector .highlight {
        margin-right: 30px;
    }
}

.page-sectors .page .the-content .divide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: none;
    width: 2px;
    margin-left: -1px;
    background: #cacaca;
}

@media (min-width: 768px) {
    .page-sectors .page .the-content .divide {
        display: block;
    }
}

.page-sectors .page .the-content h1 {
    font-size: 1.688em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-sectors .page .the-content h1 {
        font-size: 2.187em;
    }
}

.page-sectors .page .the-content h1:after,
.page-sectors .page .the-content h1 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

.page-sectors .page .the-content h2 {
    text-transform: uppercase;
}

.page-sectors .page .the-content p {
    font-size: .875em;
}

@media (min-width: 768px) {
    .page-sectors .page .the-content p {
        font-size: 1.125em;
    }
}

.page-sectors .page .the-content ul {
    overflow: hidden;
    padding-left: 1.2em;
}

.page-sectors .page .the-content li {
    font-size: .875em;
    margin-bottom: .5em;
}

@media (min-width: 768px) {
    .page-sectors .page .the-content li {
        font-size: 1.125em;
    }
}

.page-sectors .page .the-content .buttons {
    overflow: hidden;
}

.page-sectors .page .the-content .button {
    margin-bottom: 1em;
}

.page-sectors-sub {
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: contain;
}

.cat-business-financial-services .page-sectors-sub {
    background-image: url(../img/sectors/bg/business-financial-services.jpg);
}

.cat-healthcare .page-sectors-sub {
    background-image: url(../img/sectors/bg/healthcare.jpg);
}

.cat-industrial .page-sectors-sub {
    background-image: url(../img/sectors/bg/industrial.jpg);
}

.cat-retail-consumer-leisure .page-sectors-sub {
    background-image: url(../img/sectors/bg/retail-consumer-leisure.jpg);
}

.cat-technology .page-sectors-sub {
    background-image: url(../img/sectors/bg/technology-media-telecom.jpg);
}

.page-sectors-sub .page .the-content {
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 768px) {
    .page-sectors-sub .page .the-content {
        margin-bottom: 60px;
        padding: 50px 25px;
    }
}

.page-sectors-sub .page .the-content .inner {
    padding: 40px 20px 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-sectors-sub .page .the-content .inner {
        padding: 70px 45px 45px;
    }
}

.page-sectors-sub .page .the-content .highlight-text {
    margin-bottom: 40px;
    padding: 20px 20px 0;
    background: #d7f0fb;
}

@media (min-width: 768px) {
    .page-sectors-sub .page .the-content .highlight-text {
        padding: 40px 40px 0;
    }
}

.page-sectors-sub .page .the-content .highlight-text ul {
    margin-bottom: 20px;
    padding: 0 0 0 17px;
}

@media (min-width: 768px) {
    .page-sectors-sub .page .the-content .highlight-text ul {
        float: left;
        width: 50%;
        margin-bottom: 40px;
        padding: 0 15px 0 31px;
    }
}

.page-sectors-sub .page .the-content .highlight-text ul h3 {
    position: relative;
    z-index: 2;
    margin-left: -1em;
    background: #d7f0fb;
}

@media (min-width: 768px) {
    .page-sectors-sub .page .the-content .highlight-text ul h3 {
        min-height: 3em;
        margin-bottom: 0;
    }
}

.page-sectors-sub .page .the-content .highlight-text ul a {
    position: relative;
    z-index: 2;
    margin-left: -17px;
    padding-right: 17px;
    padding-left: 17px;
    color: #00b8f0;
    background: #d7f0fb url(../img/icon/arrow/right-blue-small.png) right center no-repeat;
}

.page-sectors-sub .page .the-content .highlight-text li:first-child {
    list-style: none;
}

.page-sectors-sub .page .the-content .highlight-text p {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .page-sectors-sub .page .the-content .highlight-text p {
        clear: both;
        margin-bottom: 40px;
        margin-left: 11px;
    }
}

.page-sectors-sub .page .the-content h1 {
    font-size: 1.688em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-sectors-sub .page .the-content h1 {
        font-size: 2.187em;
    }
}

.page-sectors-sub .page .the-content h1:after,
.page-sectors-sub .page .the-content h1 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

.page-sectors-sub .page .the-content p {
    font-size: .875em;
}

@media (min-width: 768px) {
    .page-sectors-sub .page .the-content p {
        font-size: 1.125em;
    }
}

.page-sectors-sub .page .the-content img {
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .page-sectors-sub .page .the-content img {
        margin: 50px auto;
    }
}

.page-sectors-sub .page .the-content img.icon {
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    .page-global-reach.has-module .page .the-content {
        margin-top: -70px;
        padding: 0 25px 100px;
    }
}

@media (min-width: 992px) {
    .page-global-reach.has-module .page .the-content {
        margin-top: -90px;
    }
}

.page-global-reach .page .the-content {
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content {
        margin-bottom: 60px;
        padding: 50px 25px;
    }
}

.page-global-reach .page .the-content .inner {
    padding: 40px 20px 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content .inner {
        padding: 70px 45px 45px;
    }
}

.page-global-reach .page .the-content .row {
    position: relative;
    margin-right: -20px;
    margin-left: -20px;
}

.page-global-reach .page .the-content .row.bottom {
    border-bottom: 1px solid #818181;
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content .row.bottom {
        border: none;
    }
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content .row {
        margin-top: 50px;
        margin-right: -45px;
        margin-left: -45px;
    }
}

.page-global-reach .page .the-content .row .col-sm-6 {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content .row .col-sm-6 {
        padding-right: 45px;
        padding-left: 45px;
    }
}

.page-global-reach .page .the-content .item {
    overflow: hidden;
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content .item.item-odd {
        padding-right: 50px;
    }
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content .item.item-even {
        padding-left: 50px;
        background-position: 50px top;
    }
}

.page-global-reach .page .the-content .divide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: none;
    width: 3px;
    margin-left: -2px;
    background: #cacaca;
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content .divide {
        display: block;
    }
}

.page-global-reach .page .the-content .copy {
    display: none;
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content .copy {
        display: block;
    }
}

.page-global-reach .page .the-content .text {
    overflow: hidden;
}

.page-global-reach .page .the-content .show-item .copy {
    display: block;
    padding: 0 20px 10px;
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content .show-item .copy {
        padding: 0;
    }
}

.page-global-reach .page .the-content h1 {
    font-size: 1.688em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content h1 {
        font-size: 3.125em;
    }
}

.page-global-reach .page .the-content h1:after,
.page-global-reach .page .the-content h1 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

.page-global-reach .page .the-content h2 {
    font-size: .937em;
    position: relative;
    margin: 0;
    padding: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-top: 1px solid #818181;
}

.page-global-reach .page .the-content h2 span {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 11px;
    height: 11px;
    margin-top: -5px;
    background: url(../img/icon/plus-black.png) center no-repeat;
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content h2 span {
        display: none;
    }
}

@media (min-width: 768px) {
    .page-global-reach .page .the-content h2 {
        font-size: 1.563em;
        margin-bottom: .64em;
        padding: 0;
        cursor: default;
        border: none;
    }
}

.page-global-reach .page .the-content p {
    font-size: 1.125em;
}

.page-global-reach .page .the-content .sector p {
    font-size: .875em;
}

.page-global-reach .page .the-content img {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .page-global-reach .page .the-content img {
        margin-bottom: 20px;
    }
}

.page-global-reach .page .the-content .button {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .page-global-reach .page .the-content .button {
        width: 48.59%;
    }
    .page-global-reach .page .the-content .button.even {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .page-global-reach .page .the-content .button {
        width: 48.67%;
    }
}

.page-global-reach .module-broad-global-presence {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .page-global-reach .module-broad-global-presence {
        margin: 0;
    }
}

.page-global-reach .module-broad-global-presence .learn-more-button {
    z-index: 0;
}

@media (min-width: 768px) {
    .page-global-reach-sub.page-content {
        margin-top: -252px;
    }
}

.page-global-reach-sub .page .the-content {
    margin-bottom: 20px;
    padding: 42px 0 0;
}

@media (min-width: 768px) {
    .page-global-reach-sub .page .the-content {
        margin-bottom: 60px;
        padding: 50px 25px;
    }
}

.page-global-reach-sub .page .the-content .inner {
    overflow: hidden;
    padding: 40px 20px 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-global-reach-sub .page .the-content .inner {
        padding: 70px 45px 45px;
    }
}

.page-global-reach-sub .page .the-content h1 {
    font-size: 1.688em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-global-reach-sub .page .the-content h1 {
        font-size: 3.125em;
    }
}

.page-global-reach-sub .page .the-content h1 sub {
    font-size: .28em;
    font-weight: 500;
    display: none;
}

.page-global-reach-sub .page .the-content h1:after,
.page-global-reach-sub .page .the-content h1 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

.page-global-reach-sub .page .the-content p {
    font-size: .875em;
}

@media (min-width: 768px) {
    .page-global-reach-sub .page .the-content p {
        font-size: 1.125em;
    }
}

.page-global-reach-sub .page .the-content img {
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .page-global-reach-sub .page .the-content img {
        margin: 50px auto;
    }
}

.page-global-reach-sub .page .the-content img.icon {
    margin: 0 auto 20px;
}

.page-global-reach-sub .footnote {
    margin-bottom: 50px;
    padding: 0 20px;
}

.page-global-reach-sub .footnote p {
    font-size: .875em;
    margin: 0;
}

@media (min-width: 768px) {
    .page-global-reach-sub .footnote {
        margin-bottom: 0;
    }
}

.page-trainee .page .the-content {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 42px 0 0;
}

@media (min-width: 768px) {
    .page-trainee .page .the-content {
        margin-bottom: 60px;
        padding: 50px 25px 0;
    }
}

.page-trainee .page .the-content .inner {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 40px 20px 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-trainee .page .the-content .inner {
        padding: 70px 45px 45px;
    }
}

.page-trainee .page .the-content .inner.section-intro {
    float: left;
    overflow: visible;
    width: 100%;
}

.page-trainee .page .the-content .inner.section-enterprises {
    float: left;
    overflow: visible;
    width: 100%;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
}

@media (min-width: 768px) {
    .page-trainee .page .the-content .inner.section-enterprises {
        padding-top: 10px;
    }
}

.page-trainee .page .the-content h1 {
    font-size: 1.688em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-trainee .page .the-content h1 {
        font-size: 2.187em;
    }
}

.page-trainee .page .the-content h1 sub {
    font-size: .28em;
    font-weight: 500;
    display: none;
}

.page-trainee .page .the-content h1:after,
.page-trainee .page .the-content h1 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

.page-trainee .page .the-content h2 {
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-trainee .page .the-content h2 {
        margin-bottom: 30px;
    }
}

.page-trainee .page .the-content p {
    font-size: .875em;
}

@media (min-width: 768px) {
    .page-trainee .page .the-content p {
        font-size: 1.125em;
    }
}

.page-trainee .section-intro .tagline {
    text-align: center;
}

.page-trainee .section-content p {
    text-align: center;
}

.page-trainee .section-content img {
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .page-trainee .section-content img {
        margin: 50px auto;
    }
}

.page-trainee .section-content .clickable-image img {
    margin: 0 auto;
}

.page-trainee .enterprise-nav {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .page-trainee .enterprise-nav {
        margin: 50px -45px 35px -70px;
    }
}

.page-trainee .enterprise-nav .nav-inner {
    position: relative;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .page-trainee .enterprise-nav .nav-inner {
        float: left;
        width: 20%;
        margin: 0;
        padding-left: 25px;
    }
}

.page-trainee .enterprise-nav .nav-inner>span {
    display: block;
    cursor: pointer;
    border: 5px solid #fff;
    background: #fff;
}

.page-trainee .enterprise-nav .nav-inner>span:hover {
    color: #00b8f0;
    border: 5px solid #00b8f0;
}

.page-trainee .enterprise-nav .nav-inner>span.active {
    color: #00b8f0;
    border: 5px solid #00b8f0;
}

.page-trainee .enterprise-nav .nav-inner>span.active:after {
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -15px;
    content: '';
    border: 15px solid transparent;
    border-top: 15px solid #00b8f0;
}

@media (min-width: 768px) {
    .page-trainee .enterprise-nav .nav-inner>span.active:after {
        top: 70px;
        margin-left: -2px;
    }
}

@media (min-width: 992px) {
    .page-trainee .enterprise-nav .nav-inner>span.active:after {
        top: 110px;
    }
}

.page-trainee .enterprise-nav img.enterprise-logo {
    height: 100px;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 768px) {
    .page-trainee .enterprise-nav img.enterprise-logo {
        height: 60px;
    }
}

@media (min-width: 992px) {
    .page-trainee .enterprise-nav img.enterprise-logo {
        height: 100px;
    }
}

@media (min-width: 768px) {
    .page-trainee .section-enterprises .enterprise-nav {
        margin-top: 0;
    }
}

.page-trainee .section-enterprises h2 span {
    font-size: .7em;
    display: block;
}

.page-trainee .enterprise-content {
    position: relative;
    float: left;
    width: 100%;
}

.page-trainee .enterprise-content.visible {
    margin-bottom: 50px;
}

.page-trainee .enterprise-content.visible .previous,
.page-trainee .enterprise-content.visible .next {
    position: absolute;
    top: 50%;
    display: none;
    width: 31px;
    height: 70px;
    margin-top: -35px;
    cursor: pointer;
    background-color: #00b8f0;
    background-repeat: no-repeat;
    background-position: center;
}

@media (min-width: 768px) {
    .page-trainee .enterprise-content.visible .previous,
    .page-trainee .enterprise-content.visible .next {
        display: block;
    }
}

.page-trainee .enterprise-content.visible .previous.previous,
.page-trainee .enterprise-content.visible .next.previous {
    background-image: url(../img/icon/arrow/left-grey-large.png);
}

@media (min-width: 768px) {
    .page-trainee .enterprise-content.visible .previous.previous,
    .page-trainee .enterprise-content.visible .next.previous {
        left: -70px;
    }
}

.page-trainee .enterprise-content.visible .previous.next,
.page-trainee .enterprise-content.visible .next.next {
    background-image: url(../img/icon/arrow/right-grey-large.png);
}

@media (min-width: 768px) {
    .page-trainee .enterprise-content.visible .previous.next,
    .page-trainee .enterprise-content.visible .next.next {
        right: -70px;
        display: block;
    }
}

.page-trainee .enterprise {
    display: none;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .page-trainee .enterprise {
        margin: 0;
    }
    .page-trainee .enterprise.active {
        display: block;
    }
}

.page-trainee .enterprise.clone.active {
    display: block;
}

@media (min-width: 768px) {
    .page-trainee .enterprise.clone.active {
        display: none;
    }
}

@media (min-width: 768px) {
    .page-trainee .enterprise.clone {
        display: none;
    }
}

.page-trainee .enterprise-content h2.enterprise-name {
    font-size: 1.875em;
    margin: 0;
    text-align: left;
}

.page-trainee .enterprise-location {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.page-trainee .enterprise-url {
    font-size: .875em;
    display: inline-block;
    margin-bottom: 5px;
    color: #00b8f0;
}

.page-trainee .enterprise-image {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .page-trainee .enterprise-image {
        margin-bottom: 30px;
    }
}

.page-trainee .col h3 {
    font-size: 1.125em;
    font-weight: 500;
}

.page-trainee .col p {
    font-size: .875em;
}

@media (min-width: 768px) {
    .page-trainee .col {
        float: left;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .page-trainee .col.col-left {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .page-trainee .col.col-left {
        padding-right: 40px;
    }
}

.page-trainee .col.col-right {
    padding-top: 20px;
    border-top: 1px solid #212122;
}

@media (min-width: 768px) {
    .page-trainee .col.col-right {
        padding-top: 0;
        padding-left: 30px;
        border-top: none;
        border-left: 1px solid #212122;
    }
}

@media (min-width: 992px) {
    .page-trainee .col.col-right {
        padding-left: 40px;
    }
}

.page-trainee .col.col-right ul {
    margin: 0 0 2em 0;
    padding: 0 0 0 1em;
}

.page-trainee .col.col-right li {
    margin-bottom: .6em;
}

.page-trainee .quote {
    position: relative;
    float: left;
    width: 100%;
    background: #d7f0fb;
}

.page-trainee .quote .quote-image {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.page-trainee .quote .quote-text {
    padding: 20px;
}

@media (min-width: 768px) {
    .page-trainee .quote .quote-text {
        padding: 25px;
    }
}

.page-trainee .quote p.quote-info {
    font-size: .875em;
    margin: 0;
    color: #00b8f0;
}

.page-trainee .quote.quote-1 .quote-image {
    height: 200px;
}

@media (min-width: 480px) {
    .page-trainee .quote.quote-1 .quote-image {
        height: 300px;
    }
}

@media (min-width: 600px) {
    .page-trainee .quote.quote-1 .quote-image {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .page-trainee .quote.quote-1 .quote-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }
}

@media (min-width: 768px) {
    .page-trainee .quote.quote-1 .quote-text {
        margin-left: 50%;
    }
}

.page-trainee .quote.quote-1 .quote-text .quote-copy {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.page-trainee .quote.quote-1 .quote-text .quote-info {
    font-size: 1em;
}

.page-trainee .quote.quote-2 {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .page-trainee .quote.quote-2,
    .page-trainee .quote.quote-3 {
        min-height: 240px;
    }
}

.page-trainee .quote.quote-2 .quote-image,
.page-trainee .quote.quote-3 .quote-image {
    width: 100px;
    height: 100px;
    margin: 20px auto 0;
}

@media (min-width: 768px) {
    .page-trainee .quote.quote-2 .quote-image,
    .page-trainee .quote.quote-3 .quote-image {
        position: absolute;
        top: 50%;
        left: 20px;
        width: 200px;
        height: 200px;
        margin-top: -100px;
    }
}

@media (min-width: 992px) {
    .page-trainee .quote.quote-2 .quote-image,
    .page-trainee .quote.quote-3 .quote-image {
        position: relative;
        top: 0;
        left: 0;
        float: left;
        margin: 20px;
    }
}

@media (min-width: 768px) {
    .page-trainee .quote.quote-2 .quote-text,
    .page-trainee .quote.quote-3 .quote-text {
        margin-left: 220px;
    }
}

.page-trainee .program {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #eee;
}

@media (min-width: 768px) {
    .page-trainee .program {
        margin-bottom: 30px;
    }
}

.page-trainee .program p.program-intro {
    font-size: 1.5em;
    color: #00b8f0;
}

.page-trainee .program p.program-copy {
    font-size: 1em;
    margin: 0;
}

.page-trainee .program .program-image {
    height: 200px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

@media (min-width: 480px) {
    .page-trainee .program .program-image {
        height: 300px;
    }
}

@media (min-width: 600px) {
    .page-trainee .program .program-image {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .page-trainee .program .program-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        height: 100%;
    }
}

.page-trainee .program .program-text {
    padding: 20px;
}

@media (min-width: 768px) {
    .page-trainee .program .program-text {
        margin-left: 60%;
        padding: 25px;
    }
}

.page-trainee .program-stages {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .page-trainee .program-stages {
        margin-bottom: 10px;
    }
}

.page-trainee .program-stages li {
    overflow: hidden;
    margin-bottom: 20px;
    background: #eee;
}

@media (min-width: 992px) {
    .page-trainee .program-stages li {
        float: left;
        width: 50%;
    }
    .page-trainee .program-stages li.stage-1,
    .page-trainee .program-stages li.stage-3 {
        border-right: 10px solid #fff;
    }
    .page-trainee .program-stages li.stage-2,
    .page-trainee .program-stages li.stage-4 {
        border-left: 10px solid #fff;
    }
}

.page-trainee .program-stages li.stage-2 p {
    line-height: 26px;
    margin: 14px 20px;
}

@media (min-width: 480px) {
    .page-trainee .program-stages li.stage-2 p {
        line-height: 80px;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .page-trainee .program-stages li.stage-2 p {
        line-height: 26px;
        margin: 14px 20px;
    }
}

.page-trainee .program-stages li.stage-4 p {
    line-height: 26px;
    margin: 14px 20px;
}

@media (min-width: 380px) {
    .page-trainee .program-stages li.stage-4 p {
        line-height: 80px;
        margin: 0;
    }
}

@media (min-width: 992px) {
    .page-trainee .program-stages li.stage-4 p {
        line-height: 26px;
        margin: 14px 20px;
    }
}

.page-trainee .program-stages span {
    font-size: 20px;
    line-height: 80px;
    float: left;
    width: 40px;
    height: 80px;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    background: #00b8f0;
}

@media (min-width: 500px) {
    .page-trainee .program-stages span {
        font-size: 40px;
        width: 80px;
    }
}

.page-trainee .program-stages p {
    line-height: 80px;
    margin: 0;
}

.page-trainee .program-stages p br {
    display: none;
}

@media (min-width: 440px) {
    .page-trainee .program-stages p br {
        display: block;
    }
}

@media (min-width: 480px) {
    .page-trainee .program-stages p br {
        display: none;
    }
}

.page-contact .global-offices .contact:hover .inner,
.page-contact .global-offices .contact.highlighted .inner {
    background: #eaf7fd;
}

.page-contact .advent-contacts h3 {
    font-size: 1.125em;
}

.page-contact .advent-contacts a {
    font-size: .812em;
}

.page-contact .advent-contacts p.tel {
    font-size: .812em;
    margin-bottom: 20px;
}

.page-contact .media-contacts h3 {
    font-size: 1.125em;
    overflow: hidden;
}

.page-contact .media-contacts a {
    font-size: .812em;
}

.page-contact .media-contacts p.tel {
    font-size: .812em;
    margin-bottom: 20px;
}

.page-contact .contact {
    margin-bottom: 20px;
    word-wrap: break-word;
}

@media (max-width: 480px) {
    .page-contact .contact {
        width: 100%;
    }
}

.page-contact .contact img {
    width: 100%;
}

.page-contact .contact .inner {
    overflow: hidden;
    padding: 20px 20px 0;
    background: #fff;
}

.page-contact .contact .content {
    overflow: hidden;
}

.page-contact .contact .links {
    overflow: hidden;
    margin-top: 20px;
}

.page-contact .contact .links a {
    display: block;
}

.page-contact .contact .links a.meet-team {
    clear: left;
}

.page-contact .contact .links:last-child {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .page-contact .contact .links a {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .page-contact .contact .links a {
        float: left;
        margin-right: 10px;
    }
}

@media (min-width: 1024px) {
    .page-contact .contact .links a {
        margin-bottom: 0;
    }
}

.page-contact .contact a {
    color: #00b8f0;
}

.page-contact .contact p {
    font-size: .875em;
    color: #535356;
}

.page-contact section.page .nav li a.tab-title {
    text-transform: uppercase;
}

.page-search .page .the-content {
    padding: 0;
    background: #fff;
}

@media (min-width: 768px) {
    .page-search .page .the-content {
        padding: 25px;
        background: #eee;
    }
}

.page-search .page .the-content .top {
    overflow: hidden;
    padding: 20px;
    background: #eee;
}

@media (min-width: 768px) {
    .page-search .page .the-content .top {
        padding: 0;
    }
}

.page-search .page .the-content .top h1 {
    font-size: 1.25em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-search .page .the-content .top h1 {
        float: left;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .page-search .page .the-content .top .links {
        float: right;
    }
}

.page-search .page .the-content .top a {
    display: block;
    margin-bottom: 10px;
    padding-right: 17px;
    text-align: right;
    color: #00b8f0;
    background: url(../img/icon/arrow/right-blue-small.png) right center no-repeat;
}

.page-search .page .the-content .inner {
    margin-bottom: 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-search .page .the-content .inner {
        margin-bottom: 30px;
    }
}

.page-search .page .the-content .item {
    overflow: hidden;
    padding: 20px;
    border-bottom: 1px solid #818181;
}

.page-search .page .the-content .item:hover {
    background: #eaf7fd;
}

@media (min-width: 768px) {
    .page-search .page .the-content .item {
        border-bottom: 3px solid #eee;
    }
}

.page-search .page .the-content .item h1 {
    margin-bottom: 10px;
}

.page-search .page .the-content .item a {
    color: #00b8f0;
}

.page-search .page .the-content .item p {
    margin: 0;
    color: #aeaeae;
}

.page-search .page .the-content .item img {
    float: left;
    max-width: 78px;
    margin-right: 20px;
    border: 1px solid #818181;
}

@media (min-width: 768px) {
    .page-search .page .the-content .item img {
        max-width: 190px;
        margin-right: 30px;
        border: none;
    }
}

.page-search .page .the-content .button-wrapper {
    margin: 40px 20px;
}

@media (min-width: 768px) {
    .page-search .page .the-content .button-wrapper {
        margin: 5px 0;
    }
}

.page-standard.page-important-notice .page .the-content {
    padding: 0;
    background: #fff;
}

@media (min-width: 768px) {
    .page-standard.page-important-notice .page .the-content {
        padding: 25px;
        background: #eee;
    }
}

.page-standard.page-important-notice .page .top {
    overflow: hidden;
    padding: 20px;
    background: #eee;
}

@media (min-width: 768px) {
    .page-standard.page-important-notice .page .top {
        padding: 0;
    }
}

.page-standard.page-important-notice .page .top h1 {
    font-size: 1.25em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-standard.page-important-notice .page .top h1 {
        float: left;
        margin-bottom: 50px;
    }
}

.page-standard.page-important-notice .page .top a {
    float: left;
    margin-bottom: 10px;
    text-align: right;
    color: #00b8f0;
}

.page-standard.page-important-notice .page .top span {
    line-height: 1.4em;
    float: left;
    margin: 0 5px 10px;
}

.page-standard .page .the-content {
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 768px) {
    .page-standard .page .the-content {
        margin-bottom: 60px;
        padding: 100px 25px;
    }
}

.page-standard .page .the-content .inner {
    padding: 40px 20px 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-standard .page .the-content .inner {
        padding: 70px 45px 45px;
    }
}

.page-standard .page .the-content h1 {
    font-size: 1.688em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-standard .page .the-content h1 {
        font-size: 2.187em;
    }
}

.page-standard .page .the-content h1:after,
.page-standard .page .the-content h1 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

.page-standard .page .the-content p {
    font-size: .875em;
}

@media (min-width: 768px) {
    .page-standard .page .the-content p {
        font-size: 1.125em;
    }
}

.page-standard .page .the-content img {
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .page-standard .page .the-content img {
        margin: 50px auto;
    }
}

.page-standard .page .the-content img.icon {
    margin: 0 auto 20px;
}

.module-tabs .expanded .heading-wrapper span {
    background: url(../img/icon/minus-grey.png) center no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .module-tabs .expanded .heading-wrapper span {
        background-image: url(../img/icon/retina/minus-grey.png);
        background-size: 19px;
    }
}

.module-tabs .expanded .case-study-content {
    display: block;
}

.module-tabs li.last span {
    display: block;
}

@media (min-width: 768px) {
    .module-tabs li.last span {
        display: none;
    }
}

.module-tabs li.last.selected span {
    display: block;
}

section.page .case-study-content-2 {
    display: block;
}

.indent {
    padding-left: 1em;
}

@media (min-width: 768px) {
    .indent {
        padding-left: 1.4em;
    }
}

.page-list li li {
    margin: 1em 0 0;
}

.page-list li.current_page_item>a {
    font-weight: normal;
}

.old-browser {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
}

.old-browser .inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
}

.old-browser .inner p {
    margin: 0;
    color: #c00;
}

.change-locale {
    position: fixed;
    top: 200px;
    left: 0;
}

.change-locale.member {
    top: 300px;
}

.filter-terms-container {
    display: block;
    clear: both;
    margin-right: 20px;
    margin-bottom: 1em;
    margin-left: 20px;
}

.filter-terms-container .selected-term-link span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    background-image: none;
}

.filter-terms-container .selected-term-link {
    position: relative;
    display: block;
    float: left;
    margin-top: .6em;
    margin-right: 1em;
    margin-bottom: 0;
    margin-left: 0;
    padding: 6px 34px 6px 10px;
    color: #fff;
    background: #38383a;
}

@media (min-width: 768px) {
    .filter-terms-container {
        margin-right: 0;
        margin-left: 0;
    }
}

.selected-term-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #535356;
}

section.page .filter .filter-mobile {
    display: block;
}

@media (min-width: 768px) {
    section.page .filter .filter-mobile,
    section.page .filter.filter-expanded .filter-mobile {
        display: block;
    }
    section.page .filter .filter-mobile li.expanded {
        margin: 0;
    }
    section.page .filter .filter-mobile li.expanded ul {
        padding: 0;
    }
    section.page .filter .filter-mobile ul.child {
        margin-left: 20px;
    }
    section.page .filter .filter-mobile li.expanded ul.js-filter-list-list {
        padding-left: 20px;
    }
    section.page .filter .filter-mobile li.expanded ul.js-filter-list-list {
        padding-left: 0;
    }
    section.page .filter .filter-mobile li.expanded ul.js-filter-list-list a {
        padding-right: 10px;
        padding-left: 10px;
    }
    section.page .filter .filter-mobile a {
        line-height: 1.2em;
        margin: 0;
        padding: 15px 0 14px;
    }
    section.page .filter .filter-mobile li.expanded>a,
    section.page .filter .filter-mobile li.expand>a {
        padding: 15px 34px 14px 10px;
    }
    section.page .filter .filter-mobile li.expand span {
        right: 20px;
        width: 20px;
        height: 20px;
        background-color: transparent;
        background-image: url(../img/icon/plus-black.png);
        background-repeat: no-repeat;
        background-position: center;
    }
    .page-investments .filter-form-element-container,
    .page-ipos .filter-form-element-container,
    .page-team .filter-form-main-content.js-filter-form-content .filter-form-element-container.inner {
        width: 31.3333%;
        padding: 0;
    }
    .page-investments .filter-form-element-container span.form-keyword-container,
    .page-ipos .filter-form-element-container span.form-keyword-container,
    .page-team .filter-form-main-content.js-filter-form-content .filter-form-element-container.inner span.form-keyword-container {
        width: 100%;
    }
    .page-investments .filter-form-element-container span.form-keyword-container input.filter-keyword,
    .page-ipos .filter-form-element-container span.form-keyword-container input.filter-keyword,
    .page-team .filter-form-main-content.js-filter-form-content .filter-form-element-container.inner span.form-keyword-container input.filter-keyword {
        width: 100%;
    }
}

.form-keyword-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

@media (min-width: 768px) {
    .form-keyword-container {
        width: auto;
    }
}

@media (min-width: 768px) {
    section.page .filter .inner .filter-keyword {
        width: 138px;
    }
}

@media (min-width: 992px) {
    section.page .filter .inner .filter-keyword {
        width: 248px;
    }
}

@media (min-width: 1200px) {
    section.page .filter .inner .filter-keyword {
        width: 254px;
    }
}

@media (min-width: 768px) {
    section.page .filter .inner label {
        margin-top: 1em;
        margin-right: 1em;
    }
}

section.page .filter .inner .filter-keyword {
    padding-right: 32px;
}

@media (min-width: 768px) {
    section.page .filter .inner .filter-keyword {
        padding-left: 10px;
    }
}

section.page .filter input.search-submit {
    position: absolute;
    top: 14px;
    right: .6em;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0 none transparent;
    background-color: transparent;
    background-image: url(../img/icon/search-grey.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.page-investments section.page .filter .filter-status,
.page-ipos section.page .filter .filter-status,
.page-team section.page .filter .filter-status {
    padding: 0;
    border: 0 none transparent;
}

@media (min-width: 768px) {
    .page-investments .filter-links-list,
    .page-ipos .filter-links-list,
    .page-team .filter-links-list {
        float: left;
        width: 68.603%;
    }
    .page-investments section.page .filter .filter-mobile li.filter-region-country-container,
    .page-ipos section.page .filter .filter-mobile li.filter-region-country-container,
    .page-team section.page .filter .filter-mobile li.filter-region-country-container {
        font-size: .875em;
        float: left;
        width: 45.673%;
        margin: 0;
    }
    .page-investments section.page .filter .filter-mobile li.filter-region-country-container>ul>li.item-0>a,
    .page-ipos section.page .filter .filter-mobile li.filter-region-country-container>ul>li.item-0>a,
    .page-team section.page .filter .filter-mobile li.filter-region-country-container>ul>li.item-0>a {
        border-top: 1px solid #ccc;
    }
    .page-investments section.page .filter .filter-mobile li.filter-sector-container,
    .page-ipos section.page .filter .filter-mobile li.filter-sector-container,
    .page-team section.page .filter .filter-mobile li.filter-sector-container {
        font-size: .875em;
        float: left;
        width: 45.673%;
        margin-left: 4.374%;
    }
    .page-investments section.page .filter .filter-mobile li.filter-sector-container>ul>li.item-0>a,
    .page-ipos section.page .filter .filter-mobile li.filter-sector-container>ul>li.item-0>a,
    .page-team section.page .filter .filter-mobile li.filter-sector-container>ul>li.item-0>a {
        border-top: 1px solid #ccc;
    }
    .page-investments section.page .filter .filter-mobile li.filter-sector-container ul li a.filter-sector-expand-link,
    .page-ipos section.page .filter .filter-mobile li.filter-sector-container ul li a.filter-sector-expand-link,
    .page-team section.page .filter .filter-mobile li.filter-sector-container ul li a.filter-sector-expand-link {
        padding-right: 2.8em;
    }
    .page-investments .form-keyword-container,
    .page-ipos .form-keyword-container,
    .page-team .form-keyword-container {
        float: right;
    }
}

@media (min-width: 768px) {
    .page-case-studies .filter-links-list {
        float: left;
        width: 100%;
    }
    .page-case-studies section.page .filter .filter-mobile li.filter-region-country-container {
        font-size: .875em;
        float: left;
        width: 23.5%;
        margin-right: 2%;
    }
    .page-case-studies section.page .filter .filter-mobile li.filter-region-country-container>ul>li.item-0>a {
        border-top: 1px solid #ccc;
    }
    .page-case-studies section.page .filter .filter-mobile li.filter-sector-container {
        font-size: .875em;
        float: left;
        width: 23.5%;
        margin-right: 2%;
    }
    .page-case-studies section.page .filter .filter-mobile li.filter-sector-container>ul>li.item-0>a {
        border-top: 1px solid #ccc;
    }
    .page-case-studies section.page .filter .filter-mobile li.filter-deal-type-container {
        font-size: .875em;
        float: left;
        width: 23.5%;
        margin-right: 2%;
    }
    .page-case-studies section.page .filter .filter-mobile li.filter-deal-type-container>ul>li.item-0>a {
        border-top: 1px solid #ccc;
    }
    .page-case-studies section.page .filter .filter-mobile li.keyword {
        float: left;
        width: 23.5%;
    }
    .page-case-studies section.page .filter .filter-mobile li.keyword .form-keyword-container {
        width: 100%;
    }
    .page-case-studies section.page .filter .filter-mobile li.keyword .filter-keyword {
        width: 157px;
    }
}

@media (min-width: 992px) {
    .page-case-studies section.page .filter .filter-mobile li.keyword .filter-keyword {
        width: 209px;
    }
}

@media (min-width: 1200px) {
    .page-case-studies section.page .filter .filter-mobile li.keyword .filter-keyword {
        width: 219px;
    }
}

@media (min-width: 768px) {
    .page-ipos .filter-mobile.filter-links-list.group,
    .page-team .filter-mobile.filter-links-list.group {
        width: 68.603%;
    }
    .page-ipos section.page .filter .filter-mobile li.filter-region-country-container,
    .page-team section.page .filter .filter-mobile li.filter-region-country-container {
        width: 45.673%;
        margin: 0;
    }
    .page-ipos section.page .filter .filter-mobile li.filter-sector-container,
    .page-team section.page .filter .filter-mobile li.filter-sector-container {
        width: 45.673%;
        margin-left: 4.374%;
    }
}

table th a {
    color: #ccc;
}

table th a:hover {
    color: #ccc;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    table th span.desc {
        background-image: none;
    }
}

table th span.desc {
    background-image: url(../img/icon/arrow/down-grey.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    table th span.desc {
        background-image: url(../img/icon/arrow/retina/down-grey.png);
    }
}

table th span.asc {
    background-image: url(../img/icon/arrow/up-grey.png);
}

@media (-webkit-min-device-pixel-ratio: 2) {
    table th span.asc {
        background-image: url(../img/icon/arrow/retina/up-grey.png);
    }
}

.hide-block {
    display: none;
}

@media (min-width: 768px) {
    .hide-block {
        position: absolute;
        z-index: 2;
        right: -1px;
        left: -1px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        background: #fff;
    }
    .hide-block .hide-block {
        position: relative;
        border: none;
    }
}

.show-block {
    display: block;
}

.group:before,
.group:after {
    display: table;
    content: '';
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.page-team .member-row {
    position: relative;
}

.page-team .member-item:hover {
    cursor: pointer;
}

.page-team .show-item .extra-info {
    display: none;
}

.page-team .show-item .extra-info .inner {
    min-height: 400px;
}

.page-team .show-item .extra-info .height-fix {
    height: 400px;
}

.page-team .item.extra-info .loading {
    font-weight: bold;
    width: 50%;
    margin-top: 18%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.page-team .alert {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.page-team .alert-info {
    color: #31708f;
    border-color: #bce8f1;
    background-color: #d9edf7;
}

.page-sunley {
    background-repeat: no-repeat;
    background-position: center 35%;
    background-size: contain;
}

.cat-business-financial-services .page-sunley {
    background-image: url(../img/sectors/bg/business-financial-services.jpg);
}

.cat-healthcare .page-sunley {
    background-image: url(../img/sectors/bg/healthcare.jpg);
}

.cat-industrial .page-sunley {
    background-image: url(../img/sectors/bg/industrial.jpg);
}

.cat-retail-consumer-leisure .page-sunley {
    background-image: url(../img/sectors/bg/retail-consumer-leisure.jpg);
}

.cat-technology .page-sunley {
    background-image: url(../img/sectors/bg/technology-media-telecom.jpg);
}

.page-sunley .page .the-content {
    margin-bottom: 20px;
    padding: 0;
}

@media (min-width: 768px) {
    .page-sunley .page .the-content {
        margin-bottom: 60px;
        padding: 50px 25px;
    }
}

.page-sunley .page .the-content .inner {
    padding: 40px 20px 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .page-sunley .page .the-content .inner {
        padding: 70px 45px 45px;
    }
}

.page-sunley .page .the-content .highlight-text {
    margin-bottom: 40px;
    padding: 20px 20px 0;
    background: #d7f0fb;
}

@media (min-width: 768px) {
    .page-sunley .page .the-content .highlight-text {
        padding: 40px 40px 0;
    }
}

.page-sunley .page .the-content .highlight-text ul {
    margin-bottom: 20px;
    padding: 0 0 0 17px;
}

@media (min-width: 768px) {
    .page-sunley .page .the-content .highlight-text ul {
        float: left;
        width: 50%;
        margin-bottom: 40px;
        padding: 0 15px 0 31px;
    }
}

.page-sunley .page .the-content .highlight-text ul h3 {
    position: relative;
    z-index: 2;
    margin-left: -1em;
    background: #d7f0fb;
}

@media (min-width: 768px) {
    .page-sunley .page .the-content .highlight-text ul h3 {
        min-height: 3em;
        margin-bottom: 0;
    }
}

.page-sunley .page .the-content .highlight-text ul a {
    position: relative;
    z-index: 2;
    margin-left: -17px;
    padding-right: 17px;
    padding-left: 17px;
    color: #00b8f0;
    background: #d7f0fb url(../img/icon/arrow/right-blue-small.png) right center no-repeat;
}

.page-sunley .page .the-content .highlight-text li:first-child {
    list-style: none;
}

.page-sunley .page .the-content .highlight-text p {
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .page-sunley .page .the-content .highlight-text p {
        clear: both;
        margin-bottom: 40px;
        margin-left: 11px;
    }
}

.page-sunley .page .the-content h1 {
    font-size: 1.688em;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-sunley .page .the-content h1 {
        font-size: 2.187em;
    }
}

.page-sunley .page .the-content h1:after,
.page-sunley .page .the-content h1 span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    content: '';
    background: #212122;
}

.page-sunley .page .the-content p,
.page-sunley .page .the-content ul li {
    font-size: .875em;
}

@media (min-width: 768px) {
    .page-sunley .page .the-content p,
    .page-sunley .page .the-content ul li {
        font-size: 1.125em;
    }
}

.page-sunley .page .the-content ul {
    margin-bottom: 1.1em;
    padding-left: 16px;
}

@media (min-width: 768px) {
    .page-sunley .page .the-content ul {
        padding-left: 20px;
    }
}

.page-sunley .page .the-content ul li {
    margin-bottom: .6em;
}

.page-sunley .page .the-content img {
    margin: 0 auto 15px;
}

@media (min-width: 768px) {
    .page-sunley .page .the-content img {
        margin: 50px auto;
    }
}

.page-sunley .page .the-content img.icon {
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    div.module-sunley-experienced-team .heading {
        width: 50%;
    }
}

.module-sunley-experienced-team .content {
    padding: 0;
    background: none;
}

.module-sunley-experienced-team .team {
    overflow: hidden;
    background: #eee;
}

.module-sunley-experienced-team .team .inner {
    overflow: hidden;
    width: 100%;
    padding: 5.17%;
    background: none;
}

@media (min-width: 768px) {
    .module-sunley-experienced-team .team {
        float: none;
        width: auto;
    }
    .module-sunley-experienced-team .team .inner {
        overflow: hidden;
        width: 100%;
        padding: 25px;
        background: none;
    }
}

.module-sunley-experienced-team h1 {
    margin-bottom: 24px;
}

.module-sunley-experienced-team .intro p {
    font-size: 1.125em;
}

@media (min-width: 768px) {
    .module-sunley-experienced-team .intro p {
        font-size: 1.425em;
    }
}

.module-sunley-experienced-team .member-row {
    position: relative;
}

.module-sunley-experienced-team .member-item:hover {
    cursor: pointer;
}

.module-sunley-experienced-team .item {
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 480px) {
    .module-sunley-experienced-team .item {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .module-sunley-experienced-team .item {
        margin-bottom: 20px;
    }
}

.module-sunley-experienced-team .item .inner {
    overflow: hidden;
    padding: 20px;
    background: #fff;
}

.module-sunley-experienced-team .item h2 {
    font-size: .875em;
    font-weight: bold;
    margin: 0;
}

.module-sunley-experienced-team .item a {
    color: #00b8f0;
}

.module-sunley-experienced-team .item a.city {
    font-size: .875em;
}

.module-sunley-experienced-team .item p {
    font-size: .875em;
    margin: 0;
    color: #535356;
}

.module-sunley-experienced-team .item p.location {
    font-weight: bold;
}

.module-sunley-experienced-team .item.extra-info {
    display: none;
    clear: left;
}

.module-sunley-experienced-team .item.extra-info .inner {
    padding: 20px;
}

@media (min-width: 768px) {
    .module-sunley-experienced-team .item.extra-info .inner {
        padding-right: 40px;
        padding-left: 40px;
        background: none;
    }
}

.module-sunley-experienced-team .item.extra-info .inner a {
    font-weight: bold;
    display: block;
}

.module-sunley-experienced-team .item.extra-info .inner a span {
    padding-right: 17px;
    background: url(../img/icon/arrow/right-blue-small.png) right center no-repeat;
}

@media (min-width: 768px) {
    .module-sunley-experienced-team .item.extra-info .col-1 {
        padding-right: 40px;
    }
}

@media (min-width: 768px) {
    .module-sunley-experienced-team .item.extra-info .col-2 {
        padding-left: 40px;
    }
}

.module-sunley-experienced-team .item.extra-info .sector-focus {
    margin-bottom: 1em;
}

.module-sunley-experienced-team .item.extra-info h1 {
    margin: 0;
}

.module-sunley-experienced-team .item.extra-info .row {
    position: relative;
    clear: left;
    overflow: hidden;
    margin-top: 1em;
}

@media (min-width: 768px) {
    .module-sunley-experienced-team .item.extra-info .row {
        margin-top: 35px;
    }
}

.module-sunley-experienced-team .item.extra-info .row h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

.module-sunley-experienced-team .item.extra-info .row p {
    margin-bottom: 1em;
}

.module-sunley-experienced-team .item.extra-info .divide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    display: none;
    width: 1px;
    background: #cacaca;
}

@media (min-width: 768px) {
    .module-sunley-experienced-team .item.extra-info .divide {
        display: block;
    }
}

.module-sunley-experienced-team .show-item .extra-info {
    display: none;
}

.module-sunley-experienced-team .show-item .extra-info .inner {
    min-height: 400px;
}

.module-sunley-experienced-team .show-item .extra-info .height-fix {
    height: 400px;
}

.module-sunley-experienced-team .show-item .translate-options {
    position: absolute;
    top: 20px;
    right: 55px;
}

.module-sunley-experienced-team .show-item .translate-options span.separator {
    float: left;
    margin: 0 10px;
}

.module-sunley-experienced-team .show-item .item.selected {
    margin: 0;
}

.module-sunley-experienced-team .show-item .item.selected .inner {
    display: none;
}

.module-sunley-experienced-team .show-item .item.selected .img-wrapper {
    position: relative;
}

.module-sunley-experienced-team .show-item .item.selected span {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 25px;
    display: none;
    width: 65px;
    height: 33px;
    background: url(../img/page-specific/team/marker.png) center no-repeat;
}

@media (min-width: 480px) {
    .module-sunley-experienced-team .show-item .item.selected span {
        display: block;
    }
}

@media (min-width: 480px) {
    .module-sunley-experienced-team .show-item .item.selected img {
        border: 5px solid #35b5eb;
    }
}

@media (min-width: 768px) {
    .module-sunley-experienced-team .show-item .hide .inner {
        display: none;
    }
}

@media (min-width: 480px) {
    .module-sunley-experienced-team .show-item .hide-2-col .inner {
        display: none;
    }
}

.module-sunley-experienced-team .item.extra-info .loading {
    font-weight: bold;
    width: 50%;
    margin-top: 18%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.module-sunley-experienced-team .alert {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.module-sunley-experienced-team .alert-info {
    color: #31708f;
    border-color: #bce8f1;
    background-color: #d9edf7;
}

.module-sunley-experienced-team .team-nav {
    font-size: 0;
    position: absolute;
    top: 50%;
    display: none;
    width: 31px;
    height: 70px;
    margin-top: -35px;
    color: transparent;
    background-color: #35b5eb;
    background-repeat: no-repeat;
    background-position: center;
}

.module-sunley-experienced-team .team-nav.next {
    right: -10px;
    background-image: url(../img/icon/arrow/right-grey-large.png);
}

.module-sunley-experienced-team .team-nav.previous {
    left: -10px;
    background-image: url(../img/icon/arrow/left-grey-large.png);
}

@media (min-width: 768px) {
    .module-sunley-experienced-team .team-nav {
        display: block;
    }
}

.module-sunley-experienced-team .button-wrapper {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .module-sunley-experienced-team .button-wrapper {
        margin: 20px 0 15px;
    }
}

.module-sunley-experienced-team .team-separator {
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .module-sunley-experienced-team .team-separator {
        margin-top: 1.6em;
        margin-bottom: 1.6em;
    }
}

@media (min-width: 768px) {
    div.module-sunley-contact-us .heading {
        width: 50%;
    }
}

.module-sunley-contact-us .content {
    padding: 0;
    background-color: transparent;
}

.module-sunley-contact-us .contact {
    overflow: hidden;
    margin-bottom: 20px;
    padding: 5.17%;
    background-color: #eee;
}

.module-sunley-contact-us .contact .inner {
    overflow: hidden;
    padding: 40px 20px 20px;
    background-color: #fff;
}

@media (min-width: 768px) {
    .module-sunley-contact-us .contact {
        float: none;
        width: auto;
        margin-bottom: 60px;
        padding: 25px;
    }
    .module-sunley-contact-us .contact .inner {
        overflow: hidden;
        padding: 75px 45px 75px;
    }
}

.module-sunley-contact-us .copy {
    float: none;
    width: 100%;
    background-color: #fff;
}

@media (min-width: 768px) {
    .module-sunley-contact-us .copy {
        float: left;
        width: 45%;
    }
}

.module-sunley-contact-us .image-container {
    float: none;
    width: 100%;
}

@media (min-width: 768px) {
    .module-sunley-contact-us .image-container {
        float: right;
        width: 50%;
    }
}

.module-sunley-contact-us .image-container img {
    width: 100%;
}

.module-sunley-home .content {
    overflow: hidden;
    padding: 25px;
    background: #eee;
}

@media (min-width: 768px) {
    .module-sunley-home .content {
        margin-bottom: 50px;
    }
}

.module-sunley-home .content-container {
    margin-bottom: 1.8em;
}

@media (min-width: 768px) {
    .module-sunley-home .content-container {
        float: left;
        width: 40%;
        margin-bottom: 0;
        padding-right: 25px;
    }
}

@media (min-width: 768px) {
    .module-sunley-home .image-container {
        float: right;
        width: 60%;
    }
}

.module-sunley-home p {
    font-size: 1.125em;
}

.module-sunley-home a.button {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
}

@media (min-width: 768px) {
    .module-sunley-home a.button {
        margin-bottom: 0;
    }
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .module-sunley-home a.button {
        background-size: 36px 35px;
    }
}

.module-sunley-home a.full {
    float: none;
}

@media (min-width: 768px) {
    .module-sunley-home a.highlight {
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    .module-sunley-home a.highlight.right {
        float: left;
    }
}

@media print {
    * {
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: ' ('attr(href) ')';
    }
    abbr[title]:after {
        content: ' ('attr(title) ')';
    }
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
    body {
        padding: 20px !important;
    }
    * {
        line-height: 1.4em !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        float: none !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        text-align: left !important;
    }
    .header {
        display: none !important;
    }
    .hero {
        display: none !important;
    }
    .latest-news {
        position: relative !important;
    }
    .carousel-nav {
        display: none !important;
    }
    img {
        width: auto !important;
    }
    .page-about-us-sub table {
        border-top: 1px solid #d2d2d3 !important;
        border-left: 1px solid #d2d2d3 !important;
    }
    .page-about-us-sub table tr {
        display: table-row !important;
    }
    .page-about-us-sub table tr.foot {
        display: none !important;
    }
    .page-about-us-sub table th,
    .page-about-us-sub table td {
        display: table-cell !important;
        width: auto !important;
        padding: 10px !important;
        border-right: 1px solid #d2d2d3 !important;
        border-bottom: 1px solid #d2d2d3 !important;
    }
    .page-about-us-sub table th div,
    .page-about-us-sub table th span,
    .page-about-us-sub table td div,
    .page-about-us-sub table td span {
        padding: 0 !important;
    }
    .page-investments form.filter,
    .page-case-studies form.filter,
    .page-ipos form.filter,
    .page-team form.filter {
        display: none;
    }
    .page-investments table td span,
    .page-case-studies table td span,
    .page-ipos table td span,
    .page-team table td span {
        display: block;
        margin-bottom: 10px !important;
    }
    .page-investments table td span.title,
    .page-case-studies table td span.title,
    .page-ipos table td span.title,
    .page-team table td span.title {
        margin-bottom: 5px !important;
    }
    .page-investments table td.country .title,
    .page-case-studies table td.country .title,
    .page-ipos table td.country .title,
    .page-team table td.country .title {
        margin-top: 10px !important;
    }
    .page-investments table br,
    .page-case-studies table br,
    .page-ipos table br,
    .page-team table br {
        display: none;
    }
    .page-investments table strong,
    .page-case-studies table strong,
    .page-ipos table strong,
    .page-team table strong {
        display: block;
        margin: 0 !important;
    }
    .page-investments table img,
    .page-case-studies table img,
    .page-ipos table img,
    .page-team table img {
        margin: 0 0 10px !important;
    }
    .page-investments .case .inner,
    .page-case-studies .case .inner,
    .page-ipos .case .inner,
    .page-team .case .inner {
        margin: 0 !important;
    }
    .page-investments .case .inner .content,
    .page-case-studies .case .inner .content,
    .page-ipos .case .inner .content,
    .page-team .case .inner .content {
        margin: 0 !important;
    }
    .page-investments .case .inner h3,
    .page-case-studies .case .inner h3,
    .page-ipos .case .inner h3,
    .page-team .case .inner h3 {
        margin-bottom: 10px !important;
    }
    .page-investments .case .inner p,
    .page-case-studies .case .inner p,
    .page-ipos .case .inner p,
    .page-team .case .inner p {
        margin-bottom: 10px !important;
    }
    .page-investments .case .img-wrapper,
    .page-case-studies .case .img-wrapper,
    .page-ipos .case .img-wrapper,
    .page-team .case .img-wrapper {
        margin: 0 !important;
    }
    .page-investments .case img,
    .page-case-studies .case img,
    .page-ipos .case img,
    .page-team .case img {
        margin: 0 0 10px !important;
    }
    .page-case-study .case-study-logo {
        display: none !important;
    }
    .page-case-study .case-study-info th {
        width: auto !important;
    }
    .page-case-study .case-study-info td {
        display: table !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .page-case-study .quote .author br {
        display: none;
    }
    .nav.dropdown a {
        border: none !important;
    }
    .the-content h1:after,
    .the-content h1 span,
    .the-content h2:after,
    .the-content h2 span {
        display: none;
    }
}

.sorting_disabled {
    visibility: hidden;
}

.top,
.bottom {
    border: none !important;
}

.video-responsive {
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 75px 0;
    padding-bottom: 56.25%;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.module-video-home .video-responsive {
    margin: 0;
}

section.carousel .latest-news .carousel-sidebar-button a.external.link span {
    background: url(/wp-content/themes/advent/img/icon/link.png) center no-repeat;
}

.hide-valet {
    display: none !important;
}


/* Diversity and Inclusion page styles */

.width100 {
    width: 100% !important;
}

.diversity-and-inclusion iframe {
    max-width: 100%;
    height: 280px;
}

.page-about-section iframe {
    max-width: 100%;
    height: 220px;
}

@media screen and (min-width: 540px) {
    .diversity-and-inclusion iframe,
    .page-about-section iframe {
        height: 320px;
    }
}

@media screen and (min-width: 660px) {
    .diversity-and-inclusion iframe,
    .page-about-section iframe {
        height: 360px;
    }
}

@media screen and (min-width: 768px) {
    .diversity-and-inclusion iframe,
    .page-about-section iframe {
        height: 400px;
    }
}

@media screen and (min-width: 992px) {
    .diversity-and-inclusion iframe,
    .page-about-section iframe {
        height: 480px;
    }
}

.diversity-page-highlight-text {
    padding: 20px 20px 1px;
    color: #fff;
    background-color: #00b8f0;
}

.diversity-page-highlight-text h3 {
    text-transform: uppercase;
}

.diversity-page-highlight-text p {
    color: #fff;
}

.module-diversity .container {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .module-diversity .viewable {
        display: none !important;
    }
}

.module-diversity .js-list-tabs li {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .diversity-and-inclusion .module-selected-investments .nav li .responsible-investment .module-selected-investments .nav li {
        width: 25% !important;
    }
    .diversity-and-inclusion .module-selected-investments .nav li.selected a .responsible-investment .module-selected-investments .nav li.selected a {
        color: #000 !important;
        background: #ddd !important;
    }
    .diversity-and-inclusion .nav>li>a span .responsible-investment .nav>li>a span {
        top: 0 !important;
        bottom: 0 !important;
    }
    .diversity-and-inclusion .nav>li>a span.span-underline .responsible-investment .nav>li>a span.span-underline {
        top: auto !important;
        bottom: 0 !important;
    }
}

.diversity-and-inclusion .module-selected-investments .content.selected .responsible-investment .module-selected-investments .content.selected {
    padding: 0 !important;
    background: #ddd !important;
}

.diversity-and-inclusion div[id^='tab-content-container-'] .tab-content-full-image .responsible-investment div[id^='tab-content-container-'] .tab-content-full-image {
    position: relative;
    min-height: 500px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .diversity-and-inclusion div[id^='tab-content-container-'] .tab-content-full-image,
    .responsible-investment div[id^='tab-content-container-'] .tab-content-full-image {
        background-position: center;
    }
}

.diversity-and-inclusion div[id^='tab-content-container-'] .tab-content-full-image {
    position: relative;
    min-height: 500px;
    padding: 0;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    background-position: 80% center;
    background-size: cover;
}

.responsible-investment div[id^='tab-content-container-'] .tab-content-full-image {
    position: relative;
    min-height: 240px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: 80% center;
    background-size: cover;
}

.responsible-investment .case-studies.js-tab-content-inner img {
    height: auto !important;
}

@media screen and (max-width: 767px) {
    .diversity-and-inclusion div[id^='tab-content-container-'] .dai-hide-mobile,
    .responsible-investment div[id^='tab-content-container-'] .dai-hide-mobile {
        display: none !important;
    }
    .diversity-and-inclusion div[id^='tab-content-container-'] .content.selected,
    .responsible-investment div[id^='tab-content-container-'] .content.selected,
    .diversity-and-inclusion div[id^='tab-content-container-'] .content.selected .case-study-content,
    .responsible-investment div[id^='tab-content-container-'] .content.selected .case-study-content {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    .diversity-and-inclusion.dai-hide-mobile,
    .responsible-investment.dai-hide-mobile {
        display: none !important;
    }
}

.diversity-and-inclusion .tab-content-full-image.read-more-container,
.responsible-investment .tab-content-full-image.read-more-container {
    font-size: 14px;
}

.diversity-and-inclusion .tab-content-full-image.read-more-container {
    padding: 20px !important;
}

.diversity-and-inclusion .tab-content-full-image.read-more-container hr,
.responsible-investment .tab-content-full-image.read-more-container hr {
    height: 0;
    margin: 20px 0;
    border: 1px solid #00b8f0;
    background: none;
}

.diversity-and-inclusion .tab-content-description,
.responsible-investment .tab-content-description {
    position: absolute;
    bottom: 0;
    padding: 20px;
    text-align: center;
    color: #00b8f0;
    background: #ddd;
}

body.diversity-and-inclusion .hero {
    background-image: url('https://www.adventinternational.com/wp-content/uploads/2020/09/Diversity-Hero-530.jpg') !important;
}

body.responsible-investment .hero {
    background-image: url('https://www.adventinternational.com/wp-content/uploads/2020/11/Responsible-Hero-530.jpg') !important;
}

@media screen and (min-width: 768px) {
    .diversity-and-inclusion .tab-content-description,
    .responsible-investment .tab-content-description {
        text-align: left;
    }
}

.diversity-and-inclusion .tab-content-description h4 {
    margin-bottom: 0;
}

.diversity-and-inclusion .tab-content-description span {
    color: #000;
}

.module-diversity.module-selected-investments .case-studies {
    margin-bottom: 0 !important;
}

.dai-next,
.dai-back,
.ri-next,
.ri-back {
    font-weight: bold;
    display: block;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #00b8f0;
}

@media screen and (min-width: 768px) {
    .dai-next,
    .dai-back,
    .ri-next,
    .ri-back {
        text-align: right;
    }
}

.easy2 {
    display: none;
}

.dai-img-thumbnail-rounded {
    width: 100%;
    max-width: 150px;
    height: auto !important;
    margin: 20px auto !important;
    border-radius: 50% !important;
}

@media screen and (min-width: 768px) {
    .dai-img-thumbnail-rounded {
        float: right;
        max-width: 90px;
        margin: 0 !important;
    }
}

.dai-their-words {
    margin: 0;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #595a5b;
}

@media screen and (min-width: 768px) {
    .dai-their-words {
        width: fit-content;
        text-align: left;
    }
}

.diversity-and-inclusion .tabs,
.responsible-investment .tabs,
.responsible-investment .social-tabs,
.responsible-investment .governance-tabs {
    display: flex;
    flex-wrap: wrap;
}

.diversity-and-inclusion .tabs label,
.responsible-investment .tabs label,
.responsible-investment .social-tabs label,
.responsible-investment .governance-tabs label {
    font-weight: bold;
    display: block;
    margin-right: .2rem;
    padding: 18px;
    cursor: pointer;
    transition: background ease .2s;
    text-align: center;
    color: #fff;
    background: #00b8f0;
    order: 1;
}

@media screen and (min-width: 768px) {
    .mr0 {
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .diversity-and-inclusion .tabs label,
    .responsible-investment .tabs label,
    .responsible-investment .social-tabs label,
    .responsible-investment .governance-tabs label {
        flex-grow: 1;
        flex-basis: 0;
    }
    .responsible-investment .tabs label,
    .responsible-investment .social-tabs label,
    .responsible-investment .governance-tabs label {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.diversity-and-inclusion .tabs .tab,
.responsible-investment .tabs .tab,
.responsible-investment .social-tabs .tab,
.responsible-investment .governance-tabs .tab {
    display: none;
    width: 100%;
    order: 99;
    flex-grow: 1;
}

.diversity-and-inclusion .tabs input[type='radio'],
.responsible-investment .tabs input[type='radio'],
.responsible-investment .social-tabs input[type='radio'],
.responsible-investment .governance-tabs input[type='radio'] {
    display: none;
}

.diversity-and-inclusion .tabs input[type='radio']:checked+label,
.responsible-investment .tabs input[type='radio']:checked+label,
.responsible-investment .social-tabs input[type='radio']:checked+label,
.responsible-investment .governance-tabs input[type='radio']:checked+label {
    color: #38383a;
    background: #ddd;
}

.diversity-and-inclusion .tabs input[type='radio']:checked+label+.tab,
.responsible-investment .tabs input[type='radio']:checked+label+.tab,
.responsible-investment .social-tabs input[type='radio']:checked+label+.tab,
.responsible-investment .governance-tabs input[type='radio']:checked+label+.tab {
    display: block;
}

.environmental-mobile {
    display: none;
}

@media (max-width: 767px) {
    .diversity-and-inclusion .tabs .tab,
    .responsible-investment .tabs .tab,
    .responsible-investment .social-tabs .tab,
    .responsible-investment .governance-tabs .tab,
    .diversity-and-inclusion .tabs label,
    .responsible-investment .tabs label,
    .responsible-investment .social-tabs label,
    .responsible-investment .governance-tabs label {
        order: initial;
    }
    .diversity-and-inclusion .tabs label,
    .responsible-investment .tabs label,
    .responsible-investment .social-tabs label,
    .responsible-investment .governance-tabs label {
        width: 100%;
        margin-top: .2rem;
        margin-right: 0;
    }
    .environmental-mobile {
        display: block !important;
        max-width: 300px;
    }
    .environmental-desktop {
        display: none;
    }
}

.diversity-and-inclusion .carousel {
    position: relative;
}

.diversity-and-inclusion .carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.diversity-and-inclusion .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 400px;
}

.diversity-and-inclusion .carousel-inner header {
    min-height: 70px;
    margin-bottom: 22px;
    border-bottom: 1px solid #fff;
}

.diversity-and-inclusion .carousel-inner header h3 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    color: #366272;
}

.diversity-and-inclusion .carousel-inner header img {
    max-height: 50px;
}

@media screen and (min-width: 768px) {
    .diversity-and-inclusion .carousel-inner header img {
        margin: 0 0 20px !important;
    }
}

.diversity-and-inclusion .carousel-inner p {
    font-size: .875em !important;
}

@media screen and (min-width: 768px) {
    .diversity-and-inclusion .carousel-inner p {
        font-size: 1em !important;
    }
}

@media screen and (min-width: 768px) {
    .diversity-and-inclusion .carousel-inner {
        height: 650px;
    }
}

.diversity-and-inclusion .carousel-inner::after {
    display: block;
    clear: both;
    content: '';
}

.diversity-and-inclusion .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    padding: 20px;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.diversity-and-inclusion .carousel-item img {
    margin-bottom: 20px !important;
}

.diversity-and-inclusion .carousel-item .big-data-container {
    display: flex;
    height: 100%;
    align-items: center;
}

.diversity-and-inclusion .carousel-item .big-data {
    width: 100%;
    padding: 0 50px;
    color: #00b8f0;
}

.diversity-and-inclusion .carousel-item .big-data h3 {
    color: #000;
}

.diversity-and-inclusion .carousel-item .big-data h1 {
    font-size: 64px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .diversity-and-inclusion .carousel-item .big-data h1 {
        font-size: 72px;
    }
}

.diversity-and-inclusion .carousel-item .big-data h1::after {
    left: 0;
    width: 100%;
    height: 2px;
    margin-left: 0;
    background: #00b8f0;
}

.diversity-and-inclusion .carousel-item.full-image {
    height: 400px;
    padding: 0 !important;
    background-position: center;
    background-size: cover;
}

.diversity-and-inclusion #carousel-recruit .full-image {
    background-position-x: 90%;
}

.diversity-and-inclusion #carousel-retain .full-image {
    background-position-x: 15%;
}

@media screen and (min-width: 768px) {
    .diversity-and-inclusion #carousel-recruit .full-image {
        background-position-x: 90%;
    }
    .diversity-and-inclusion #carousel-retain .full-image {
        background-position-x: 20%;
    }
    .diversity-and-inclusion #carousel-develop .full-image {
        background-position-x: 55%;
    }
    .diversity-and-inclusion #carousel-culture .full-image {
        background-position-x: 60%;
    }
}

.our-benefit-tooltip-container {
    position: relative;
}

.our-benefit-tooltip-container .tooltip {
    position: absolute;
    width: 70px;
    height: 70px;
}

.our-benefit-tooltip-container .tooltip.tooltip-1 {
    top: 0;
    left: 155px;
}

.our-benefit-tooltip-container .tooltip.tooltip-2 {
    top: 25px;
    left: 235px;
}

.our-benefit-tooltip-container .tooltip.tooltip-3 {
    top: 90px;
    left: 295px;
}

.our-benefit-tooltip-container .tooltip.tooltip-4 {
    top: 175px;
    left: 305px;
}

.our-benefit-tooltip-container .tooltip.tooltip-5 {
    top: 255px;
    left: 270px;
}

.our-benefit-tooltip-container .tooltip.tooltip-6 {
    top: 300px;
    left: 200px;
}

.our-benefit-tooltip-container .tooltip.tooltip-7 {
    top: 300px;
    left: 110px;
}

.our-benefit-tooltip-container .tooltip.tooltip-8 {
    top: 255px;
    left: 40px;
}

.our-benefit-tooltip-container .tooltip.tooltip-9 {
    top: 175px;
    left: 5px;
}

.our-benefit-tooltip-container .tooltip.tooltip-10 {
    top: 90px;
    left: 15px;
}

.our-benefit-tooltip-container .tooltip.tooltip-11 {
    top: 20px;
    left: 75px;
}

.diversity-and-inclusion .carousel-item.our-benefit .our-benefit-tooltip-container {
    display: none;
}

@media screen and (min-width: 992px) {
    .diversity-and-inclusion .carousel-item.our-benefit ul {
        display: none;
    }
    .diversity-and-inclusion .carousel-item.our-benefit .our-benefit-tooltip-container {
        display: block;
        width: 380px;
        height: 380px;
        margin-left: 0;
    }
}

.our-benefit ul li {
    font-size: .875em;
}

@media (prefers-reduced-motion:reduce) {
    .diversity-and-inclusion .carousel-item {
        transition: none;
    }
}

.diversity-and-inclusion .carousel-item-next,
.diversity-and-inclusion .carousel-item-prev,
.diversity-and-inclusion .carousel-item.active {
    display: block;
    height: 610px;
}

@media screen and (min-width: 768px) {
    .diversity-and-inclusion .carousel-item.full-image {
        height: 650px !important;
    }
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.diversity-and-inclusion .active.carousel-item-left,
.diversity-and-inclusion .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.diversity-and-inclusion .carousel-fade .carousel-item {
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
    opacity: 0;
}

.diversity-and-inclusion .carousel-fade .carousel-item-next.carousel-item-left,
.diversity-and-inclusion .carousel-fade .carousel-item-prev.carousel-item-right,
.diversity-and-inclusion .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.diversity-and-inclusion .carousel-fade .active.carousel-item-left,
.diversity-and-inclusion .carousel-fade .active.carousel-item-right {
    z-index: 0;
    transition: opacity 0s .6s;
    opacity: 0;
}

@media (prefers-reduced-motion:reduce) {
    .diversity-and-inclusion .carousel-fade .active.carousel-item-left,
    .diversity-and-inclusion .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.diversity-and-inclusion .carousel-indicators {
    position: absolute;
    z-index: 15;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    list-style: none;
    -ms-flex-pack: center;
    justify-content: center;
}

.diversity-and-inclusion .carousel-indicators li {
    box-sizing: content-box;
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-bottom: 5px;
    margin-left: 3px;
    cursor: pointer;
    transition: opacity .6s ease;
    text-indent: -999px;
    opacity: .75;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 50%;
    background-color: #fff;
    background-clip: padding-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

@media (prefers-reduced-motion:reduce) {
    .diversity-and-inclusion .carousel-indicators li {
        transition: none;
    }
}

.diversity-and-inclusion .carousel-indicators .active {
    opacity: 1;
}

.dai-carousel-container {
    display: flex;
    flex-wrap: wrap;
}

.dai-carousel-container .dia-carousel-left {
    height: 100%;
    padding: 20px;
    color: #fff;
}

.dai-carousel-container .dia-carousel-left h3 {
    font-size: 1.875em;
    font-weight: bold;
    text-transform: uppercase;
}

.dai-carousel-container .dia-carousel-right {
    padding: 0;
    background-color: #e8e8e8;
}

.dia-blue-bg {
    background-color: #00b8f0;
}

.dia-dark-blue-bg {
    background-color: #366272;
}

@media screen and (min-width: 768px) {
    .dai-carousel-container,
    .dai-carousel-container .dia-carousel-left,
    .dai-carousel-container .dia-carousel-right,
    .dai-carousel-container .dia-carousel-right .slide {
        height: 650px;
    }
}

.dai-member-row .item {
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .dai-member-row .item {
        width: 20%;
        min-height: 290px;
    }
}

.dai-member-row img {
    max-height: 300px;
    margin: 0 !important;
}

.dai-member-row a {
    font-weight: bold;
    color: #00b8f0;
}

.dai-member-row a,
.dai-member-row span {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
}

.dai-member-row span.position {
    font-size: 14px;
}

.dai-member-row span.location {
    font-weight: bold;
}

.dai-member-row .img-wrapper {
    margin-bottom: 10px;
}

.dai-member-row .text-wrapper {
    min-height: 120px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ' ';
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-center {
    text-align: center;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none;
}

.affix {
    position: fixed;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .hidden-mobile {
        display: none;
    }
}


/* CSS of Tooltipster plugin */

.tooltipster-base {
    /* this may be overriden in JS for fixed position origins */
    position: absolute;
    /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
    display: flex;
    pointer-events: none;
}

.tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
    flex: 1 1 auto;
}

.tooltipster-content {
    overflow: auto;
    /* prevents an overflow if the user adds padding to the div */
    box-sizing: border-box;
    max-width: 100%;
    /* these make sure we'll be able to detect any overflow */
    max-height: 100%;
}

.tooltipster-ruler {
    position: fixed;
    top: 0;
    right: 0;
    /* these let us test the size of the tooltip without overflowing the window */
    bottom: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
}


/* ANIMATIONS */


/* Open/close animations */


/* fade */

.tooltipster-fade {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}


/* grow */

.tooltipster-grow {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .320, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}


/* swing */

.tooltipster-swing {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    opacity: 0;
}

.tooltipster-swing.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.230, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.230, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.230, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.230, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.230, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.230, .635, .495, 2.4);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    opacity: 1;
}


/* fall */

.tooltipster-fall {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .320, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -ms-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
    top: 0 !important;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    opacity: 0;
}


/* slide */

.tooltipster-slide {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .320, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .320, 1.15);
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -ms-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
    left: 0 !important;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    opacity: 0;
}


/* Update animations */


/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */


/* fade */

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms;
}


/* rotate */

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms;
}


/* scale */

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms;
}


/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */


/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}


/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
    line-height: 18px;
    padding: 6px 14px;
    color: #464849;
}


/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
    position: absolute;
    overflow: hidden;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    top: 0;
    width: 20px;
    height: 10px;
    /* half the width, for centering */
    margin-left: -10px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
    top: 0;
    right: 0;
    width: 10px;
    height: 20px;
    margin-top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    /* same as .tooltipster-left .tooltipster-arrow */
    top: 0;
    left: 0;
    width: 10px;
    height: 20px;
    margin-top: -10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    width: 20px;
    height: 10px;
    margin-left: -10px;
}


/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    position: absolute;
    width: 0;
    height: 0;
}


/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    top: 3px;
    left: 0;
    border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    top: 0;
    left: -3px;
    border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    top: 0;
    left: 3px;
    border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    top: -3px;
    left: 0;
    border-top-color: #fff;
}


/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
    top: 0;
    left: 0;
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #fff;
}


/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

.allow-vertical-scroll {
    overflow-y: scroll;
}

.allow-vertical-scroll .carousel-sub-item {
    margin-bottom: 50px;
}


/* Responsible Investment Page styles */

.responsible-investment-column .flex {
    display: flex;
    margin: 0;
    text-align: center;
    background-color: #f4f4f4;
}

.responsible-investment-column .flex:nth-child(odd) {
    flex-direction: row-reverse;
}

.responsible-investment-column .flex div:first-child {
    background-position: center;
    background-size: cover;
    flex: 1;
}

.responsible-investment-column .flex div:last-child {
    margin: 2rem;
    flex: 1;
}

.blue-text {
    color: #00b8f0 !important;
}

.bold-text {
    font-weight: bold !important;
}

.gradient-bg {
    margin: 0;
    padding: 5px;
    text-align: center;
    color: #fff;
    background: rgb(0, 186, 242);
    background: linear-gradient(90deg, rgba(0, 186, 242, 1) 0%, rgba(0, 98, 114, 1) 100%);
}

.responsible-investment-6-columns {
    overflow: hidden;
}

.responsible-investment-6-columns .ri-single-box {
    float: left;
    width: 50%;
    min-height: 200px;
    margin-bottom: 1px;
    padding: 15px;
    text-align: center;
    color: #376271;
    border-right: 1px solid #fff;
    background-color: #f1f1f1;
}

@media screen and (min-width: 768px) {
    .responsible-investment-6-columns .ri-single-box {
        width: 33.33%;
        min-height: 230px;
    }
}

.responsible-investment-6-columns .ri-single-box img {
    min-height: 60px;
    max-height: 60px;
    margin: 0 !important;
}

@media screen and (min-width: 768px) {
    .responsible-investment-6-columns .ri-single-box img {
        min-height: 100px;
        max-height: 100px;
    }
}

.responsible-investment-6-columns .ri-single-box h4 {
    font-weight: normal;
    margin: 20px 0 0;
}

.responsible-investment-6-columns .ri-single-box:last-child {
    border-right: none;
}

@media screen and (min-width: 960px) {
    .responsible-investment-6-columns .ri-single-box {
        width: 16.6%;
        min-height: 255px;
        padding-top: 50px;
        background: #f1f1f1 url(../images/ri-arrow-down.svg) no-repeat center -5px;
        background-size: 15px;
    }
}

.one-third-button {
    width: 100%;
    margin-bottom: 20px !important;
}

@media screen and (min-width: 768px) {
    .one-third-button {
        float: left !important;
        width: 33%;
        margin: 0 .1% 0 !important;
    }
}

.ri-play-button {
    max-width: 80px !important;
    margin-top: 60px !important;
}

.ri-first-page-content {
    padding: 20px;
}

.ri-first-page-content {
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .mb20-desktop {
        margin-bottom: 20px !important;
    }
    .ri-first-page-content {
        padding: 0;
    }
    .ri-first-page-content .ri-column {
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .ri-first-page-content .ri-column:last-child {
        margin-right: 0;
    }
}

.ri-tab-first-page-container {
    overflow: hidden;
    margin: 0 15px;
    padding-top: 15px;
    background: #fff;
}

.p20 {
    padding: 20px;
}

.m0 {
    margin: 0 !important;
}

@media screen and (min-width: 768px) {
    .flex-center-desktop {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .responsible-investment .the-content {
        padding: 20px !important;
    }
}

@media screen and (min-width: 960px) {
    .diversity-and-inclusion .tabs label {
        padding: 18px 50px;
    }
}

.gray-background {
    background-color: #eee;
}

.p0 {
    padding: 0 !important;
}

.the-content.global-offices div.contact {
    min-height: 600px;
}

@media screen and (min-width: 768px) {
    .the-content.global-offices div.contact {
        min-height: 573px;
    }
}

.width100 {
    width: 100%;
}

.page-template-about .about-five-squares {
    position: relative;
    margin-bottom: 30px;
    padding: 20px;
    color: #fff;
    background-color: #366272;
}

.page-template-about .about-five-squares:after {
    position: absolute;
    z-index: 1;
    top: -6px;
    right: 0;
    left: 0;
    height: 3px;
    content: '';
    background: #bfab64;
}

@media screen and (min-width: 992px) {
    .page-template-about .about-five-squares-last-item {
        margin-left: 25%;
    }
}

.page-template-about .about-five-squares span {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 3px solid #bfab64;
    border-radius: 50%;
}

.page-template-about .about-five-squares h3 {
    font-weight: bold;
    color: #00b8f0;
}

.page-template-about .about-five-squares hr {
    max-width: 40%;
    height: 3px;
    border: none;
    background-color: #bfab64;
}

.page-template-about .about-five-squares p {
    margin: 1em 0 0;
}

@media screen and (min-width: 1200px) {
    .page-template-about .about-five-squares h3 {
        font-size: 25px;
        max-width: 82%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
    .about-page-template .dia-dark-blue-bg p {
        font-size: 1.325em !important;
    }
    .about-page-template .dia-dark-blue-bg h4 {
        font-size: 1.325em !important;
    }
    .about-page-template .dia-dark-blue-bg h5 {
        font-size: 1.125em !important;
    }
}

.about-page-template .dia-dark-blue-bg h5 {
    color: #00b8f0;
}

.about-page-template .dia-dark-blue-bg hr {
    height: 1px !important;
    border: none !important;
    background: #00b8f0 !important;
}

.about-page-template .dia-dark-blue-bg h4,
.about-page-template .dia-dark-blue-bg h5 {
    margin: 5px 0 !important;
}

.tac {
    text-align: center;
}

.about-interactive-svg {
    position: relative;
    max-width: 80%;
    margin: 50px auto;
}

.about-interactive-svg image {
    transition: all .35s ease-in-out;
    opacity: .2;
}

.about-interactive-svg image:hover {
    transition: all .35s ease-in-out;
    opacity: 1 !important;
}

.about-interactive-svg span.agenda {
    font-size: 13px;
    line-height: 1.4;
    display: inherit;
    margin: 10px auto;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .about-interactive-svg span.agenda {
        position: absolute;
        bottom: 0;
        left: -10%;
        text-align: left;
    }
}

@media screen and (min-width: 992px) {
    h2.small-heading {
        font-size: 1.75em !important;
    }
}

.about-interactive-svg-container {
    font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif !important;
    position: absolute;
    top: 18%;
    left: 25%;
    display: flex;
    overflow: hidden;
    width: 50%;
    height: 50%;
    /* background: red; */
    padding: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: space-between;
}

@media screen and (min-width: 768px) {
    .about-interactive-svg-container {
        padding: 20px;
    }
}

@media screen and (min-width: 992px) {
    .about-interactive-svg-container {
        top: 22%;
    }
}

.about-interactive-svg-container div {
    width: 100%;
}

.about-interactive-svg-container h2,
.about-interactive-svg-container h5 {
    font-family: 'Gotham A', 'Gotham B', Arial, Helvetica, sans-serif !important;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 0 5px !important;
    text-align: center !important;
    text-transform: none !important;
    color: #fff;
}

.about-interactive-svg-container h2 {
    font-size: 2em !important;
}

@media screen and (min-width: 992px) {
    .about-interactive-svg-container h2 {
        font-size: 2.8em !important;
    }
}

.about-interactive-svg-container h5 {
    font-size: .7em !important;
    line-height: 1.2 !important;
}

@media screen and (min-width: 992px) {
    .about-interactive-svg-container h5 {
        font-size: 1em !important;
    }
}

.about-interactive-svg-container h2:after {
    bottom: 10px !important;
    left: 20% !important;
    width: 60% !important;
    height: 3px !important;
    margin: 0 !important;
    background: #c8ac60 !important;
}

.about-page-template .dia-carousel-right {
    min-height: 300px;
    background-image: url('http://www.adventinternational.com/wp-content/uploads/2021/01/MADDIE-CONWAY-500.jpg');
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 480px) {
    .about-page-template .dia-carousel-right {
        min-height: 480px;
    }
}

@media screen and (min-width: 640px) {
    .about-page-template .dia-carousel-right {
        min-height: 640px;
    }
}

@media screen and (min-width: 768px) {
    .about-page-template .dia-carousel-right {
        background-image: url('http://www.adventinternational.com/wp-content/uploads/2021/01/MADDIE-CONWAY-500.jpg');
    }
}

@media screen and (min-width: 992px) {
    .dai-carousel-container.about-page-template,
    .dai-carousel-container.about-page-template .dia-carousel-left,
    .dai-carousel-container.about-page-template .dia-carousel-right {
        height: 500px !important;
        min-height: 500px !important;
    }
}

g.technology-text:hover~image#shutterstock_x5F_116283283_2_ {
    opacity: .2;
}

@media screen and (min-width: 768px) {
    .module.module-deep-sector-knowledge.module-tabs .nav.js-list-tabs li a {
        display: flex;
        align-items: center;
    }
}

@media screen and (min-width: 1200px) {
    .menu-who-we-are {
        margin-left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .menu-what-we-do-container {
        margin-left: 85px;
    }
}

@media screen and (min-width: 1200px) {
    .menu-our-portfolio-container {
        margin-left: 342px;
    }
}

@media screen and (min-width: 1200px) {
    .menu-what-we-do-container {
        margin-left: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .menu-our-portfolio-container {
        margin-left: 342px;
    }
}

section.header .sub-nav .container div {
    float: right;
    overflow: hidden;
    width: 850px;
    margin-right: 120px;
}

@media screen and (min-width: 1200px) {
    .menu-what-we-do-container {
        margin-left: 150px;
    }
    .menu-our-portfolio-container {
        margin-left: 410px;
    }
}

.hide-under-1200 {
    display: none;
}

.hide-over-1200 {
    display: block;
}

@media screen and (min-width: 1200px) {
    .hide-under-1200 {
        display: block;
    }
    .hide-over-1200 {
        display: none;
    }
}

.search-link-wrapper .search:not(:first-of-type),
.nav-wrapper .search:not(:first-of-type) {
    display: none !important;
}

body.page-id-1161 .page-nav,
body.page-id-2695 .page-nav {
    display: none;
}

@media screen and (min-width: 768px) {
    .page-sectors .page .the-content h1 {
        font-size: 3.125em !important;
    }
}

.sa_owl_theme .owl-dots {
    bottom: 20px !important;
}

@media screen and (max-width: 768px) {
    .page .the-content h1 {
        font-size: 2em !important;
    }
}