﻿@charset "UTF-8";
/* ----------

Binding Site
- Reactive London
- Style SCSS

---------- */
/* ---------- Frameworks */
/* ---------- Utils */
/* ----------

Binding Site
- Reactive London
- SASS Variables

---------- */
/* ---------- Breakpoints */
/* ---------- Page Width */
/* ---------- Colours */
/* ---------- Font Sizes and Line Height */
/* ---------- Menus */
/* ----------

Binding Site
- Reactive London
- SASS Mixins

---------- */
/* ---------- Layout */
/* ---------- Animation */
/* ---------- Misc */
/* ----------

Binding Site
- Reactive London
- SASS Functions

---------- */
/* ---------- Text */
/* ----------

Binding Site
- Reactive London
- Media Queries SCSS

---------- */
/* ---------- Base */
/* ----------

NEO Responsive 
- Reactive London
- Reset SCSS

---------- */
/* ---------- Reset */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;
  vertical-align: baseline; }

ol, ul, li {
  list-style: none; }

/* ----- HTML5 Display Roles */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

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

/* ----- Emulate Table */
table,
.table {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-spacing: 0;
  float: none; }

.table {
  display: table; }
  .table > div,
  .table > div > div {
    float: none; }
  .table > div {
    display: table-row; }
    .table > div > div {
      display: table-cell;
      vertical-align: bottom; }

/* ----- Links */
a {
  text-decoration: none;
  cursor: pointer; }

