@charset "UTF-8";
/*
 Theme Name:   Poplar Works
 Theme URI:    http://www.tessellate.co.uk/
 Description:  Poplar Works theme.
 Author:       Tessellate
 Author URI:   http://www.tessellate.co.uk/
 Template:     tessellate
 Version:      1.0
 Text Domain:  child-theme
*/
/*
Theme Name: Tessellate Base Theme
Theme URI: http://tessellate.co.uk/
Author: Tessellate Design Studio
Author URI: http://tessellate.co.uk/
Description: Required base theme, do not delete.
Version: 3.2
Text Domain: tessellate
*/
/************ Normalize ************/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

b, strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
}

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

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
  background: none;
  border-radius: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button, input, select, textarea {
  max-width: 100%;
}

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

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

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

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button, input[type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button, input[type=datetime-local]::-webkit-inner-spin-button, input[type=datetime-local]::-webkit-outer-spin-button, input[type=week]::-webkit-inner-spin-button, input[type=week]::-webkit-outer-spin-button, input[type=month]::-webkit-inner-spin-button, input[type=month]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

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

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

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

optgroup {
  font-weight: bold;
}

ul {
  list-style: none;
  padding: 0;
}

/********** Accessibility **********/
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: Arial, Helvetica, sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/********** Media Queries **********/
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.row {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-align-items: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
}
.row .col {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

@media (min-width: 0px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container .row.xsleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xscenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xsright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xstop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xsmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xsbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xsstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xsstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.xsstretch.xsleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xsstretch.xscenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xsstretch.xsright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xsstretch.xstop {
    align-content: flex-start;
  }
  .container .row.xsstretch.xstop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xsstretch.xsmiddle {
    align-content: center;
  }
  .container .row.xsstretch.xsmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xsstretch.xsbottom {
    align-content: flex-end;
  }
  .container .row.xsstretch.xsbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xsreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row .col.xsleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row .col.xscenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row .col.xsright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row .col.xstop {
    align-self: flex-start;
  }
  .container .row .col.xsmiddle {
    align-self: center;
  }
  .container .row .col.xsbottom {
    align-self: flex-end;
  }
  .container .row .col.xsstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.xsstretch.xsleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row .col.xsstretch.xscenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row .col.xsstretch.xsright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row .col.xsstretch.xstop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xsstretch.xsmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xsstretch.xsbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xsorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xsorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xsorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xsorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xsorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xsorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xsorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xsorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xsorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xsorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xsorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xsorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xsorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xs1 {
    width: 8.3333333333%;
  }
  .container .row .col.xspush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xs2 {
    width: 16.6666666667%;
  }
  .container .row .col.xspush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xs3 {
    width: 25%;
  }
  .container .row .col.xspush3 {
    margin-left: 25%;
  }
  .container .row .col.xs4 {
    width: 33.3333333333%;
  }
  .container .row .col.xspush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xs5 {
    width: 41.6666666667%;
  }
  .container .row .col.xspush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xs6 {
    width: 50%;
  }
  .container .row .col.xspush6 {
    margin-left: 50%;
  }
  .container .row .col.xs7 {
    width: 58.3333333333%;
  }
  .container .row .col.xspush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xs8 {
    width: 66.6666666667%;
  }
  .container .row .col.xspush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xs9 {
    width: 75%;
  }
  .container .row .col.xspush9 {
    margin-left: 75%;
  }
  .container .row .col.xs10 {
    width: 83.3333333333%;
  }
  .container .row .col.xspush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xs11 {
    width: 91.6666666667%;
  }
  .container .row .col.xspush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xs12 {
    width: 100%;
  }
  .container .row .col.xspush12 {
    margin-left: 100%;
  }
}
@media (min-width: 0px) and (max-width: 575px) {
  .row .col.xshide, .row .col.xs0 {
    display: none !important;
  }
  .xshide, .xs0 {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container .row.smleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.smcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.smright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.smtop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.smmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.smbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.smstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.smstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.smstretch.smleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.smstretch.smcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.smstretch.smright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.smstretch.smtop {
    align-content: flex-start;
  }
  .container .row.smstretch.smtop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.smstretch.smmiddle {
    align-content: center;
  }
  .container .row.smstretch.smmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.smstretch.smbottom {
    align-content: flex-end;
  }
  .container .row.smstretch.smbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.smreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row .col.smleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row .col.smcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row .col.smright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row .col.smtop {
    align-self: flex-start;
  }
  .container .row .col.smmiddle {
    align-self: center;
  }
  .container .row .col.smbottom {
    align-self: flex-end;
  }
  .container .row .col.smstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.smstretch.smleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row .col.smstretch.smcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row .col.smstretch.smright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row .col.smstretch.smtop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.smstretch.smmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.smstretch.smbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.smorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.smorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.smorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.smorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.smorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.smorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.smorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.smorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.smorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.smorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.smorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.smorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.smorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.sm1 {
    width: 8.3333333333%;
  }
  .container .row .col.smpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.sm2 {
    width: 16.6666666667%;
  }
  .container .row .col.smpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.sm3 {
    width: 25%;
  }
  .container .row .col.smpush3 {
    margin-left: 25%;
  }
  .container .row .col.sm4 {
    width: 33.3333333333%;
  }
  .container .row .col.smpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.sm5 {
    width: 41.6666666667%;
  }
  .container .row .col.smpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.sm6 {
    width: 50%;
  }
  .container .row .col.smpush6 {
    margin-left: 50%;
  }
  .container .row .col.sm7 {
    width: 58.3333333333%;
  }
  .container .row .col.smpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.sm8 {
    width: 66.6666666667%;
  }
  .container .row .col.smpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.sm9 {
    width: 75%;
  }
  .container .row .col.smpush9 {
    margin-left: 75%;
  }
  .container .row .col.sm10 {
    width: 83.3333333333%;
  }
  .container .row .col.smpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.sm11 {
    width: 91.6666666667%;
  }
  .container .row .col.smpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.sm12 {
    width: 100%;
  }
  .container .row .col.smpush12 {
    margin-left: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .row .col.smhide, .row .col.sm0 {
    display: none !important;
  }
  .smhide, .sm0 {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container .row.mdleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.mdcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.mdright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.mdtop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.mdmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.mdbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.mdstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.mdstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.mdstretch.mdleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.mdstretch.mdcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.mdstretch.mdright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.mdstretch.mdtop {
    align-content: flex-start;
  }
  .container .row.mdstretch.mdtop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.mdstretch.mdmiddle {
    align-content: center;
  }
  .container .row.mdstretch.mdmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.mdstretch.mdbottom {
    align-content: flex-end;
  }
  .container .row.mdstretch.mdbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.mdreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .row .col.mdleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row .col.mdcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row .col.mdright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row .col.mdtop {
    align-self: flex-start;
  }
  .container .row .col.mdmiddle {
    align-self: center;
  }
  .container .row .col.mdbottom {
    align-self: flex-end;
  }
  .container .row .col.mdstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.mdstretch.mdleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row .col.mdstretch.mdcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row .col.mdstretch.mdright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row .col.mdstretch.mdtop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.mdstretch.mdmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.mdstretch.mdbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.mdorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.mdorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.mdorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.mdorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.mdorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.mdorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.mdorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.mdorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.mdorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.mdorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.mdorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.mdorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.mdorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.md1 {
    width: 8.3333333333%;
  }
  .container .row .col.mdpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.md2 {
    width: 16.6666666667%;
  }
  .container .row .col.mdpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.md3 {
    width: 25%;
  }
  .container .row .col.mdpush3 {
    margin-left: 25%;
  }
  .container .row .col.md4 {
    width: 33.3333333333%;
  }
  .container .row .col.mdpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.md5 {
    width: 41.6666666667%;
  }
  .container .row .col.mdpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.md6 {
    width: 50%;
  }
  .container .row .col.mdpush6 {
    margin-left: 50%;
  }
  .container .row .col.md7 {
    width: 58.3333333333%;
  }
  .container .row .col.mdpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.md8 {
    width: 66.6666666667%;
  }
  .container .row .col.mdpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.md9 {
    width: 75%;
  }
  .container .row .col.mdpush9 {
    margin-left: 75%;
  }
  .container .row .col.md10 {
    width: 83.3333333333%;
  }
  .container .row .col.mdpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.md11 {
    width: 91.6666666667%;
  }
  .container .row .col.mdpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.md12 {
    width: 100%;
  }
  .container .row .col.mdpush12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .row .col.mdhide, .row .col.md0 {
    display: none !important;
  }
  .mdhide, .md0 {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .container .row.lgleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.lgcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.lgright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.lgtop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.lgmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.lgbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.lgstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.lgstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.lgstretch.lgleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.lgstretch.lgcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.lgstretch.lgright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.lgstretch.lgtop {
    align-content: flex-start;
  }
  .container .row.lgstretch.lgtop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.lgstretch.lgmiddle {
    align-content: center;
  }
  .container .row.lgstretch.lgmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.lgstretch.lgbottom {
    align-content: flex-end;
  }
  .container .row.lgstretch.lgbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.lgreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row .col.lgleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row .col.lgcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row .col.lgright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row .col.lgtop {
    align-self: flex-start;
  }
  .container .row .col.lgmiddle {
    align-self: center;
  }
  .container .row .col.lgbottom {
    align-self: flex-end;
  }
  .container .row .col.lgstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.lgstretch.lgleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row .col.lgstretch.lgcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row .col.lgstretch.lgright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row .col.lgstretch.lgtop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.lgstretch.lgmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.lgstretch.lgbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.lgorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.lgorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.lgorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.lgorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.lgorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.lgorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.lgorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.lgorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.lgorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.lgorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.lgorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.lgorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.lgorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.lg1 {
    width: 8.3333333333%;
  }
  .container .row .col.lgpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.lg2 {
    width: 16.6666666667%;
  }
  .container .row .col.lgpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.lg3 {
    width: 25%;
  }
  .container .row .col.lgpush3 {
    margin-left: 25%;
  }
  .container .row .col.lg4 {
    width: 33.3333333333%;
  }
  .container .row .col.lgpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.lg5 {
    width: 41.6666666667%;
  }
  .container .row .col.lgpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.lg6 {
    width: 50%;
  }
  .container .row .col.lgpush6 {
    margin-left: 50%;
  }
  .container .row .col.lg7 {
    width: 58.3333333333%;
  }
  .container .row .col.lgpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.lg8 {
    width: 66.6666666667%;
  }
  .container .row .col.lgpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.lg9 {
    width: 75%;
  }
  .container .row .col.lgpush9 {
    margin-left: 75%;
  }
  .container .row .col.lg10 {
    width: 83.3333333333%;
  }
  .container .row .col.lgpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.lg11 {
    width: 91.6666666667%;
  }
  .container .row .col.lgpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.lg12 {
    width: 100%;
  }
  .container .row .col.lgpush12 {
    margin-left: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .row .col.lghide, .row .col.lg0 {
    display: none !important;
  }
  .lghide, .lg0 {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .container .row.xlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xlcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xltop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xlmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xlbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xlstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xlstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.xlstretch.xlleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xlstretch.xlcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xlstretch.xlright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xlstretch.xltop {
    align-content: flex-start;
  }
  .container .row.xlstretch.xltop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xlstretch.xlmiddle {
    align-content: center;
  }
  .container .row.xlstretch.xlmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xlstretch.xlbottom {
    align-content: flex-end;
  }
  .container .row.xlstretch.xlbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xlreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row .col.xlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row .col.xlcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row .col.xlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row .col.xltop {
    align-self: flex-start;
  }
  .container .row .col.xlmiddle {
    align-self: center;
  }
  .container .row .col.xlbottom {
    align-self: flex-end;
  }
  .container .row .col.xlstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.xlstretch.xlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row .col.xlstretch.xlcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row .col.xlstretch.xlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row .col.xlstretch.xltop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xlstretch.xlmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xlstretch.xlbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xlorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xlorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xlorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xlorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xlorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xlorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xlorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xlorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xlorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xlorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xlorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xlorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xlorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xl1 {
    width: 8.3333333333%;
  }
  .container .row .col.xlpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xl2 {
    width: 16.6666666667%;
  }
  .container .row .col.xlpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xl3 {
    width: 25%;
  }
  .container .row .col.xlpush3 {
    margin-left: 25%;
  }
  .container .row .col.xl4 {
    width: 33.3333333333%;
  }
  .container .row .col.xlpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xl5 {
    width: 41.6666666667%;
  }
  .container .row .col.xlpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xl6 {
    width: 50%;
  }
  .container .row .col.xlpush6 {
    margin-left: 50%;
  }
  .container .row .col.xl7 {
    width: 58.3333333333%;
  }
  .container .row .col.xlpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xl8 {
    width: 66.6666666667%;
  }
  .container .row .col.xlpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xl9 {
    width: 75%;
  }
  .container .row .col.xlpush9 {
    margin-left: 75%;
  }
  .container .row .col.xl10 {
    width: 83.3333333333%;
  }
  .container .row .col.xlpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xl11 {
    width: 91.6666666667%;
  }
  .container .row .col.xlpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xl12 {
    width: 100%;
  }
  .container .row .col.xlpush12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1749px) {
  .row .col.xlhide, .row .col.xl0 {
    display: none !important;
  }
  .xlhide, .xl0 {
    display: none !important;
  }
}
@media (min-width: 1750px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .container .row.xxlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xxlcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xxlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xxltop {
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xxlmiddle {
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xxlbottom {
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xxlstretch {
    -moz-align-items: stretch;
    align-items: stretch;
  }
  .container .row.xxlstretch .col {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row.xxlstretch.xxlleft .col {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row.xxlstretch.xxlcenter .col {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row.xxlstretch.xxlright .col {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row.xxlstretch.xxltop {
    align-content: flex-start;
  }
  .container .row.xxlstretch.xxltop .col {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row.xxlstretch.xxlmiddle {
    align-content: center;
  }
  .container .row.xxlstretch.xxlmiddle .col {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row.xxlstretch.xxlbottom {
    align-content: flex-end;
  }
  .container .row.xxlstretch.xxlbottom .col {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row.xxlreverse {
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .container .row .col {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container .row .col.xxlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row .col.xxlcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row .col.xxlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row .col.xxltop {
    align-self: flex-start;
  }
  .container .row .col.xxlmiddle {
    align-self: center;
  }
  .container .row .col.xxlbottom {
    align-self: flex-end;
  }
  .container .row .col.xxlstretch {
    align-self: stretch;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }
  .container .row .col.xxlstretch.xxlleft {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  .container .row .col.xxlstretch.xxlcenter {
    -moz-justify-content: center;
    justify-content: center;
  }
  .container .row .col.xxlstretch.xxlright {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
  .container .row .col.xxlstretch.xxltop {
    align-content: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .container .row .col.xxlstretch.xxlmiddle {
    align-content: center;
    -moz-align-items: center;
    align-items: center;
  }
  .container .row .col.xxlstretch.xxlbottom {
    align-content: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .container .row .col.xxlorder0 {
    -moz-order: 0;
    order: 0;
  }
  .container .row .col.xxlorder1 {
    -moz-order: 1;
    order: 1;
  }
  .container .row .col.xxlorder2 {
    -moz-order: 2;
    order: 2;
  }
  .container .row .col.xxlorder3 {
    -moz-order: 3;
    order: 3;
  }
  .container .row .col.xxlorder4 {
    -moz-order: 4;
    order: 4;
  }
  .container .row .col.xxlorder5 {
    -moz-order: 5;
    order: 5;
  }
  .container .row .col.xxlorder6 {
    -moz-order: 6;
    order: 6;
  }
  .container .row .col.xxlorder7 {
    -moz-order: 7;
    order: 7;
  }
  .container .row .col.xxlorder8 {
    -moz-order: 8;
    order: 8;
  }
  .container .row .col.xxlorder9 {
    -moz-order: 9;
    order: 9;
  }
  .container .row .col.xxlorder10 {
    -moz-order: 10;
    order: 10;
  }
  .container .row .col.xxlorder11 {
    -moz-order: 11;
    order: 11;
  }
  .container .row .col.xxlorder12 {
    -moz-order: 12;
    order: 12;
  }
  .container .row .col.xxl1 {
    width: 8.3333333333%;
  }
  .container .row .col.xxlpush1 {
    margin-left: 8.3333333333%;
  }
  .container .row .col.xxl2 {
    width: 16.6666666667%;
  }
  .container .row .col.xxlpush2 {
    margin-left: 16.6666666667%;
  }
  .container .row .col.xxl3 {
    width: 25%;
  }
  .container .row .col.xxlpush3 {
    margin-left: 25%;
  }
  .container .row .col.xxl4 {
    width: 33.3333333333%;
  }
  .container .row .col.xxlpush4 {
    margin-left: 33.3333333333%;
  }
  .container .row .col.xxl5 {
    width: 41.6666666667%;
  }
  .container .row .col.xxlpush5 {
    margin-left: 41.6666666667%;
  }
  .container .row .col.xxl6 {
    width: 50%;
  }
  .container .row .col.xxlpush6 {
    margin-left: 50%;
  }
  .container .row .col.xxl7 {
    width: 58.3333333333%;
  }
  .container .row .col.xxlpush7 {
    margin-left: 58.3333333333%;
  }
  .container .row .col.xxl8 {
    width: 66.6666666667%;
  }
  .container .row .col.xxlpush8 {
    margin-left: 66.6666666667%;
  }
  .container .row .col.xxl9 {
    width: 75%;
  }
  .container .row .col.xxlpush9 {
    margin-left: 75%;
  }
  .container .row .col.xxl10 {
    width: 83.3333333333%;
  }
  .container .row .col.xxlpush10 {
    margin-left: 83.3333333333%;
  }
  .container .row .col.xxl11 {
    width: 91.6666666667%;
  }
  .container .row .col.xxlpush11 {
    margin-left: 91.6666666667%;
  }
  .container .row .col.xxl12 {
    width: 100%;
  }
  .container .row .col.xxlpush12 {
    margin-left: 100%;
  }
}
@media (min-width: 1750px) {
  .row .col.xxlhide, .row .col.xxl0 {
    display: none !important;
  }
  .xxlhide, .xxl0 {
    display: none !important;
  }
}
@media (min-width: 0px) {
  body {
    color: #2C2C2C;
    font-family: "brother-1816", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    background: #fff;
    -webkit-font-smoothing: antialiased;
  }
  #page {
    max-width: 1750px;
    margin: auto;
  }
  h1 {
    margin: 0 0 30px;
    font-size: 35px;
    font-weight: 700;
  }
  h2 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 300;
    text-transform: uppercase;
  }
  .bg-orange {
    background-color: #F6A82F;
  }
  .bg-yellow {
    background-color: #FFCE00;
  }
  .bg-red {
    background-color: #DD0B15;
  }
  .bg-darkgrey {
    background-color: #9DABB4;
    color: #fff;
  }
  .bg-darkgrey .arrow span, .bg-darkgrey .arrow span:before, .bg-darkgrey .arrow span:after, .bg-darkgrey.arrow span, .bg-darkgrey.arrow span:before, .bg-darkgrey.arrow span:after {
    background: #fff;
  }
  .bg-lightgrey {
    background-color: #F4F6F7;
  }
  .bg-white {
    background-color: #fff;
  }
  .bg-black {
    background-color: #2C2C2C;
    color: #fff;
  }
  .bg-black .arrow span, .bg-black .arrow span:before, .bg-black .arrow span:after, .bg-black.arrow span, .bg-black.arrow span:before, .bg-black.arrow span:after {
    background: #fff;
  }
  #logos a:focus img {
    outline: 1px solid #2C2C2C;
    outline-offset: 10px;
  }
  p {
    margin: 0 0 20px;
    line-height: 1.5;
  }
  p.large {
    font-size: 20px;
  }
  p:last-child {
    margin: 0;
  }
  p a {
    font-weight: 700;
  }
  p a:focus, p a:active {
    text-decoration: underline;
  }
  .container.no-spacing {
    padding: 0;
  }
  .container.no-spacing > .row {
    margin: 0;
  }
  .container.no-spacing > .row > .col {
    padding: 0 56px 0 0;
  }
  .container.no-spacing > .row > .col.col-leftmiddle .image {
    margin: 0 -56px 0 0;
    width: calc(100% + 56px);
  }
  .row {
    min-width: 100%;
  }
  .row.no-spacing {
    margin: 0 -56px 0 0;
    width: calc(100% + 56px);
  }
  .row.no-spacing > .col {
    padding: 0;
  }
  .row.no-spacing > .col .padding {
    padding: 30px 76px 30px 20px;
  }
  .padding {
    padding: 30px 20px;
    width: 100%;
  }
  .block {
    background-color: #fff;
  }
  #archive {
    background-color: #fff;
  }
  .block, #slider, #intro, #footer, #archive, #content, #back {
    position: relative;
    overflow: hidden;
  }
  .block:before, #slider:before, #intro:before, #footer:before, #archive:before, #content:before, #back:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 0;
    width: 51px;
    height: 100%;
    background-image: url(assets/colourstrip.svg);
    background-size: 100% auto;
    z-index: 0;
  }
  .block.coloured:before, #slider.coloured:before, #intro.coloured:before, #footer.coloured:before, #archive.coloured:before, #content.coloured:before, #back.coloured:before {
    background-image: url(assets/colourstrip.svg);
  }
  .admin-bar #header {
    top: 32px;
    height: calc(100% - 32px);
  }
  .admin-bar section#slider {
    top: 32px;
  }
  .admin-bar #footer #logos {
    margin-top: 32px;
  }
  .tsn-has-notice #tsn-notice {
    background: #2C2C2C;
    font-size: 16px;
    padding: 20px 20px 1px;
  }
  .tsn-has-notice #tsn-notice #tsn-heading {
    font-size: 24px;
    text-transform: none;
    margin: 0 0 20px;
  }
  .tsn-has-notice #tsn-notice #tsn-content p {
    margin: 0 0 20px;
  }
  .arrow {
    display: inline-block;
    text-transform: uppercase;
    padding-right: 40px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
  }
  .arrow span {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: calc(100% - 30px);
    top: calc(50% - 1px);
    width: 20px;
    height: 2px;
    background: #2C2C2C;
    transition: all 0.5s;
  }
  .arrow span:before {
    content: "";
    position: absolute;
    top: -2px;
    right: 0;
    width: 6px;
    height: 2px;
    background: #2C2C2C;
    transform: rotate(45deg);
  }
  .arrow span:after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 6px;
    height: 2px;
    background: #2C2C2C;
    transform: rotate(-45deg);
  }
  .arrow:hover span, .arrow:active span, .arrow:focus span {
    width: 30px;
  }
  .arrow:focus {
    text-decoration: underline;
  }
  .arrow.active span {
    transform: rotate(90deg);
  }
  .arrow.active:hover span, .arrow.active:active span, .arrow.active:focus span {
    width: 20px;
  }
  .arrow.back {
    padding-right: 0;
    padding-left: 40px;
  }
  .arrow.back span {
    left: auto;
    right: calc(100% - 30px);
  }
  .arrow.back span:before {
    right: auto;
    left: 0;
    transform: rotate(-45deg);
  }
  .arrow.back span:after {
    right: auto;
    left: 0;
    transform: rotate(45deg);
  }
  .arrow.back:hover span, .arrow.back:active span, .arrow.back:focus span {
    width: 30px;
  }
  main section#slider {
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }
  main section#slider .slide {
    padding-bottom: 33.3333%;
    background-size: cover;
    background-position: center;
  }
  main section#slider img {
    display: block;
    width: 100%;
    height: auto;
  }
  main#front-page section#slider .slide {
    padding-bottom: 33.3333%;
  }
  main#single-studio section#slider .slide {
    padding-bottom: 50%;
  }
  main section#intro {
    position: relative;
  }
  main section#intro p {
    font-size: 20px;
  }
  main section#intro .padding {
    padding: 30px 20px 0;
  }
  main section#intro .padding.spacing {
    padding-bottom: 30px;
  }
  main.no-image section#intro .col-left {
    visibility: hidden;
  }
  main.no-image section#intro .col-rightmiddle {
    background: #fff;
  }
  .image,
  .image,
  #slider .slider .slide,
  .col-left.sidebar_image,
  .full_width_image {
    position: relative;
  }
  .image span.caption,
  .image span.caption,
  #slider .slider .slide span.caption,
  .col-left.sidebar_image span.caption,
  .full_width_image span.caption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 11px;
    padding: 8px 10px;
    pointer-events: none;
  }
  #slider .slider .slide span.caption {
    bottom: 32px;
  }
  .col-left .image span.caption,
  .col-left.sidebar_image span.caption {
    left: 0;
  }
  #slider .slider .slide span.caption,
  .col-image-right span.caption,
  .col-leftmiddle span.caption,
  .full_width_image span.caption {
    right: 0;
  }
  #single-page #intro .padding .breadcrumb {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
  }
  /* LOADER */
  .ml-form-embedSubmitLoad {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .ml-form-embedSubmitLoad:after {
    content: " ";
    display: block;
    width: 11px;
    height: 11px;
    margin: 1px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #ffffff #ffffff #ffffff transparent;
    animation: ml-form-embedSubmitLoad 1.2s linear infinite;
  }
  @keyframes ml-form-embedSubmitLoad {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  #mlb2-22622647.ml-form-embedContainer {
    box-sizing: border-box;
    display: table;
    margin: 0;
    position: static;
    width: 100% !important;
  }
  #mlb2-22622647.ml-form-embedContainer h4,
  #mlb2-22622647.ml-form-embedContainer p,
  #mlb2-22622647.ml-form-embedContainer span,
  #mlb2-22622647.ml-form-embedContainer button {
    text-transform: none !important;
    letter-spacing: normal !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: #f6f6f6;
    border-width: 0px;
    border-color: transparent;
    border-radius: 0;
    border-style: solid;
    box-sizing: border-box;
    display: inline-block !important;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
    width: 400px;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    max-width: 400px;
    width: 100%;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-align-left {
    text-align: left;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-align-center {
    text-align: center;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-align-default {
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: center !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-align-right {
    text-align: right;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
    height: auto;
    margin: 0 auto !important;
    max-width: 100%;
    width: undefinedpx;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 20px 0;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
    padding-bottom: 0;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
    text-align: left;
    margin: 0 0 20px 0;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
    margin: 0 0 10px 0;
    text-align: left;
    word-break: break-word;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
    margin: 0 0 10px 0;
    text-align: left;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
    list-style-type: lower-alpha;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
    list-style-type: lower-roman;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
    color: #000000;
    text-decoration: underline;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
    text-align: left !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
    margin-bottom: 5px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    line-height: 20px;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
    margin: 0;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
    margin: 0;
    width: 100%;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
    margin: 0 0 20px 0;
    width: 100%;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
    float: left;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
    margin: 0;
    padding: 0 0 20px 0;
    width: 100%;
    height: auto;
    float: left;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
    margin: 0 0 10px 0;
    width: 100%;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
    margin: 0;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
    margin: 0;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #fff;
    border-radius: 0 !important;
    border-style: solid !important;
    border-width: 1px !important;
    height: auto;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
    color: #333333;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
    color: #333333;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
    color: #333333;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
    color: #333333;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    border-color: #cccccc !important;
    background-color: #ffffff !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-top: 5px;
    margin-left: -1.5rem;
    overflow: visible;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    border-radius: 0 !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::after, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::after, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked ~ .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked ~ .label-description::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked ~ .label-description::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked ~ .label-description::before {
    border-color: #000000 !important;
    background-color: #000000 !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
    top: 2px;
    box-sizing: border-box;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    top: 0px !important;
    box-sizing: border-box !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    top: 0px !important;
    box-sizing: border-box !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
    top: 0px !important;
    box-sizing: border-box !important;
    position: absolute;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
    top: 0px !important;
    box-sizing: border-box !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
    position: absolute;
    top: 4px;
    left: -1.5rem;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px;
    border-radius: 50%;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
    position: absolute;
    top: 2px !important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    position: absolute;
    top: 4px;
    left: -1.5rem;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px;
    border-radius: 50%;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
    position: absolute;
    top: 0px !important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    position: absolute;
    top: 0px !important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
    background: no-repeat 50%/50% 50%;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    background: no-repeat 50%/50% 50%;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    box-sizing: border-box;
    padding: 0;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
    color: #000000;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select, #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #cccccc;
    border-radius: 0 !important;
    border-style: solid !important;
    border-width: 1px !important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 28px 10px 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    background: url("https://assets.mlcdn.com/ml/images/default/dropdown.svg") no-repeat right 0.75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
    height: auto;
    width: 100%;
    float: left;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 70%;
    float: left;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
    width: 30%;
    float: left;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
    padding-top: 25px;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
    background-color: #ffffff;
    color: #333333;
    border-color: #cccccc;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
    overflow-y: initial;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
    background-color: #000000 !important;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    box-shadow: none;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 20px;
    margin: 0 !important;
    padding: 10px !important;
    width: 100%;
    height: auto;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-top: 5px;
    margin-left: -1.5rem;
    overflow: visible;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
    color: #000000;
    display: block;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    min-height: 24px;
    padding-left: 24px;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
    color: #000000;
    text-decoration: underline;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
    color: #000000 !important;
    padding: 0 !important;
    margin: 0 5px 0 0 !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
    margin: 0;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    background-color: #000000 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    cursor: pointer;
    line-height: 21px !important;
    height: auto;
    padding: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
    display: none;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
    background-color: #333333 !important;
  }
  .ml-subscribe-close {
    width: 30px;
    height: 30px;
    background: url("https://assets.mlcdn.com/ml/images/default/modal_close.png") no-repeat;
    background-size: 30px;
    cursor: pointer;
    margin-top: -10px;
    margin-right: -10px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ml-error input, .ml-error textarea, .ml-error select {
    border-color: #DD0B15;
  }
  .ml-error .custom-checkbox-radio-list {
    border: 1px solid #DD0B15 !important;
    border-radius: 0;
    padding: 10px;
  }
  .ml-error .label-description,
  .ml-error .label-description p,
  .ml-error .label-description p a,
  .ml-error label:first-child {
    color: #ff0000 !important;
  }
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
  #mlb2-22622647.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
    color: #ff0000 !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  .ml-form-embedWrapper.embedDefault, .ml-form-embedWrapper.embedPopup {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm {
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    height: auto !important;
    width: 100% !important;
    float: left !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal > div {
    padding-right: 0px !important;
    padding-bottom: 10px;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    width: 100% !important;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
    padding-top: 0px !important;
  }
}
@media (min-width: 576px) {
  main section#slider {
    height: 550px;
  }
  main section#slider .slider {
    height: 550px;
  }
  main section#slider .slider div {
    height: 100%;
  }
  main section#slider .slide {
    padding-bottom: 0;
  }
  main#front-page section#slider .slide, main#single-studio section#slider .slide {
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  body {
    font-size: 18px;
  }
  h1 {
    margin: 0 0 30px;
    font-size: 50px;
  }
  h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }
  p.large {
    font-size: 24px;
  }
  .container.no-spacing > .row {
    margin: 0;
  }
  .container.no-spacing > .row > .col {
    padding: 0;
  }
  .container.no-spacing > .row > .col.col-leftmiddle .image {
    margin: 0;
    width: 100%;
  }
  .container.no-spacing .col.col-left {
    width: 300px;
    background-size: cover;
    background-position: center;
  }
  .container.no-spacing .col.col-leftmiddle {
    width: calc((100% - 300px) / 2 + 300px);
  }
  .container.no-spacing .col.col-right {
    width: calc((100% - 300px) / 2);
  }
  .container.no-spacing .col.col-rightmiddle {
    width: calc(100% - 300px);
  }
  .container.no-spacing {
    padding: 0;
  }
  .container.no-spacing > .row {
    margin: 0;
  }
  .container.no-spacing > .row > .col {
    padding: 0 0;
  }
  .container.no-spacing > .row > .col .image {
    width: 100%;
    margin-right: 0;
  }
  .container.no-spacing > .row > .col .padding {
    padding: 60px;
  }
  .row.no-spacing {
    margin: 0;
    width: 100%;
  }
  .padding {
    padding: 60px;
  }
  #archive {
    padding-top: 40px;
  }
  .block:before, #slider:before, #slider + #intro:before, #footer:before, #archive:before, #content:before, #back:before {
    right: calc(100% - 297px);
    top: 0;
    background-image: url(assets/whitestrip.svg);
    z-index: 1;
    width: 77px;
  }
  .block.white::before, .block.lightgrey::before, #slider.white::before, #slider.lightgrey::before, #slider + #intro.white::before, #slider + #intro.lightgrey::before, #footer.white::before, #footer.lightgrey::before, #archive.white::before, #archive.lightgrey::before, #content.white::before, #content.lightgrey::before, #back.white::before, #back.lightgrey::before {
    background-image: url(assets/colourstrip.svg);
  }
  #intro:before {
    right: calc(100% - 297px);
    top: 0;
    z-index: auto;
    width: 77px;
  }
  main section#slider {
    position: fixed;
    height: 550px;
  }
  main section#slider .slider {
    height: 550px;
  }
  main section#slider .slider div {
    height: 100%;
  }
  main section#slider .slide {
    padding-bottom: 0;
  }
  main section#intro {
    margin-top: 550px;
  }
  main section#intro p {
    font-size: 24px;
  }
  main section#intro .padding {
    padding: 60px 60px 0;
  }
  main section#intro .padding.spacing {
    padding-bottom: 60px;
  }
  main.no-image section#intro {
    margin-top: 0px;
    padding-top: 80px;
  }
  #slider .slider .slide span.caption {
    bottom: 0;
  }
  .tsn-has-notice #header {
    top: 300px;
    height: calc(100% - 300px);
  }
  .tsn-has-notice section#slider {
    top: 300px;
  }
  .tsn-has-notice section#intro {
    margin-top: 850px;
  }
  .tsn-has-notice #tsn-notice {
    height: 300px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 40px 60px 40px 360px;
  }
  .tsn-has-notice #tsn-notice #tsn-heading {
    font-size: 30px;
  }
  .tsn-has-notice #tsn-notice #tsn-close {
    width: 40px;
    height: 40px;
    top: 30px;
    right: 30px;
  }
  .tsn-has-notice.admin-bar #header {
    top: 332px;
    height: calc(100% - 332px);
  }
  .tsn-has-notice.admin-bar section#slider {
    top: 332px;
  }
  .tsn-has-notice.admin-bar #tsn-notice {
    top: 32px;
  }
}
@media (min-width: 1750px) {
  main section#slider {
    max-width: 1750px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 0px) {
  #header {
    top: 0;
    left: 0;
    z-index: 2;
    text-align: right;
    padding: 20px 65px 20px 0;
    position: relative;
  }
  #header .bg {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
  }
  #header .bg .bg_strip {
    background: url(assets/colourstrip.svg) repeat-y;
    background-size: 51px 100%;
    background-position: calc(100% - 3px) top;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #header img {
    height: 55px;
    width: auto;
    display: inline-block;
    margin: 0 0 -5px;
    padding-bottom: 5px;
  }
  #header a:focus, #header a:focus, #header a:focus {
    border-bottom: 1px solid #2C2C2C;
  }
  #header #menu-toggle {
    position: absolute;
    top: calc(50% - 16px);
    left: 20px;
    width: 35px;
    height: 32px;
    cursor: pointer;
  }
  #header #menu-toggle span {
    position: absolute;
    left: 0;
    width: 35px;
    height: 3px;
    background: #2C2C2C;
    transition: all 0.5s;
  }
  #header #menu-toggle span:nth-of-type(1) {
    top: 2px;
  }
  #header #menu-toggle span:nth-of-type(2), #header #menu-toggle span:nth-of-type(3) {
    top: calc(50% - 1px);
  }
  #header #menu-toggle span:nth-of-type(4) {
    bottom: 2px;
  }
  #header.open #menu-toggle span:nth-of-type(1), #header.open #menu-toggle span:nth-of-type(4) {
    opacity: 0;
  }
  #header.open #menu-toggle span:nth-of-type(2) {
    transform: rotate(45deg);
  }
  #header.open #menu-toggle span:nth-of-type(3) {
    transform: rotate(-45deg);
  }
  #header nav {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    height: calc(100vh - 90px);
    display: none;
    position: absolute;
    background: #fff;
    text-align: right;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 65px 0 0;
  }
  #header nav:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 0;
    width: 51px;
    height: 100%;
    background-image: url(assets/colourstrip.svg);
    background-size: 51px auto;
    background-position: right top;
    background-repeat: repeat-y;
    background-color: #fff;
    z-index: 1;
  }
  #header nav > ul {
    margin: 20px 0 0;
  }
  #header nav > ul > li {
    display: block;
    padding: 5px 0;
  }
  #header nav > ul > li ul {
    color: #2C2C2C;
    text-transform: none;
    position: relative;
    z-index: -1;
    font-size: 18px;
    font-weight: 400;
  }
  #header nav > ul > li ul li {
    margin: 0;
    opacity: 0;
  }
  #header nav > ul > li ul li:nth-last-of-type(1) {
    transition: all 0.5s ease-in-out 0s;
  }
  #header nav > ul > li ul li:nth-last-of-type(2) {
    transition: all 0.5s ease-in-out 0.2s;
  }
  #header nav > ul > li ul li:nth-last-of-type(3) {
    transition: all 0.5s ease-in-out 0.4s;
  }
  #header nav > ul > li ul li:nth-last-of-type(4) {
    transition: all 0.5s ease-in-out 0.6s;
  }
  #header nav > ul > li ul li:nth-last-of-type(5) {
    transition: all 0.5s ease-in-out 0.8s;
  }
  #header nav > ul > li ul li:nth-last-of-type(6) {
    transition: all 0.5s ease-in-out 1s;
  }
  #header nav > ul > li ul li:nth-last-of-type(7) {
    transition: all 0.5s ease-in-out 1.2s;
  }
  #header nav > ul > li.open ul {
    z-index: 1;
  }
  #header nav > ul > li.open ul li {
    opacity: 1;
    margin: 10px 0;
  }
  #header nav > ul > li.open ul li:nth-of-type(1) {
    transition: all 0.5s ease-in-out 0s;
  }
  #header nav > ul > li.open ul li:nth-of-type(2) {
    transition: all 0.5s ease-in-out 0.2s;
  }
  #header nav > ul > li.open ul li:nth-of-type(3) {
    transition: all 0.5s ease-in-out 0.4s;
  }
  #header nav > ul > li.open ul li:nth-of-type(4) {
    transition: all 0.5s ease-in-out 0.6s;
  }
  #header nav > ul > li.open ul li:nth-of-type(5) {
    transition: all 0.5s ease-in-out 0.8s;
  }
  #header nav > ul > li.open ul li:nth-of-type(6) {
    transition: all 0.5s ease-in-out 1s;
  }
  #header nav > ul > li.open ul li:nth-of-type(7) {
    transition: all 0.5s ease-in-out 1.2s;
  }
  #header .social {
    position: fixed;
    bottom: 40px;
    right: 65px;
    pointer-events: none;
    display: none;
  }
  #header .social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 0 0 10px;
    text-align: center;
    background: #2C2C2C;
    color: #fff;
    font-size: 18px;
  }
  #header .social a:nth-of-type(1) {
    transition: all 0.5s ease-in-out 0s;
  }
  #header .social a:nth-of-type(2) {
    transition: all 0.5s ease-in-out 0.1s;
  }
  #header .social a:nth-of-type(3) {
    transition: all 0.5s ease-in-out 0.2s;
  }
  #header .social a:nth-of-type(4) {
    transition: all 0.5s ease-in-out 0.3s;
  }
  #header .social a:hover, #header .social a:focus, #header .social a:active {
    background: #FFCE00;
    transition: background 0.3s ease-in-out !important;
  }
  #header.top nav > ul > li {
    margin: 0;
    opacity: 1;
  }
  #header.top nav > ul > li:nth-of-type(1) {
    transition: all 0.5s ease-in-out 0s;
  }
  #header.top nav > ul > li:nth-of-type(2) {
    transition: all 0.5s ease-in-out 0.2s;
  }
  #header.top nav > ul > li:nth-of-type(3) {
    transition: all 0.5s ease-in-out 0.4s;
  }
  #header.top nav > ul > li:nth-of-type(4) {
    transition: all 0.5s ease-in-out 0.6s;
  }
  #header.bottom .social {
    pointer-events: auto;
  }
  #header.bottom .social a {
    margin: 20px 0;
    opacity: 1;
  }
  #header.bottom .social a:nth-last-of-type(1) {
    transition: all 0.5s ease-in-out 0s;
  }
  #header.bottom .social a:nth-last-of-type(2) {
    transition: all 0.5s ease-in-out 0.1s;
  }
  #header.bottom .social a:nth-last-of-type(3) {
    transition: all 0.5s ease-in-out 0.2s;
  }
  #header.bottom .social a:nth-last-of-type(4) {
    transition: all 0.5s ease-in-out 0.3s;
  }
  #header.hover .bg {
    height: 975px;
    transition: height 0.8s;
  }
  #header.hover nav > ul > li {
    opacity: 1;
    margin: 0;
  }
  #header.hover nav > ul > li:nth-of-type(1) {
    transition: all 0.5s ease-in-out 0s;
  }
  #header.hover nav > ul > li:nth-of-type(2) {
    transition: all 0.5s ease-in-out 0.2s;
  }
  #header.hover nav > ul > li:nth-of-type(3) {
    transition: all 0.5s ease-in-out 0.4s;
  }
  #header.hover nav > ul > li:nth-of-type(4) {
    transition: all 0.5s ease-in-out 0.6s;
  }
  #header.hover .social {
    pointer-events: auto;
  }
  #header.hover .social a {
    margin: 20px 0;
    opacity: 1;
  }
  #header.hover .social a:nth-last-of-type(1) {
    transition: all 0.5s ease-in-out 0.6s;
  }
  #header.hover .social a:nth-last-of-type(2) {
    transition: all 0.5s ease-in-out 0.7s;
  }
  #header.hover .social a:nth-last-of-type(3) {
    transition: all 0.5s ease-in-out 0.8s;
  }
  #header.hover .social a:nth-last-of-type(4) {
    transition: all 0.5s ease-in-out 0.9s;
  }
}
@media (min-width: 1025px) {
  #header {
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 2;
    padding: 40px 90px 40px 0;
    background: none;
  }
  #header .bg {
    height: 0;
    transition: height 0.8s ease-in-out 0.6s;
  }
  #header .bg .bg_strip {
    background-size: 77px auto;
  }
  #header #menu-toggle {
    display: none;
  }
  #header img {
    height: 75px;
  }
  #header nav {
    display: block;
    position: static;
    padding: 0;
    height: auto;
    background: none;
  }
  #header nav:before {
    display: none;
  }
  #header nav > ul > li {
    opacity: 0;
    margin: -10px 0;
  }
  #header nav > ul > li:nth-last-of-type(1) {
    transition: all 0.5s ease-in-out 0s;
  }
  #header nav > ul > li:nth-last-of-type(2) {
    transition: all 0.5s ease-in-out 0.2s;
  }
  #header nav > ul > li:nth-last-of-type(3) {
    transition: all 0.5s ease-in-out 0.4s;
  }
  #header nav > ul > li:nth-last-of-type(4) {
    transition: all 0.5s ease-in-out 0.6s;
  }
  #header nav > ul > li:nth-last-of-type(5) {
    transition: all 0.5s ease-in-out 0.8s;
  }
  #header nav > ul > li:nth-last-of-type(6) {
    transition: all 0.5s ease-in-out 1s;
  }
  #header nav > ul > li:nth-last-of-type(7) {
    transition: all 0.5s ease-in-out 1.2s;
  }
  #header .social {
    position: absolute;
    display: block;
    right: 90px;
  }
  #header .social a {
    display: block;
    margin: 0 0;
    opacity: 0;
  }
}
@media (min-width: 1750px) {
  #header {
    position: fixed;
    width: 300px;
    height: 100%;
    z-index: 2;
    padding: 40px 90px 40px 0;
    background: none;
    left: calc((100% - 1750px) / 2);
  }
}
@media (min-width: 0px) {
  #footer {
    border-bottom: 60px solid #fff;
    position: relative;
    background: #fff;
  }
  #footer:before {
    display: none;
  }
  #footer .container.no-spacing > .row > .col {
    padding: 0;
  }
  #footer #social {
    position: relative;
    padding-right: 56px;
  }
  #footer #social .padding {
    text-align: right;
  }
  #footer #social:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 0;
    width: 51px;
    height: 100%;
    background-image: url(assets/colourstrip.svg);
    background-size: 100% auto;
    z-index: 0;
  }
  #footer #social a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 0 0 10px;
    text-align: center;
    background: #2C2C2C;
    color: #fff;
    font-size: 18px;
  }
  #footer #social a:first-of-type {
    margin: 0;
  }
  #footer #social a:nth-of-type(1) {
    transition: all 0.5s ease-in-out 0s;
  }
  #footer #social a:nth-of-type(2) {
    transition: all 0.5s ease-in-out 0.1s;
  }
  #footer #social a:nth-of-type(3) {
    transition: all 0.5s ease-in-out 0.2s;
  }
  #footer #social a:nth-of-type(4) {
    transition: all 0.5s ease-in-out 0.3s;
  }
  #footer #logos a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #footer #logos a:last-of-type {
    margin: 0;
  }
  #footer #logos a img {
    display: block;
    margin: 0 auto;
    max-width: 140px;
    max-height: 25px;
  }
  #footer #copyright {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  #footer #copyright .padding {
    padding-bottom: 0;
  }
  #footer #copyright h2 {
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    max-width: 320px;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #2C2C2C;
  }
  #footer #copyright form {
    max-width: 320px;
    margin: 0 0 40px;
    position: relative;
  }
  #footer #copyright form label {
    font-size: 16px;
    margin: 10px 0 0;
    display: block;
  }
  #footer #copyright form label a {
    font-weight: 700;
  }
  #footer #copyright form input[type=email] {
    background: #F4F6F7;
    padding: 10px 12px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 45px);
    margin-right: -5px;
    height: 45px;
    opacity: 1;
    transition: opacity 0.5s ease 0.5s;
  }
  #footer #copyright form button {
    background: #FFCE00;
    padding: 5px 0;
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    opacity: 1;
    left: calc(100% - 45px);
    transition: all 1s;
  }
  #footer #copyright form button:hover span, #footer #copyright form button:active span, #footer #copyright form button:focus span {
    width: 25px;
  }
  #footer #copyright form button span {
    margin-left: -4px;
  }
  #footer #copyright form .frm_error_style {
    font-size: 16px;
    color: #DD0B15;
    margin: 0 0 10px;
  }
  #footer #copyright p {
    font-size: 14px;
    margin: 0;
  }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F4F6F7;
    z-index: 2;
    overflow: auto;
    display: none;
    cursor: pointer;
  }
  .modal .inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    padding: 60px 30px;
    cursor: default;
  }
  .modal h2 {
    max-width: calc(100% - 30px);
  }
  .modal .close {
    position: absolute;
    display: block;
    top: 60px;
    right: 30px;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .modal .close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #2C2C2C;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
  }
  .modal .close::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #2C2C2C;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
  }
  .modal form {
    max-width: 600px;
  }
  .modal form label {
    display: block;
    margin: 0 0 5px;
  }
  .modal form input, .modal form textarea {
    background: #fff;
    padding: 10px 12px;
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 20px;
    min-height: 45px;
    opacity: 1;
    transition: opacity 0.5s ease 0.5s;
  }
  .modal form .arrow {
    padding: 10px 45px 10px 15px;
  }
  .modal form .arrow span {
    left: calc(100% - 35px);
  }
  .modal form .frm_error {
    color: #DD0B15;
    margin: -15px 0 20px;
    font-size: 12px;
  }
  .modal form .frm_error_style {
    margin: 0 0 20px;
    color: #DD0B15;
  }
}
@media (min-width: 1025px) {
  #footer {
    border-bottom: 60px solid #fff;
    height: 60vh;
  }
  #footer:before {
    display: block;
  }
  #footer #social {
    display: none;
  }
  #footer #logos a {
    margin-right: 40px;
  }
  #footer #logos a img {
    max-width: 250px;
    max-height: 50px;
  }
  #footer #copyright {
    position: absolute;
  }
  #footer #copyright form input[type=email] {
    opacity: 0;
  }
  #footer #copyright form button {
    position: absolute;
    left: 0;
    opacity: 0;
  }
  #footer #copyright form.active input[type=email] {
    opacity: 1;
    transition: opacity 0.5s ease 0.5s;
  }
  #footer #copyright form.active button {
    opacity: 1;
    left: calc(100% - 45px);
    transition: all 1s;
  }
  .modal {
    background: none;
  }
  .modal .wrapper {
    max-width: 1750px;
    margin: 0 auto;
    height: 100%;
    position: relative;
  }
  .modal .inner {
    padding: 60px;
    width: calc(100% - 300px);
    background: #F4F6F7;
  }
  .modal .inner > div {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 60px;
    transform: translateY(-50%);
  }
  .modal .close {
    width: 40px;
    height: 40px;
    top: 50px;
    right: 50px;
  }
  .modal .close::before, .modal .close::after {
    height: 3px;
  }
  .modal form .arrow {
    padding: 15px 60px 15px 20px;
  }
  .modal form .arrow span {
    left: calc(100% - 40px);
  }
}
@media (min-width: 0px) {
  .block-full_width_image img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 0px) {
  .block-text_and_image:before,
  .block-text_and_image_with_logo:before {
    background-image: url(assets/whitestrip.svg);
  }
  .block-text_and_image .image,
  .block-text_and_image_with_logo .image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }
  .block-text_and_image .extend .image,
  .block-text_and_image_with_logo .extend .image {
    width: calc(100% + 300px);
  }
  .block-text_and_image .padding,
  .block-text_and_image_with_logo .padding {
    width: 100%;
  }
  .block-text_and_image a.arrow,
  .block-text_and_image_with_logo a.arrow {
    margin: 10px 0 50px;
  }
  .block-text_and_image img,
  .block-text_and_image_with_logo img {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 100px;
    display: block;
    margin: 0 auto 60px;
  }
  .block-text_and_image ul, .block-text_and_image ol,
  .block-text_and_image_with_logo ul,
  .block-text_and_image_with_logo ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
  }
  .block-text_and_image ul li, .block-text_and_image ol li,
  .block-text_and_image_with_logo ul li,
  .block-text_and_image_with_logo ol li {
    padding: 3px 0;
  }
  .block-text_and_image ul,
  .block-text_and_image_with_logo ul {
    list-style: disc;
  }
  .block-text_and_image ol,
  .block-text_and_image_with_logo ol {
    list-style: decimal;
  }
}
@media (min-width: 768px) {
  .block-text_and_image .image,
  .block-text_and_image_with_logo .image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }
  .block-text_and_image .extend .image,
  .block-text_and_image_with_logo .extend .image {
    width: calc(100% + 300px);
  }
  .block-text_and_image .padding,
  .block-text_and_image_with_logo .padding {
    width: 100%;
  }
  .block-text_and_image a.arrow,
  .block-text_and_image_with_logo a.arrow {
    margin: 10px 0 0;
  }
  .block-text_and_image img,
  .block-text_and_image_with_logo img {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 100px;
    display: block;
    margin: 0 auto 60px;
  }
}
@media (min-width: 0px) {
  .block-text_and_logo h3 {
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 20px;
    width: 100%;
  }
  .block-text_and_logo img {
    width: 100%;
    max-width: 300px;
    display: block;
    height: auto;
    margin: 0 0 30px;
  }
}
@media (min-width: 1025px) {
  .block-text_and_logo h3 {
    font-size: 24px;
    margin: 0 0 30px;
  }
  .block-text_and_logo img {
    margin: 0;
  }
}
@media (min-width: 0px) {
  .block-button_link .arrow {
    padding: 15px 60px 15px 20px;
  }
  .block-button_link .arrow span {
    left: calc(100% - 50px);
  }
}
@media (min-width: 0px) {
  .block-links_and_image .image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }
  .block-links_and_image .extend .image {
    width: calc(100% + 300px);
  }
  .block-links_and_image .padding {
    width: 100%;
  }
  .block-links_and_image a.arrow {
    margin: 10px 0 0;
  }
  .block-links_and_image img {
    width: 100%;
    height: auto;
    max-width: 250px;
    max-height: 100px;
    display: block;
    margin: 0 auto 60px;
  }
  .block-links_and_image h2 {
    margin: 0 0 60px;
  }
  .block-links_and_image h3 {
    margin: 60px 0 5px;
    font-size: 24px;
    font-weight: 500;
  }
  .block-links_and_image h3:first-of-type {
    margin: 0 0 5px;
  }
  .block-links_and_image p {
    font-size: 24px;
  }
}
@media (min-width: 0px) {
  .block-2_column_text .image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }
  .block-2_column_text .logos a {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 20px 0 0;
  }
  .block-2_column_text .logos a:last-of-type {
    margin-right: 0;
  }
  .block-2_column_text .logos a img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    max-height: 50px;
  }
  .block-2_column_text .row .col p {
    margin: 0 0 20px;
  }
  .block-2_column_text .row .col ul, .block-2_column_text .row .col ol {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
  }
  .block-2_column_text .row .col ul li, .block-2_column_text .row .col ol li {
    padding: 3px 0;
  }
  .block-2_column_text .row .col ul {
    list-style: disc;
  }
  .block-2_column_text .row .col ol {
    list-style: decimal;
  }
}
@media (min-width: 768px) {
  .block-2_column_text .image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }
  .block-2_column_text .logos {
    padding: 60px 0 0;
    margin: 0 0 -20px;
  }
  .block-2_column_text .logos a {
    margin: 0 40px 20px 0;
  }
  .block-2_column_text .logos a:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 0px) {
  .block-2_column_blocks .image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }
  .block-2_column_blocks h2 {
    font-size: 24px;
    font-weight: 500;
  }
  .block-2_column_blocks .arrow {
    margin: 10px 0 0;
  }
}
@media (min-width: 0px) {
  .block-2_column_logos .image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
  }
  .block-2_column_logos img {
    max-width: 100%;
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 0px) {
  .block-upcoming_events .arrow {
    margin-top: 20px;
  }
  .block-upcoming_events h2 {
    margin: 0;
  }
  .block-upcoming_events .slider {
    margin: 30px 0 0;
  }
  .block-upcoming_events .slider .padding {
    padding: 20px;
    position: relative;
    height: 100%;
  }
  .block-upcoming_events .slider .padding .date {
    border-bottom: 2px solid #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 32px;
    position: relative;
    margin: 0 0 15px 0;
  }
  .block-upcoming_events .slider .padding .date small {
    display: inline;
  }
  .block-upcoming_events .slider .padding .date small.start_time {
    position: absolute;
    bottom: 3px;
    margin: 0;
    right: 0;
  }
  .block-upcoming_events .slider .padding h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 10px;
  }
  .block-upcoming_events .slider .padding small {
    display: none;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 400;
  }
  .block-upcoming_events .slider .slide {
    display: none;
  }
  .block-upcoming_events .slider .slide:first-of-type {
    display: block;
  }
  .block-upcoming_events .slider.slick-initialized .slide {
    display: block;
  }
  .block-upcoming_events .slider .slick-dots {
    margin: 30px 0 0;
    text-align: right;
    overflow: hidden;
  }
  .block-upcoming_events .slider .slick-dots li {
    display: inline-block;
    margin: 0 0 0 8px;
  }
  .block-upcoming_events .slider .slick-dots li button {
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: #F4F6F7;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
  }
  .block-upcoming_events .slider .slick-dots li.slick-active button {
    background: #9DABB4;
    cursor: default;
  }
  .block-upcoming_events .image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .block-upcoming_events h2 {
    margin: 0;
  }
  .block-upcoming_events .slider {
    margin: 60px 0 0;
  }
  .block-upcoming_events .slider .padding {
    padding: 30px 30px 30px 100px !important;
    position: relative;
    height: 100%;
  }
  .block-upcoming_events .slider .padding .date {
    position: absolute;
    top: 30px;
    left: 25px;
    height: calc(100% - 60px);
    width: 60px;
    border-right: 2px solid #fff;
    border-bottom: none;
    text-align: center;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    font-size: 32px;
    margin: 0;
  }
  .block-upcoming_events .slider .padding .date small.start_time {
    display: none;
  }
  .block-upcoming_events .slider .padding h3 {
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 10px;
  }
  .block-upcoming_events .slider .padding small {
    font-size: 18px;
    display: block;
    margin: 0 0 20px;
    font-weight: 400;
  }
  .block-upcoming_events .slider .slide {
    display: none;
  }
  .block-upcoming_events .slider .slide:first-of-type {
    display: block;
  }
  .block-upcoming_events .slider.slick-initialized .slide {
    display: block;
  }
  .block-upcoming_events .slider .slick-dots {
    margin: 30px 0 0;
    text-align: right;
    overflow: hidden;
  }
  .block-upcoming_events .slider .slick-dots li {
    display: inline-block;
    margin: 0 0 0 8px;
  }
  .block-upcoming_events .slider .slick-dots li button {
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: #F4F6F7;
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
  }
  .block-upcoming_events .slider .slick-dots li.slick-active button {
    background: #9DABB4;
    cursor: default;
  }
  .block-upcoming_events .image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
  }
}
@media (min-width: 0px) {
  .block-testimonial blockquote {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1.5;
  }
  .block-testimonial blockquote.large {
    font-size: 28px;
  }
  .block-testimonial blockquote:before {
    content: open-quote;
    margin: 0 -0.25em 0 0;
  }
  .block-testimonial blockquote:after {
    content: close-quote;
    margin: 0 0 0 -0.25em;
  }
  .block-testimonial small {
    display: block;
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  .block-testimonial blockquote {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 1.5;
  }
  .block-testimonial blockquote.large {
    font-size: 50px;
  }
  .block-testimonial blockquote:before {
    content: open-quote;
    margin: 0 -0.25em 0 0;
  }
  .block-testimonial blockquote:after {
    content: close-quote;
    margin: 0 0 0 -0.25em;
  }
  .block-testimonial small {
    display: block;
    font-size: 18px;
  }
}
@media (min-width: 0px) {
  .block-faqs .image {
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    display: none;
    position: relative;
  }
  .block-faqs .faq {
    border-bottom: 2px solid #F4F6F7;
    margin: 0 0 20px;
  }
  .block-faqs .faq:first-of-type {
    margin-top: -20px;
  }
  .block-faqs .faq a {
    font-size: 24px;
    padding: 20px 40px 20px 0;
    width: 100%;
    text-transform: none;
  }
  .block-faqs .faq .answer {
    background: #F4F6F7;
    padding: 30px;
    display: none;
  }
  .block-faqs:before {
    background-image: url(assets/colourstrip.svg);
  }
}
@media (min-width: 1025px) {
  .block-faqs .image {
    display: block;
  }
  .block-faqs .image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    width: 77px;
    background-image: url(assets/whitestrip.svg);
    height: 100%;
    background-size: 100% auto;
  }
}
@media (min-width: 0px) {
  .block-contact_details a {
    font-size: 24px;
    display: block;
    margin: 0 0 10px;
  }
  .block-contact_details .social a {
    font-size: 18px;
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    background: #2C2C2C;
    color: #fff;
  }
}
@media (min-width: 0px) {
  #archive-event #archive .col-rightmiddle > .padding {
    padding-top: 0;
  }
  #archive-event #archive .row.no-spacing {
    width: 100%;
    margin: 0;
  }
  #archive-event .post {
    margin: 0 0 30px;
  }
  #archive-event .post:last-of-type {
    margin: 0;
  }
  #archive-event .post .padding {
    padding: 20px;
    position: relative;
    height: 100%;
  }
  #archive-event .post .padding .date {
    border-bottom: 2px solid #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 32px;
    position: relative;
    margin: 0 0 15px 0;
  }
  #archive-event .post .padding .date small {
    display: inline;
  }
  #archive-event .post .padding .date small.start_time {
    position: absolute;
    bottom: 3px;
    margin: 0;
    right: 0;
  }
  #archive-event .post .padding h3 {
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 10px;
  }
  #archive-event .post .padding small {
    display: none;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 400;
  }
  #archive-event .post .image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
  }
  #archive-event .pagination {
    margin: 30px 0 0;
    text-align: right;
  }
  #archive-event .pagination a, #archive-event .pagination span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #F4F6F7;
    margin-left: 5px;
  }
  #archive-event .pagination a.current, #archive-event .pagination span.current {
    background: #9DABB4;
    font-weight: 500;
    color: #fff;
  }
  #single-event #slider .row.no-spacing {
    margin: 0;
    width: 100%;
  }
  #single-event #intro .padding {
    position: relative;
    height: 100%;
    width: calc(100% - 56px);
    padding: 30px 20px;
  }
  #single-event #intro .padding .date {
    border-bottom: 2px solid #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    margin: 0 0 15px 0;
  }
  #single-event #intro .padding .date small {
    display: inline;
  }
  #single-event #intro .padding .date small.start_time {
    position: absolute;
    bottom: 3px;
    margin: 0;
    right: 0;
  }
  #single-event #intro .padding .breadcrumb {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
  }
  #single-event #intro .padding p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
  }
  #single-event #intro .next img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 5px;
  }
  #single-event #intro .next a.arrow {
    display: inline-block;
    margin: 5px 0;
    font-weight: 500;
  }
  #single-event #intro .next h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
  #single-event #content .padding {
    padding-top: 0;
  }
  #single-event #content ul {
    list-style: none;
    padding-left: 30px;
  }
  #single-event #content ul li {
    padding: 5px 0;
  }
  #single-event #content ul li::before {
    content: "•";
    color: #F6A82F;
    font-weight: bold; /* If you want it to be bold */
    display: inline-block;
    width: 1em;
    margin-left: -0.75em;
    font-size: 1.5em;
    line-height: 0.5em;
    margin-top: 4px;
    vertical-align: top;
  }
  #single-event #content ol {
    list-style: decimal;
    padding-left: 30px;
  }
  #single-event #content ol li {
    padding: 5px 0;
  }
  #single-event #content .intro {
    font-size: 24px;
  }
  #single-event #content .arrow.bg-lightgrey {
    padding: 15px 60px 15px 20px;
    margin-top: 20px;
  }
  #single-event #content .arrow.bg-lightgrey span {
    left: calc(100% - 50px);
  }
  #single-event #back .padding {
    padding-top: 0;
    padding-bottom: 0;
  }
  #single-event #back div.back {
    padding: 30px 0 0;
    border-top: 2px solid #F4F6F7;
  }
  #single-event #next {
    position: relative;
  }
  #single-event #next:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 0;
    width: 51px;
    height: 100%;
    background-image: url(assets/colourstrip.svg);
    background-size: 100% auto;
    z-index: 0;
  }
  #single-event #next .next {
    margin: 20px 76px 20px 20px;
  }
  #single-event #next .next img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 5px;
  }
  #single-event #next .next a.arrow {
    display: inline-block;
    margin: 5px 0;
    font-weight: 500;
  }
  #single-event #next .next h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  #archive-event #archive .col-rightmiddle > .padding {
    padding-top: 0;
  }
  #archive-event .post {
    margin: 0 0 30px;
  }
  #archive-event .post:last-of-type {
    margin: 0;
  }
  #archive-event .post .padding {
    padding: 30px 30px 30px 100px;
    position: relative;
    height: 100%;
  }
  #archive-event .post .padding .date {
    position: absolute;
    top: 30px;
    left: 25px;
    height: calc(100% - 60px);
    width: 60px;
    border-right: 2px solid #fff;
    border-bottom: none;
    text-align: center;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    font-size: 32px;
  }
  #archive-event .post .padding .date small.start_time {
    display: none;
  }
  #archive-event .post .padding h3 {
    font-size: 32px;
    font-weight: 300;
    margin: 0 0 10px;
  }
  #archive-event .post .padding small {
    font-size: 18px;
    display: block;
    margin: 0 0 20px;
    font-weight: 400;
  }
  #archive-event .post .image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
  }
  #archive-event .pagination {
    margin: 30px 0 0;
    text-align: right;
  }
  #archive-event .pagination a, #archive-event .pagination span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #F4F6F7;
    margin-left: 5px;
  }
  #archive-event .pagination a.current, #archive-event .pagination span.current {
    background: #9DABB4;
    font-weight: 500;
    color: #fff;
  }
  #single-event #intro .padding {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 60px;
    padding-left: 150px;
  }
  #single-event #intro .padding .date {
    position: absolute;
    top: 45px;
    left: 55px;
    height: calc(100% - 60px);
    width: 90px;
    text-align: center;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    font-size: 52px;
  }
  #single-event #intro .padding .date small {
    font-size: 33px;
    display: block;
    font-weight: 400;
  }
  #single-event #intro .padding .date small.start_time {
    display: none;
  }
  #single-event #intro .padding .breadcrumb {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
  }
  #single-event #intro .padding p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
  }
  #single-event #intro .next img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 5px;
  }
  #single-event #intro .next a.arrow {
    display: inline-block;
    margin: 5px 0;
    font-weight: 500;
  }
  #single-event #intro .next h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
  #single-event #content .padding {
    padding-top: 0;
  }
  #single-event #content ul {
    padding-left: 30px;
  }
  #single-event #content ul li {
    padding: 5px 0;
  }
  #single-event #content ol {
    list-style: decimal;
    padding-left: 30px;
  }
  #single-event #content ol li {
    padding: 5px 0;
  }
  #single-event #content .intro {
    font-size: 24px;
  }
  #single-event #content .arrow.bg-lightgrey {
    padding: 15px 60px 15px 20px;
    margin-top: 20px;
  }
  #single-event #content .arrow.bg-lightgrey span {
    left: calc(100% - 50px);
  }
  #single-event #back div.back {
    padding: 30px 0 0;
    border-top: 2px solid #F4F6F7;
  }
  #single-event #next {
    position: relative;
  }
  #single-event #next:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 0;
    width: 51px;
    height: 100%;
    background-image: url(assets/colourstrip.svg);
    background-size: 100% auto;
    z-index: 0;
  }
  #single-event #next .next {
    margin: 20px 0 20px 20px;
  }
  #single-event #next .next img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 5px;
  }
  #single-event #next .next a.arrow {
    display: inline-block;
    margin: 5px 0;
    font-weight: 500;
  }
  #single-event #next .next h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
}
@media (min-width: 0px) {
  #archive-studio #intro .padding .breadcrumb {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
  }
  #archive-studio #archive .col-rightmiddle > .padding {
    padding: 0;
  }
  #archive-studio #archive .row.no-spacing {
    width: 100%;
  }
  #archive-studio .post {
    margin: 0 0 30px;
  }
  #archive-studio .post:last-of-type {
    margin: 0;
  }
  #archive-studio .post .padding {
    padding: 30px;
    height: 100%;
  }
  #archive-studio .post .padding h3 {
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 15px;
    text-transform: uppercase;
  }
  #archive-studio .post .padding ul {
    margin: 30px 0;
    border-top: 1px solid #9DABB4;
  }
  #archive-studio .post .padding ul li {
    border-bottom: 1px solid #9DABB4;
    padding: 15px 0;
  }
  #archive-studio .post .padding ul li strong {
    font-weight: 500;
  }
  #archive-studio .post .image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
  }
  #archive-studio .pagination {
    margin: 30px 0 0;
    text-align: right;
  }
  #archive-studio .pagination a, #archive-studio .pagination span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #F4F6F7;
    margin-left: 5px;
  }
  #archive-studio .pagination a.current, #archive-studio .pagination span.current {
    background: #9DABB4;
    font-weight: 500;
    color: #fff;
  }
  #single-studio #slider .row.no-spacing {
    margin: 0;
    width: 100%;
  }
  #single-studio #intro .padding {
    height: 100%;
    padding: 30px 76px 30px 20px;
  }
  #single-studio #intro .padding .breadcrumb {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
  }
  #single-studio #intro .next img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 5px;
  }
  #single-studio #intro .next a.arrow {
    display: inline-block;
    margin: 5px 0;
    font-weight: 500;
  }
  #single-studio #intro .next h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
  #single-studio #intro ul {
    list-style: disc;
    padding-left: 30px;
  }
  #single-studio #intro ul li {
    padding: 5px 0;
  }
  #single-studio #intro ol {
    list-style: decimal;
    padding-left: 30px;
  }
  #single-studio #intro ol li {
    padding: 5px 0;
  }
  #single-studio #intro ul.info {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    border-top: 1px solid #9DABB4;
  }
  #single-studio #intro ul.info li {
    padding: 15px 0;
    border-bottom: 1px solid #9DABB4;
  }
  #single-studio #intro ul.info li strong {
    width: 110px;
    display: inline-block;
    font-weight: 500;
  }
  #single-studio #intro .intro {
    font-size: 24px;
  }
  #single-studio #intro .arrow.bg-lightgrey {
    padding: 15px 60px 15px 20px;
    margin-top: 20px;
  }
  #single-studio #intro .arrow.bg-lightgrey span {
    left: calc(100% - 50px);
  }
  #single-studio #intro div.back {
    margin: 30px 0 30px;
    padding: 30px 0 0;
  }
  #single-studio #next {
    position: relative;
  }
  #single-studio #next:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 0;
    width: 51px;
    height: 100%;
    background-image: url(assets/colourstrip.svg);
    background-size: 100% auto;
    z-index: 0;
  }
  #single-studio #next .next {
    margin: 20px 0 20px 20px;
  }
  #single-studio #next .next img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 5px;
  }
  #single-studio #next .next a.arrow {
    display: inline-block;
    margin: 5px 0;
    font-weight: 500;
  }
  #single-studio #next .next h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
}
@media (min-width: 768px) {
  #archive-studio #archive .col-rightmiddle > .padding {
    padding: 30px 20px;
  }
  #archive-studio .post {
    margin: 0 0 30px;
  }
  #archive-studio .post:last-of-type {
    margin: 0;
  }
  #archive-studio .post .padding {
    padding: 30px;
    height: 100%;
  }
  #archive-studio .post .padding h3 {
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 15px;
    text-transform: uppercase;
  }
  #archive-studio .post .padding ul {
    margin: 30px 0;
    border-top: 1px solid #9DABB4;
  }
  #archive-studio .post .padding ul li {
    border-bottom: 1px solid #9DABB4;
    padding: 15px 0;
  }
  #archive-studio .post .padding ul li strong {
    font-weight: 500;
  }
  #archive-studio .post .image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
  }
  #archive-studio .pagination {
    margin: 30px 0 0;
    text-align: right;
  }
  #archive-studio .pagination a, #archive-studio .pagination span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #F4F6F7;
    margin-left: 5px;
  }
  #archive-studio .pagination a.current, #archive-studio .pagination span.current {
    background: #9DABB4;
    font-weight: 500;
    color: #fff;
  }
  #single-studio #intro .padding {
    height: 100%;
  }
  #single-studio #intro .padding .breadcrumb {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
  }
  #single-studio #intro .next img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 5px;
  }
  #single-studio #intro .next a.arrow {
    display: inline-block;
    margin: 5px 0;
    font-weight: 500;
  }
  #single-studio #intro .next h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
  #single-studio #intro ul {
    list-style: disc;
    padding-left: 30px;
  }
  #single-studio #intro ul li {
    padding: 5px 0;
  }
  #single-studio #intro ol {
    list-style: decimal;
    padding-left: 30px;
  }
  #single-studio #intro ol li {
    padding: 5px 0;
  }
  #single-studio #intro ul.info {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    border-top: 1px solid #9DABB4;
  }
  #single-studio #intro ul.info li {
    padding: 15px 0;
    border-bottom: 1px solid #9DABB4;
  }
  #single-studio #intro ul.info li strong {
    width: 110px;
    display: inline-block;
    font-weight: 500;
  }
  #single-studio #intro .intro {
    font-size: 24px;
  }
  #single-studio #intro .arrow.bg-lightgrey {
    padding: 15px 60px 15px 20px;
    margin-top: 20px;
  }
  #single-studio #intro .arrow.bg-lightgrey span {
    left: calc(100% - 50px);
  }
  #single-studio #intro div.back {
    margin: 30px 0 30px;
    padding: 30px 0 0;
  }
  #single-studio #next {
    position: relative;
  }
  #single-studio #next:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 0;
    width: 51px;
    height: 100%;
    background-image: url(assets/colourstrip.svg);
    background-size: 100% auto;
    z-index: 0;
  }
  #single-studio #next .next {
    margin: 20px 0 20px 20px;
  }
  #single-studio #next .next img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 5px;
  }
  #single-studio #next .next a.arrow {
    display: inline-block;
    margin: 5px 0;
    font-weight: 500;
  }
  #single-studio #next .next h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  #archive-studio #archive .col-rightmiddle > .padding {
    padding: 60px;
  }
  #archive-studio .post {
    margin: 0 0 30px;
  }
  #archive-studio .post:last-of-type {
    margin: 0;
  }
  #archive-studio .post .padding {
    padding: 30px;
    height: 100%;
  }
  #archive-studio .post .padding h3 {
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 15px;
    text-transform: uppercase;
  }
  #archive-studio .post .padding ul {
    margin: 30px 0;
    border-top: 1px solid #9DABB4;
  }
  #archive-studio .post .padding ul li {
    border-bottom: 1px solid #9DABB4;
    padding: 15px 0;
  }
  #archive-studio .post .padding ul li strong {
    font-weight: 500;
  }
  #archive-studio .post .image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
  }
  #archive-studio .pagination {
    margin: 30px 0 0;
    text-align: right;
  }
  #archive-studio .pagination a, #archive-studio .pagination span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #F4F6F7;
    margin-left: 5px;
  }
  #archive-studio .pagination a.current, #archive-studio .pagination span.current {
    background: #9DABB4;
    font-weight: 500;
    color: #fff;
  }
  #single-studio #intro .padding {
    height: 100%;
    padding: 60px 60px 0;
  }
  #single-studio #intro .padding .breadcrumb {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
  }
  #single-studio #intro .next img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 5px;
  }
  #single-studio #intro .next a.arrow {
    display: inline-block;
    margin: 5px 0;
    font-weight: 500;
  }
  #single-studio #intro .next h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
  #single-studio #intro ul {
    list-style: disc;
    padding-left: 30px;
  }
  #single-studio #intro ul li {
    padding: 5px 0;
  }
  #single-studio #intro ol {
    list-style: decimal;
    padding-left: 30px;
  }
  #single-studio #intro ol li {
    padding: 5px 0;
  }
  #single-studio #intro ul.info {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    border-top: 1px solid #9DABB4;
  }
  #single-studio #intro ul.info li {
    padding: 15px 0;
    border-bottom: 1px solid #9DABB4;
  }
  #single-studio #intro ul.info li strong {
    width: 110px;
    display: inline-block;
    font-weight: 500;
  }
  #single-studio #intro .intro {
    font-size: 24px;
  }
  #single-studio #intro .arrow.bg-lightgrey {
    padding: 15px 60px 15px 20px;
    margin-top: 20px;
  }
  #single-studio #intro .arrow.bg-lightgrey span {
    left: calc(100% - 50px);
  }
  #single-studio #intro div.back {
    margin: 30px 0 30px;
    padding: 30px 0 0;
  }
  #single-studio #next {
    position: relative;
  }
  #single-studio #next:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 0;
    width: 51px;
    height: 100%;
    background-image: url(assets/colourstrip.svg);
    background-size: 100% auto;
    z-index: 0;
  }
  #single-studio #next .next {
    margin: 20px 0 20px 20px;
  }
  #single-studio #next .next img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 5px;
  }
  #single-studio #next .next a.arrow {
    display: inline-block;
    margin: 5px 0;
    font-weight: 500;
  }
  #single-studio #next .next h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
  }
}
@media (min-width: 0px) {
  #archive-member #archive {
    background: #F4F6F7;
  }
  #archive-member #archive .col-rightmiddle > .padding {
    padding: 20px;
  }
  #archive-member #archive .padding .row {
    margin: 0 -10px;
  }
  #archive-member #archive .padding .row .col {
    padding: 0 10px;
  }
  #archive-member .padding label {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin: 0 0 5px;
  }
  #archive-member .padding .select {
    position: relative;
    background: #fff;
    width: 100%;
    height: 40px;
    margin: 0 0 15px;
  }
  #archive-member .padding .select .dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: 40px;
    padding-top: 40px;
    background: #fff;
    overflow: hidden;
    z-index: 1;
  }
  #archive-member .padding .select .dropdown a, #archive-member .padding .select .dropdown span {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 8px 15px;
  }
  #archive-member .padding .select .dropdown span {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
  }
  #archive-member .padding .select .dropdown.open {
    height: auto;
  }
  #archive-member .padding .select .dropdown.open + .arrow {
    transform: rotate(-90deg);
  }
  #archive-member .padding .select .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotate(90deg);
    cursor: pointer;
  }
  #archive-member .padding .select .arrow:hover span {
    width: 20px;
  }
  #archive-member .post {
    margin: 30px 0 0;
    width: 100%;
  }
  #archive-member .post .image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    display: block;
  }
  #archive-member .post .image.logo {
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    border: 50px solid #fff;
    padding-bottom: calc(100% - 100px);
  }
  #archive-member .post h3 {
    margin: 10px 0 0;
    font-size: 16px;
  }
  #archive-member .pagination {
    margin: 30px 0 0;
    text-align: right;
  }
  #archive-member .pagination a, #archive-member .pagination span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin-left: 5px;
  }
  #archive-member .pagination a.current, #archive-member .pagination span.current {
    background: #9DABB4;
    font-weight: 500;
    color: #fff;
  }
  #single-member #slider .row.no-spacing {
    margin: 0;
    width: 100%;
  }
  #single-member #intro .padding {
    height: 100%;
    padding: 30px 76px 30px 20px;
  }
  #single-member #intro .padding .breadcrumb {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
  }
  #single-member #intro .contact {
    width: 100%;
    height: 100%;
    padding: 0 76px 30px 20px;
  }
  #single-member #intro .contact .logo {
    width: 100%;
    padding-bottom: calc(100% - 100px);
    background-position: center;
    display: block;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    border: 50px solid #fff;
  }
  #single-member #intro .contact ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }
  #single-member #intro .contact ul li {
    padding: 12px 0;
    border-top: 1px solid #9DABB4;
    font-size: 18px;
  }
  #single-member #intro .contact ul li a {
    font-weight: 500;
  }
  #single-member #intro .contact ul li.social {
    border-bottom: 1px solid #9DABB4;
  }
  #single-member #intro .contact ul li.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #2C2C2C;
    color: #F4F6F7;
    border-radius: 50%;
    margin: 0 5px 0 0;
    text-align: center;
  }
  #single-member #intro p, #single-member #intro ul, #single-member #intro ol {
    font-size: 18px;
  }
  #single-member #intro ul {
    list-style: disc;
    padding-left: 30px;
  }
  #single-member #intro ul li {
    padding: 5px 0;
  }
  #single-member #intro ol {
    list-style: decimal;
    padding-left: 30px;
  }
  #single-member #intro ol li {
    padding: 5px 0;
  }
  #single-member #intro .arrow.bg-lightgrey {
    padding: 15px 60px 15px 20px;
    margin-top: 20px;
  }
  #single-member #intro .arrow.bg-lightgrey span {
    left: calc(100% - 50px);
  }
  #single-member #intro div.back {
    margin: 30px 0 30px;
    padding: 30px 0 0;
  }
}
@media (min-width: 768px) {
  #archive-member #archive .col-rightmiddle > .padding {
    padding: 30px 20px;
  }
  #archive-member .post {
    margin: 30px 0 0;
  }
  #archive-member .post .image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
  }
  #archive-member .pagination {
    margin: 30px 0 0;
    text-align: right;
  }
  #archive-member .pagination a, #archive-member .pagination span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin-left: 5px;
  }
  #archive-member .pagination a.current, #archive-member .pagination span.current {
    background: #9DABB4;
    font-weight: 500;
    color: #fff;
  }
  #single-member #intro .padding {
    height: 100%;
  }
  #single-member #intro .padding .breadcrumb {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
  }
  #single-member #intro ul {
    list-style: disc;
    padding-left: 30px;
  }
  #single-member #intro ul li {
    padding: 5px 0;
  }
  #single-member #intro ol {
    list-style: decimal;
    padding-left: 30px;
  }
  #single-member #intro ol li {
    padding: 5px 0;
  }
  #single-member #intro .intro {
    font-size: 24px;
  }
  #single-member #intro .arrow.bg-lightgrey {
    padding: 15px 60px 15px 20px;
    margin-top: 20px;
  }
  #single-member #intro .arrow.bg-lightgrey span {
    left: calc(100% - 50px);
  }
  #single-member #intro div.back {
    margin: 30px 0 30px;
    padding: 30px 0 0;
  }
  #single-member #intro .contact .logo {
    width: 50%;
    padding-bottom: calc(50% - 100px);
  }
}
@media (min-width: 1025px) {
  #archive-member #archive .col-rightmiddle > .padding {
    padding: 0 60px 60px;
  }
  #archive-member .padding label {
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin: 0 0 5px;
  }
  #archive-member .padding .select {
    height: 45px;
  }
  #archive-member .padding .select .dropdown {
    width: calc(100% - 45px);
    height: 45px;
    padding-top: 45px;
  }
  #archive-member .padding .select .dropdown a, #archive-member .padding .select .dropdown span {
    min-height: 45px;
    padding: 10px 15px;
  }
  #archive-member .padding .select .dropdown span {
    height: 45px;
  }
  #archive-member .padding .select .arrow {
    width: 45px;
    height: 45px;
  }
  #archive-member .padding .select .arrow span {
    left: calc(100% - 33px);
  }
  #archive-member .post {
    margin: 30px 0 0;
  }
  #archive-member .post .image {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
  }
  #archive-member .post h3 {
    font-size: 18px;
  }
  #archive-member .pagination {
    margin: 30px 0 0;
    text-align: right;
  }
  #archive-member .pagination a, #archive-member .pagination span {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin-left: 5px;
  }
  #archive-member .pagination a.current, #archive-member .pagination span.current {
    background: #9DABB4;
    font-weight: 500;
    color: #fff;
  }
  #single-member #intro .padding {
    height: 100%;
    padding: 60px 60px 0;
  }
  #single-member #intro .padding .breadcrumb {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
  }
  #single-member #intro p, #single-member #intro ul, #single-member #intro ol {
    font-size: 18px;
  }
  #single-member #intro ul {
    list-style: disc;
    padding-left: 30px;
  }
  #single-member #intro ul li {
    padding: 5px 0;
  }
  #single-member #intro ol {
    list-style: decimal;
    padding-left: 30px;
  }
  #single-member #intro ol li {
    padding: 5px 0;
  }
  #single-member #intro .arrow.bg-lightgrey {
    padding: 15px 60px 15px 20px;
    margin-top: 20px;
  }
  #single-member #intro .arrow.bg-lightgrey span {
    left: calc(100% - 50px);
  }
  #single-member #intro div.back {
    margin: 30px 0 30px;
    padding: 30px 0;
  }
  #single-member #intro .contact {
    padding: 0 30px 30px 0;
  }
  #single-member #intro .contact .logo {
    width: calc(100% + 30px);
    padding-bottom: calc(100% - 70px);
  }
  #single-member #intro .contact ul {
    margin: 30px 0;
  }
}

/*# sourceMappingURL=style.css.map*/