@charset "UTF-8";
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Site Icons";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg") format("svg");
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Roboto";
  src: url("../fonts/roboto-regular.eot");
  src: url("../fonts/roboto-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular.ttf") format("truetype"), url("../fonts/roboto-regular.svg") format("svg");
}
@font-face {
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto";
  src: url("../fonts/roboto-regular-italic.eot");
  src: url("../fonts/roboto-regular-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-italic.woff") format("woff"), url("../fonts/roboto-regular-italic.ttf") format("truetype"), url("../fonts/roboto-regular-italic.svg") format("svg");
}
@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: "Roboto";
  src: url("../fonts/roboto-bold.eot");
  src: url("../fonts/roboto-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold.ttf") format("truetype"), url("../fonts/roboto-bold.svg") format("svg");
}
@font-face {
  font-weight: 800;
  font-style: normal;
  font-family: "Roboto";
  src: url("../fonts/roboto-black.eot");
  src: url("../fonts/roboto-black.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-black.woff") format("woff"), url("../fonts/roboto-black.ttf") format("truetype"), url("../fonts/roboto-black.svg") format("svg");
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

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

body {
  line-height: 1;
}

body,
input[type=submit],
input[type=button],
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

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

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
input[type=submit],
input[type=button],
input[type=search],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  line-height: 20px;
  background: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
input[type=search],
textarea,
select {
  width: 100%;
}

input[type=radio],
input[type=checkbox],
input[type=color],
input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

textarea {
  resize: none;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

.checkable span, .row--vm > .col {
  vertical-align: middle;
}

.video, .flex-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.video iframe, .flex-container iframe,
.video object,
.flex-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row {
  font-size: 0;
  margin-left: -40px;
}
.row--reverse {
  direction: rtl;
  text-align: left;
}
.row--flush {
  margin-left: 0;
}
.row--flush > .col {
  padding-left: 0;
}
.row--narrow {
  margin-left: -20px;
}
.row--narrow > .col {
  padding-left: 20px;
}
.row--vb > .col {
  vertical-align: bottom;
}
.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row--flex > .col {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.col {
  font-size: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: ltr;
  display: inline-block;
  padding-left: 40px;
  text-align: left;
  vertical-align: top;
  white-space: normal;
}
.col--adjust {
  margin-top: 10px;
}
@media only screen and (max-width: 1100px) {
  .col {
    font-size: 15px;
  }
}

.a12-25 {
  width: 48%;
}

.a13-25 {
  width: 52%;
}

.a1-5 {
  width: 20%;
}

.a2-5 {
  width: 40%;
}

.a3-5 {
  width: 60%;
}

.a4-5 {
  width: 80%;
}

.a5-5 {
  width: 100%;
}

.a1-12 {
  width: 8.3333333333%;
}

.a2-12 {
  width: 16.6666666667%;
}

.a3-12 {
  width: 25%;
}

.a4-12 {
  width: 33.3333333333%;
}

.a5-12 {
  width: 41.6666666667%;
}

.a6-12 {
  width: 50%;
}

.a7-12 {
  width: 58.3333333333%;
}

.a8-12 {
  width: 66.6666666667%;
}

.a9-12 {
  width: 75%;
}

.a10-12 {
  width: 83.3333333333%;
}

.a11-12 {
  width: 91.6666666667%;
}

.a12-12 {
  width: 100%;
}

@media only screen and (max-width: 1269px) {
  .c1-12 {
    width: 8.3333333333%;
  }
  .c2-12 {
    width: 16.6666666667%;
  }
  .c3-12 {
    width: 25%;
  }
  .c4-12 {
    width: 33.3333333333%;
  }
  .c5-12 {
    width: 41.6666666667%;
  }
  .c6-12 {
    width: 50%;
  }
  .c7-12 {
    width: 58.3333333333%;
  }
  .c8-12 {
    width: 66.6666666667%;
  }
  .c9-12 {
    width: 75%;
  }
  .c10-12 {
    width: 83.3333333333%;
  }
  .c11-12 {
    width: 91.6666666667%;
  }
  .c12-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .d1-6 {
    width: 16.6666666667%;
  }
  .d2-6 {
    width: 33.3333333333%;
  }
  .d3-6 {
    width: 50%;
  }
  .d4-6 {
    width: 66.6666666667%;
  }
  .d5-6 {
    width: 83.3333333333%;
  }
  .d6-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .e1-6 {
    width: 16.6666666667%;
  }
  .e2-6 {
    width: 33.3333333333%;
  }
  .e3-6 {
    width: 50%;
  }
  .e4-6 {
    width: 66.6666666667%;
  }
  .e5-6 {
    width: 83.3333333333%;
  }
  .e6-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 699px) {
  .f1-3 {
    width: 33.3333333333%;
  }
  .f2-3 {
    width: 66.6666666667%;
  }
  .f3-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .nav-c1-3 {
    width: 33.3333333333%;
  }
  .nav-c2-3 {
    width: 66.6666666667%;
  }
  .nav-c3-3 {
    width: 100%;
  }
}
img,
object,
video,
audio {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

.flex-container {
  padding-bottom: 56.25%;
}

.remus__handle::before, .remus__handle::after, .video__btn::before, .search__icon::before, .search__close::before, .quote--alt::before, .page__back::before, .nav__link--icon::before, .header__open::after, .header__close::after, .icon::before,
.icon-end::after {
  font-family: "Site Icons";
  vertical-align: middle;
  speak: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.page__back::before, .header__close::after, .icon--back::before,
.icon-end--back::after {
  content: "\e600";
}

.header__open::after, .icon--burger::before,
.icon-end--burger::after {
  content: "\e601";
}

.search__close::before, .icon--close::before,
.icon-end--close::after {
  content: "\e602";
}

.icon--fb::before,
.icon-end--fb::after {
  content: "\e603";
}

.remus__handle::before, .remus__handle::after, .icon--fwd::before,
.icon-end--fwd::after {
  content: "\e60a";
}

.icon--lin::before,
.icon-end--lin::after {
  content: "\e604";
}

.nav__link--lin::before, .icon--lin-full::before,
.icon-end--lin-full::after {
  content: "\e605";
}

.video__btn::before, .icon--play::before,
.icon-end--play::after {
  content: "\e606";
}

.quote--alt::before, .icon--quot::before,
.icon-end--quot::after {
  content: "\e607";
}

.search__icon::before, .nav__link--search::before, .icon--search::before,
.icon-end--search::after {
  content: "\e608";
}

.icon--tw::before,
.icon-end--tw::after {
  content: "\e609";
}

.container {
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 140px;
}
@media only screen and (min-width: 1100px) {
  .container--inset {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.container--header {
  padding-top: 40px;
}
@media only screen and (max-width: 1299px) {
  .container--header {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container--narrow {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1269px) {
  .container--narrow {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .container--narrow {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 699px) {
  .container {
    padding: 0 24px;
  }
}
.container--m {
  max-width: 1400px;
}

.container--full-bleed {
  padding: 0;
}

.table, .listing__inner, .footer__logo {
  width: 100%;
}

.main-logo__inner, .city-london-logo {
  background: no-repeat center center;
  background-size: contain;
  position: relative;
}

.js .loadomatic__pagination, .loadomatic__message--hidden,
.loadomatic__trigger--hidden {
  display: none;
}

.video__btn:focus, .search__input:focus {
  outline: 0;
}

.video__poster {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.quote, .typeset, .relative {
  position: relative;
}

.page__header__image {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.page__header__inner {
  position: relative;
  width: 100%;
  z-index: 2;
}

.city-london-logo {
  background-image: url("../img/city-of-london_logo.png");
  height: 0;
  padding-bottom: 73.8701725555%;
}
.city-london-logo--alt {
  background-image: url("../img/city-of-london_logo-wht.png");
}

.main-logo {
  display: inline-block;
}

.main-logo__inner {
  background-image: url("../img/acn_logo.svg");
  height: 66px;
  width: 141px;
}
@media only screen and (max-width: 1100px) {
  .main-logo__inner {
    height: 54px;
    width: 117px;
  }
}

.partner-logo img {
  margin: 0 auto;
  max-height: 100px;
  max-width: 200px;
  width: auto;
}

.scrim::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.invisible {
  left: -999rem;
  position: absolute;
}

@media only screen and (max-width: 1100px) {
  .d0 {
    display: none;
  }
}

@media only screen and (max-width: 899px) {
  .e0 {
    display: none;
  }
}

@media only screen and (min-width: 899px) {
  .e-show {
    display: none;
  }
}

.beta {
  font-size: 50px;
}
@media only screen and (max-width: 1100px) {
  .beta {
    font-size: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .beta {
    font-size: 30px;
  }
}
@media only screen and (max-width: 699px) {
  .beta {
    font-size: 25px;
  }
}

.epsilon {
  font-size: 25px;
}

.theta {
  font-size: 20px;
}

.iota {
  font-size: 15px;
}

.h,
.quote__inner,
.page__title,
.listing__title,
.typeset h3,
.typeset h2,
.h3,
.h2 {
  font-weight: 800;
}

.h2 {
  font-size: 25px;
}
@iclude media-min( e ) {
  .h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .h2 {
    font-size: 40px;
  }
}

.h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1100px) {
  .h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 899px) {
  .h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.h3--cap {
  max-width: 500px;
}

.h3__label {
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 1100px) {
  .h3__label {
    font-size: 15px;
  }
}

.p,
.typeset p,
.typeset ul,
.typeset ol,
.typeset img {
  display: block;
  margin: 0 0 20px;
}

.p2 {
  margin-bottom: 10px;
}

.p--capped {
  max-width: 350px;
}

@media only screen and (min-width: 899px) {
  .p--long {
    max-width: 100%;
  }
}

@media only screen and (max-width: 899px) {
  .p--s {
    margin-bottom: 10px;
  }
}

.caption {
  font-size: 15px;
  color: #8F8F8F;
  margin-top: 10px;
}

.a3, .a2, .a,
.cats__link,
.typeset a, .page__header--inverse a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.a2, .a,
.cats__link,
.typeset a {
  font-weight: 800;
}

.a3, .a,
.cats__link,
.typeset a {
  color: #30a3a6;
}
.a3:hover, .a:hover,
.cats__link:hover,
.typeset a:hover, .a3:focus, .a:focus,
.cats__link:focus,
.typeset a:focus {
  color: #535552;
}

.page__header--inverse a {
  color: #fff;
}
.page__header--inverse a:hover, .page__header--inverse a:focus {
  color: #30a3a6;
}

.a2 {
  color: #535552;
}

.divider {
  background: #535552;
  display: inline-block;
  height: 27px;
  margin: 0 10px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  vertical-align: middle;
  width: 1px;
}
@media only screen and (min-width: 1100px) {
  .divider {
    height: 36px;
    margin: 0 15px;
  }
}

.typeset ul, .typeset ol, .ul, .ol {
  padding-left: 24px;
}

.typeset ul li, .typeset ol li, .ul li, .ol li {
  margin-bottom: 12px;
}

.typeset ul li, .ul li {
  list-style: disc outside;
}

.typeset ol li, .ol li {
  list-style: decimal outside;
}

.typeset--adjust {
  padding-top: 16px;
}
@media only screen and (max-width: 1100px) {
  .typeset--adjust {
    padding-top: 13px;
  }
}
.typeset h2 {
  font-size: 40px;
}
.typeset h3 {
  font-size: 30px;
}
.cookie-notice {
  font-size: 15px;
  background: #f1f4f5;
  border: 1px solid rgba(83, 85, 82, 0.2);
  border-radius: 4px;
  bottom: 24px;
  display: none;
  left: 24px;
  margin-right: 24px;
  max-width: 655px;
  padding: 20px;
  position: fixed;
  z-index: 2;
}
.show-cookie-notice .cookie-notice {
  display: block;
}

body,
input,
textarea,
button {
  font-size: 20px;
  font-family: "Roboto";
}
@media only screen and (max-width: 1100px) {
  body,
  input,
  textarea,
  button {
    font-size: 15px;
  }
}

button {
  line-height: 1.2;
}

body {
  background: #f1f4f5;
  color: #535552;
  line-height: 1.2;
  overflow-anchor: none;
}

a:hover, a:active, a {
  color: inherit;
  text-decoration: inherit;
}

.arrow-btn__outer::after, .arrow-btn__inner {
  background: #30a3a6;
  border: 2px solid #30a3a6;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.arrow-btn:hover .arrow-btn__inner, .arrow-btn:hover .arrow-btn__outer::after {
  background-color: #fff;
}

.arrow-btn {
  color: #fff;
  display: inline-block;
}
.arrow-btn:hover {
  color: #30a3a6;
}
.arrow-btn__inner {
  border-right: 0;
  padding: 8px 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .arrow-btn__inner {
    padding: 5px 10px;
  }
}

.arrow-btn__outer {
  margin-right: 16px;
  position: relative;
  z-index: 1;
}
.arrow-btn__outer::after {
  content: "";
  height: 29px;
  margin-right: -15px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 29px;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .arrow-btn__outer::after {
    height: 20px;
    margin-right: -10px;
    width: 20px;
  }
}

.box-btn {
  font-size: 15px;
  border: 1px solid #30a3a6;
  border-radius: 4px;
  color: #30a3a6;
  padding: 3px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 1100px) {
  .box-btn--m {
    font-size: 20px;
    padding: 5px 12px;
  }
}
.box-btn:hover, .box-btn:focus {
  background: #30a3a6;
  color: #fff;
}
.box-btn--alt {
  border-color: #fff;
  color: #fff;
}
.box-btn--alt:hover, .box-btn--alt:focus {
  background: #fff;
  color: #30a3a6;
}

a.box-btn {
  display: inline-block;
}

.cats {
  margin-left: -15px;
}
.cats--r {
  text-align: right;
}
@media only screen and (max-width: 899px) {
  .cats {
    margin-top: 10px;
    text-align: left;
  }
}
.cats li {
  display: inline-block;
  padding-left: 15px;
}

.cats__link--active {
  color: #535552;
}

.checkable {
  font-size: 15px;
  margin: 5px 0;
}
.checkable--m {
  margin: 10px 0;
}
.checkable__label {
  cursor: pointer;
}

.checkable__pseudo {
  display: inline-block;
  height: 18px;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  width: 18px;
}
.checkable__pseudo::after {
  height: 12px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 12px;
}

.checkable__real:checked + .checkable__label .checkable__pseudo::after {
  opacity: 1;
}

.form__radio, .form__checkbox, .form .form__input {
  background: #fff;
  border: 1px solid rgba(83, 85, 82, 0.2);
  border-radius: 4px;
}

.form .form__input {
  font-size: 20px;
  color: #535552;
  padding: 6px 8px;
}
.form .form__input:focus {
  border-color: rgba(83, 85, 82, 0.6);
  outline: 0;
}

.form__checkbox::after {
  color: #30a3a6;
  content: "✓";
  left: 4px;
  top: 1px;
}

.form__feedback {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.form--success .form__feedback {
  opacity: 1;
}

.form__input--box {
  height: 170px;
}

.form__label {
  display: block;
  margin-bottom: 3px;
}

.form--success .form__main {
  display: none;
}

.form__radio {
  border-radius: 50%;
}
.form__radio::after {
  background: #30a3a6;
  border-radius: 50%;
  content: "";
  left: 3px;
  top: 3px;
}

.form__row {
  margin-bottom: 32px;
}
.form__row--invalid .form__input {
  border-color: #30a3a6;
}
.form__row--invalid .form__validation {
  height: auto;
  opacity: 1;
}

.form__validation {
  font-size: 15px;
  color: #30a3a6;
  height: 0;
  margin-top: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.footer {
  background: #fff;
  padding: 30px 0 20px;
}
@media only screen and (min-width: 899px) {
  .footer {
    padding: 80px 0 50px;
  }
}

@media only screen and (min-width: 899px) {
  .footer__credits {
    text-align: right;
  }
}

@media only screen and (min-width: 899px) {
  .footer__nav {
    text-align: center;
  }
  .footer__nav li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
  }
}

.footer__logo {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
@media only screen and (max-width: 899px) {
  .footer__logo {
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 134px;
  }
}

.footer__section {
  margin-bottom: 30px;
}
@media only screen and (min-width: 899px) {
  .footer__section {
    margin: 10px 20px 70px 0;
  }
}

@media only screen and (min-width: 1100px) {
  .header__open, .header__close {
    display: none;
  }
}

.header {
  border-bottom: 1px solid rgba(83, 85, 82, 0.2);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  .header::after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.2s, z-index 0s 0.2s;
    transition: opacity 0.2s, z-index 0s 0.2s;
    z-index: -1;
  }
  .nav-open .header::after {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    z-index: 2;
  }
}

.header__close {
  margin: 27px 0;
  padding: 5px 0;
}
@media only screen and (max-width: 1100px) {
  .header__main {
    margin: 1px 0 8px;
    position: relative;
    text-align: center;
  }
}
@media only screen and (max-width: 699px) {
  .header__main {
    margin-top: 15.5px;
  }
}

.header__open {
  left: 0;
  margin-top: 10px;
  padding: 5px 0;
  position: absolute;
}
.header__search {
  border-bottom: 3px solid #30a3a6;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: -3px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: -1;
}
@media only screen and (max-width: 1100px) {
  .header__search {
    background: #f1f4f5;
    height: 85px;
    padding: 0 15px;
    position: fixed;
  }
}
.search-open .header__search {
  opacity: 1;
  z-index: 2;
}

.lightbox {
  background-color: #f1f4f5;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
  padding: 40px;
  position: fixed;
  right: 0;
  -webkit-transition: opacity 0.25s, visibility 0s, z-index 0s;
  transition: opacity 0.25s, visibility 0s, z-index 0s;
  z-index: 3;
}
.lightbox--hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0, 0.25s, 0.25s;
          transition-delay: 0, 0.25s, 0.25s;
  visibility: hidden;
  z-index: -1;
}

.lightbox__close {
  margin: 2rem;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.lightbox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.listing {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.25s, -webkit-box-shadow 0.25s;
  transition: color 0.25s, -webkit-box-shadow 0.25s;
  transition: color 0.25s, box-shadow 0.25s;
  transition: color 0.25s, box-shadow 0.25s, -webkit-box-shadow 0.25s;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .listing {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 899px) {
  .listing--horz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.listing--link:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  color: #30a3a6;
}
.listing--link:hover .listing__title {
  color: #535552;
}
.listing--link:hover .listing__title--overlay {
  color: #30a3a6;
}
.listing--link:hover .listing__image {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.listing--link:hover .divider {
  background-color: #30a3a6;
}

.listing__image {
  -webkit-filter: brightness(93%);
          filter: brightness(93%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-filter 0.25s;
  transition: -webkit-filter 0.25s;
  transition: filter 0.25s;
  transition: filter 0.25s, -webkit-filter 0.25s;
  width: 100%;
  will-change: filter;
}

.listing__logo {
  max-width: 300px;
}
.listing__logo--mb {
  margin-bottom: 25px;
}

.listing__inner {
  padding: 20px;
}
.listing--horz .listing__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
@media only screen and (min-width: 899px) {
  .listing--horz .listing__inner {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 1100px) {
  .listing--horz .listing__inner {
    padding: 30px 50px;
  }
}

.listing__outer {
  background: #fff;
  border: 1px solid rgba(83, 85, 82, 0.2);
  border-radius: 0 0 4px 4px;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 100%;
}
@media only screen and (min-width: 699px) {
  .listing--horz .listing__outer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    border-top: 1px solid rgba(83, 85, 82, 0.2);
  }
  .listing--reverse .listing__outer {
    border-left: 1px solid rgba(83, 85, 82, 0.2);
    border-radius: 4px 0 0 4px;
    border-right: 0;
  }
}

.listing__overlay {
  bottom: 20px;
  color: #fff;
  left: 20px;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 699px) {
  .listing__overlay {
    bottom: 40px;
    left: 40px;
  }
}

.listing__subtitle {
  margin-top: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 899px) {
  .listing__subtitle {
    margin-top: 15px;
  }
}

.listing__summary {
  font-size: 15px;
  margin-top: 20px;
}
.listing__summary p:nth-last-child(1),
.listing__summary ul:nth-last-child(1) {
  margin-bottom: 0;
}

.listing__title {
  font-size: 25px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.listing__title:not(.listing__title--overlay) {
  color: #30a3a6;
}
@media only screen and (min-width: 1100px) {
  .listing__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 899px) {
  .listing__title--xl {
    font-size: 40px;
    font-size: 3.2vw;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1269px) {
  .listing__title--xl {
    font-size: 50px;
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 1900px) {
  .listing__title--xl {
    font-size: 50px;
  }
}
.listing__title--reset {
  margin-bottom: 0;
}

.nav {
  margin-bottom: -2px;
  padding-top: 20px;
}
@media only screen and (max-width: 1299px) {
  .nav {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .nav {
    background: #f1f4f5;
    bottom: 0;
    left: 0;
    margin: 0;
    padding-top: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 3;
  }
  .nav-open .nav {
    pointer-events: all;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (min-width: 1100px) {
  .nav__centred {
    text-align: center;
  }
}

.nav__main {
  display: inline-block;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .nav__main {
    border-bottom: 1px solid rgba(83, 85, 82, 0.2);
    border-top: 1px solid rgba(83, 85, 82, 0.2);
    display: block;
    padding: 30px 30px 0;
    text-align: left;
  }
}
@media only screen and (max-width: 899px) {
  .nav__main {
    padding: 24px;
  }
}
.nav__main ul {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search-open .nav__main ul {
  opacity: 0;
  pointer-events: none;
}
.nav__main li {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1100px) {
  .nav__main li {
    font-size: 15px;
    display: inline-block;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 1299px) {
  .nav__main li {
    font-size: 20px;
    margin: 0 7.5px;
  }
}

.nav__link {
  display: inline-block;
  font-weight: 800;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 1100px) {
  .nav__link--primary {
    border-bottom: 3px solid transparent;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1299px) {
  .nav__link--primary {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .nav__link--sec {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1299px) {
  .nav__link--sec {
    margin-bottom: 40px;
  }
}
.nav__link--btn {
  border: 1px solid;
  border-radius: 4px;
  padding: 2px 8px;
}
.nav__link--icon {
  vertical-align: 2px;
}
.nav__link:hover {
  color: #30a3a6;
}
.nav__link:hover, .nav__link--active {
  border-color: #30a3a6;
}
.nav__link.nav__link--active {
  color: #535552;
}

.nav__secondary {
  font-size: 15px;
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  .nav__secondary {
    margin: 0;
    padding: 20px;
    text-align: center;
  }
}
.nav__secondary li {
  display: inline-block;
  margin-left: 7.5px;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: calc(100vh - 128px);
}

.page__back::before {
  font-size: 15px;
  margin-right: 10px;
}

.page__body {
  max-width: 650px;
  position: relative;
}

.page__header {
  padding-top: 80px;
}
@media only screen and (max-width: 899px) {
  .page__header {
    padding-top: 30px;
  }
}
.page__header--full {
  height: 75vh;
  overflow: hidden;
  padding-top: 0;
}
.page__header--home {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 715px;
  padding-top: 225px;
}
@media only screen and (max-width: 1100px) {
  .page__header--home {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 699px) {
  .page__header--home {
    padding-top: 100px;
  }
}
.page__header--pinned-b {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page__header--inverse {
  color: #fff;
}
.page__header__logo {
  max-width: 350px;
}

.page__inner {
  max-width: 1080px;
}
.page__inner--push {
  margin-top: 80px;
}
@media only screen and (max-width: 899px) {
  .page__inner--push {
    margin-top: 20px;
  }
}

.page__intro {
  max-width: 650px;
}
@media only screen and (max-width: 899px) {
  .page__intro {
    margin-top: 5px;
  }
}
.page__intro--xl {
  font-size: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 899px) {
  .page__intro--xl {
    font-size: 25px;
  }
}
.page__intro--capped {
  font-size: 25px;
  max-width: 400px;
}

.page__outer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page__title {
  font-size: 30px;
}
@media only screen and (min-width: 899px) {
  .page__title {
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1100px) {
  .page__title--xl {
    font-size: 50px;
    margin-bottom: 10px;
  }
}

.quote {
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 300px;
}
@media only screen and (min-width: 899px) {
  .quote {
    font-size: 25px;
    margin: 20px 0 40px 40px;
    max-width: 425px;
  }
}
@media only screen and (min-width: 1269px) {
  .quote {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .quote--right {
    margin: -20px 0 0;
    max-width: 300px;
  }
}
.quote--alt {
  padding-left: 20px;
  padding-top: 3px;
}
@media only screen and (min-width: 899px) {
  .quote--alt {
    margin-left: 0;
  }
}
.quote--alt::before {
  color: #30a3a6;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.quote--inset .quote__inner {
  border-left: 3px solid #30a3a6;
  padding: 10px 0 10px 20px;
}
@media only screen and (min-width: 1269px) {
  .quote--inset .quote__inner {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  .quote--right .quote__inner {
    left: 0;
    position: absolute;
  }
}

.search__icon, .search__close {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.search {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .search {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.search__form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 15px;
}

.section {
  position: relative;
  z-index: 1;
}
.section--primary {
  margin-bottom: 80px;
}
@media only screen and (max-width: 899px) {
  .section--primary {
    margin-bottom: 30px;
  }
}
.section--secondary {
  overflow: hidden;
  padding-top: 40px;
}
.section--tertiary {
  margin-bottom: 40px;
}
.section--quaternary {
  background-color: #30a3a6;
  color: #fff;
  margin: -80px 0 -40px;
  padding: 90px 0;
  text-align: center;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .section--quaternary {
    margin: -60px 0 -30px;
    padding: 60px 0;
  }
}
.section--push {
  margin-top: 60px;
}
@media only screen and (max-width: 899px) {
  .section--push {
    margin-top: 20px;
  }
}

.section__bg {
  background: linear-gradient(to bottom, #A4C2CB 0, transparent 430px);
}
@media only screen and (min-width: 699px) {
  .section__bg {
    padding-bottom: 40px;
  }
}

.section__block {
  margin-bottom: 40px;
}
@media only screen and (min-width: 899px) {
  .section__block--m {
    margin-bottom: 80px;
  }
}
.section__block--r {
  margin-left: auto;
  text-align: right;
}

.section--secondary .section__inner {
  margin-bottom: -40px;
  margin-top: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.section__overlay {
  margin-top: 30px;
}
@media only screen and (min-width: 899px) {
  .section__overlay {
    bottom: 0;
    color: #fff;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
  }
}

.share li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: bottom;
}
.share a {
  display: block;
  margin-bottom: 3px;
}

@media only screen and (min-width: 699px) {
  .table {
    display: table;
    height: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .table--overlay {
    display: block;
  }
  .table--overlay > .table__cell {
    display: block;
    height: auto;
  }
}
.table--reverse {
  direction: rtl;
  text-align: left;
}

.table__cell {
  direction: ltr;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media only screen and (min-width: 699px) {
  .table__cell {
    display: table-cell;
    height: 100%;
    vertical-align: top;
  }
}

.video {
  padding-bottom: 56.25%;
}

.video--spaced {
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  .video--spaced {
    margin-top: 20px;
  }
}

.video__btn {
  font-size: 40px;
  background: #30a3a6;
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  display: inline-block;
  height: 54px;
  left: 20px;
  padding-bottom: 5px;
  padding-left: 5px;
  position: absolute;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 54px;
}
.video__btn::before {
  font-size: 87.5%;
}
.video__btn:hover {
  opacity: 0.8;
}

.video__poster {
  opacity: 0;
  position: absolute;
  z-index: 2;
}
.video--embed .video__poster {
  opacity: 1;
}
.video-loaded .video__poster {
  opacity: 0;
  -webkit-transition: opacity 0.25s 0.15s, z-index 0s 0.4s;
  transition: opacity 0.25s 0.15s, z-index 0s 0.4s;
  z-index: -1;
}

.loadomatic__trigger {
  margin: 0 auto 40px;
  padding: 7px 20px;
}

.loadomatic__pagination {
  margin-bottom: 40px;
  text-align: center;
}
.loadomatic__pagination li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: bottom;
}
.loadomatic__pagination .selected {
  font-weight: 800;
}

.remus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-drag: none;
  width: 100%;
}

.remus__handle {
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  cursor: move;
  height: 50px;
  margin-left: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.2s, -webkit-box-shadow 0.2s;
  transition: color 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, color 0.2s;
  transition: box-shadow 0.2s, color 0.2s, -webkit-box-shadow 0.2s;
  width: 50px;
  z-index: 1;
}
.remus__handle::before, .remus__handle::after {
  font-size: 15px;
  position: absolute;
  top: 17px;
}
.remus__handle::before {
  left: 12px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.remus__handle::after {
  right: 12px;
}
.remus__handle:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.remus__handle:hover, .remus__handle:active {
  color: #30a3a6;
}

.remus__item {
  display: inline-block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.remus__item--first {
  border-right: 2px solid #fff;
  position: relative;
}
.remus__item .remus__image {
  max-width: none;
  position: relative;
}