/* ----------

Binding Site
- Reactive London
- Helpers SCSS

---------- */
/* ---------- Display */
.hidden {
  display: none !important; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* ---------- Positioning */
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-upper {
  text-transform: uppercase; }

.clear {
  clear: both; }

.text-left img,
.text-right img,
.text-center img {
  display: inline; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.img-left {
  float: left;
  padding-right: 30px;
  padding-bottom: 20px; }

.img-right {
  float: right;
  padding-left: 30px;
  padding-bottom: 20px; }

/* ----------

Binding Site
- Reactive London
- Type SCSS

---------- */
/* ----- Fonts and Sizes */
.heading-one {
  font-size: 34px; }

.heading-two {
  font-size: 30px; }

.heading-three {
  font-size: 22px; }

h5.heading-three {
  font-size: 30px; }

.text-large {
  font-size: 50px; }

.text-highlight {
  color: #455192 !important; }

.text-grey {
  color: #8e8e8e !important; }

.text-white {
  color: #fff; }

.quote {
  font-style: italic; }

/* ---------- Body */
body {
  font-family: "Proxima Nova Lt", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-size: 18px;
  color: #666666; }

/* ---------- Links */
a {
  color: #455192;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #172147; }
  a:hover, a:active {
    outline: 0; }

/* ---------- Base */
b, strong {
  font-family: "Proxima Nova Lt";
  font-weight: bold; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

blockquote {
  color: #901c3c;
  font-size: 20px;
  font-style: italic;
  line-height: 140%; }

sup {
  vertical-align: top;
  font-size: 90%;
  padding-left: 1px;
  position: relative;
  top: -0.2em; }

sub {
  font-size: 70%;
  padding-left: 1px;
  position: relative; }

/* ---------- Headings */
h1, h2, h3,
h4, h5, h6 {
  font-family: "Proxima Nova Lt", Arial, sans-serif;
  color: #172147;
  line-height: 120%; }

h1 {
  font-size: 34px;
  margin-bottom: 20px; }

h2 {
  font-size: 30px;
  margin-bottom: 16px; }

h3 {
  font-size: 22px;
  margin-bottom: 12px; }

h4 {
  font-size: 18px;
  margin-bottom: 12px; }

h5 {
  font-size: 16px;
  margin-bottom: 10px; }

/* ---------- Paragraphs */
p {
  line-height: 140%;
  margin-bottom: 15px; }

hr {
  border: none;
  border-top: 1px solid #8e8e8e;
  margin: 25px 0; }

figcaption {
  line-height: 140%;
  margin: 15px 0;
  font-size: 16.2px; }
  figcaption sup {
    font-size: 18px; }

/* ---------- Over-rides for CMS Copy */
.page-content .column.sidebar h1, .page-content .column.sidebar h2, .page-content .column.sidebar h3, .page-content .column.sidebar h4, .page-content .column.sidebar h5, .page-content .column.sidebar h6 {
  font-size: 20px; }

.page-content .column.content > h2, .page-content .column.content > h3, .page-content .column.content > h4, .page-content .column.content > h5, .page-content .column.content > h6 {
  margin-top: 30px; }
  .page-content .column.content > h2:first-child, .page-content .column.content > h3:first-child, .page-content .column.content > h4:first-child, .page-content .column.content > h5:first-child, .page-content .column.content > h6:first-child {
    margin-top: 0; }

.aside-panel {
  background: #d6d9ec;
  background: rgba(69, 81, 146, 0.2);
  padding: 25px;
  margin-bottom: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; }
  .aside-panel .white-circle {
    background-color: #fff;
    text-align: center;
    width: 130px;
    height: 130px;
    margin: 0 auto 18px;
    border-radius: 50%;
    -moz-box-sizing: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%; }
    .aside-panel .white-circle .icon {
      color: #455192;
      font-size: 60px;
      padding-top: 16px;
      display: block;
      margin-bottom: 6px; }
    .aside-panel .white-circle a {
      text-transform: uppercase;
      font-size: 13px;
      font-family: "Proxima Nova Lt"; }
  .aside-panel h1, .aside-panel h2, .aside-panel h3, .aside-panel h4, .aside-panel h5, .aside-panel h6 {
    margin-top: 0;
    margin-bottom: 15px; }
  .aside-panel p:last-child {
    margin-bottom: 0; }

.dl-horizontal {
  margin-right: 0;
  margin-bottom: 5px; }
  .dl-horizontal:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    .dl-horizontal {
      margin-right: -50%; } }
  .dl-horizontal dt, .dl-horizontal dl {
    margin-bottom: 5px; }
  .dl-horizontal dt {
    display: inline-block;
    float: left;
    clear: left;
    width: 55px;
    font-family: "Proxima Nova Lt", Arial, sans-serif; }
    @media screen and (min-width: 768px) {
      .dl-horizontal dt {
        float: none;
        clear: none; } }
  .dl-horizontal dd {
    margin-left: 20px;
    margin-right: 80px;
    display: inline-block;
    float: left;
    clear: right; }
    @media screen and (min-width: 768px) {
      .dl-horizontal dd {
        float: none;
        clear: none; } }

.container p {
  max-width: 1082px; }

/* ----------

Binding Site
- Reactive London
- Images SCSS

---------- */
img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.img-full {
    width: 100%; }
  img.img-max {
    max-width: 100%; }
  img.img-circle {
    border-radius: 50%;
    -moz-box-sizing: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%; }
  img.img-border {
    border: 2px solid #c3c3c3; }

.image-with-icon {
  position: relative;
  display: block; }
  .image-with-icon .play-button {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff; }
    .image-with-icon .play-button > span:not(.video-text-wrapper) {
      display: inline-block;
      position: absolute;
      width: 40px;
      height: 40px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
      background: #465193;
      border-radius: 50%;
      -moz-box-sizing: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      transition: all ease-in 0.2s 0s;
      -moz-transition: all ease-in 0.2s 0s;
      -webkit-transition: all ease-in 0.2s 0s;
      -ms-transition: all ease-in 0.2s 0s; }
      .image-with-icon .play-button > span:not(.video-text-wrapper) span {
        font-size: 18px;
        position: absolute;
        top: 12px;
        left: 12px; }
    @media screen and (min-width: 768px) {
      .image-with-icon .play-button > span:not(.video-text-wrapper) {
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0; }
        .image-with-icon .play-button > span:not(.video-text-wrapper) span {
          font-size: 18px;
          left: 12px;
          top: 12px; } }
    .image-with-icon .play-button:hover > span, .image-with-icon .play-button:focus > span {
      background: white;
      color: #465193; }
  .image-with-icon .icon-button-trigger {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(185, 185, 185, 0.5);
    transition: all ease-in 0.2s 0s;
    -moz-transition: all ease-in 0.2s 0s;
    -webkit-transition: all ease-in 0.2s 0s;
    -ms-transition: all ease-in 0.2s 0s; }
    .image-with-icon .icon-button-trigger > span {
      display: inline-block;
      position: absolute;
      font-size: 80px;
      color: #fff;
      top: 50%;
      left: 50%;
      margin-top: -40px;
      margin-left: -40px; }
    .image-with-icon .icon-button-trigger:hover, .image-with-icon .icon-button-trigger:focus {
      background: rgba(185, 185, 185, 0); }
    .image-with-icon .icon-button-trigger .lg-icon {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      margin-top: -40px;
      margin-left: -40px;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain;
      -moz-background-size: contain;
      -webkit-background-size: contain; }
      .image-with-icon .icon-button-trigger .lg-icon.tablet {
        background-image: url("images/icon-ipad.svg"); }

.video-big {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .video-big {
      width: 100%;
      float: right;
      margin-bottom: 0; } }
  @media screen and (min-width: 1200px) {
    .video-big {
      margin-top: 0; } }
  .video-big p {
    margin-left: 98px;
    margin-top: 3px;
    margin-bottom: 0; }
    @media (min-width: 480px) {
      .video-big p {
        margin-left: 158px; } }
    @media (min-width: 1400px) {
      .video-big p {
        margin-left: 166px; } }
  .video-big .video-text-wrapper {
    position: absolute;
    bottom: 0;
    padding: 25px; }
    .video-big .video-text-wrapper .title {
      color: #fff;
      text-shadow: 1px 1px 0px #000;
      font-size: 18px;
      margin-bottom: 0; }
    .video-big .video-text-wrapper p {
      font-size: 16px;
      width: 100%;
      margin-bottom: 0;
      text-shadow: 1px 1px 0px #000; }
    @media screen and (min-width: 480px) {
      .video-big .video-text-wrapper .title {
        font-size: 30px; }
      .video-big .video-text-wrapper p {
        font-size: 18px;
        width: 80%; } }
  .video-big .image-with-icon img {
    width: 100%;
    max-width: 100% !important; }
  .video-big .image-with-icon .play-button {
    transition: all ease-in 0.2s 0s;
    -moz-transition: all ease-in 0.2s 0s;
    -webkit-transition: all ease-in 0.2s 0s;
    -ms-transition: all ease-in 0.2s 0s;
    background-color: #465193;
    background-color: rgba(70, 81, 147, 0.9);
    box-shadow: 0px 0px 0px #fff; }
    .video-big .image-with-icon .play-button > span:not(.video-text-wrapper) {
      background: #fff;
      color: #465193;
      width: 60px;
      height: 60px; }
      .video-big .image-with-icon .play-button > span:not(.video-text-wrapper) span {
        font-size: 28px;
        top: 16px;
        left: 20px; }
    .video-big .image-with-icon .play-button:hover, .video-big .image-with-icon .play-button:focus {
      background-color: rgba(70, 81, 147, 0.6); }
    .video-big .image-with-icon .play-button:hover > span, .video-big .image-with-icon .play-button:focus > span {
      background: #465193;
      color: #fff;
      box-shadow: 0px 0px 0px 2px #fff; }

/* ----------

Binding Site
- Reactive London
- Grid SCSS

---------- */
/* ---------- Variables */
/* ---------- Rows */
.container {
  max-width: 1440px;
  padding: 0 19px;
  margin: 0 auto;
  position: relative;
  height: 100%; }
  .container .container {
    margin-left: -19px;
    margin-right: -19px;
    padding: 0;
    height: auto;
    width: auto; }
  .container:after {
    content: '';
    display: table;
    clear: both; }

/* ---------- Container */
/* ---------- Columns */
/* ----------

Binding Site
- Reactive London
- Webfonts SCSS - (webKit from fonts.com)

---------- */
@font-face {
  font-family: "Proxima NW08 Regular";
  src: url("../fonts/Proxima-NW08-reg.eot?#iefix");
  src: url("../fonts/Proxima-NW08-reg?#iefix") format("eot"), url("../fonts/Proxima-NW08-reg.woff") format("woff"), url("../fonts/Proxima-NW08-reg.ttf") format("truetype"), url("../fonts/Proxima-NW08-reg.svg#Proxima-NW08-reg") format("svg"); }

@font-face {
  font-family: "Proxima NW08 Semibold";
  src: url("../fonts/Proxima-NW08-reg.eot?#iefix");
  src: url("../fonts/Proxima-NW08-reg?#iefix") format("eot"), url("../fonts/Proxima-NW08-reg.woff") format("woff"), url("../fonts/Proxima-NW08-reg.ttf") format("truetype"), url("../fonts/Proxima-NW08-reg.svg#Proxima-NW08-reg") format("svg"); }

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?gqhvwi&v=1");
  src: url("../fonts/icomoon.eot?#iefixgqhvwi&v=1") format("embedded-opentype"), url("../fonts/icomoon.woff?gqhvwi&v=1") format("woff"), url("../fonts/icomoon.ttf?gqhvwi&v=1") format("truetype"), url("../fonts/icomoon.svg?gqhvwi#icomoon&v=1") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-person:before {
  content: "\e900";
  color: #fff; }

.icon-video-play:before {
  content: "\e902";
  color: #fff; }

.icon-box:before {
  content: "\e904";
  color: #fff; }

.icon-file:before {
  content: "\e905";
  color: #fff; }

.icon-location:before {
  content: "\e906";
  color: #fff; }

.icon-google:before {
  content: "\e601"; }

.icon-linkedin:before {
  content: "\e602"; }

.icon-play:before {
  content: "\e603"; }

.icon-tv:before {
  content: "\e604"; }

.icon-twitter:before {
  content: "\e605"; }

.icon-youtube:before {
  content: "\e606"; }

.icon-arrow-left:before {
  content: "\e607"; }

.icon-arrow-right:before {
  content: "\e608"; }

.icon-arrow-up:before {
  content: "\e609"; }

.icon-arrow-down:before {
  content: "\e60a"; }

.icon-search:before {
  content: "\e60b"; }

.icon-hamburger:before {
  content: "\e60c"; }

.icon-world:before {
  content: "\e60d"; }

.icon-download:before {
  content: "\e60e"; }

.icon-tick:before {
  content: "\e60f"; }

.icon-book-two:before {
  content: "\e610"; }

.icon-book:before {
  content: "\e611"; }

.icon-close:before {
  content: "\e612"; }

.icon-hands:before {
  content: "\e613"; }

.icon-cross:before {
  content: "\e614"; }

.icon-fullscreen:before {
  content: "\e615"; }

.icon-pin:before {
  content: "\e616"; }

.icon-acc-arrow-down:before {
  content: "\e617"; }

.icon-acc-arrow-up:before {
  content: "\e618"; }

.icon-avatar:before {
  content: "\e619"; }

.icon-calendar:before {
  content: "\e61a"; }

.icon-pie:before {
  content: "\e61b"; }

.icon-double-arrow-left:before {
  content: "\e61c"; }

.icon-double-arrow-right:before {
  content: "\e61d"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-rss:before {
  content: "\ea9b"; }

/* ----------

Binding Site
- Reactive London
- Buttons SCSS

---------- */
.button.on-white, button.on-white {
  background: #fff;
  color: #455192;
  border: 1px solid #455192; }
  .button.on-white:hover, .button.on-white:focus, button.on-white:hover, button.on-white:focus {
    background: #455192;
    color: #fff; }

.button.white-bg, button.white-bg {
  background: #fff;
  color: #455192; }
  .button.white-bg:hover, .button.white-bg:focus, button.white-bg:hover, button.white-bg:focus {
    background: #dbdbdb;
    color: #172147; }
  .button.white-bg .icon-download, button.white-bg .icon-download {
    color: #b3b5c2;
    font-size: 15px;
    float: right;
    margin-left: 4px;
    margin-top: -2px; }

.button:hover, .button:focus, button:hover, button:focus {
  color: #fff;
  background: #172147; }

.button .icon-tv, button .icon-tv {
  font-size: 21px;
  float: left;
  margin-right: 5px;
  margin-top: -8px; }

.button.no-border-radius, button.no-border-radius {
  border-radius: 0;
  -moz-box-sizing: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0; }

.button.small-button, button.small-button {
  font-size: 11px;
  padding: 5px 10px; }

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none; }

.btn,
.button {
  display: inline-block;
  height: 48px;
  padding: 0 25px;
  margin: 0 3px 30px;
  border: 1px solid #455192;
  border-radius: 50px;
  font-family: "Proxima Nova Lt";
  font-size: 20px;
  line-height: 48px;
  color: #455192;
  transition: all 300ms;
  -webkit-appearance: none; }
  .btn:hover,
  .button:hover {
    color: #fff;
    background-color: #455192; }
  .btn--solid,
  .button--solid {
    background-color: #455192;
    color: #fff; }
    .btn--solid:hover,
    .button--solid:hover {
      background-color: #172147; }
  .btn--white,
  .button--white {
    border-color: #fff;
    background-color: #fff;
    color: #455192; }
    .btn--white:hover,
    .button--white:hover {
      background-color: #fff;
      color: #172147; }

/* ----------

Binding Site
- Reactive London
- Forms SCSS

---------- */
input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
textarea {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  padding: 8px 10px;
  outline: none;
  font-size: 18px;
  margin: 0;
  height: auto;
  line-height: inherit;
  border-radius: 0;
  box-shadow: none; }

textarea {
  min-height: 140px;
  resize: vertical; }

input[type='submit'] {
  margin: 0; }

.form-row {
  margin-bottom: 15px; }
  .form-row label {
    display: block;
    margin-bottom: 15px;
    line-height: 1.3; }
  .form-row input[type='text'],
  .form-row input[type='password'],
  .form-row input[type='email'],
  .form-row input[type='tel'],
  .form-row textarea {
    width: 100%;
    background-position: right 4px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box; }
  .form-row textarea {
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
    border: none; }
  .form-row input.btn {
    border: none;
    font-family: "Proxima NW08 Semibold";
    text-align: center;
    outline: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 20px;
    -moz-box-sizing: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 9px 18px;
    background: #455192;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    transition: all ease-in 0.2s 0s;
    -moz-transition: all ease-in 0.2s 0s;
    -webkit-transition: all ease-in 0.2s 0s;
    -ms-transition: all ease-in 0.2s 0s; }
  .form-row.form-col-half {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
  .form-row.form-col-third {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
  .form-row.field-validation-error input[type='text'],
  .form-row.field-validation-error input[type='password'],
  .form-row.field-validation-error input[type='email'],
  .form-row.field-validation-error input[type='tel'],
  .form-row.field-validation-error textarea {
    background-image: url("images/input-error.png"); }
  .form-row .field-validation-error {
    display: block;
    padding-top: 3px;
    color: #d8452b; }
  .form-row.field-validation-valid input[type='text'],
  .form-row.field-validation-valid input[type='password'],
  .form-row.field-validation-valid input[type='email'],
  .form-row.field-validation-valid input[type='tel'],
  .form-row.field-validation-valid textarea {
    background-image: url("images/input-success.png"); }
  .form-row .field-validation-valid {
    display: block;
    padding-top: 3px;
    color: #87A584; }
  .form-row.with-checkbox label, .form-row.with-radio label {
    display: inline-block; }
  .form-row.label-multiline:after {
    content: "";
    display: table;
    clear: both; }
  .form-row.label-multiline .icheckbox {
    float: left;
    margin-right: 10px; }
  .form-row.label-multiline label {
    width: 90%;
    float: left; }
  .form-row.label-multiline.privacy label {
    font-size: 14px; }
  .form-row .input-vertical li {
    list-style: none !important;
    margin-bottom: 12px; }
    .form-row .input-vertical li:last-child {
      margin-bottom: 0; }

.form-divider {
  margin-top: 5px;
  margin-bottom: 25px;
  background-color: #d6d6d6;
  height: 1px; }

/* ----------

Binding Site
- Reactive London
- Checkbox and Radio Buttons (iCheck Plugin) SCSS

---------- */
.icheckbox,
.iradio {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px 0 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url("images/sprite_checkradios.png") no-repeat;
  border: none;
  cursor: pointer;
  float: left;
  width: 22px; }
  .icheckbox + label,
  .iradio + label {
    float: left;
    width: 79%; }

.icheckbox {
  background-position: 0 0; }
  .text-center .icheckbox {
    float: none; }
  .icheckbox.hover {
    background-position: -22px 0; }
  .icheckbox.checked {
    background-position: -44px 0; }
  .icheckbox.disabled {
    background-position: -66px 0;
    cursor: default; }
    .icheckbox.disabled.checked {
      background-position: -88px 0; }
  .accordion-content .icheckbox {
    margin-top: -3px; }

.iradio {
  background-position: -110px 0; }
  .iradio.hover {
    background-position: -132px 0; }
  .iradio.checked {
    background-position: -154px 0; }
  .iradio.disabled {
    background-position: -176px 0;
    cursor: default; }
    .iradio.disabled.checked {
      background-position: -198px 0; }

/* ---------- HiDPI Support */
/* ----------

Binding Site
- Reactive London
- Select Boxes SCSS

- Chosen, a Select Box Enhancer for jQuery and Prototype
- by Patrick Filler for Harvest, http://getharvest.com

- Version 1.1.0
- Full source at https://github.com/harvesthq/chosen
- Copyright (c) 2011 Harvest http://getharvest.com

- MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
- This file is generated by `grunt build`, do not edit it by hand.

---------- */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-top: 0;
  background: #fff; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 12px;
  height: 48px;
  border: 0;
  background-color: #fff;
  background-clip: padding-box;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  line-height: 48px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 50px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 34px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 33px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("images/chosen-sprite.png") no-repeat 0 13px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("images/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0 4px 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  color: #000;
  margin: 0;
  padding: 12px 14px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #455192;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #666666; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 18px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #d6d6d6; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #d6d6d6; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 0 13px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("images/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 4px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 4px; }

/* @end */
/* @group Retina compatibility */
/* ----------

Binding Site
- Reactive London
- Data Tables SCSS

- jQuery Mobile v1.4.0pre
- http://jquerymobile.com
-
- Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
- Released under the MIT license.
- http://jquery.org/license

---------- */
/* ---------- From jQuery Mobile UI - Reflow Tables */
.ui-table {
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%; }
  .ui-table th, .ui-table td {
    line-height: 1.5;
    text-align: left;
    padding: 7px 12px;
    vertical-align: top; }

.ui-table-reflow {
  /* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */
  /* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/ }
  .ui-table-reflow thead td, .ui-table-reflow thead th {
    display: none; }
  .ui-table-reflow thead th {
    color: #fff;
    background-color: #455192;
    border-left: 1px solid #455192;
    border-right: 1px solid #455192; }
  .ui-table-reflow tbody th, .ui-table-reflow tbody td {
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb; }
  .ui-table-reflow tbody th.title {
    background-color: #455192;
    color: #fff;
    border-left: 1px solid #455192;
    border-right: 1px solid #455192;
    border-bottom: 1px solid #455192; }
  .ui-table-reflow tbody .hidden-data {
    display: none; }
  .ui-table-reflow tbody .product-info .ui-table-cell-label {
    display: none; }
  .ui-table-reflow tbody .product-info td {
    border-bottom: none; }
    .ui-table-reflow tbody .product-info td .title {
      display: block;
      color: #172147;
      font-size: 30px;
      margin-bottom: 8px; }
    .ui-table-reflow tbody .product-info td .desc {
      display: block;
      margin-bottom: 10px; }
  .ui-table-reflow tbody .product-info:last-child td:last-child {
    border-bottom: 1px solid #dbdbdb; }
  .ui-table-reflow tbody .product-info .product-bullets td {
    border: none !important; }
    .ui-table-reflow tbody .product-info .product-bullets td ul li {
      color: #8e8e8e; }
  .ui-table-reflow td, .ui-table-reflow th {
    text-align: left;
    display: block; }
    .ui-table-reflow td b, .ui-table-reflow th b {
      font-weight: normal; }
    .ui-table-reflow td .ui-table-cell-label, .ui-table-reflow th .ui-table-cell-label {
      display: inline-block;
      padding: 7px;
      min-width: 40%;
      margin: -.4em 1em -.4em -.4em; }
    .ui-table-reflow td .ui-table-cell-label-top, .ui-table-reflow th .ui-table-cell-label-top {
      display: block;
      padding: .4em 0;
      margin: .4em 0;
      text-transform: uppercase;
      font-size: .9em;
      font-weight: normal; }
  .ui-table-reflow th.title a {
    color: #fff; }
  .ui-table-reflow th.title .ui-table-cell-label {
    display: none; }
  @media screen and (min-width: 960px) {
    .ui-table-reflow th.title a {
      color: #172147; }
    .ui-table-reflow.ui-responsive {
      /*display: table-row-group;*/ }
      .ui-table-reflow.ui-responsive td, .ui-table-reflow.ui-responsive th, .ui-table-reflow.ui-responsive tbody td, .ui-table-reflow.ui-responsive tbody th,
      .ui-table-reflow.ui-responsive thead td, .ui-table-reflow.ui-responsive thead th {
        display: table-cell;
        margin: 0;
        width: 16.66%; }
      .ui-table-reflow.ui-responsive td .ui-table-cell-label,
      .ui-table-reflow.ui-responsive th .ui-table-cell-label {
        display: none; }
    .ui-table-reflow tbody th.title {
      background-color: transparent;
      color: #666666;
      border-left: 1px solid #dbdbdb;
      border-right: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb; }
    .ui-table-reflow tbody tr.product-info td {
      border-left: none;
      border-right: none;
      border-bottom: 1px solid #dbdbdb; }
      .ui-table-reflow tbody tr.product-info td:first-child {
        border-left: 1px solid #dbdbdb; }
      .ui-table-reflow tbody tr.product-info td:last-child {
        border-right: 1px solid #dbdbdb; }
      .ui-table-reflow tbody tr.product-info td .title {
        padding-top: 10px; }
    .ui-table-reflow tbody tr.product-info .product-bullets td ul {
      padding-top: 40px; }
    .ui-table-reflow td.text-center {
      text-align: center; }
      .ui-table-reflow td.text-center .icheckbox, .ui-table-reflow td.text-center .iradio {
        margin: 0; } }
  @media screen and (max-width: 960px) {
    .ui-table-reflow.ui-responsive td,
    .ui-table-reflow.ui-responsive th {
      width: 100%;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      float: left;
      clear: left; } }

/* ---------- Table Block layouts */
.datatable-block {
  /*@include mq($bp-l) {
        .column {
            &.table {
                @include grid(1, 1);
                .ui-table {
                    margin-bottom: 35px;
                }
            }
            &.table-heading {
                @include grid(1, 1);
                .inner-table-heading {
                    background-color: $light-grey;
                    padding: 10px 12px;
                    @include clearfix();
                }
                .title {
                    margin-bottom: 0;
                    float: left;
                }
                .button.large-device {
                    float: right;
                    border: none;
                }
            }
        }
    }
    th {
    &.title {
            a {
                color: #fff;
                text-decoration: underline;
                &:hover,
                &:focus {text-decoration: none;}
            }
            // MQ Large Screen
            @include mq($bp-l) {
                a {
                    color: #455192;
                }
            }
        }
    }*/ }
  .datatable-block .button.large-device {
    display: none; }
  .datatable-block .button.mobile-only {
    margin-bottom: 20px; }
  .datatable-block .column.table-heading .title {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .datatable-block .button.large-device {
      display: inline-block;
      border: 1px solid #455192; }
    .datatable-block .button.mobile-only {
      display: none; }
    .datatable-block .column.heading {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
    .datatable-block .column.table-heading {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      .datatable-block .column.table-heading .title {
        margin-bottom: 15px; }
    .datatable-block .column.table {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 66.6666666667%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; } }

@media screen and (max-width: 767px) {
  .table-heading {
    background-color: #f4f4f4;
    padding: 8px 12px;
    margin: 0 !important; } }

.data-table-scroll {
  background-color: #fff;
  margin-bottom: 20px; }
  .data-table-scroll thead tr {
    background-color: #455192;
    color: #fff; }
  .data-table-scroll tbody td {
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb; }
    .data-table-scroll tbody td:last-child {
      border-right: 1px solid #dbdbdb; }
  .data-table-scroll td, .data-table-scroll th {
    padding: 8px 12px; }

@media screen and (max-width: 960px) {
  .pinned-table {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll; }
    .pinned-table table {
      width: 100%; }
  .pinned-table .pinned-table table th,
  .pinned-table table td {
    white-space: nowrap; }
  .table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #dbdbdb; }
    .table-wrapper .scrollable-table {
      margin-left: 35%;
      overflow: scroll;
      overflow-y: hidden; }
  .data-table-scroll {
    margin-bottom: 0;
    border-collapse: inherit; }
    .data-table-scroll td, .data-table-scroll th {
      position: relative;
      white-space: nowrap;
      overflow: hidden; }
    .data-table-scroll tbody td:last-child {
      border-right: none; }
  .scrollable-table .data-table-scroll th:first-child,
  .scrollable-table .data-table-scroll td:first-child {
    display: none; } }

/* ----------

Binding Site
- Reactive London
- Basic Tables SCSS

---------- */
table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  border-top: 1px solid #dbdbdb; }
  table thead tr {
    background-color: #455192;
    color: #fff; }
  table tbody td {
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb; }
    table tbody td:last-child {
      border-right: 1px solid #dbdbdb; }
  table td, table th {
    padding: 8px 12px;
    line-height: 1.4;
    text-align: left; }

/* ---------- Components */
/* ----------

Binding Site
- Reactive London
- Mobile Navigation SCSS

---------- */
.toggle-mobile-nav {
  color: #455192;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 150; }
  .toggle-mobile-nav span {
    font-size: 32px;
    line-height: 60px; }
  .toggle-mobile-nav:hover, .toggle-mobile-nav:focus {
    color: #172147; }
  @media screen and (min-width: 768px) {
    .toggle-mobile-nav {
      display: none; } }

@media screen and (max-width: 767px) {
  .top-nav-panel {
    position: absolute;
    top: 0;
    width: 0;
    height: 600px;
    overflow: hidden;
    background-color: #f2f2f2; } }

@media screen and (min-width: 960px) {
  .top-nav-panel {
    margin-left: 200px;
    position: relative; }
    .top-nav-panel:after {
      content: "";
      display: table;
      clear: both; } }

@media screen and (min-width: 768px) {
  .top-nav-panel {
    height: auto !important; } }

@media screen and (min-width: 1200px) {
  .top-nav-panel {
    margin-left: 260px; } }

@media screen and (max-width: 320px) {
  .page-wrapper.mobile-menu-open .toggle-mobile-nav {
    display: none; } }

@media screen and (max-width: 767px) {
  .page-wrapper.mobile-menu-open {
    overflow-x: hidden;
    position: relative; }
    .page-wrapper.mobile-menu-open > header,
    .page-wrapper.mobile-menu-open > section, .page-wrapper.mobile-menu-open > footer {
      position: relative;
      right: 250px; }
    .page-wrapper.mobile-menu-open .toggle-mobile-nav {
      background: #fff;
      right: 250px; }
    .page-wrapper.mobile-menu-open .top-nav-panel.menu-open {
      z-index: 110;
      width: 250px;
      overflow-y: scroll;
      position: fixed;
      right: 0;
      top: 0; }
    .page-wrapper.mobile-menu-open .mobile-overlay {
      display: block;
      position: absolute;
      right: 250px;
      height: 100%;
      width: 100%;
      top: 0;
      background: #000;
      background: rgba(0, 0, 0, 0.6);
      z-index: 100; } }

.top-navigation ul li > a {
  padding: 16px 12px;
  display: block; }

.top-navigation ul li .top-nav-items .top-nav-items-wrap {
  display: block;
  width: 100%; }

.top-navigation ul li .top-nav-items li {
  border-bottom: 1px solid #d6d6d6;
  font-size: 17px; }
  .top-navigation ul li .top-nav-items li > a {
    background-color: #f2f2f2;
    color: #455192;
    padding-left: 28px; }
    .top-navigation ul li .top-nav-items li > a > .icon-arrow-right {
      display: none; }

@media screen and (max-width: 767px) {
  .top-navigation ul li .top-nav-items form {
    padding: 10px 28px;
    border-bottom: 1px solid #d6d6d6; }
    .top-navigation ul li .top-nav-items form .button {
      display: block;
      margin-top: 10px; }
    .top-navigation ul li .top-nav-items form li {
      border: none; } }

.top-navigation ul li .main-nav-items > li {
  border-bottom: 1px solid #424a68;
  font-size: 18px; }
  .top-navigation ul li .main-nav-items > li:last-child {
    border-bottom: none; }
  .top-navigation ul li .main-nav-items > li > a {
    background-color: #172147;
    color: #ffda00; }
    .top-navigation ul li .main-nav-items > li > a > .icon-arrow-right {
      margin-right: 3px;
      font-size: 12px; }
    .top-navigation ul li .main-nav-items > li > a > .sub-heading {
      color: #fff;
      display: block;
      padding-top: 4px;
      padding-left: 16px;
      font-size: 13px;
      line-height: 1.2; }
  .top-navigation ul li .main-nav-items > li.register > a {
    background-color: #455192; }

@media screen and (min-width: 768px) {
  .top-navigation {
    padding: 13px 90px 0 200px; }
    .top-navigation ul li .top-nav-items li {
      float: left;
      margin-right: 10px;
      border-bottom: none;
      font-size: 16px; }
      .top-navigation ul li .top-nav-items li:last-child {
        margin-right: 0; }
      .top-navigation ul li .top-nav-items li > a {
        background-color: transparent;
        color: #455192;
        padding: 3px; }
    .top-navigation ul li .main-nav-items,
    .top-navigation ul li .icon-arrow-right {
      display: none; } }

@media screen and (min-width: 960px) {
  .top-navigation {
    padding: 13px 70px 0 250px; } }

@media screen and (min-width: 1200px) {
  .top-navigation {
    padding-right: 280px; } }

/* ----------

Binding Site
- Reactive London
- Fixed Navigation SCSS

---------- */
@media screen and (min-width: 768px) {
  .sticky-menu .toggle-mobile-nav {
    background-color: #fff;
    position: relative;
    right: 0;
    float: right;
    display: block;
    width: 48px;
    height: 48px; }
    .sticky-menu .toggle-mobile-nav span {
      line-height: 48px;
      font-size: 24px; }
  .sticky-menu .top-nav-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #f4f4f4;
    z-index: 195;
    margin: 0; }
    .sticky-menu .top-nav-panel .fixed-max-container {
      max-width: 1440px;
      margin: 0 auto; }
  .sticky-menu .header-search {
    clear: none;
    top: 0;
    right: 0;
    float: right;
    position: relative;
    width: 48px;
    overflow: hidden;
    background-color: #f4f4f4; }
    .sticky-menu .header-search .advanced {
      display: none; }
  .sticky-menu .header-regions {
    float: right;
    position: relative;
    right: 0;
    padding-top: 0; }
    .sticky-menu .header-regions .region-select {
      display: none; }
    .sticky-menu .header-regions .region-world-link {
      display: block;
      margin-right: 0; }
    .sticky-menu .header-regions .regions-modal .regions-modals-content {
      right: -24px;
      left: auto; }
      .sticky-menu .header-regions .regions-modal .regions-modals-content:before {
        right: 35px;
        left: auto; }
  .sticky-menu .top-navigation {
    opacity: 0;
    visibility: hidden;
    float: none;
    padding-top: 0;
    width: 100%;
    position: absolute;
    top: 48px;
    left: 0;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    padding: 0; }
    .sticky-menu .top-navigation ul li .top-nav-items {
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%;
      padding-bottom: 10px;
      border-bottom: 1px solid #cccccc; }
      .sticky-menu .top-navigation ul li .top-nav-items li:first-child {
        margin-left: 20px; }
      .sticky-menu .top-navigation ul li .top-nav-items .top-nav-items-wrap {
        max-width: 1440px;
        margin: 0 auto; }
    .sticky-menu .top-navigation ul li .main-nav-items {
      display: block;
      padding-top: 42px;
      max-width: 1440px;
      margin: 0 auto; }
      .sticky-menu .top-navigation ul li .main-nav-items > li {
        border-bottom: none;
        border-right: 1px solid #cccccc;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        padding-left: 19px;
        padding-right: 19px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        padding: 0 !important;
        font-size: 20px; }
        .sticky-menu .top-navigation ul li .main-nav-items > li:last-child, .sticky-menu .top-navigation ul li .main-nav-items > li:nth-child(3) {
          border-right: none; }
        .sticky-menu .top-navigation ul li .main-nav-items > li.register {
          display: none; }
        .sticky-menu .top-navigation ul li .main-nav-items > li.active:after {
          content: '';
          position: absolute;
          bottom: -32px;
          left: 29px;
          width: 22px;
          height: 22px;
          z-index: 2;
          background-color: #fff;
          border-left: 1px solid #cccccc;
          border-bottom: 1px solid #cccccc;
          transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          backface-visibility: visible;
          -moz-backface-visibility: visible;
          -webkit-backface-visibility: visible;
          -ms-backface-visibility: visible; }
        .sticky-menu .top-navigation ul li .main-nav-items > li > a {
          background-color: #fff;
          color: #455192;
          padding: 1px 8px; }
          .sticky-menu .top-navigation ul li .main-nav-items > li > a .icon-arrow-right {
            display: inline-block; }
          .sticky-menu .top-navigation ul li .main-nav-items > li > a .sub-heading {
            color: #807f7f;
            padding-top: 6px; }
  .sticky-menu .top-nav-panel.menu-open .top-navigation {
    opacity: 1;
    visibility: visible; } }

@media screen and (min-width: 960px) {
  .sticky-menu .top-navigation ul li .main-nav-items > li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .sticky-menu .top-navigation ul li .main-nav-items > li:nth-child(3) {
      border-right: 1px solid #cccccc; }
    .sticky-menu .top-navigation ul li .main-nav-items > li.register {
      display: block; }
      .sticky-menu .top-navigation ul li .main-nav-items > li.register > a {
        color: #172147; } }

@media screen and (min-width: 1200px) {
  .sticky-menu .top-navigation ul li .main-nav-items > li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .sticky-menu .top-navigation ul li .main-nav-items > li.register {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 40%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; } }

/* ---------- Page Sub nav / if page has a sub nav show in fixed menu */
.page-sub-nav {
  display: none; }

.sticky-menu.mobile-menu-open .page-sub-nav {
  top: 179px;
  border-top: none;
  padding: 20px 14px; }

.sticky-menu .page-sub-nav {
  display: block;
  position: absolute;
  height: 35px;
  top: 48px;
  left: 0;
  width: 100%;
  padding: 14px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #f4f4f4; }
  .sticky-menu .page-sub-nav.menu-open ul .icon-arrow-down {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    backface-visibility: visible;
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible; }
  .sticky-menu .page-sub-nav.menu-open ul > li {
    display: block; }
    .sticky-menu .page-sub-nav.menu-open ul > li.active {
      border-bottom: 1px solid #f0f0f0; }
  .sticky-menu .page-sub-nav .icon-arrow-down {
    float: right;
    margin-top: 12px;
    margin-right: 12px; }
  .sticky-menu .page-sub-nav ul {
    background-color: #fff;
    width: 350px;
    position: absolute; }
    .sticky-menu .page-sub-nav ul > li {
      display: none;
      position: relative;
      font-size: 15px;
      border-bottom: 1px solid #f0f0f0;
      width: auto !important; }
      .sticky-menu .page-sub-nav ul > li > a {
        display: block;
        padding: 10px 12px;
        height: auto !important; }
        .sticky-menu .page-sub-nav ul > li > a .icon-arrow-right {
          display: none; }
        .sticky-menu .page-sub-nav ul > li > a .sub {
          display: none; }
      .sticky-menu .page-sub-nav ul > li.active {
        display: block;
        border-bottom: none; }
        .sticky-menu .page-sub-nav ul > li.active > a {
          color: #172147; }
      .sticky-menu .page-sub-nav ul > li:last-child {
        border-bottom: none; }

/* ----------

Binding Site
- Reactive London
- Main Navigation SCSS

---------- */
.main-navigation {
  display: none; }
  .main-navigation > ul:after {
    content: "";
    display: table;
    clear: both; }
  .main-navigation > ul > li {
    font-size: 16px;
    border-bottom: 1px solid #dbdada; }
    .main-navigation > ul > li > a {
      position: relative;
      padding: 16px 12px;
      display: block;
      color: #455192; }
      .main-navigation > ul > li > a > .icon-arrow-right {
        margin-right: 3px;
        font-size: 12px; }
      .main-navigation > ul > li > a > .sub-heading {
        width: 90%;
        color: #807f7f;
        display: block;
        padding-top: 4px;
        padding-left: 16px;
        font-size: 14px;
        line-height: 1.2;
        box-sizing: border-box; }
        @media screen and (min-width: 960px) {
          .main-navigation > ul > li > a > .sub-heading {
            position: absolute; } }
    .main-navigation > ul > li.register a {
      color: #172147; }
    @media screen and (min-width: 768px) {
      .main-navigation > ul > li.register {
        display: none; } }
    @media screen and (min-width: 960px) {
      .main-navigation > ul > li.register {
        display: block; } }
    @media screen and (max-width: 767px) {
      .main-navigation > ul > li .fly-out {
        display: none; } }
  @media screen and (min-width: 768px) {
    .main-navigation {
      display: block;
      width: 100%;
      position: relative; }
      .main-navigation > ul {
        max-width: 1440px;
        margin: 0 auto; }
        .main-navigation > ul > li {
          border-right: 1px solid #dbdada;
          border-bottom: none;
          font-size: 20px;
          width: 33.24%;
          float: left; }
          .main-navigation > ul > li > a {
            padding: 5px 8px; }
            .main-navigation > ul > li > a > .sub-heading {
              padding-top: 6px; }
          .main-navigation > ul > li:nth-child(3) {
            border-right: none; }
          .main-navigation > ul > li.register > a:after {
            display: none; }
          .main-navigation > ul > li.active > a:after {
            content: '';
            position: absolute;
            bottom: -38px;
            margin-left: 18px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 20px 20px 0 20px;
            border-color: #fff transparent transparent transparent; }
          .main-navigation > ul > li.sub-nav-open > a:after {
            content: '';
            position: absolute;
            z-index: 101;
            bottom: -34px;
            margin-left: 28px;
            width: 22px;
            height: 22px;
            background-color: #fff;
            border-top: none;
            border-right: none;
            border-left: solid;
            border-bottom: solid;
            border-width: 1px;
            border-color: #cccccc;
            transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            backface-visibility: visible;
            -moz-backface-visibility: visible;
            -webkit-backface-visibility: visible;
            -ms-backface-visibility: visible; }
          .main-navigation > ul > li .fly-out {
            position: absolute;
            z-index: 100;
            background: #fff url("images/sub-menu-line-bg.png") 0 22px repeat-x;
            left: 0;
            top: -9999px;
            width: 100%;
            overflow: hidden;
            -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            transition: opacity ease-in 0.3s 0s;
            -moz-transition: opacity ease-in 0.3s 0s;
            -webkit-transition: opacity ease-in 0.3s 0s;
            -ms-transition: opacity ease-in 0.3s 0s; }
          .main-navigation > ul > li:hover .fly-out {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            top: 100%; }
          .main-navigation > ul > li .sub-menu {
            padding-top: 45px;
            padding-bottom: 36px; }
            .main-navigation > ul > li .sub-menu:after {
              content: "";
              display: table;
              clear: both; }
            .main-navigation > ul > li .sub-menu.sub-nav-cols-4 > li {
              box-sizing: border-box;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -ms-box-sizing: border-box;
              width: 25%;
              float: left;
              padding-left: 19px;
              padding-right: 19px;
              position: relative;
              margin-left: 0;
              margin-right: 0; }
            .main-navigation > ul > li .sub-menu.sub-nav-cols-5 > li {
              box-sizing: border-box;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -ms-box-sizing: border-box;
              width: 20%;
              float: left;
              padding-left: 19px;
              padding-right: 19px;
              position: relative;
              margin-left: 0;
              margin-right: 0; }
            .main-navigation > ul > li .sub-menu.sub-nav-cols-6 > li {
              box-sizing: border-box;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -ms-box-sizing: border-box;
              width: 16.6666666667%;
              float: left;
              padding-left: 19px;
              padding-right: 19px;
              position: relative;
              margin-left: 0;
              margin-right: 0; }
            .main-navigation > ul > li .sub-menu.sub-nav-cols-7 > li {
              box-sizing: border-box;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -ms-box-sizing: border-box;
              width: 14.2857142857%;
              float: left;
              padding-left: 19px;
              padding-right: 19px;
              position: relative;
              margin-left: 0;
              margin-right: 0; }
            .main-navigation > ul > li .sub-menu.sub-nav-cols-8 > li {
              box-sizing: border-box;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -ms-box-sizing: border-box;
              width: 12.5%;
              float: left;
              padding-left: 19px;
              padding-right: 19px;
              position: relative;
              margin-left: 0;
              margin-right: 0; }
            .main-navigation > ul > li .sub-menu > li {
              font-size: 18px;
              float: left;
              text-align: center;
              box-sizing: border-box;
              -moz-box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -ms-box-sizing: border-box;
              width: 20%;
              float: left;
              padding-left: 19px;
              padding-right: 19px;
              position: relative;
              margin-left: 0;
              margin-right: 0; }
              .main-navigation > ul > li .sub-menu > li > a {
                display: block;
                padding: 4px; }
                .main-navigation > ul > li .sub-menu > li > a img {
                  display: inline-block;
                  margin-bottom: 10px; }
                .main-navigation > ul > li .sub-menu > li > a .title {
                  display: block;
                  line-height: 1.3; }
                .main-navigation > ul > li .sub-menu > li > a .desc {
                  display: block;
                  line-height: 1.3;
                  padding-top: 10px;
                  color: #8e8e8e; }
          .main-navigation > ul > li .menu-widget {
            background-color: #f4f4f4;
            padding: 13px 15px 18px;
            font-size: 18px;
            text-align: right; }
            .main-navigation > ul > li .menu-widget .button {
              float: right;
              margin-left: 10px; }
            .main-navigation > ul > li .menu-widget p {
              margin-bottom: 0;
              padding-top: 5px; } }
  @media screen and (min-width: 960px) {
    .main-navigation > ul {
      margin-top: -58px; }
      .main-navigation > ul > li {
        width: 19.3%; }
        .main-navigation > ul > li > a {
          min-height: 55px; }
        .main-navigation > ul > li:nth-child(3) {
          border-right: 1px solid #dbdada; }
        .main-navigation > ul > li:last-child {
          border-right: none; } }
  @media screen and (min-width: 1200px) {
    .main-navigation > ul > li > a {
      min-height: 51px; } }
  .page-home .main-navigation {
    display: block; }
    .page-home .main-navigation > ul > li {
      border-bottom-color: #424a68; }
      .page-home .main-navigation > ul > li > a {
        background-color: #172147;
        color: #ffda00;
        padding: 24px 8px; }
        .page-home .main-navigation > ul > li > a > .sub-heading {
          color: #fff; }
      .page-home .main-navigation > ul > li.register a {
        background-color: #455192; }
    @media screen and (min-width: 768px) {
      .page-home .main-navigation {
        z-index: 2; }
        .page-home .main-navigation > ul li {
          border-right-color: #424a68; }
          .page-home .main-navigation > ul li.active > a:after {
            bottom: -20px;
            border-color: #172147 transparent transparent transparent; }
          .page-home .main-navigation > ul li.sub-nav-open > a:after {
            margin-left: 28px;
            width: 0;
            height: 0;
            bottom: -20px;
            background-color: transparent;
            border-style: solid;
            border-width: 20px 20px 0 20px;
            border-color: #172147 transparent transparent transparent;
            transform: none;
            -moz-transform: none;
            -webkit-transform: none;
            -ms-transform: none;
            backface-visibility: visible;
            -moz-backface-visibility: visible;
            -webkit-backface-visibility: visible;
            -ms-backface-visibility: visible; }
          .page-home .main-navigation > ul li .fly-out {
            background-image: none; }
          .page-home .main-navigation > ul li .sub-menu {
            padding-top: 36px; } }
    @media screen and (min-width: 960px) {
      .page-home .main-navigation > ul {
        margin-top: 10px; }
        .page-home .main-navigation > ul > li {
          width: 24.92%; } }
    @media screen and (min-width: 1200px) {
      .page-home .main-navigation > ul {
        margin-top: 25px; }
        .page-home .main-navigation > ul > li {
          width: 19.91%; }
          .page-home .main-navigation > ul > li.register {
            width: 40%; } }

/* ----------

Binding Site
- Reactive London
- Sub Navigation SCSS

---------- */
.sub-navigation {
  position: relative;
  top: 15px;
  margin-top: -15px;
  padding: 0 10px 15px; }
  .sub-navigation.menu-open ul .icon-arrow-down {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    backface-visibility: visible;
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible; }
  .sub-navigation.menu-open ul > li {
    display: block; }
    .sub-navigation.menu-open ul > li.active {
      border-bottom: 1px solid #f0f0f0; }
  .sub-navigation .icon-arrow-down {
    float: right;
    margin-top: 12px;
    margin-right: 12px; }
  .sub-navigation ul {
    background-color: #fff; }
    .sub-navigation ul > li {
      display: none;
      position: relative;
      font-size: 15px;
      line-height: 1.3;
      border-bottom: 1px solid #f0f0f0; }
      .sub-navigation ul > li > a {
        display: block;
        padding: 10px 12px; }
        .sub-navigation ul > li > a .icon-arrow-right {
          display: none; }
        .sub-navigation ul > li > a .sub {
          display: none; }
      .sub-navigation ul > li.active {
        display: block;
        border-bottom: none; }
        .sub-navigation ul > li.active > a {
          color: #172147; }
      .sub-navigation ul > li:last-child {
        border-bottom: none; }
  @media screen and (min-width: 768px) {
    .sub-navigation {
      width: 50%;
      padding-left: 18px; } }
  @media screen and (min-width: 960px) {
    .sub-navigation {
      width: 100%;
      padding: 25px 18px 0; }
      .sub-navigation ul {
        background-color: transparent; }
        .sub-navigation ul:after {
          content: "";
          display: table;
          clear: both; }
        .sub-navigation ul .icon-arrow-down {
          display: none; }
        .sub-navigation ul > li {
          float: left;
          display: block;
          font-size: 18px;
          border-bottom: none;
          border-right: 1px solid white;
          box-sizing: border-box; }
          .sub-navigation ul > li:last-child {
            border-right: none; }
          .sub-navigation ul > li > a {
            padding: 15px 10px 20px;
            background: #dedeed;
            background: rgba(220, 222, 237, 0.8);
            transition: background 0.3s ease-in-out; }
            .sub-navigation ul > li > a:hover, .sub-navigation ul > li > a:focus {
              background: #fff; }
          .sub-navigation ul > li.active > a {
            background: #fff; }
      .sub-navigation.menu-open ul > li.active {
        border-bottom: none; }
      .page-news-events .sub-navigation ul li a {
        min-width: 150px; } }

/* ----------

Binding Site
- Reactive London
- Footer Navigation SCSS

---------- */
.footer-navigation {
  padding: 0 19px; }
  .footer-navigation ul:after {
    content: "";
    display: table;
    clear: both; }
  .footer-navigation ul > li {
    font-size: 18px;
    border-bottom: 1px solid #424a68; }
    .footer-navigation ul > li:last-child {
      border-bottom: none; }
    .footer-navigation ul > li > a {
      padding: 16px 12px;
      display: block;
      color: #ffda00; }
      .footer-navigation ul > li > a > .icon-arrow-right {
        margin-right: 3px;
        font-size: 12px; }
      .footer-navigation ul > li > a > .sub-heading {
        color: #fff;
        display: block;
        padding-top: 4px;
        padding-left: 16px;
        font-size: 14px;
        line-height: 1.2; }
    .footer-navigation ul > li.register a {
      background-color: #455192; }
    .footer-navigation ul > li.oem > a > .icon-expand {
      margin-left: 4px; }
    .footer-navigation ul > li.oem > a > .sub-heading {
      padding-left: 0; }
  @media screen and (min-width: 768px) {
    .footer-navigation ul > li {
      border-bottom: none;
      border-right: 1px solid #424a68;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 20%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0;
      padding: 0 !important; }
      .footer-navigation ul > li > a {
        min-height: 50px;
        padding: 24px 12px; }
      .footer-navigation ul > li:last-child {
        border-right: none; } }

.footer-quick-links ul {
  margin-bottom: 25px; }
  .footer-quick-links ul > li {
    margin-bottom: 8px;
    font-size: 16px; }
    .footer-quick-links ul > li > a {
      color: #cccccc;
      transition: all ease-in 0.2s 0s;
      -moz-transition: all ease-in 0.2s 0s;
      -webkit-transition: all ease-in 0.2s 0s;
      -ms-transition: all ease-in 0.2s 0s; }
      .footer-quick-links ul > li > a:hover, .footer-quick-links ul > li > a:focus {
        color: #fff; }

@media screen and (min-width: 768px) {
  .footer-quick-links ul {
    margin-bottom: 0; } }

/* ----------

Binding Site
- Reactive London
- Modals SCSS

---------- */
.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 202;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate3d(0, -25%, 0);
    -moz-transform: translate3d(0, -25%, 0);
    -webkit-transform: translate3d(0, -25%, 0);
    -ms-transform: translate3d(0, -25%, 0);
    backface-visibility: visible;
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    -webkit-transition: -webkit-transform 0.3s, ease-out;
    -moz-transition: -moz-transform 0.3s, ease-out;
    -o-transition: -o-transform 0.3s, ease-out;
    transition: transform 0.3s, ease-out; }
  .modal.in .modal-dialog {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    backface-visibility: visible;
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  outline: 0; }
  .modal-content .close-modal {
    font-size: 24px;
    position: absolute;
    top: 11px;
    right: 9px;
    color: #c1c1c1;
    cursor: pointer; }
    .modal-content .close-modal:hover, .modal-content .close-modal:focus {
      color: #455192; }
  .modal-content .title {
    font-size: 18px;
    margin-bottom: 20px; }
  .modal-content p:last-child {
    margin-bottom: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70); }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; }
  .modal-lg {
    width: 700px; } }

/*

NOTES - Example Markup

<div class="modal fade" id="js-imageLightboxModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-body">
                <h6 class="title">Title</h6>
            </div>
            <a class="close-modal" data-dismiss="modal"><span class="icon icon-close"></span></a>
        </div>
    </div>
</div>

*/
/* ----------

Binding Site 
- Reactive London
- Twitter Typeahead SCSS

---------- */
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-clip: padding-box; }

span.twitter-typeahead .tt-suggestion > p {
  display: block;
  padding: 8px 10px;
  margin: 0;
  clear: both;
  white-space: nowrap; }
  span.twitter-typeahead .tt-suggestion > p:hover, span.twitter-typeahead .tt-suggestion > p:focus {
    color: #fff;
    background-color: #455192; }

span.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #455192; }

.input-group span.twitter-typeahead {
  display: block !important; }
  .input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important; }

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important; }

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important; }

/* ----------

Binding Site
- Reactive London
- Masonry Layout - Pure CSS3 SCSS

---------- */
.masonry-container {
  width: 100%;
  float: left; }
  .masonry-container:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    .masonry-container[data-columns]::before {
      content: '1 .masocolumn.size-1of1'; } }
  @media screen and (min-width: 481px) and (max-width: 959px) {
    .masonry-container[data-columns]::before {
      content: '2 .masocolumn.size-1of2'; } }
  @media screen and (min-width: 960px) {
    .masonry-container[data-columns]::before {
      content: '3 .masocolumn.size-1of3'; } }
  .masonry-container .masocolumn {
    float: left; }
  .masonry-container .size-1of1 {
    width: 100%; }
  .masonry-container .size-1of2 {
    width: 50%; }
  .masonry-container .size-1of3 {
    width: 33.33%; }

/* ----------

Binding Site 
- Reactive London
- Tabs SCSS

---------- */
.section-tabs .tabs-menu {
  border-bottom: 1px solid #f4f4f4; }
  .section-tabs .tabs-menu:after {
    content: "";
    display: table;
    clear: both; }
  .section-tabs .tabs-menu > li {
    float: left;
    margin-right: 3px; }
    .section-tabs .tabs-menu > li > a {
      padding: 15px 18px;
      color: #666666;
      display: block; }
    .section-tabs .tabs-menu > li.active > a {
      background-color: #f4f4f4; }

.section-tabs .tabs-content {
  padding: 20px 0; }

.column.content .tabs-menu {
  margin: 0; }
  .column.content .tabs-menu li {
    margin: 0;
    list-style: none; }

.js .section-tabs .tab {
  display: none; }
  .js .section-tabs .tab.active {
    display: block; }

.no-js .tabs-menu {
  display: none; }

/* ----------

Binding Site
- Reactive London
- Grid Classes for CMS Editor SCSS

---------- */
.row {
  margin-bottom: 15px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row [class*='col-'] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    .row [class*='col-'] {
      float: left;
      padding-right: 19px; }
      .row [class*='col-']:last-of-type {
        padding-right: 0; }
    .row .col-1-1 {
      width: 100%; }
    .row .col-1-2 {
      width: 50%; }
    .row .col-1-3 {
      width: 33.33%; }
    .row .col-2-3 {
      width: 66.66%; }
    .row .col-1-4 {
      width: 25%; }
    .row .col-3-4 {
      width: 75%; } }

.hero {
  background-image: url("https://picsum.photos/1500/600?image=1060");
  width: 100%;
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  background-color: rgba(69, 81, 146, 0.8);
  background-blend-mode: multiply;
  position: relative; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hero:before {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      background-color: #172147;
      opacity: 0.7;
      z-index: 0; } }
  @media (max-width: 1100px) {
    .hero {
      padding: 75px 0; } }
  @media (max-width: 600px) {
    .hero {
      padding: 50px 0; } }
  .hero,
  .hero * {
    box-sizing: border-box; }
  .hero:after {
    content: '';
    display: table;
    clear: both; }
  .hero--sml {
    padding: 50px 0; }
  .hero__inner {
    width: 100%;
    margin: auto;
    max-width: 50%;
    text-align: center;
    padding: 0 20px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .hero__inner {
        position: relative;
        z-index: 1; } }
    @media (max-width: 1100px) {
      .hero__inner {
        max-width: 75%; } }
    @media (max-width: 600px) {
      .hero__inner {
        max-width: 100%; } }
  .hero__title {
    font-size: 34px;
    margin-bottom: 20px; }
  .hero__content {
    font-size: 16px; }
    .hero__content p {
      font-size: 16px; }
      .hero__content p:last-of-type {
        margin-bottom: 20px; }
  .hero__icon {
    margin-bottom: 20px; }
    .hero__icon .icon {
      color: #fff;
      font-size: 40px; }
  .hero__title, .hero__content {
    color: #fff; }
    .hero__title,
    .hero__title p, .hero__content,
    .hero__content p {
      font-family: "Proxima Nova Lt"; }

/* the fallback for IE 10, 11 and Edge. */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero:before {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(69, 81, 146, 0.8);
    opacity: 0.7;
    top: 0px; }
  .hero__inner {
    position: relative;
    z-index: 1; } }

@supports (-ms-ime-align: auto) {
  .hero:before {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    position: absolute;
    height: 100%;
    background-color: rgba(69, 81, 146, 0.8);
    opacity: 0.7;
    top: 0px; }
  .hero__inner {
    position: relative;
    z-index: 1; } }

.signpost {
  padding: 50px 0; }
  .signpost, .signpost * {
    box-sizing: border-box; }
  .signpost .container {
    max-width: 1140px; }
  .signpost__title h2 {
    color: #666;
    font-size: 34px;
    font-family: "Proxima Nova Lt";
    line-height: 1;
    text-align: center; }
    @media (max-width: 600px) {
      .signpost__title h2 {
        text-align: left; } }
  .signpost__content {
    text-align: center; }
    @media (max-width: 600px) {
      .signpost__content {
        text-align: left; } }
    .signpost__content p {
      color: #666;
      font-size: 16px;
      font-family: "Proxima Nova Lt";
      line-height: 28px; }
  .signpost__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .signpost__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 40px;
    outline: 0; }
    @media (max-width: 680px) {
      .signpost__items {
        padding: 30px 0; } }
    .signpost__items .flickity-viewport {
      width: 100%;
      overflow: hidden; }
    .signpost__items .flickity-slider {
      display: flex; }
    .signpost__items .flickity-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3;
      width: 50px;
      height: 50px;
      background-color: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      padding: 13px;
      outline: none; }
      .signpost__items .flickity-button svg {
        fill: #455192; }
      .signpost__items .flickity-button.next {
        right: 0; }
      .signpost__items .flickity-button.previous {
        left: 0; }
      @media (max-width: 600px) {
        .signpost__items .flickity-button {
          bottom: 20px; } }
    .signpost__items .flickity-enabled {
      outline: none; }
  .signpost__item {
    width: 25%;
    padding: 0 10px; }
    @media (max-width: 800px) {
      .signpost__item {
        width: 100%; } }
    .signpost__item__image {
      width: 100%;
      height: 0;
      padding-bottom: 62%;
      margin-bottom: 20px;
      background: #fff;
      border-radius: 5px;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
      .signpost__item__image img {
        width: 100%;
        height: auto; }
    .signpost__item__title {
      margin-bottom: 10px;
      color: #455192;
      font-size: 24px;
      font-family: "Proxima Nova Lt"; }
    .signpost__item__content {
      color: #666;
      font-size: 16px;
      font-family: "Proxima Nova Lt"; }
      .signpost__item__content p {
        font-size: 16px; }
    .signpost__item__content.single {
      text-align: center; }
    .signpost__item .btn {
      display: block;
      width: 80%;
      margin: 2rem auto;
      color: #fff;
      text-align: center; }
      @media (max-width: 768px) {
        .signpost__item .btn {
          width: 100%; } }
    .signpost__item .rounded-icon {
      position: relative;
      border-radius: 50%;
      width: 60%;
      height: 0;
      padding-bottom: 60%;
      overflow: hidden;
      border-radius: 50%;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
      margin: auto; }
      .signpost__item .rounded-icon i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 3.5rem;
        color: #172147; }
        .signpost__item .rounded-icon i:before {
          color: #172147; }
      @media (max-width: 768px) {
        .signpost__item .rounded-icon {
          width: 100%;
          padding-bottom: 100%; } }

.bg-white {
  background-color: #fff;
  border-top: 1px solid #ececec; }

.bg-grey {
  background-color: #ececec; }

.bg-small-chromo {
  position: relative;
  overflow: hidden; }
  .bg-small-chromo:before, .bg-small-chromo:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    height: 300px;
    width: 500px;
    background-image: url("images/small-chromo.svg"); }
    @media (max-width: 800px) {
      .bg-small-chromo:before, .bg-small-chromo:after {
        display: none; } }
  .bg-small-chromo:before {
    top: 0;
    right: -250px; }
  .bg-small-chromo:after {
    bottom: 0;
    left: -250px;
    transform: scaleX(-1); }

.bg-big-chromo {
  position: relative;
  overflow: hidden; }
  .bg-big-chromo:before, .bg-big-chromo:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    height: 540px;
    width: 335px;
    background-image: url("images/big-chromo.png"); }
    @media (max-width: 800px) {
      .bg-big-chromo:before, .bg-big-chromo:after {
        display: none; } }
  .bg-big-chromo:before {
    top: -60px;
    right: -110px; }
  .bg-big-chromo:after {
    bottom: -90px;
    left: -40px;
    transform: scale(0.85) rotateX(180deg); }

.fifty-fifty {
  display: flex;
  justify-content: center;
  background-color: #fff; }
  .fifty-fifty .container {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 0 0;
    margin: 0 0; }
    @media (max-width: 680px) {
      .fifty-fifty .container {
        flex-wrap: wrap; } }
  .fifty-fifty .single-column-block {
    width: 100%;
    padding: 75px 0; }
    @media (max-width: 680px) {
      .fifty-fifty .single-column-block {
        padding: 35px 0; } }
    .fifty-fifty .single-column-block .column.col-center {
      width: 100%;
      max-width: 720px;
      margin: 0;
      text-align: center; }
  .fifty-fifty__column {
    display: flex;
    width: 100%; }
    .fifty-fifty__column .single-column-block .container {
      height: 100%; }
    .fifty-fifty__column .single-column-block .column {
      display: flex;
      align-content: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 0 10% !important; }
      @media (max-width: 680px) {
        .fifty-fifty__column .single-column-block .column {
          padding: 0 10px !important; } }
    .fifty-fifty__column h5,
    .fifty-fifty__column h6 {
      display: block;
      width: 100%;
      font-weight: normal; }
    .fifty-fifty__column .icon {
      display: inline-block;
      margin-bottom: 20px; }
      .fifty-fifty__column .icon::before {
        font-size: 2.2em;
        color: #455192;
        margin-right: 15px;
        position: relative;
        top: 9px; }
    .fifty-fifty__column:nth-child(1) .single-column-block .container {
      justify-content: flex-end; }
    .fifty-fifty__column:nth-child(2) .single-column-block .container {
      justify-content: flex-start; }

.smart-solutions {
  position: relative;
  overflow: hidden; }
  .smart-solutions .column.col-left {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 70% !important; }
    .smart-solutions .column.col-left .btn {
      margin-bottom: 0; }
    @media (max-width: 700px) {
      .smart-solutions .column.col-left {
        width: 100% !important; } }
  .smart-solutions .column.col-right {
    width: 30% !important; }
    @media (max-width: 700px) {
      .smart-solutions .column.col-right {
        width: 100% !important; } }
  .smart-solutions .title {
    margin-bottom: 2rem; }
  .smart-solutions--icon {
    display: inline-block;
    vertical-align: middle; }
    .smart-solutions--icon + h2 {
      display: inline-block;
      vertical-align: middle;
      padding-left: 10px; }
  .smart-solutions:before, .smart-solutions:after {
    content: '';
    position: absolute;
    height: 684px;
    width: 267px;
    z-index: 0;
    background-image: url("images/triangle.png");
    background-repeat: no-repeat; }
  .smart-solutions:before {
    top: -50px;
    right: -50px; }
  .smart-solutions:after {
    bottom: -350px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg); }
  .smart-solutions .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px; }
  .smart-solutions__content {
    margin-bottom: 1rem;
    color: #666666;
    font-size: 16px;
    line-height: 1.25; }
  .smart-solutions h2, .smart-solutions p {
    color: #666666; }
  .smart-solutions h2 {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .smart-solutions__img {
      width: 100%; } }
  .smart-solutions__img img {
    display: block !important;
    width: 100%;
    max-width: 390px;
    margin: 2rem auto; }

/* ---------- Sections */
header {
  position: relative;
  z-index: 99; }
  header,
  header * {
    box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    header {
      position: fixed;
      top: 0;
      right: 0;
      left: 0; } }
  @media screen and (max-width: 1024px) {
    header.is-fixed .header__logo {
      width: 93px !important;
      position: relative !important;
      top: -3px !important; }
      header.is-fixed .header__logo a {
        position: static !important;
        top: auto !important; } }
  @media screen and (min-width: 769px) {
    header.is-fixed {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      transform: translateY(-120%); }
      header.is-fixed .nav__subnav li {
        margin: 20px; }
      header.is-fixed .header {
        height: 65px; }
        header.is-fixed .header__search {
          margin-right: 0; }
        header.is-fixed .header__left {
          width: 45%; }
          header.is-fixed .header__left .nav__item:last-child {
            padding: 0 !important; }
        header.is-fixed .header__right {
          width: 55%; }
          header.is-fixed .header__right p {
            display: inline-block; }
        header.is-fixed .header__secondary-nav, header.is-fixed .header__left:after {
          display: none; }
        header.is-fixed .header__logo {
          width: 108px;
          margin-right: 20px; }
          header.is-fixed .header__logo a {
            width: 100%;
            height: 40px;
            position: relative;
            top: 6px; }
        header.is-fixed .header .nav--main {
          width: 100%; }
        header.is-fixed .header .nav__item {
          padding-bottom: 0;
          padding-right: 2rem; }
          header.is-fixed .header .nav__items {
            justify-content: left;
            padding: 0 10px; }
          header.is-fixed .header .nav__item__link:after {
            top: 25px; }
        header.is-fixed .header__right {
          padding-left: 0; }
      header.is-fixed.is-visible {
        transition: transform 400ms;
        transform: translateY(0%); } }

.header {
  position: relative;
  z-index: 99;
  height: 115px;
  background-color: #fff;
  box-shadow: 4px 7px 10px 0 rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 1024px) {
    .header {
      height: 65px; } }
  .header__logo {
    width: 170px; }
    @media screen and (max-width: 1024px) {
      .header__logo {
        width: 110px; } }
    .header__logo a {
      display: block;
      width: 170px;
      height: 74px;
      background: url("images/binding-site-logo.svg") no-repeat;
      background-size: contain;
      text-indent: -9000px; }
      @media screen and (max-width: 1024px) {
        .header__logo a {
          width: 110px;
          height: 48px; } }
  .header__subnav__container, .header__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
    padding: 0 10px;
    margin: auto; }
  .header__container {
    height: 100%;
    padding: 0 10px; }
    @media (min-width: 1200px) {
      .header__container {
        padding: 0 38px; } }
  .header__right, .header__left {
    display: flex;
    align-items: center;
    width: 50%;
    height: 100%;
    padding: 0 10px; }
  .header__left {
    position: relative;
    z-index: 3;
    height: calc(100% - 10px);
    padding-bottom: 10px;
    align-items: flex-end; }
    @media screen and (max-width: 1024px) {
      .header__left {
        padding-bottom: 0;
        width: 200px; } }
    .header__left::after {
      content: '';
      position: absolute;
      top: -40px;
      bottom: -20px;
      left: -1000px;
      right: 0;
      z-index: -1;
      background: #fff;
      border-radius: 30px;
      transform: skew(-55deg);
      box-shadow: 4px 7px 10px 0 rgba(0, 0, 0, 0.1); }
      @media (min-width: 1025px) {
        .header__left::after {
          right: -50px; } }
  .header__right {
    padding-left: 60px;
    flex-wrap: wrap;
    align-content: center; }
    @media screen and (max-width: 1137px) {
      .header__right {
        padding-left: 30px; } }
    @media screen and (max-width: 1024px) {
      .header__right {
        padding-left: 10px;
        flex: 1; } }
  .header__subnav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 4px 7px 10px 0 rgba(0, 0, 0, 0.1); }
  .header__search-container {
    display: flex;
    width: 100%;
    padding: 0 10px; }
    @media screen and (max-width: 600px) {
      .header__search-container {
        padding: 0; } }
  .header__secondary-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px; }
    @media screen and (max-width: 1024px) {
      .header__secondary-nav {
        display: none; } }
  .header__membership {
    display: flex;
    flex-shrink: 0; }
    .header__membership div {
      display: flex; }
    .header__membership p {
      display: inline-block;
      max-width: 270px;
      padding-right: 15px;
      margin: 0;
      word-break: break-all; }
    @media screen and (max-width: 1024px) {
      .header__membership {
        display: none; } }
    .header__membership .btn {
      font-size: 16px;
      margin-bottom: 0; }
      @media (min-width: 1025px) and (max-width: 1300px) {
        .header__membership .btn {
          padding: 0 16px; } }
  .header__res-trigger {
    display: none; }
    @media screen and (max-width: 1024px) {
      .header__res-trigger {
        position: relative;
        display: block;
        width: 48px;
        height: 48px;
        flex-shrink: 0;
        cursor: pointer; }
        .header__res-trigger span {
          top: 50%;
          right: 12px;
          left: 12px;
          transform: translateY(-50%); }
          .header__res-trigger span, .header__res-trigger span:before, .header__res-trigger span:after {
            position: absolute;
            display: block;
            height: 3px;
            background-color: #455192;
            border-radius: 5px; }
          .header__res-trigger span:before, .header__res-trigger span:after {
            content: '';
            position: absolute;
            right: 0;
            left: 0; }
          .header__res-trigger span:before {
            top: -8px; }
          .header__res-trigger span:after {
            bottom: -8px; } }
  .header__res-nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 101;
    padding: 10px 20px;
    width: 80vw;
    background-color: #ededed;
    transition: transform 400ms; }
    .header__res-nav.is-active {
      transform: translateX(-100%);
      overflow-y: auto; }
      .header__res-nav.is-active:after {
        opacity: 1;
        pointer-events: all; }
    @media screen and (max-width: 1024px) {
      .header__res-nav {
        display: block; } }
    .header__res-nav:after {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      left: -150%;
      z-index: 100;
      background-color: rgba(0, 0, 0, 0.3);
      opacity: 0;
      pointer-events: none;
      transition: opacity 350ms; }
    .header__res-nav__close {
      position: relative;
      padding: 20px 0; }
      .header__res-nav__close:after {
        content: "\e614";
        position: absolute;
        top: 0;
        right: 0;
        font-size: 25px;
        font-family: 'icomoon';
        color: #455192; }
    .header__res-nav .nav {
      width: 100%;
      margin-bottom: 20px;
      border-bottom: 1px solid #cecece; }
      .header__res-nav .nav__item {
        width: 100%;
        text-align: right; }
      .header__res-nav .nav__items {
        flex-wrap: wrap;
        padding: 0; }
        .header__res-nav .nav__items--secondary li a {
          color: #878787;
          font-size: 20px;
          font-family: "Proxima Nova Lt"; }
    .header__res-nav .header__secondary-nav {
      padding: 0;
      width: 100%; }
      .header__res-nav .header__secondary-nav .nav__regions {
        padding: 0; }
        .header__res-nav .header__secondary-nav .nav__regions li {
          width: 100%; }
        .header__res-nav .header__secondary-nav .nav__regions a {
          display: block;
          width: 100%;
          height: 48px;
          border: 1px solid #455192;
          border-radius: 50px;
          line-height: 40px;
          text-align: center;
          color: #455192;
          font-size: 20px; }
    .header__res-nav .nav,
    .header__res-nav .header__secondary-nav,
    .header__res-nav .header__membership {
      display: block; }
    .header__res-nav .header__membership a {
      margin-bottom: 10px;
      text-align: center; }

@media screen and (max-width: 768px) {
  body {
    padding-top: 65px; } }

body.nav-open {
  overflow-y: hidden; }

.nav__subnav {
  width: 100%;
  display: none; }
  .nav__subnav.is-active {
    display: flex; }
  .nav__subnav li {
    margin: 45px 20px 25px;
    padding: 15px;
    text-align: center;
    flex: 1;
    border-radius: 5px; }
    .nav__subnav li a {
      display: block; }
    .nav__subnav li img {
      width: 100%;
      max-width: 250px;
      margin: 20px auto;
      transform: scale(0.9);
      transition: transform 240ms; }
    .nav__subnav li:hover {
      box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2); }
      .nav__subnav li:hover img {
        transform: scale(1.05); }

.nav--main {
  width: calc(100% - 170px); }
  @media screen and (max-width: 1024px) {
    .nav--main {
      display: none; } }

.nav__items {
  display: flex;
  padding-right: 16px;
  padding-left: 30px;
  justify-content: space-between; }

.nav__item {
  padding-bottom: 20px; }
  @media (min-width: 1025px) {
    .nav__item:not(last-child) {
      padding-right: 0.5rem; } }
  .nav__item__link {
    position: relative;
    display: block;
    font-size: 24px;
    font-family: "Proxima Nova Lt"; }
    @media (min-width: 1025px) and (max-width: 1399px) {
      .nav__item__link {
        font-size: 18px; } }
    .nav__item__link:after {
      content: '●';
      position: absolute;
      top: 34px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 0;
      opacity: 0;
      transition: all 350ms; }
      @media screen and (max-width: 768px) {
        .nav__item__link:after {
          display: none; } }
    .nav__item__link:hover:after {
      opacity: 1;
      font-size: 8px; }

.nav__regions {
  display: flex;
  padding-right: 10px; }
  .nav__regions a {
    display: block;
    padding: 3px;
    color: #8e8e8e;
    font-family: "Proxima Nova Lt";
    font-size: 16px; }

/* ----------

Binding Site
- Reactive London
- Header Search SCSS

---------- */
@media screen and (min-width: 600px) {
  .header__search {
    position: relative;
    flex-grow: 1;
    clear: both;
    padding-right: 10px;
    margin-right: 0; } }

@media screen and (min-width: 1137px) {
  .header__search {
    padding-right: 20px; } }

@media screen and (max-width: 600px) {
  .header__search {
    flex: 1; }
    .header__search__static {
      position: fixed;
      top: 64px;
      right: 0;
      left: 0;
      height: 0;
      overflow: hidden;
      padding: 0;
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      .header__search__static.is-active {
        height: auto;
        padding: 30px 30px 20px; } }

.header__search form {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  overflow: hidden;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3); }

.header__search input[type='submit'] {
  width: 48px;
  height: 48px;
  top: 0;
  right: 0; }

.header__search input[type='text'] {
  border: none;
  background: none;
  font-size: 18px;
  outline: none;
  width: 100%;
  padding: 16px 16px 15px 16px;
  height: 100%;
  box-sizing: border-box; }
  .header__search input[type='text']::-ms-clear {
    display: none; }

.header__search input[type='submit'] {
  border: none;
  width: 24px;
  height: 24px;
  background: url("images/search-icon.svg") center center no-repeat;
  background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -webkit-background-size: 20px 20px;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%); }

.header__search .advanced {
  display: none; }

.header__search #toggleSearch {
  display: none;
  padding-top: 14px; }
  @media screen and (max-width: 600px) {
    .header__search #toggleSearch {
      display: block; }
      .header__search #toggleSearch:after {
        content: '';
        display: table;
        clear: both; } }
  .header__search #toggleSearch .icon-close {
    display: none;
    float: right;
    font-size: 24px;
    color: #455192; }
  .header__search #toggleSearch img {
    display: block;
    max-width: 22px;
    float: right;
    margin-right: 5px; }
  .header__search #toggleSearch.is-active .icon-close {
    display: block; }
  .header__search #toggleSearch.is-active img {
    display: none; }

/* ----------

Binding Site
- Reactive London
- Header SCSS

---------- */
.header__regions {
  padding: 12px; }
  @media (max-width: 1024px) {
    .header__regions {
      padding: 20px 0; } }
  .header__regions .region-world-link {
    display: none; }
  .header__regions .region-select > li {
    text-transform: uppercase;
    font-size: 14px; }
    .header__regions .region-select > li > a {
      background-color: #fff;
      padding: 3px 12px;
      display: block;
      color: #455192; }
      @media (max-width: 1024px) {
        .header__regions .region-select > li > a {
          padding: 17px 25px;
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          border-radius: 50px; } }
      .header__regions .region-select > li > a .icon-arrow-up {
        font-size: 12px;
        float: right;
        padding-top: 1px; }
      .header__regions .region-select > li > a .icon-arrow-right {
        font-size: 10px;
        margin-right: 9px; }
      .header__regions .region-select > li > a .icon-arrow-down {
        font-size: 0.7rem;
        margin-left: 0.4rem; }
      .header__regions .region-select > li > a.active .icon-arrow-up {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        backface-visibility: visible;
        -moz-backface-visibility: visible;
        -webkit-backface-visibility: visible;
        -ms-backface-visibility: visible; }
  .header__regions .regions-modal {
    display: none; }
    .header__regions .regions-modal.region-menu-active {
      display: block; }
    .header__regions .regions-modal .regions-modals-content .description,
    .header__regions .regions-modal .regions-modals-content .close-region-modal, .header__regions .regions-modal .regions-modals-content .title,
    .header__regions .regions-modal .regions-modals-content .language-select {
      display: none; }
    .header__regions .regions-modal .regions-modals-content .language-select.select-language-active {
      display: block; }
    .header__regions .regions-modal .regions-modals-content .select-options {
      border-bottom: 1px solid #fff; }
      .header__regions .regions-modal .regions-modals-content .select-options.language:after {
        left: auto;
        right: 0; }
      .header__regions .regions-modal .regions-modals-content .select-options > li > a {
        background-color: #455192;
        color: #fff;
        display: block;
        padding: 6px 12px; }
        .header__regions .regions-modal .regions-modals-content .select-options > li > a .icon-arrow-right {
          margin-right: 3px;
          font-size: 12px; }
        .header__regions .regions-modal .regions-modals-content .select-options > li > a .icon-tick {
          display: none;
          float: right; }
        .header__regions .regions-modal .regions-modals-content .select-options > li > a.active .icon-tick {
          display: inline-block; }
      .header__regions .regions-modal .regions-modals-content .select-options > li:first-child > a {
        padding-top: 12px; }
      .header__regions .regions-modal .regions-modals-content .select-options > li:last-child > a {
        padding-bottom: 12px; }
  @media (min-width: 1024px) {
    .header__regions {
      padding: 0; }
      .header__regions .regions-modal {
        opacity: 0;
        visibility: hidden;
        display: block; }
        .header__regions .regions-modal.region-menu-active {
          opacity: 1;
          visibility: visible; }
          .header__regions .regions-modal.region-menu-active .regions-modals-bg {
            opacity: 1;
            visibility: visible; }
          .header__regions .regions-modal.region-menu-active .regions-modals-content {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            backface-visibility: visible;
            -moz-backface-visibility: visible;
            -webkit-backface-visibility: visible;
            -ms-backface-visibility: visible; }
        .header__regions .regions-modal .regions-modals-bg {
          position: fixed;
          height: 100%;
          width: 100%;
          background: #000;
          background: rgba(0, 0, 0, 0.7);
          z-index: 200;
          left: 0;
          top: 0;
          opacity: 0;
          visibility: hidden;
          transition: all ease-in 0.2s 0s;
          -moz-transition: all ease-in 0.2s 0s;
          -webkit-transition: all ease-in 0.2s 0s;
          -ms-transition: all ease-in 0.2s 0s; }
        .header__regions .regions-modal .regions-modals-content {
          background-color: #fff;
          position: absolute;
          z-index: 202;
          padding: 20px;
          width: 210px;
          border: 1px solid #c1c1c1;
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          right: -22px;
          top: 57px;
          visibility: hidden;
          opacity: 0;
          transform: translateY(-40px);
          -moz-transform: translateY(-40px);
          -webkit-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
          backface-visibility: visible;
          -moz-backface-visibility: visible;
          -webkit-backface-visibility: visible;
          -ms-backface-visibility: visible;
          transition: all ease-in 0.3s 0.1s;
          -moz-transition: all ease-in 0.3s 0.1s;
          -webkit-transition: all ease-in 0.3s 0.1s;
          -ms-transition: all ease-in 0.3s 0.1s; }
          .header__regions .regions-modal .regions-modals-content:before {
            content: '';
            position: absolute;
            top: -11px;
            width: 20px;
            height: 20px;
            background-color: #fff;
            border-top: 1px solid #c1c1c1;
            border-left: 1px solid #c1c1c1;
            right: 35px;
            transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            backface-visibility: visible;
            -moz-backface-visibility: visible;
            -webkit-backface-visibility: visible;
            -ms-backface-visibility: visible; }
          .header__regions .regions-modal .regions-modals-content .language-select {
            margin-top: 20px; }
          .header__regions .regions-modal .regions-modals-content .description,
          .header__regions .regions-modal .regions-modals-content .close-region-modal, .header__regions .regions-modal .regions-modals-content .title {
            display: block; }
          .header__regions .regions-modal .regions-modals-content .close-region-modal {
            font-size: 24px;
            position: absolute;
            top: 11px;
            right: 9px;
            color: #c1c1c1;
            cursor: pointer; }
            .header__regions .regions-modal .regions-modals-content .close-region-modal:hover, .header__regions .regions-modal .regions-modals-content .close-region-modal:focus {
              color: #455192; }
          .header__regions .regions-modal .regions-modals-content .title {
            font-size: 18px;
            margin-bottom: 17px; }
          .header__regions .regions-modal .regions-modals-content .description {
            margin-bottom: 0;
            font-size: 13px;
            color: #8e8e8e; }
          .header__regions .regions-modal .regions-modals-content .select-options {
            width: auto;
            margin-bottom: 15px; }
            .header__regions .regions-modal .regions-modals-content .select-options > li {
              margin-bottom: 1px; }
              .header__regions .regions-modal .regions-modals-content .select-options > li > a {
                background-color: transparent;
                color: #455192;
                padding: 5px 4px; }
                .header__regions .regions-modal .regions-modals-content .select-options > li > a:hover, .header__regions .regions-modal .regions-modals-content .select-options > li > a:focus, .header__regions .regions-modal .regions-modals-content .select-options > li > a.active {
                  background-color: #f4f4f4; }
                .header__regions .regions-modal .regions-modals-content .select-options > li > a .icon-arrow-right {
                  display: none; }
              .header__regions .regions-modal .regions-modals-content .select-options > li:first-child > a {
                padding-top: 5px; }
              .header__regions .regions-modal .regions-modals-content .select-options > li:last-child > a {
                padding-bottom: 5px; } }
  @media screen and (min-width: 960px) {
    .header__regions .region-world-link {
      display: none; }
    .header__regions .region-select {
      display: block;
      z-index: 201;
      position: relative; }
      .header__regions .region-select > li {
        text-transform: capitalize;
        font-size: 16px; }
    .header__regions .regions-modal .regions-modals-content {
      right: auto; }
      .header__regions .regions-modal .regions-modals-content:before {
        right: auto;
        left: 35px; } }

/* ----------

Binding Site
- Reactive London
- Footer SCSS

---------- */
.footer {
  overflow: hidden;
  background-color: #666; }
  .footer,
  .footer * {
    box-sizing: border-box; }
  .footer__container {
    width: 100%;
    max-width: 1440px;
    padding: 30px 19px;
    margin: auto;
    background-image: url("images/bindingsite-footer-shape.png");
    background-repeat: no-repeat;
    background-position: right 8px top -46px;
    background-size: 272px;
    background-color: #666; }
    @media (min-width: 768px) {
      .footer__container {
        padding: 30px 38px; } }
    @media (max-width: 1100px) {
      .footer__container {
        background-position: right -50px bottom -50px;
        background-size: 60%; } }
  .footer__top {
    display: flex;
    width: 100%; }
    @media (max-width: 1100px) {
      .footer__top {
        flex-wrap: wrap; } }
  .footer__left {
    position: relative;
    flex: 1;
    padding: 70px 0 35px; }
    @media (max-width: 600px) {
      .footer__left {
        padding: 35px 0; } }
    .footer__left:after {
      content: '';
      position: absolute;
      top: -20px;
      right: 125px;
      bottom: 0;
      left: -100000px;
      z-index: 1;
      background-color: #fff;
      border-radius: 30px;
      transform: skew(-55deg);
      box-shadow: 4px 7px 10px 0 rgba(0, 0, 0, 0.1); }
      @media (max-width: 1100px) {
        .footer__left:after {
          right: 0; } }
      @media (max-width: 600px) {
        .footer__left:after {
          right: -300px; } }
    .footer__left .nav {
      position: relative;
      z-index: 2;
      width: 100%; }
      .footer__left .nav--footer {
        padding-bottom: 50px; }
        @media (max-width: 600px) {
          .footer__left .nav--footer {
            padding-bottom: 25px; } }
        .footer__left .nav--footer ul {
          font-size: 0; }
        .footer__left .nav--footer li {
          display: inline-block;
          padding-right: 30px; }
          @media (max-width: 600px) {
            .footer__left .nav--footer li {
              display: block;
              padding-bottom: 20px; } }
          .footer__left .nav--footer li a {
            font-size: 28px;
            color: #455192; }
        .footer__left .nav--footer-secondary {
          padding-right: 250px; }
          @media (max-width: 600px) {
            .footer__left .nav--footer-secondary {
              padding-right: 0; } }
          .footer__left .nav--footer-secondary ul:after {
            content: '';
            display: table;
            clear: both; }
          .footer__left .nav--footer-secondary ul li {
            display: block;
            float: left;
            width: auto;
            padding-right: 20px;
            padding-bottom: 20px; }
            @media (max-width: 600px) {
              .footer__left .nav--footer-secondary ul li {
                width: 100%;
                padding-bottom: 10px; } }
            .footer__left .nav--footer-secondary ul li a {
              color: #878787; }
  .footer__right {
    display: flex;
    align-items: center;
    width: calc((100% / 12) * 5); }
    @media (max-width: 1100px) {
      .footer__right {
        width: 100%; } }
  .footer__bottom {
    display: flex;
    align-items: center;
    padding: 30px 0;
    color: #fff; }
    @media (max-width: 600px) {
      .footer__bottom {
        flex-wrap: wrap;
        padding-bottom: 150px; } }
    .footer__bottom p {
      margin: 0; }
      @media (max-width: 600px) {
        .footer__bottom p {
          display: block;
          width: 100%; } }
      .footer__bottom p:first-of-type {
        flex: 1 1 113%; }
        @media (max-width: 600px) {
          .footer__bottom p:first-of-type {
            flex: auto;
            order: 2;
            margin-top: 30px;
            padding-right: 50px; } }
  @media (max-width: 1100px) {
    .footer__social {
      margin-top: 20px; } }
  .footer__social__title .title,
  .footer__social__title p {
    color: #fff; }
  .footer__social__title .title {
    font-size: 28px;
    margin-bottom: 5px; }
  .footer__social__title p {
    font-size: 18px; }
  .footer__social__icons {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start; }
  .footer__social__icon {
    color: #fff;
    padding-right: 20px; }
    .footer__social__icon .icon {
      font-size: 40px; }
  .footer__social__icon a {
    color: #fff; }

/* ---------- Body */
/* ----------

Binding Site
- Reactive London
- Body SCSS

---------- */
/* ---------- Global */
body {
  background-color: #fff; }

.bg-no-repeat, .bg-texture-v3, .bg-texture-v4 {
  background-position: 0 0;
  background-repeat: repeat; }

.bg-no-repeat-top-left-cover, .bg-texture-v1, .bg-texture-v2, .bg-texture-v5, .bg-triangle, .bg-triangle-v2, .bg-triangle-v3, .bg-spaplus, .bg-renal, .bg-accord-one, .bg-butterflies {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

.bg-no-repeat-center-cover, .bg-world, .bg-microscope, .bg-microscope-two, .bg-office, .bg-doctor-one, .bg-doctor-two {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover; }

.bg-light {
  background-color: whitesmoke; }

.bg-coloured {
  background-color: #40496b; }

.bg-texture-v1 {
  background-image: url("images/bg-texture-v1.png"); }

.bg-texture-v2 {
  background-image: url("images/bg-texture-v2.png"); }

.bg-texture-v3 {
  background-image: url("images/bg-texture-v3.png"); }

.bg-texture-v4 {
  background-image: url("images/bg-texture-v4.png"); }

.bg-texture-v5 {
  background-image: url("images/bg-texture-v5.png"); }

.bg-triangle {
  background-image: url("images/bg-triangle.png");
  border-top: 1px solid #ebebeb; }

.bg-triangle-v2 {
  background-image: url("images/bg-triangle-v2.png"); }

.bg-triangle-v3 {
  background-image: url("images/bg-triangle-v3.png"); }

.bg-spaplus {
  background-image: url("images/bg-ph-spaplus.jpg"); }

.bg-renal {
  background-image: url("images/bg-ph-renal.jpg"); }

.bg-world {
  background-image: url("images/bg-ph-world.png"); }

.bg-microscope {
  background-image: url("images/bg-ph-microscope.jpg"); }

.bg-microscope-two {
  background-image: url("images/bg-image-microscope.jpg"); }

.bg-office {
  background-image: url("images/bg-ph-office.jpg"); }

.bg-hero-colour {
  background-color: #eaebf2; }

.bg-accord-one {
  background-image: url("images/bg-ph-accord.jpg"); }

.bg-doctor-one {
  background-image: url("images/bg-image-doctor-one.jpg"); }

.bg-doctor-two {
  background-image: url("images/bg-image-doctor-two.jpg"); }

.bg-butterflies {
  background-image: url("images/bg-butterflies-small.jpg");
  margin-top: -14px;
  padding-top: 14px; }
  @media screen and (min-width: 768px) {
    .bg-butterflies {
      background-image: url("images/bg-butterflies.jpg"); } }

.content-divider {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #d6d6d6;
  height: 2px; }
  @media screen and (min-width: 768px) {
    .content-divider.with-padding {
      margin-left: 19px;
      margin-right: 19px; } }

.padded-section {
  padding: 30px 0; }
  .padded-section .column:last-child > .button:last-of-type {
    margin-bottom: -15px; }

.no-padding-bottom {
  padding-bottom: 0; }

.extra-padded-section {
  padding: 100px 0; }

.padded-bot-section {
  padding-bottom: 40px; }

.with-mgn-bot {
  margin-bottom: 30px; }

.page-wrapper > section {
  clear: both; }

.nested-columns:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (min-width: 768px) {
  .nested-columns.three-col .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .nested-columns .column.first-col {
    padding-left: 0; }
  .nested-columns .column img {
    margin-bottom: 10px; }
  .nested-columns .column .sub {
    margin-bottom: 8px; } }

.column {
  margin-bottom: 10px; }
  .column.clear-mobile {
    clear: left; }
  @media screen and (min-width: 768px) {
    .column {
      margin-bottom: 0; }
      .column.clear-mobile {
        clear: none; } }

/* ---------- Breadcrumb */
.breadcrumb {
  padding: 30px 0 10px; }
  .breadcrumb .breadcrumb-trail {
    line-height: 1.3;
    font-size: 15px; }
    .breadcrumb .breadcrumb-trail a {
      color: #666666; }
    @media (max-width: 768px) {
      .breadcrumb .breadcrumb-trail a, .breadcrumb .breadcrumb-trail span {
        display: none; }
        .breadcrumb .breadcrumb-trail a:last-of-type, .breadcrumb .breadcrumb-trail span:last-of-type {
          display: inline-block; }
      .breadcrumb .breadcrumb-trail a:last-of-type {
        position: relative;
        font-size: 0;
        width: 20px; }
        .breadcrumb .breadcrumb-trail a:last-of-type:after {
          content: '\e607';
          position: absolute;
          top: 0;
          right: 0;
          transform: translateY(-72%);
          font-family: 'icomoon';
          font-size: 20px;
          color: #455192; } }
  @media screen and (min-width: 768px) {
    .breadcrumb {
      padding: 30px 20px 15px; } }

/* ---------- Stay Informed Block */
@media (max-width: 1200px) {
  .sign-up-block .content, .search-block .content,
  .sign-up-block .sidebar,
  .search-block .sidebar {
    float: none;
    padding-top: 0;
    width: 100%; } }

.sign-up-block .sidebar form, .search-block .sidebar form {
  width: 100%; }
  @media (max-width: 1200px) {
    .sign-up-block .sidebar form, .search-block .sidebar form {
      max-width: 430px; } }
  .sign-up-block .sidebar form .form-row, .search-block .sidebar form .form-row {
    background: none !important; }
    .sign-up-block .sidebar form .form-row:after, .search-block .sidebar form .form-row:after {
      content: "";
      display: table;
      clear: both; }
    .sign-up-block .sidebar form .form-row input[type="email"], .search-block .sidebar form .form-row input[type="email"],
    .sign-up-block .sidebar form .form-row input[type="search"],
    .search-block .sidebar form .form-row input[type="search"] {
      padding: 16px 16px 15px; }
      @media (min-width: 476px) {
        .sign-up-block .sidebar form .form-row input[type="email"], .search-block .sidebar form .form-row input[type="email"],
        .sign-up-block .sidebar form .form-row input[type="search"],
        .search-block .sidebar form .form-row input[type="search"] {
          float: left;
          width: 71%; } }
      @media (max-width: 475px) {
        .sign-up-block .sidebar form .form-row input[type="email"], .search-block .sidebar form .form-row input[type="email"],
        .sign-up-block .sidebar form .form-row input[type="search"],
        .search-block .sidebar form .form-row input[type="search"] {
          width: 100%;
          margin-bottom: 1rem; } }
    .sign-up-block .sidebar form .form-row input[type="submit"], .search-block .sidebar form .form-row input[type="submit"],
    .sign-up-block .sidebar form .form-row button,
    .search-block .sidebar form .form-row button {
      width: 29%;
      font-size: .954rem;
      height: 51px; }
      @media (max-width: 475px) {
        .sign-up-block .sidebar form .form-row input[type="submit"], .search-block .sidebar form .form-row input[type="submit"],
        .sign-up-block .sidebar form .form-row button,
        .search-block .sidebar form .form-row button {
          width: 100%;
          line-height: 35px; } }

#form-stayInformed .form-row .field-validation-error {
  float: left;
  clear: both;
  margin-top: 5px; }

/* ---------- Large Icons */
.large-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  background-color: #f4f4f4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  -moz-background-size: 70%;
  -webkit-background-size: 70%;
  border-radius: 50%;
  -moz-box-sizing: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%; }
  @media screen and (min-width: 960px) {
    .large-icon {
      width: 130px;
      height: 130px; } }
  .large-icon.white-bg {
    background-color: #fff; }
  .large-icon.microscope {
    background-image: url("images/icon-microscope.svg"); }
  .large-icon.immuno {
    background-image: url("images/icon-immuno.svg"); }
  .large-icon.testtube {
    background-image: url("images/icon-testtube.svg"); }
  .large-icon.heart {
    background-image: url("images/icon-heart.svg"); }
  .large-icon.body {
    background-image: url("images/icon-body.svg"); }

/* ---------- Lists */
.list-vertical li {
  margin-bottom: 15px; }
  .list-vertical li:after {
    content: "";
    display: table;
    clear: both; }
  .list-vertical li .title {
    margin-bottom: 8px;
    color: #666666;
    font-size: 16px !important; }
  .list-vertical li .image-with-icon {
    width: 40%;
    margin-right: 12px;
    float: left; }
  @media screen and (min-width: 1200px) {
    .list-vertical li p, .list-vertical li .title {
      max-width: 80%; } }

.list-bullets, .page-content .column.content ul {
  margin-bottom: 15px;
  margin-left: 15px; }
  .list-bullets li, .page-content .column.content ul li {
    list-style: disc;
    margin-bottom: 9px;
    line-height: 1.3; }
    .list-bullets li:last-child, .page-content .column.content ul li:last-child {
      margin-bottom: 0; }
    .list-bullets li ul, .page-content .column.content ul li ul, .list-bullets li ol, .page-content .column.content ul li ol {
      padding-left: 15px;
      padding-top: 8px; }

.sidebar-list, .list-blog-latest {
  margin-left: 15px; }
  .sidebar-list li, .list-blog-latest li {
    line-height: 1.3;
    margin-bottom: 12px; }
    .sidebar-list li a, .list-blog-latest li a {
      font-size: 18px; }
    .sidebar-list li.active, .list-blog-latest li.active {
      list-style: disc; }
    .sidebar-list li ul, .list-blog-latest li ul {
      padding-top: 12px; }
      .sidebar-list li ul > li, .list-blog-latest li ul > li {
        padding-left: 15px; }
        .sidebar-list li ul > li:first-child, .list-blog-latest li ul > li:first-child {
          padding-top: 12px; }
        .sidebar-list li ul > li:last-child, .list-blog-latest li ul > li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
  .sidebar-list > li:last-child, .list-blog-latest > li:last-child {
    border-bottom: none; }

/* ---------- Circle Panel Content */
.circle-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%; }
  .circle-container, .circle-container * {
    box-sizing: border-box; }
  .circle-container .circle {
    position: relative;
    background-color: #172147;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    -moz-box-sizing: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%; }
    .circle-container .circle .circle-inner {
      position: absolute;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-content: center;
      height: 100%;
      padding: 0 30px;
      text-align: center; }
      .circle-container .circle .circle-inner p {
        margin-bottom: 10px;
        color: #fff; }
      .circle-container .circle .circle-inner .icon-book-two {
        font-size: 42px;
        margin-bottom: 10px;
        display: block;
        color: #455192; }
      .circle-container .circle .circle-inner a {
        font-size: 18px;
        color: #455192;
        font-weight: bold; }
      .circle-container .circle .circle-inner .icon-download {
        color: #8e8e8e;
        font-size: 16px; }
      .circle-container .circle .circle-inner .icon-calendar,
      .circle-container .circle .circle-inner .icon-avatar,
      .circle-container .circle .circle-inner .icon-pie {
        font-size: 50px; }
      .circle-container .circle .circle-inner .icon-calendar {
        color: #455192; }
      .circle-container .circle .circle-inner .icon-avatar {
        color: #ffda00; }
      .circle-container .circle .circle-inner .icon-pie {
        color: #901c3c; }

/* ---------- Third Party Logo Panel */
.myeloma-logo-panel:after {
  content: "";
  display: table;
  clear: both; }

.myeloma-logo-panel img {
  float: left;
  margin-right: 15px; }

.myeloma-logo-panel p {
  padding-top: 4.5%; }

@media screen and (min-width: 960px) {
  .myeloma-logo-panel {
    margin-left: -105px;
    max-width: 530px; } }

/* ---------- Info Panel */
.info-panel {
  background-color: #f4f4f4;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px; }
  .info-panel:after {
    content: "";
    display: table;
    clear: both; }
  .info-panel .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .info-panel .column img {
      border: 1px solid #807f7f;
      margin-bottom: 12px; }
    .info-panel .column .title {
      margin-bottom: 10px; }
    .info-panel .column p, .info-panel .column ul li {
      color: #8e8e8e; }

/* ---------- Info Panel */
.highlight-panel, .highlight-panel-blue {
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 12px; }
  .highlight-panel:after, .highlight-panel-blue:after {
    content: "";
    display: table;
    clear: both; }
  .highlight-panel h1:first-child, .highlight-panel-blue h1:first-child, .highlight-panel h2:first-child, .highlight-panel-blue h2:first-child, .highlight-panel h3:first-child, .highlight-panel-blue h3:first-child, .highlight-panel h4:first-child, .highlight-panel-blue h4:first-child, .highlight-panel h5:first-child, .highlight-panel-blue h5:first-child, .highlight-panel h6:first-child, .highlight-panel-blue h6:first-child {
    margin: 0; }
  .highlight-panel p:last-child, .highlight-panel-blue p:last-child, .highlight-panel ul:last-child, .highlight-panel-blue ul:last-child {
    margin-bottom: 0; }
  .highlight-panel .column, .highlight-panel-blue .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .highlight-panel .column p, .highlight-panel-blue .column p, .highlight-panel .column ul li, .highlight-panel-blue .column ul li {
      color: #8e8e8e; }

.highlight-panel-blue {
  background-color: #eaebf2; }

/* ---------- Block with slight gradient */
.bg-gradient {
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 0%, #f4f4f4 70%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 0%, #f4f4f4 70%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 0%, #f4f4f4 70%); }
  @media screen and (min-width: 768px) {
    .bg-gradient {
      margin-top: 0.6em;
      background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 0%, #f4f4f4 40%);
      background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 0%, #f4f4f4 40%);
      background: -o-linear-gradient(left, #ffffff 0%, #ffffff 0%, #f4f4f4 40%); } }

/* ---------- Mobile half width image */
.mobile-half-width {
  width: 50%;
  margin-top: -2.5em;
  float: right; }
  @media screen and (min-width: 960px) {
    .mobile-half-width {
      width: auto;
      margin: 0; } }

/* ----------

Binding Site 
- Reactive London
- Block News Feature SCSS

---------- */
@media screen and (min-width: 768px) {
  .news-feature-block .container > .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 40%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .news-feature-block .container > .column.heading {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 20%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; } }

.news-feature-block .container > .column .title {
  color: #fff; }

.news-feature-block .container > .column .news-header {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #7a7d8b; }
  .news-feature-block .container > .column .news-header:after {
    content: "";
    display: table;
    clear: both; }
  .news-feature-block .container > .column .news-header .header, .news-feature-block .container > .column .news-header a {
    color: #ffda00;
    font-weight: bold; }
  .news-feature-block .container > .column .news-header .header {
    width: 75%; }
  .news-feature-block .container > .column .news-header .icon {
    margin-right: 4px;
    font-size: 12px; }

@media screen and (min-width: 1200px) {
  .news-feature-block .container > .column .nested-columns .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
    .news-feature-block .container > .column .nested-columns .column:first-child {
      padding-right: 25px; } }

.news-feature-block .container > .column .nested-columns a {
  color: #fff; }

.news-feature-block .container > .column .nested-columns p {
  color: #fff;
  margin-bottom: 6px; }

.news-feature-block .container > .column .nested-columns .date {
  color: #a8a8a8; }

@media screen and (min-width: 768px) {
  .news-feature-block .container > .column.three-col-news {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin: auto; }
    .news-feature-block .container > .column.three-col-news .nested-columns .column {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      .news-feature-block .container > .column.three-col-news .nested-columns .column:first-child {
        padding-left: 0; }
      .news-feature-block .container > .column.three-col-news .nested-columns .column:nth-child(2n+1) {
        clear: left;
        padding-left: 0; }
  .news-feature-block .container > .column.four-col-news {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .news-feature-block .container > .column.four-col-news .nested-columns .column {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      .news-feature-block .container > .column.four-col-news .nested-columns .column:first-child {
        padding-left: 0; }
      .news-feature-block .container > .column.four-col-news .nested-columns .column:nth-child(2n+1) {
        clear: left;
        padding-left: 0; } }

@media screen and (min-width: 1200px) {
  .news-feature-block .container > .column.three-col-news {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 60%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .news-feature-block .container > .column.three-col-news .nested-columns .column {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      .news-feature-block .container > .column.three-col-news .nested-columns .column:nth-child(2n+1) {
        clear: none;
        padding-left: 19px; }
      .news-feature-block .container > .column.three-col-news .nested-columns .column:nth-child(3n+1) {
        clear: left;
        padding-left: 0; }
  .news-feature-block .container > .column.four-col-news .nested-columns .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .news-feature-block .container > .column.four-col-news .nested-columns .column:nth-child(2n+1) {
      clear: none;
      padding-left: 19px; }
    .news-feature-block .container > .column.four-col-news .nested-columns .column:nth-child(4n+1) {
      clear: left;
      padding-left: 0; } }

.news-feature-block.on-light-bg .container > .column .news-header .header {
  color: #666666;
  font-size: 30px; }

.news-feature-block.on-light-bg .container > .column .news-header a {
  color: #455192; }

.news-feature-block.on-light-bg .container > .column .nested-columns a {
  color: #666666; }

.news-feature-block.on-light-bg .container > .column .nested-columns .date {
  color: #807f7f; }

/* ----------

Binding Site
- Reactive London
- Block Hero SCSS

---------- */
.hero-block {
  overflow: hidden;
  padding-bottom: 15px;
  background-color: #ececec; }
  .hero-block .container {
    position: relative; }
    .hero-block .container .sidebar {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      margin: 0; }
      @media (max-width: 768px) {
        .hero-block .container .sidebar {
          position: static;
          transform: none;
          margin-bottom: 10px;
          justify-content: flex-start; } }
      .hero-block .container .sidebar .btn {
        margin: 10px 10px 10px 0; }
    .hero-block .container:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0px;
      z-index: 0;
      display: block;
      height: 300px;
      width: 500px;
      background-image: url("images/small-chromo.png");
      background-size: 520px; }
      @media (max-width: 800px) {
        .hero-block .container:before {
          display: none; } }
  .hero-block .hero-content .title {
    font-size: 34px;
    font-family: "Proxima Nova Lt";
    margin-bottom: 5px;
    color: #172147; }
  .hero-block p {
    font-family: "Proxima Nova Lt";
    font-size: 18px;
    color: #666666;
    margin-bottom: 0; }
  .hero-block .breadcrumb a, .hero-block .breadcrumb span {
    font-family: "Proxima Nova Lt";
    font-size: 18px; }
  .hero-block .breadcrumb a {
    color: #455192; }
  .hero-block .sidebar .cta-container .icon-book-two {
    font-size: 42px;
    color: #455192;
    float: left;
    margin-right: 4px;
    margin-top: -2px; }
  @media screen and (min-width: 768px) {
    .hero-block .hero-content:after {
      content: "";
      display: table;
      clear: both; }
    .hero-block .content {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
    .hero-block .sidebar {
      margin-top: 20px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      .hero-block .sidebar .circle-container {
        margin-top: -60px; } }
  @media screen and (min-width: 960px) {
    .hero-block .content {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 66.6666666667%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      .hero-block .content p {
        max-width: 80%; }
    .hero-block .sidebar {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; } }

/* ----------

Binding Site
- Reactive London
- Block Text plus with Promo SCSS

---------- */
/* ---------- Text Block */
@media screen and (min-width: 768px) {
  .text-block .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .text-block .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 960px) {
  .text-block .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .text-block .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 1200px) {
  .text-block .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .text-block .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 80%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; } }

/* ---------- Text Block with Promo */
@media screen and (min-width: 768px) {
  .text-block-with-promo .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .text-block-with-promo .content, .text-block-with-promo .promo {
    padding-left: 19px;
    padding-right: 19px; }
  .text-block-with-promo .content {
    clear: left; }
    .text-block-with-promo .content .nested-columns .first, .text-block-with-promo .content .nested-columns .second {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; } }

@media screen and (min-width: 960px) {
  .text-block-with-promo .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .text-block-with-promo .promo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .text-block-with-promo .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 55%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
    .text-block-with-promo .content .nested-columns .first, .text-block-with-promo .content .nested-columns .second {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0;
      padding: 0; }
  .text-block-with-promo .sidebar, .text-block-with-promo .content, .text-block-with-promo .promo {
    float: left; } }

/* ---------- Two column text block with image */
@media screen and (min-width: 768px) {
  .two-col-block .content, .two-col-block .promo {
    padding-left: 19px;
    padding-right: 19px; }
  .two-col-block .content {
    clear: left; }
    .two-col-block .content .nested-columns .first, .two-col-block .content .nested-columns .second {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; } }

@media screen and (min-width: 960px) {
  .two-col-block .promo {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 40%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .two-col-block .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 60%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    clear: none; }
    .two-col-block .content .nested-columns .first, .two-col-block .content .nested-columns .second {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0;
      padding: 0; } }

/* ---------- Icons with Quote */
.icons-with-quote:after {
  content: "";
  display: table;
  clear: both; }

.icons-with-quote .icons {
  text-align: center;
  margin-bottom: 10px; }
  .icons-with-quote .icons .large-icon {
    margin-right: 10px; }

@media screen and (min-width: 768px) {
  .icons-with-quote {
    margin-top: 25px; }
    .icons-with-quote .icons {
      text-align: left;
      margin-bottom: 0;
      float: left;
      margin-right: 25px; } }

@media screen and (min-width: 1200px) {
  .icons-with-quote .quote {
    padding-top: 30px; } }

@media screen and (min-width: 1440px) {
  .icons-with-quote {
    max-width: 70%; } }

/* ----------

Binding Site 
- Reactive London
- Block Form SCSS

---------- */
/* ---------- Text Block */
.form-block.form-white-bg .form-row input[type='text'],
.form-block.form-white-bg .form-row input[type='password'],
.form-block.form-white-bg .form-row input[type='email'],
.form-block.form-white-bg .form-row input[type='tel'],
.form-block.form-white-bg .form-row textarea {
  border: 1px solid #dbdbdb; }

.form-block .column.title {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 19px;
  padding-right: 19px;
  position: relative;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 768px) {
  .form-block .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .form-block .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 960px) {
  .form-block .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .form-block .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 1200px) {
  .form-block .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .form-block .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 80%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    float: left; }
    .form-block .content .form-column {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0;
      float: left;
      padding-right: 80px; } }

/* ----------

Binding Site 
- Reactive London
- Block Widget SCSS

---------- */
.widget-block .form-row input[type='email'],
.widget-block .form-row input[type='password'] {
  border: 1px solid #dbdbdb; }

.widget-block .nested-columns {
  padding-top: 12px;
  border-top: 1px solid #dbdbdb; }

.widget-block .first-link,
.widget-block .second-link {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 19px;
  padding-right: 19px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding: 0; }

.widget-block .first-link {
  display: inline-block;
  margin-bottom: 6px; }

@media screen and (min-width: 768px) {
  .widget-block .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin: auto; }
  .widget-block .first-link {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
  .widget-block .second-link {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: right; } }

@media screen and (min-width: 960px) {
  .widget-block .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin: auto; } }

@media screen and (min-width: 1440px) {
  .widget-block .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin: auto; } }

/* ----------

Binding Site
- Reactive London
- Block Video SCSS

---------- */
.video-block .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .video-block .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-block .column.video {
  margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  .video-block .nested-columns .extra-info,
  .video-block .nested-columns .date {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 0; }
  .video-block .nested-columns .extra-info {
    padding-right: 19px; } }

@media screen and (min-width: 960px) {
  .video-block .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    float: left; }
    .video-block .column.video {
      margin-bottom: 0; } }

@media screen and (min-width: 1200px) {
  .video-block .column.aside {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 37.5%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; } }

/* ----------

Binding Site
- Reactive London
- Block Image with Lightbox SCSS

---------- */
.image-block .sidebar .heading {
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .image-block .sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .image-block .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .image-block .aside {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin: auto; } }

@media screen and (min-width: 960px) {
  .image-block .sidebar, .image-block .aside {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .image-block .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 60%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; } }

.lightbox-image-wrap {
  position: relative;
  display: block;
  width: 100%; }
  .lightbox-image-wrap .full-screen-link {
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 18px;
    outline: none; }
    @media screen and (min-width: 1200px) {
      .lightbox-image-wrap .full-screen-link {
        display: none; } }

/* ----------

Binding Site
- Reactive London
- Block Content / Sidebar SCSS

---------- */
.image-block .container .column,
.content-sidebar-block .container .column {
  float: left; }

@media screen and (min-width: 768px) {
  .content-sidebar-block .column.sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .content-sidebar-block .column.content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 1200px) {
  .content-sidebar-block .column.sidebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .content-sidebar-block .column.content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 60%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 1200px) {
  .content-sidebar-block.wide .column.content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 80%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 0; } }

/* ----------

Binding Site
- Reactive London
- Block Single Col SCSS

---------- */
/* ---------- Single Column Text */
.single-column-block.purpleBackground {
  background-color: #455192; }
  .single-column-block.purpleBackground h5,
  .single-column-block.purpleBackground h6,
  .single-column-block.purpleBackground p {
    color: #fff; }
  .single-column-block.purpleBackground .icon::before {
    color: #fff; }
  .single-column-block.purpleBackground .btn.btn--solid {
    background-color: #fff;
    color: #455192; }

.single-column-block.greyBackground {
  background-color: #ececec; }

.single-column-block.bg-light h6 {
  color: #666666; }

.single-column-block.bg-light p {
  color: #666666; }

.single-column-block .grey .title {
  color: #666; }

.single-column-block .grey p {
  color: #666; }

.single-column-block.white-gradient {
  background-image: linear-gradient(to left, transparent, #fff); }

.single-column-block .in-circle-container {
  display: block;
  width: 300px;
  margin: 0 auto; }

.single-column-block .in-circle-bg {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 300px;
  height: 300px;
  border: 1px solid #dbdada;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -moz-box-sizing: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%; }
  .single-column-block .in-circle-bg .in-circle-bg-inside {
    padding: 30px; }
    .single-column-block .in-circle-bg .in-circle-bg-inside .title {
      margin-bottom: 15px; }
    .single-column-block .in-circle-bg .in-circle-bg-inside img {
      width: 100px;
      height: 100px;
      margin: auto; }
    .single-column-block .in-circle-bg .in-circle-bg-inside p {
      font-size: 18px; }
    .single-column-block .in-circle-bg .in-circle-bg-inside .button {
      margin-bottom: 8px; }
      .single-column-block .in-circle-bg .in-circle-bg-inside .button:last-child {
        margin-bottom: 0; }

@media screen and (max-width: 680px) {
  .single-column-block .in-circle-container {
    width: auto; }
  .single-column-block .in-circle-bg {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 10% 0;
    border: none;
    border-radius: 0; }
    .single-column-block .in-circle-bg .in-circle-bg-inside {
      position: static;
      padding: 10px; } }

.single-column-block .column .title {
  margin-bottom: 10px; }

.single-column-block .column img {
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .single-column-block .column img {
    display: inline-block; }
  .single-column-block .column.col-left {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .single-column-block .column.col-right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin: auto;
    text-align: right; }
  .single-column-block .column.col-center {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin: auto;
    text-align: center; }
  .single-column-block .in-circle-container,
  .single-column-block .in-circle-bg {
    width: 400px;
    height: 400px; } }

/* ---------- Single Column Text - With Image */
.single-column-block-image .column.image {
  float: left;
  width: 25%;
  padding-right: 15px; }

.single-column-block-image .column .title {
  margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  .single-column-block-image .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .single-column-block-image .column.image {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0;
      display: block; }
    .single-column-block-image .column.padded-down {
      padding-top: 5%; } }

@media screen and (min-width: 1200px) {
  .single-column-block-image .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .single-column-block-image .column.image {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0;
      display: block; } }

.text-block .lightbox-image-flex {
  display: flex; }

/* ----------

Binding Site
- Reactive London
- Block Two Cols Sidebar SCSS

---------- */
.two-columns-block {
  /* ---------- Webinar Title */ }
  .two-columns-block .content .title {
    margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .two-columns-block .content {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 66.6666666667%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      .two-columns-block .content.padded-down {
        padding-top: 9%; }
    .two-columns-block .sidebar {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
    .two-columns-block .wide-sidebar .content {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 60%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
    .two-columns-block .wide-sidebar .sidebar {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 40%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; } }
  .two-columns-block .webinar-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: url("images/half-circle.svg") 0 0 no-repeat;
    background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    width: 100px;
    height: 78px;
    margin-top: -30px;
    position: absolute;
    z-index: 1; }
    .two-columns-block .webinar-title span {
      padding-top: 10px;
      display: block;
      font-size: 16px; }
    @media screen and (min-width: 480px) {
      .two-columns-block .webinar-title {
        width: 155px; }
        .two-columns-block .webinar-title span {
          font-size: 20px;
          padding-top: 21px; } }
    @media screen and (min-width: 768px) {
      .two-columns-block .webinar-title {
        position: absolute;
        margin-bottom: 0;
        top: 0;
        left: 22px; } }
    @media screen and (min-width: 1440px) {
      .two-columns-block .webinar-title {
        left: 30px; } }

/* ----------

Binding Site 
- Reactive London
- Block two half Col SCSS

---------- */
.dual-columns {
  display: table;
  width: 100%; }
  .dual-columns h5 {
    color: #455192;
    font-size: 30px;
    font-family: "Proxima NW08 Regular"; }
  @media screen and (min-width: 768px) {
    .dual-columns .col_1, .dual-columns .col_2 {
      display: table-cell;
      vertical-align: top; } }
  .dual-columns .col_1 .container, .dual-columns .col_2 .container {
    width: 100%;
    box-sizing: border-box; }
    @media screen and (min-width: 768px) {
      .dual-columns .col_1 .container, .dual-columns .col_2 .container {
        max-width: 662px;
        padding: 0; } }
  @media screen and (min-width: 768px) {
    .dual-columns .col_1 .container {
      float: right; }
    .dual-columns .col_2 .container {
      float: left; } }
  .dual-columns .column {
    margin: 0; }
    @media screen and (min-width: 768px) {
      .dual-columns .column.col-half {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 19px;
        padding-right: 19px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        float: none;
        padding: 100px 0; } }
  @media screen and (min-width: 768px) {
    .dual-columns .align_c {
      width: 75%;
      max-width: 350px;
      margin: auto; } }

/* ----------

Binding Site 
- Reactive London
- Block Three Cols SCSS

---------- */
.three-columns-block .column {
  float: left; }
  .three-columns-block .column img {
    display: none; }
  .three-columns-block .column .title {
    color: #455192; }
    .three-columns-block .column .title .icon-arrow-right {
      font-size: 12px;
      margin-right: 4px; }

@media screen and (min-width: 768px) {
  .three-columns-block .column {
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .three-columns-block .column.sidebar {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 15px; }
    .three-columns-block .column.cta-column {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0;
      clear: both;
      margin-top: 12px; }
    .three-columns-block .column img {
      display: block;
      margin-bottom: 15px; } }

@media screen and (min-width: 960px) {
  .three-columns-block .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .three-columns-block .column.sidebar {
      text-align: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 20%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
    .three-columns-block .column.cta-column {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 20%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin: auto; } }

@media screen and (min-width: 1200px) {
  .three-columns-block .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .three-columns-block .column.sidebar {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 20%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
    .three-columns-block .column.cta-column {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 20%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin: auto; } }

/* ----------

Binding Site 
- Reactive London
- Block Five Cols Even SCSS

---------- */
.five-columns-block {
  /* ---------- Featured Icons */
  /* ---------- Social Bar */ }
  .five-columns-block .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .five-columns-block .column.mobile-full-col {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
    .five-columns-block .column.cta-column {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      .five-columns-block .column.cta-column .button {
        margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .five-columns-block .column {
        padding: 0 9px; } }
    @media screen and (min-width: 768px) {
      .five-columns-block .column {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 20%;
        float: left;
        padding-left: 19px;
        padding-right: 19px;
        position: relative;
        margin-left: 0;
        margin-right: 0; }
        .five-columns-block .column.mobile-full-col {
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -ms-box-sizing: border-box;
          width: 20%;
          float: left;
          padding-left: 19px;
          padding-right: 19px;
          position: relative;
          margin-left: 0;
          margin-right: 0; }
        .five-columns-block .column.cta-column {
          text-align: center;
          padding-top: 15px; } }
    .five-columns-block .column .title {
      display: block;
      font-size: 22px;
      margin-top: 20px;
      margin-bottom: 10px;
      color: #455192;
      font-size: 18px; }
      @media screen and (min-width: 480px) {
        .five-columns-block .column .title {
          font-size: 18px; } }
  .five-columns-block .icons-heading {
    margin-bottom: 20px; }
  .five-columns-block .centered-heading {
    margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .five-columns-block .centered-heading {
      text-align: center;
      margin-bottom: 30px; } }
  .five-columns-block .featured-icons .column {
    text-align: center; }
  .five-columns-block .social-bar .icon {
    font-size: 32px;
    display: block; }
  .five-columns-block .social-bar .mobile-quarter {
    width: 25%;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .five-columns-block .social-bar .mobile-quarter {
        width: 20%;
        text-align: left; } }
  .five-columns-block .social-bar .column .title {
    color: #172147;
    margin-top: 10px; }
  .five-columns-block .social-bar .icon-twitter {
    color: #00aced; }
  .five-columns-block .social-bar .icon-google {
    color: #dd4b39; }
  .five-columns-block .social-bar .icon-linkedin {
    color: #007bb6; }
  .five-columns-block .social-bar .icon-youtube {
    color: #bb0000; }
  .five-columns-block .social-bar a {
    color: #172147; }
  .five-columns-block .social-bar p {
    display: none; }
    @media screen and (min-width: 768px) {
      .five-columns-block .social-bar p {
        display: block;
        margin-bottom: 0; } }
  .five-columns-block .social-bar h6 {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .five-columns-block .social-bar h6 {
        text-align: left; } }

/* ----------

Binding Site 
- Reactive London
- Block Increasing Content SCSS

---------- */
.increasing-columns-block .sidebar .heading {
  margin-bottom: 10px; }

.increasing-columns-block .expandable-content {
  float: left; }
  .increasing-columns-block .expandable-content:after {
    content: "";
    display: table;
    clear: both; }
  .increasing-columns-block .expandable-content .hidden-column {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
    transition: all ease-in 0.3s 0s;
    -moz-transition: all ease-in 0.3s 0s;
    -webkit-transition: all ease-in 0.3s 0s;
    -ms-transition: all ease-in 0.3s 0s; }
    .increasing-columns-block .expandable-content .hidden-column.visible-column {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      height: auto; }
  .increasing-columns-block .expandable-content .clear-row {
    clear: left; }
  .increasing-columns-block .expandable-content .column {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    @media screen and (max-width: 767px) {
      .increasing-columns-block .expandable-content .column {
        padding: 0 9px; } }
    .increasing-columns-block .expandable-content .column img, .increasing-columns-block .expandable-content .column .img-circle {
      margin-bottom: 18px; }
    .increasing-columns-block .expandable-content .column .img-circle {
      max-width: 60%; }
    .increasing-columns-block .expandable-content .column .title {
      margin-bottom: 8px;
      color: #666666; }
    .increasing-columns-block .expandable-content .column .img-space-filler {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 60%;
      margin-bottom: 18px; }
  .increasing-columns-block .expandable-content .more-content {
    text-align: center;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .increasing-columns-block .expandable-content .more-content.hide-more-content {
      display: none; }
    .increasing-columns-block .expandable-content .more-content .bg-line {
      width: 100%;
      height: 2px;
      background-color: #f4f4f4;
      position: absolute;
      left: 0;
      top: 48%; }
    .increasing-columns-block .expandable-content .more-content .more {
      position: relative;
      width: 100px; }
      .increasing-columns-block .expandable-content .more-content .more .icon-arrow-down {
        margin-left: 4px;
        margin-top: 2px; }

@media screen and (min-width: 768px) {
  .increasing-columns-block .sidebar {
    text-align: center;
    margin-bottom: 30px; }
  .increasing-columns-block .expandable-content .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px; } }

@media screen and (min-width: 960px) {
  .increasing-columns-block .expandable-content .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 1200px) {
  .increasing-columns-block .sidebar {
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
  .increasing-columns-block .expandable-content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 80%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; }
    .increasing-columns-block .expandable-content.js-full-width-expandable-content {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      .increasing-columns-block .expandable-content.js-full-width-expandable-content .column {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 20%;
        float: left;
        padding-left: 19px;
        padding-right: 19px;
        position: relative;
        margin-left: 0;
        margin-right: 0; } }

/* ----------

Binding Site 
- Reactive London
- Block Accordion SCSS

---------- */
.accordion-block .accordion-section {
  border-top: 2px solid #e0e0e0; }
  .accordion-block .accordion-section:first-child {
    border-top: none; }

.accordion-block .accordion-content {
  display: none;
  padding-bottom: 20px; }
  .accordion-block .accordion-content p:last-child {
    margin-bottom: 0; }
  .accordion-block .accordion-content .sidebar .info-list li {
    color: #455192;
    margin-bottom: 6px; }
  @media screen and (min-width: 768px) {
    .accordion-block .accordion-content .content {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
    .accordion-block .accordion-content .sidebar {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; } }

.accordion-block .accordion-trigger {
  display: block;
  float: right;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  margin-top: 10px; }
  .accordion-block .accordion-trigger span {
    display: block; }
  .accordion-block .accordion-trigger.active span {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    backface-visibility: visible;
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible; }

.accordion-block .accordion-preview {
  padding-top: 15px;
  padding-bottom: 10px; }
  .accordion-block .accordion-preview:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    .accordion-block .accordion-preview .column {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; } }
  .accordion-block .accordion-preview .title {
    margin-bottom: 6px; }
  .accordion-block .accordion-preview .intro {
    color: #8e8e8e;
    margin-bottom: 0; }

.accordion-content li {
  overflow: hidden;
  margin: 2px 0; }

/* ----------

Binding Site 
- Reactive London
- Block Single Col SCSS

---------- */
/* ---------- Single Column Text */
.virtual-tour-block .column .title {
  margin-bottom: 10px; }

.virtual-tour-block .column img {
  margin-bottom: 10px; }

@media screen and (min-width: 768px) {
  .virtual-tour-block .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    text-align: center; } }

@media screen and (min-width: 1200px) {
  .virtual-tour-block .column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin: auto;
    text-align: center; } }

/* ----------

Binding Site 
- Reactive London
- Block Wide Margin / Sidebar SCSS

---------- */
.wide-margin .column {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 19px;
  padding-right: 19px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 960px) {
    .wide-margin .column {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 60%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin: auto; } }

.sign-up-block, .search-block {
  background-color: #455192; }
  .sign-up-block .container, .search-block .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .sign-up-block .content, .search-block .content {
    margin-bottom: 10px; }
    .sign-up-block .content a, .search-block .content a, .sign-up-block .content p, .search-block .content p {
      font-family: "Proxima Nova Lt";
      color: #fff; }
    .sign-up-block .content a, .search-block .content a {
      font-size: 28px; }
    .sign-up-block .content p, .search-block .content p {
      font-size: 18px;
      margin-bottom: 0; }
    .sign-up-block .content .button, .search-block .content .button {
      border: 0; }
  .sign-up-block .title, .search-block .title {
    margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .sign-up-block .content, .search-block .content {
      margin-bottom: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
    
    .sign-up-block .sidebar,
    .search-block .sidebar {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .sign-up-block .content, .search-block .content {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 66.6666666667%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
    
    .sign-up-block .sidebar,
    .search-block .sidebar {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 19px;
      padding-right: 19px;
      position: relative;
      margin-left: 0;
      margin-right: 0; }
      .sign-up-block .sidebar .form-row .error, .search-block .sidebar .form-row .error {
        color: #333333; } }
  @media (max-width: 1200px) {
    .sign-up-block .content, .search-block .content,
    .sign-up-block .sidebar,
    .search-block .sidebar {
      float: none;
      padding-top: 0;
      width: 100%; } }
  .sign-up-block .sidebar .form-row .error, .search-block .sidebar .form-row .error {
    clear: left; }
  .sign-up-block .sidebar .field-validation-valid, .search-block .sidebar .field-validation-valid {
    clear: both; }
  .sign-up-block .sidebar form, .search-block .sidebar form {
    width: 100%;
    border-radius: 50px;
    overflow: hidden; }
    @media (max-width: 1200px) {
      .sign-up-block .sidebar form, .search-block .sidebar form {
        max-width: 430px; } }
    .sign-up-block .sidebar form .form-row, .search-block .sidebar form .form-row {
      position: relative;
      margin: 0; }
      .sign-up-block .sidebar form .form-row .field-validation-error, .search-block .sidebar form .form-row .field-validation-error {
        position: absolute;
        left: 50px;
        bottom: 7px; }
      .sign-up-block .sidebar form .form-row.field-validation-error input[type="email"], .search-block .sidebar form .form-row.field-validation-error input[type="email"], .sign-up-block .sidebar form .form-row.field-validation-error input[type="text"], .search-block .sidebar form .form-row.field-validation-error input[type="text"],
      .sign-up-block .sidebar form .form-row.field-validation-error input[type="search"],
      .search-block .sidebar form .form-row.field-validation-error input[type="search"] {
        padding: 4px 22px 28px;
        background-position: 17px 22px; }
      .sign-up-block .sidebar form .form-row:before, .search-block .sidebar form .form-row:before {
        content: '\e608';
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-family: 'icomoon';
        color: #455192; }
      .sign-up-block .sidebar form .form-row:after, .search-block .sidebar form .form-row:after {
        content: "";
        display: table;
        clear: both; }
      .sign-up-block .sidebar form .form-row input[type="email"], .search-block .sidebar form .form-row input[type="email"], .sign-up-block .sidebar form .form-row input[type="text"], .search-block .sidebar form .form-row input[type="text"],
      .sign-up-block .sidebar form .form-row input[type="search"],
      .search-block .sidebar form .form-row input[type="search"] {
        padding: 16px 22px 15px;
        margin: 0 !important;
        width: 100%;
        border-radius: 50px;
        overflow: hidden; }
        @media (max-width: 475px) {
          .sign-up-block .sidebar form .form-row input[type="email"], .search-block .sidebar form .form-row input[type="email"], .sign-up-block .sidebar form .form-row input[type="text"], .search-block .sidebar form .form-row input[type="text"],
          .sign-up-block .sidebar form .form-row input[type="search"],
          .search-block .sidebar form .form-row input[type="search"] {
            width: 100%;
            margin-bottom: 1rem; } }
      .sign-up-block .sidebar form .form-row input[type="submit"], .search-block .sidebar form .form-row input[type="submit"],
      .sign-up-block .sidebar form .form-row button,
      .search-block .sidebar form .form-row button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        float: none;
        min-width: 116px;
        font-size: 0.945rem;
        padding: 0;
        width: 75px;
        min-width: 0;
        text-indent: -10000px;
        background-color: transparent;
        color: #455192;
        border: 0; }
        @media (max-width: 475px) {
          .sign-up-block .sidebar form .form-row input[type="submit"], .search-block .sidebar form .form-row input[type="submit"],
          .sign-up-block .sidebar form .form-row button,
          .search-block .sidebar form .form-row button {
            width: 100%;
            line-height: 35px; } }
      .sign-up-block .sidebar form .form-row input[type="submit"], .search-block .sidebar form .form-row input[type="submit"] {
        float: left;
        padding: 11px 10px; }

.fact-figures-block.padded-section {
  padding: 80px 0; }
  @media (max-width: 680px) {
    .fact-figures-block.padded-section {
      padding: 25px 0; } }

.fact-figures-block .inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  width: 80%; }

.fact-figures-block .column {
  min-width: 300px;
  margin: 20px 0; }

.fact-figures-block h6 {
  color: #fff; }

/* ----------

Binding Site
- Reactive London
- Hidden References SCSS

---------- */
.reference {
  position: relative;
  top: -0.5em;
  font-size: 80%; }

.references-block {
  position: relative;
  margin-top: -32px; }
  .references-block .refs-anchor {
    border-bottom: 1px solid #f4f4f4; }
  .references-block .refs-toggle {
    display: inline-block;
    padding: 8px 18px;
    color: #fff;
    background-color: #8e8e8e;
    border-radius: 10px 0 0 0;
    -moz-box-sizing: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    float: right; }
    .references-block .refs-toggle .icon-arrow-up {
      margin-left: 5px;
      font-size: 13px;
      display: inline-block; }
    .references-block .refs-toggle.active .icon-arrow-up {
      transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      backface-visibility: visible;
      -moz-backface-visibility: visible;
      -webkit-backface-visibility: visible;
      -ms-backface-visibility: visible; }
  .references-block .refs-hidden {
    padding: 30px;
    position: absolute;
    bottom: 42px;
    right: 19px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    width: 224px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: opacity ease-in 0.3s 0s;
    -moz-transition: opacity ease-in 0.3s 0s;
    -webkit-transition: opacity ease-in 0.3s 0s;
    -ms-transition: opacity ease-in 0.3s 0s; }
    .references-block .refs-hidden.open-refs {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible; }
    .references-block .refs-hidden .refs-close {
      color: #8e8e8e;
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px; }
    .references-block .refs-hidden ol li {
      list-style: decimal; }
  @media screen and (min-width: 768px) {
    .references-block .refs-hidden {
      width: 450px; } }

.page-home .slider__inner {
  opacity: 0;
  transition: opacity 0.35s ease-in; }
  .page-home .slider__inner.show {
    opacity: 1; }

.slider__slide.compat-object-fit {
  background-size: cover;
  background-position: center center; }
  .slider__slide.compat-object-fit .slider__slide__background {
    opacity: 0; }

.slider {
  position: relative; }
  .slider__inner {
    position: relative;
    overflow: hidden; }
  .slider__slide {
    position: relative;
    width: 100%;
    height: 500px; }
    @media (max-width: 680px) {
      .slider__slide {
        height: auto; } }
    .slider__slide__background {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
      @media (max-width: 680px) {
        .slider__slide__background {
          position: relative;
          height: 250px; } }
      .slider__slide__background picture {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .slider__slide__background picture img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .slider__slide__inner {
      position: relative;
      height: 100%;
      width: 100%;
      max-width: 1440px;
      margin: auto; }
    .slider__slide__content {
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 2;
      transform: translateY(-50%);
      max-width: 40%;
      min-width: 300px;
      padding: 30px; }
      @media (max-width: 680px) {
        .slider__slide__content {
          position: relative;
          top: auto;
          transform: none; } }
      .slider__slide__content .title {
        color: #455192;
        font-size: 48px;
        line-height: 1;
        font-family: "Proxima Nova Lt"; }
        .slider__slide__content .title a {
          font-size: inherit; }
        @media (max-width: 680px) {
          .slider__slide__content .title {
            font-size: 24px; } }
      .slider__slide__content p {
        color: #455192;
        font-size: 18px;
        font-family: "Proxima Nova Lt"; }
        @media (max-width: 680px) {
          .slider__slide__content p {
            font-size: 16px; } }
    .slider__slide__info.light .title {
      color: #fff; }
      .slider__slide__info.light .title a {
        color: #fff; }
      .slider__slide__info.light .title p {
        color: #fff; }
    .slider__slide__info.light p {
      color: #fff; }
    .slider__slide__info.light .button {
      border-color: #fff;
      color: #fff; }
    @media (max-width: 680px) {
      .slider__slide__info.light .title {
        color: #455192; }
        .slider__slide__info.light .title a {
          color: #455192; }
        .slider__slide__info.light .title p {
          color: #455192; }
      .slider__slide__info.light p {
        color: #455192; }
      .slider__slide__info.light .button {
        border-color: #455192;
        color: #455192; } }
    @media (min-width: 2000px) {
      .slider__slide {
        height: 660px; } }
    @media (min-width: 2400px) {
      .slider__slide {
        height: 800px; } }
    @media (min-width: 2800px) {
      .slider__slide {
        height: 980px; } }
  .slider .flickity-button {
    position: absolute;
    bottom: 50px;
    z-index: 3;
    width: 50px;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    padding: 13px;
    outline: none; }
    .slider .flickity-button svg {
      fill: #455192; }
    .slider .flickity-button.next {
      right: 25px; }
    .slider .flickity-button.previous {
      right: 100px; }
    @media (max-width: 600px) {
      .slider .flickity-button {
        bottom: 20px; } }
  .slider .flickity-page-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 4px;
    width: 100%;
    max-width: 100%;
    transform: translateX(-50%);
    display: flex; }
    .slider .flickity-page-dots .dot {
      position: relative;
      width: 100%;
      height: 4px;
      background-color: #fff; }
      @media (max-width: 680px) {
        .slider .flickity-page-dots .dot {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1;
          opacity: 0; } }
      .slider .flickity-page-dots .dot:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 0;
        transition: width 250ms;
        background: #455192; }
      .slider .flickity-page-dots .dot:before {
        content: '';
        position: absolute;
        right: -2px;
        top: 0;
        bottom: 0;
        z-index: 2;
        width: 4px;
        border-radius: 50%;
        background-color: #455192; }
      @media (max-width: 680px) {
        .slider .flickity-page-dots .dot.is-selected {
          opacity: 1; } }
      .slider .flickity-page-dots .dot.is-selected:after {
        width: 100%;
        transition: width 5s; }
      .slider .flickity-page-dots .dot:last-child:before {
        display: none; }
  .slider .flickity-enabled {
    outline: none; }

.articles-list:after {
  content: "";
  display: table;
  clear: both; }

.articles-list .size-1of1 {
  width: 100%; }

.articles-list .masocolumn {
  float: left; }

@media screen {
  .articles-list[data-columns]::before {
    content: '1 .masocolumn.size-1of1'; } }

.articles-list .articles-list--item {
  padding: 1.7rem 0; }
  @media (min-width: 602px) {
    .articles-list .articles-list--item {
      display: flex; } }
  .articles-list .articles-list--item:not(:last-child) {
    border-bottom: 1px solid #d3d3d3; }
  .articles-list .articles-list--item-image {
    margin-bottom: 1rem; }
    @media (min-width: 602px) {
      .articles-list .articles-list--item-image {
        margin-bottom: 0;
        padding-right: 1rem;
        width: 184px;
        flex: 0 0 auto; } }
    @media (min-width: 1024px) {
      .articles-list .articles-list--item-image {
        width: 246px;
        flex: 0 0 auto; } }
    .articles-list .articles-list--item-image img {
      width: 100%; }
  .articles-list .articles-list--item-content {
    padding-right: 1rem; }
    .articles-list .articles-list--item-content .date {
      color: #888888;
      font-size: 1rem;
      margin: 0 0 1rem;
      display: flex; }
      .articles-list .articles-list--item-content .date [class^="icon-"] {
        font-size: 1.4rem;
        vertical-align: middle;
        margin-right: 12px;
        display: inline-block; }
      .articles-list .articles-list--item-content .date [class^="icon-tv"] {
        margin-top: -3px; }
    .articles-list .articles-list--item-content .title {
      font-size: 1.375rem;
      font-weight: 400; }
    .articles-list .articles-list--item-content p {
      color: #888888;
      font-size: 0.925rem;
      line-height: 1.3; }
    .articles-list .articles-list--item-content .button {
      min-width: 48px; }

.page-news-events .more-content .button {
  min-width: 160px; }

.audience-block-modal {
  opacity: 0;
  visibility: hidden;
  display: none; }
  .audience-block-modal.active {
    visibility: visible;
    opacity: 1;
    display: block;
    z-index: 9998; }
    .audience-block-modal.active .audience-block-modal--content,
    .audience-block-modal.active .audience-modals-bg {
      opacity: 1;
      visibility: visible; }
  .audience-block-modal .audience-modals-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    z-index: 200;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in 0.2s 0s;
    -moz-transition: all ease-in 0.2s 0s;
    -webkit-transition: all ease-in 0.2s 0s;
    -ms-transition: all ease-in 0.2s 0s; }
  .audience-block-modal .audience-block-modal--content {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9998;
    transform: translate(-50%, -50%);
    width: 260px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transition: all ease-in 0.3s 0.1s;
    -moz-transition: all ease-in 0.3s 0.1s;
    -webkit-transition: all ease-in 0.3s 0.1s;
    -ms-transition: all ease-in 0.3s 0.1s; }
    .audience-block-modal .audience-block-modal--content h6 {
      font-size: 18px;
      margin-bottom: 17px;
      width: 96%; }
    .audience-block-modal .audience-block-modal--content .close-audience-modal {
      font-size: 24px;
      position: absolute;
      top: 11px;
      right: 9px;
      color: #c1c1c1;
      cursor: pointer; }
    .audience-block-modal .audience-block-modal--content ul > li > a {
      padding: 6px 2px;
      font-size: 1.065rem;
      display: block; }
      .audience-block-modal .audience-block-modal--content ul > li > a:hover {
        background-color: #f4f4f4; }

.publication-view--tiles {
  background: #f4f4f4;
  max-width: 611px;
  margin-bottom: 1rem; }
  @media (min-width: 602px) {
    .publication-view--tiles {
      display: flex; } }
  .publication-view--tiles .publication-view--tile {
    padding: 30px 2rem;
    position: relative;
    text-align: center; }
    .publication-view--tiles .publication-view--tile:last-child {
      border-top: 3px solid #fff; }
    @media (min-width: 602px) {
      .publication-view--tiles .publication-view--tile {
        flex: 1 1 auto; }
        .publication-view--tiles .publication-view--tile:last-child {
          border-top: 0; }
          .publication-view--tiles .publication-view--tile:last-child:after {
            content: '';
            width: 3px;
            background: #fff;
            height: calc(100% - 60px);
            position: absolute;
            left: 0;
            top: 30px;
            z-index: 200; } }
    .publication-view--tiles .publication-view--tile h3 {
      font-size: 25px; }
    .publication-view--tiles .publication-view--tile p {
      font-size: 15px;
      margin: 1rem 0 1.1rem; }

body {
  position: relative; }

.container {
  max-width: 1438px;
  margin: 0 auto;
  display: block; }

h2 {
  margin-top: 0; }

.grid {
  padding: 0 3rem; }
  .grid .grid-row {
    flex-direction: column;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 1024px) {
      .grid .grid-row:nth-child(even) .grid-item {
        background: #eeeeee; }
        .grid .grid-row:nth-child(even) .grid-item:nth-child(odd) {
          background: #e5e1f9; } }
    .grid .grid-row .grid-item {
      padding: 1.5rem;
      background: #e5e1f9;
      width: 100%;
      box-sizing: border-box; }
      @media (max-width: 601px) {
        .grid .grid-row .grid-item:nth-child(2n) {
          background: #eeeeee; } }
      @media (min-width: 602px) and (max-width: 767px) {
        .grid .grid-row .grid-item {
          width: 50%;
          max-width: 50%; }
          .grid .grid-row .grid-item:nth-child(2n) {
            background: #e5e1f9; }
          .grid .grid-row .grid-item:nth-child(3n + 1) {
            background: #eeeeee; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .grid .grid-row .grid-item {
          width: 33.333%;
          max-width: 33.333%; }
          .grid .grid-row .grid-item:nth-child(odd) {
            background: #eeeeee; } }
      @media (min-width: 1024px) {
        .grid .grid-row .grid-item {
          width: 25%;
          max-width: 25%; }
          .grid .grid-row .grid-item:nth-child(odd) {
            background: #eeeeee; } }
      .grid .grid-row .grid-item .grid-item--footer {
        display: flex;
        padding-top: 48px; }
        .grid .grid-row .grid-item .grid-item--footer .button {
          width: 100%;
          text-align: center; }

.products-modal-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
  display: none; }

.products-modal {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  width: 86%;
  box-shadow: 0px 0px 21px #444;
  max-height: 84vh;
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 9999; }
  @media (min-width: 602px) {
    .products-modal {
      width: 90%; } }
  .products-modal.open {
    display: block;
    opacity: 1; }
  @media (min-width: 1420px) {
    .products-modal {
      width: 1320px; } }
  .products-modal .btn-close {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    z-index: 0;
    background-color: #fff;
    position: absolute;
    right: -18px;
    top: -18px;
    box-sizing: border-box;
    padding: 0.6rem;
    transition: all 0.3s ease-in-out; }
    .products-modal .btn-close:hover {
      background-color: #172147;
      transform: rotateZ(180deg); }
      .products-modal .btn-close:hover i {
        background-color: #fff; }
    .products-modal .btn-close i {
      width: 80%;
      height: 2px;
      display: block;
      background-color: #172147;
      transform: translate(2px, 10px) rotateZ(-45deg); }
      .products-modal .btn-close i:nth-child(2) {
        transform: translate(2px, 8px) rotateZ(45deg); }
  .products-modal .products-modal--header {
    background: #172147;
    padding: 1.2rem 0.8rem; }
    @media (min-width: 768px) {
      .products-modal .products-modal--header {
        display: flex;
        padding: 1.625rem; } }
    .products-modal .products-modal--header .button.inverse {
      background: #fff;
      color: #172147; }
    .products-modal .products-modal--header .products-modal--header-left h2,
    .products-modal .products-modal--header .products-modal--header-left span,
    .products-modal .products-modal--header .products-modal--header-right h2,
    .products-modal .products-modal--header .products-modal--header-right span {
      color: #fff; }
      @media (min-width: 768px) {
        .products-modal .products-modal--header .products-modal--header-left h2,
        .products-modal .products-modal--header .products-modal--header-left span,
        .products-modal .products-modal--header .products-modal--header-right h2,
        .products-modal .products-modal--header .products-modal--header-right span {
          display: inline-block; } }
    .products-modal .products-modal--header .products-modal--header-left h2,
    .products-modal .products-modal--header .products-modal--header-right h2 {
      font-size: 28px;
      margin-right: 18px;
      font-weight: 300;
      margin-bottom: 11px; }
      @media (min-width: 768px) {
        .products-modal .products-modal--header .products-modal--header-left h2,
        .products-modal .products-modal--header .products-modal--header-right h2 {
          margin-bottom: 0;
          font-size: 32px; } }
    .products-modal .products-modal--header .products-modal--header-left span,
    .products-modal .products-modal--header .products-modal--header-right span {
      font-size: 16px;
      font-weight: 300; }
      @media (min-width: 768px) {
        .products-modal .products-modal--header .products-modal--header-left span,
        .products-modal .products-modal--header .products-modal--header-right span {
          font-size: 18px; } }
    .products-modal .products-modal--header .products-modal--header-left {
      margin-bottom: 0.8rem; }
      @media (min-width: 768px) {
        .products-modal .products-modal--header .products-modal--header-left {
          flex: 1 0 auto;
          margin-bottom: 0; } }
  .products-modal .products-modal--inner {
    overflow: scroll; }
    .products-modal .products-modal--inner:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 66px;
      background: linear, to top, #fff 20%, rgba(255, 255, 255, 0) 80%; }

.products-table {
  overflow-y: scroll;
  height: calc(84vh - 134px); }
  @media (min-width: 768px) {
    .products-table {
      height: calc(84vh - 112px); } }
  @media (min-width: 768px) {
    .products-table .tr {
      flex-direction: column;
      box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      transition: background-color 0.25s ease-in-out; }
      .products-table .tr:not(:last-child):not(.subcategory):not(.last-cat-item):not(.table-heading) .td {
        border-bottom: 1px solid #c9c9c9; }
      .products-table .tr:not(.subcategory):not(.table-heading):hover {
        background-color: rgba(226, 220, 255, 0.22); } }
  @media (max-width: 767px) {
    .products-table .tr:not(.subcategory):not(.table-heading) {
      padding: 1rem 0 0rem; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .products-table .tr:not(.subcategory):not(.table-heading) .td:before {
      content: attr(data-title) ": ";
      color: #444;
      font-weight: bold; } }
  @media (max-width: 767px) {
    .products-table .tr:not(:last-child):not(.subcategory):not(.last-cat-item):not(.table-heading):after {
      content: "";
      display: block;
      height: 1px;
      background: #c9c9c9;
      margin: 1rem 1rem 0; } }
  @media (max-width: 767px) {
    .products-table .tr.table-heading {
      display: none; }
      .products-table .tr.table-heading + .tr.subcategory {
        padding-top: 0 !important; } }
  @media (min-width: 768px) {
    .products-table .tr.table-heading {
      position: fixed;
      width: 100%;
      background: #fff;
      box-shadow: 0px 1px 2px #8a8a8a; }
      .products-table .tr.table-heading + .tr {
        padding-top: 4.5rem; } }
  @media (max-width: 767px) {
    .products-table .tr.subcategory:not(:first-child) {
      padding-top: 1rem; } }
  .products-table .tr.subcategory .td,
  .products-table .tr.subcategory .th {
    font-size: 18px;
    font-weight: 400;
    background: #e5e1f9;
    width: 100%; }
    @media (max-width: 767px) {
      .products-table .tr.subcategory .td,
      .products-table .tr.subcategory .th {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem; } }
  .products-table .td,
  .products-table .th {
    display: block;
    padding: 0rem 0.8rem;
    box-sizing: border-box;
    font-weight: 300;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .products-table .td,
      .products-table .th {
        flex: 1;
        padding: 1.4375rem 0.8rem;
        line-height: inherit; } }
    @media (min-width: 1024px) {
      .products-table .td,
      .products-table .th {
        padding: 1.4375rem 1.375rem; } }
  .products-table .td {
    color: #333333;
    font-size: 15px; }
    @media (min-width: 768px) {
      .products-table .td {
        font-size: 16px; } }
  .products-table .th {
    color: #172147;
    font-size: 18px; }

.news {
  background-color: #ececec; }
  .news .container {
    display: flex;
    flex-wrap: wrap; }
  .news__column {
    flex: 1;
    padding: 50px 20px; }
    @media (max-width: 800px) {
      .news__column {
        flex: 1 1 auto;
        padding: 20px 0; } }
  .news__title {
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .news__title h2 {
      margin-bottom: 0;
      color: #666;
      font-size: 36px;
      font-family: "Proxima Nova Lt";
      line-height: 1; }
  .news__date {
    margin: 0;
    font-size: 16px;
    color: #455192;
    font-family: "Proxima Nova Lt"; }
  .news__content {
    font-size: 18px;
    color: #455192;
    font-family: "Proxima Nova Lt"; }

.resources {
  padding: 50px 0; }
  @media (max-width: 800px) {
    .resources {
      padding: 30px 0; } }
  .resources, .resources * {
    box-sizing: border-box; }
  .resources__items {
    display: flex;
    justify-content: center;
    outline: 0;
    padding: 0 40px; }
    @media (max-width: 602px) {
      .resources__items {
        flex-wrap: wrap;
        padding: 0; } }
    .resources__items .flickity-viewport {
      width: 100%;
      overflow: hidden; }
    .resources__items .flickity-slider {
      display: flex; }
    .resources__items .flickity-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 3;
      width: 50px;
      height: 50px;
      background-color: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      padding: 13px;
      outline: none; }
      .resources__items .flickity-button svg {
        fill: #455192; }
      .resources__items .flickity-button.next {
        right: 0; }
      .resources__items .flickity-button.previous {
        left: 0; }
      @media (max-width: 600px) {
        .resources__items .flickity-button {
          bottom: 20px; } }
    .resources__items .flickity-enabled {
      outline: none; }
  .resources__item {
    width: 33.33333%;
    margin-bottom: 40px;
    flex: 1 1 100%;
    padding: 0;
    max-width: 100%; }
    @media (min-width: 768px) {
      .resources__item {
        flex: 1 1 50%;
        padding: 0 20px;
        max-width: 50%;
        margin-bottom: 30px; } }
    @media (min-width: 920px) {
      .resources__item {
        padding: 0px 30px; } }
    .resources__item__title {
      position: relative;
      padding-right: 25px;
      font-family: "Proxima Nova Lt";
      font-size: 1.3rem;
      line-height: 1;
      color: #455192;
      margin-bottom: 0.5rem; }
      @media (min-width: 768px) {
        .resources__item__title {
          font-size: 1.5rem; } }
      .resources__item__title .icon {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
    .resources__item__content p {
      font-family: "Proxima Nova Lt";
      font-size: 16px;
      color: #666; }
      .resources__item__content p:last-child {
        margin-bottom: 0; }
    .resources__item__tag {
      font-size: 0.9rem;
      margin-bottom: 0.3rem; }
      @media (min-width: 768px) {
        .resources__item__tag {
          font-size: 1rem; } }
  .resources__image {
    position: relative;
    height: 0;
    padding-bottom: 56%;
    z-index: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    margin-bottom: 13px;
    border-radius: 5px;
    overflow: hidden; }
    @media (min-width: 602px) {
      .resources__image {
        margin-bottom: 20px; } }
    .resources__image:hover img {
      transform: scale(1.05); }
    .resources__image img {
      width: 100%;
      height: auto;
      transition: transform 350ms; }
  .resources__title {
    margin-bottom: 30px;
    text-align: left;
    color: #666;
    font-size: 34px;
    font-family: "Proxima Nova Lt";
    letter-spacing: 0.02em; }
    @media (min-width: 602px) {
      .resources__title {
        text-align: center; } }
  .resources__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    @media (max-width: 600px) {
      .resources__icon {
        height: 45px;
        width: 45px; } }
    .resources__icon:hover .icon {
      font-size: 35px;
      color: #172147; }
      @media (max-width: 600px) {
        .resources__icon:hover .icon {
          font-size: 20px; } }
    .resources__icon .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #455192;
      font-size: 40px;
      transition: 350ms font-size; }
      .resources__icon .icon:before {
        color: #172147 !important; }
      @media (max-width: 600px) {
        .resources__icon .icon {
          font-size: 25px; } }
  .resources__more {
    padding-top: 30px;
    text-align: center; }

/* ---------- Pages */
/* ----------

Binding Site
- Reactive London
- Contact Page / Google Maps SCSS

---------- */
.form-find-country input[type='text'] {
  padding-bottom: 7px;
  width: 210px; }

.form-find-country input[type='submit'] {
  padding: 11px 10px;
  min-width: 80px; }

.form-find-country .twitter-typeahead {
  float: left; }

.google-maps-canvas {
  padding-bottom: 100%; }
  .google-maps-canvas img {
    max-width: none; }

.google-maps-key {
  margin-top: 10px; }
  .google-maps-key li {
    padding: 5px 4px 5px 0;
    font-size: 15px; }
    .google-maps-key li > img {
      margin-right: 5px;
      top: -3px;
      position: relative;
      float: left;
      width: 16px;
      height: 22px; }
  @media screen and (min-width: 768px) {
    .google-maps-key li {
      float: left;
      padding: 15px 20px 15px 0; } }

.contact-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }
  .contact-section, .contact-section * {
    box-sizing: border-box; }
  .contact-section .form-block {
    padding-bottom: 0; }
    .contact-section .form-block:after {
      content: "";
      display: table;
      clear: both; }
  .contact-section .google-maps-block {
    margin-bottom: 0 !important; }
  .contact-section .google-maps-canvas {
    padding-bottom: 0;
    height: 100% !important;
    min-height: 300px !important; }
    .contact-section .google-maps-canvas img {
      max-width: none; }
  .contact-section .container {
    height: auto; }
    .contact-section .container--sml {
      width: 100%;
      max-width: 720px;
      padding: 50px 20px;
      float: right; }
      @media (max-width: 1080px) {
        .contact-section .container--sml {
          max-width: none; } }
  .contact-section .chosen-container {
    max-width: 400px;
    margin-top: 10px; }
  .contact-section .column {
    width: 50%;
    float: left; }
    @media (max-width: 1080px) {
      .contact-section .column {
        width: 100%; } }
    .contact-section .column h1 {
      font-size: 34px; }
    .contact-section .column h2 {
      font-size: 24px; }

.contact-form-block *, .contact-form-block {
  box-sizing: border-box; }

.contact-form-block .column {
  width: 100%; }

.contact-form-block .form-column {
  width: 60% !important;
  float: left;
  padding: 0 !important; }
  @media (max-width: 768px) {
    .contact-form-block .form-column {
      width: 100% !important; } }
  .contact-form-block .form-column .form-row {
    padding-right: 20px !important; }
    @media (max-width: 768px) {
      .contact-form-block .form-column .form-row {
        padding-right: 0 !important; } }
    .contact-form-block .form-column .form-row:after {
      content: '';
      display: table;
      clear: both; }
  .contact-form-block .form-column:first-of-type .form-row {
    width: 50%;
    float: left; }
    @media (max-width: 1080px) {
      .contact-form-block .form-column:first-of-type .form-row {
        width: 100%; } }
  .contact-form-block .form-column:last-child {
    width: 40% !important; }
    @media (max-width: 768px) {
      .contact-form-block .form-column:last-child {
        width: 100% !important; } }

.contact-form-block .btn.submit {
  float: right; }

.contact-form-block input,
.contact-form-block textarea {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  padding: 10px 15px;
  font-size: 16px;
  background-position: 97% 11px !important; }
  .contact-form-block input:focus,
  .contact-form-block textarea:focus {
    border: 1px solid #172147; }

.contact-form-block input {
  height: 48px; }

.contact-form-block textarea {
  min-height: 265px; }

/* ----------

Binding Site
- Reactive London
- Block News & Events SCSS

---------- */
.news-event-accordion > li > a, .news-event-accordion > li > span {
  border-top: 1px solid #d6d6d6;
  display: block;
  padding: 10px; }
  .news-event-accordion > li > a .icon-arrow-down, .news-event-accordion > li > span .icon-arrow-down {
    float: right; }
  .news-event-accordion > li > a.active .icon-arrow-down, .news-event-accordion > li > span.active .icon-arrow-down {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    backface-visibility: visible;
    -moz-backface-visibility: visible;
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible; }

.news-event-accordion > li:last-child > a, .news-event-accordion > li:last-child > span {
  border-bottom: 1px solid #d6d6d6; }

.news-event-accordion > li:last-child .accordion-content {
  border-top: none;
  border-bottom: 1px solid #d6d6d6; }

.news-event-accordion .accordion-content {
  background-color: #f4f4f4;
  padding: 6px 0;
  border-top: 1px solid #d6d6d6; }
  .news-event-accordion .accordion-content > li {
    padding: 8px 10px; }
  .news-event-accordion .accordion-content.fixed {
    display: block !important; }

.sidebar > .title {
  margin-bottom: 15px; }

.sidebar .search-news-events {
  border-top: 1px solid #d6d6d6;
  padding-top: 15px;
  margin-bottom: 30px; }
  .sidebar .search-news-events label {
    display: block;
    margin-bottom: 8px; }
  .sidebar .search-news-events input[type='text'] {
    border: 1px solid #d6d6d6; }
  .sidebar .search-news-events input[type='submit'] {
    padding-bottom: 11px;
    padding-top: 11px;
    width: 70px; }

.content .more-content {
  position: relative;
  clear: both;
  text-align: center;
  background-color: #fff;
  padding-top: 30px; }
  .content .more-content.news-items {
    margin-top: -31px; }
  .content .more-content .bg-line {
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    left: 0;
    top: 15px; }
  .content .more-content .more {
    position: relative;
    width: auto; }
    .content .more-content .more .icon-arrow-down {
      margin-left: 4px;
      margin-top: 2px; }

.event-article {
  padding: 10px; }
  .event-article .event-inner {
    padding: 10px;
    background-color: #f4f4f4; }
  .event-article .preview-image {
    margin-bottom: 10px; }
  .event-article .title {
    margin-bottom: 8px; }
  .event-article .date {
    margin-bottom: 0; }

.blog-article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6; }
  .blog-article:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .blog-article .title {
    margin-bottom: 6px; }
    .blog-article .title a {
      color: #172147; }
  .blog-article .date {
    color: #8e8e8e;
    margin-bottom: 8px; }
    .blog-article .date span {
      color: #666666; }
  .blog-article .preview-image {
    margin-bottom: 15px; }
  .blog-article .excerpt {
    margin-bottom: 0; }

/* ----------

Binding Site 
- Reactive London
- Search Results SCSS

---------- */
.results-amount {
  display: block;
  margin-bottom: 20px;
  color: #8e8e8e; }

.filter-search-results {
  margin-bottom: 25px; }
  .filter-search-results.border-top {
    border-top: 1px solid #d6d6d6;
    padding-top: 20px; }
  .filter-search-results label {
    display: block;
    margin-bottom: 8px; }
  .filter-search-results .list-content-type li {
    margin-bottom: 10px; }
    .filter-search-results .list-content-type li label {
      display: inline-block; }

.results-article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6d6d6; }
  .results-article:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .results-article .title {
    margin-bottom: 10px; }
  .results-article .excerpt {
    margin-bottom: 0; }
  .results-article span {
    font-weight: bold; }

.list-pagination {
  margin-top: 25px;
  text-align: center; }
  .list-pagination > li {
    display: inline-block;
    margin-right: 8px;
    font-size: 16px; }
    .list-pagination > li > a {
      padding: 5px;
      display: block; }
      .list-pagination > li > a .icon {
        font-size: 12px; }
    .list-pagination > li.number > a {
      width: 17px;
      height: 17px;
      text-align: center;
      line-height: 17px;
      color: #fff;
      background-color: #455192;
      border-radius: 50%;
      -moz-box-sizing: 50%;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%; }

/* ----------

Binding Site
- Reactive London
- Product Listing and Filter Page SCSS

---------- */
/* ---------- The Listing Page */
.search-block {
  background-image: none; }
  .search-block .sidebar input[type="email"],
  .search-block .sidebar input[type="text"],
  .search-block .sidebar input[type="submit"] {
    float: left; }
  .search-block .sidebar.short {
    padding-top: 0;
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .search-block .sidebar.short {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 19px;
        padding-right: 19px;
        position: relative;
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .search-block .sidebar.short {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 19px;
        padding-right: 19px;
        position: relative;
        margin-left: 0;
        margin-right: 0; } }

.search-results-info hr {
  margin: 10px 0;
  border: none;
  border-top: 1px solid #ccc; }
  @media screen and (min-width: 768px) {
    .search-results-info hr {
      margin: 10px 0 10px 18px; } }

.search-results-info .results-amount {
  margin-top: 8px; }

@media screen and (min-width: 768px) {
  .search-results-info .filter-search-results {
    width: 30%;
    float: right;
    position: relative; }
    .search-results-info .filter-search-results label {
      position: absolute;
      left: -58px;
      top: 8px; }
  .search-results-info .chosen-container {
    width: 200px; }
  .search-results-info .results-amount {
    width: 40%;
    float: left;
    margin-left: 20px; }
  .search-results-info .hero-content:after {
    content: "";
    display: table;
    clear: both; }
  .search-results-info .content {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    margin-left: 0;
    margin-right: 0; } }

.datatable-block .filter-table tbody th.title a {
  color: #fff; }
  .datatable-block .filter-table tbody th.title a:hover {
    text-decoration: underline; }

@media screen and (min-width: 960px) {
  .datatable-block .filter-table tbody th.title {
    width: 37.5%; }
    .datatable-block .filter-table tbody th.title a {
      color: #172147; } }

.filter-results-list {
  margin-bottom: 25px; }
  @media screen and (min-width: 960px) {
    .filter-results-list {
      margin-right: 15%; } }
  .filter-results-list.active-filters {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #8e8e8e; }
    .filter-results-list.active-filters li {
      font-family: "Proxima NW08 Semibold", Arial, sans-serif; }
      .filter-results-list.active-filters li.list-filter {
        margin-bottom: 14px;
        padding-bottom: 14px; }
        .filter-results-list.active-filters li.list-filter:last-child {
          border-bottom: none;
          margin-bottom: 0;
          padding-bottom: 0; }
      .filter-results-list.active-filters li a .icon {
        font-size: 13px;
        margin-left: 7px;
        top: 3px;
        position: relative;
        float: right; }
  .filter-results-list li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    border-bottom: 1px solid #f4f4f4; }
    .filter-results-list li:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; }
    .filter-results-list li.list-title {
      font-family: "Proxima NW08 Semibold", Arial, sans-serif;
      padding-bottom: 3px;
      border-bottom: none; }

/* ---------- Details Page */
.details-spec-list {
  margin: 0 0 25px !important; }
  .details-spec-list li {
    list-style: none !important;
    padding-bottom: 12px;
    margin-bottom: 12px !important;
    border-bottom: 1px solid #f4f4f4;
    line-height: 1.3; }
    .details-spec-list li:after {
      content: "";
      display: table;
      clear: both; }
    .details-spec-list li:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    .details-spec-list li .spec-title {
      margin-bottom: 5px; }
    .details-spec-list li .spec-desc {
      display: block; }
    @media screen and (min-width: 768px) {
      .details-spec-list li .spec-title {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        padding-left: 19px;
        padding-right: 19px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        margin-bottom: 0; }
      .details-spec-list li .spec-desc {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 66.6666666667%;
        float: left;
        padding-left: 19px;
        padding-right: 19px;
        position: relative;
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (min-width: 1200px) {
      .details-spec-list li .spec-title {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 25%;
        float: left;
        padding-left: 19px;
        padding-right: 19px;
        position: relative;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0; }
      .details-spec-list li .spec-desc {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        width: 75%;
        float: left;
        padding-left: 19px;
        padding-right: 19px;
        position: relative;
        margin-left: 0;
        margin-right: 0; } }

@media screen and (min-width: 768px) {
  .page-disclaimer .text-block {
    font-size: 20px; }
    .page-disclaimer .text-block br {
      display: none; } }

.page-disclaimer .button {
  margin-top: 1em;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .page-disclaimer .button {
      font-size: 16px; } }

.page-disclaimer footer {
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .page-disclaimer footer {
      font-size: 14px; } }

@media screen and (min-width: 768px) {
  .page-disclaimer ul {
    margin: 3em 0; } }

.cookie-message {
  background-color: #121a38;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box; }
  @media (min-width: 768px) {
    .cookie-message {
      text-align: right; } }
  .cookie-message p {
    margin-bottom: 0;
    font-size: 12px; }
    .cookie-message p a {
      color: #fff;
      text-decoration: underline; }
  .cookie-message .accept-cookies {
    display: inline-block;
    padding: 4px 11px;
    margin-top: 6px;
    margin-left: 8px;
    text-align: center;
    background-color: #455192;
    font-size: 12px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .cookie-message .accept-cookies {
        margin-top: 0; } }

/* ---------- Generic */
/**
This file exists due to issues with CSS files on this repo, Please refer to issue BSA-32 for these issues precisely.

These however are very much "random" new styles that do not fit anywhere else. - https://www.youtube.com/watch?v=ueZ6tvqhk8U
**/
.ui-dialog-titlebar {
  display: none; }

.ui-menu-item a {
  text-decoration: none; }

.ui-menu .ui-menu-item.ui-state-focus {
  background-image: none;
  background-color: #eee; }

#form-stayInformed .form-row .field-validation-error {
  float: left;
  clear: both;
  margin-top: 5px; }
