/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

legend {
  font-size: 1.2rem;
  font-weight: 400;
  display: block;
  margin: 0 auto 1.5rem;
  width: 100%;
  max-width: 75%; }

label {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iZXhwYW5kLW1vcmUiPgoJCTxwb2x5Z29uIHBvaW50cz0iMjcwLjMsNTguNjUgMTUzLDE3NS45NSAzNS43LDU4LjY1IDAsOTQuMzUgMTUzLDI0Ny4zNSAzMDYsOTQuMzUgICAiIGZpbGw9IiM5MjkyOTIiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  border: 0;
  border-radius: 5px;
  color: #929292;
  cursor: pointer;
  font-size: 1.4rem;
  height: 3.3rem;
  line-height: 3.3rem;
  margin: .5rem 0;
  padding: 0 1.5rem;
  opacity: 1;
  width: 100%; }
  select:hover {
    background-color: #f3f3f3;
    color: #000; }
  select:focus {
    background-color: #f3f3f3;
    color: #000;
    outline: 0; }
  select option {
    color: #929292; }

input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
  border: 1px solid #00BBB3;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 3.3rem;
  line-height: 3.3rem;
  padding: 0 1rem;
  resize: none; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=number]:focus,
  textarea:focus {
    border-color: #005551;
    outline: 0; }
  .webform--contact input[type=text], .webform--contact
  input[type=email], .webform--contact
  input[type=password], .webform--contact
  input[type=number], .webform--contact
  textarea {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #a4a8b1;
    border-radius: 5px;
    color: #929292;
    font-size: 1.4rem;
    padding-left: 1.5rem;
    width: 100%; }
    .webform--contact input[type=text]:focus, .webform--contact input[type=text]:hover, .webform--contact
    input[type=email]:focus, .webform--contact
    input[type=email]:hover, .webform--contact
    input[type=password]:focus, .webform--contact
    input[type=password]:hover, .webform--contact
    input[type=number]:focus, .webform--contact
    input[type=number]:hover, .webform--contact
    textarea:focus, .webform--contact
    textarea:hover {
      background-color: #f3f3f3;
      color: #000; }

.form-footnote {
  color: #929292;
  font-size: 1.4rem;
  margin-bottom: 0;
  text-align: center; }

.form-item {
  font-weight: 400;
  margin-bottom: 30px; }

.form-row {
  margin: 0 0 2rem; }
  @media (min-width: 600px) {
    .form-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -13px;
      margin-right: -13px; } }
  @media (min-width: 600px) {
    .form-row > .form-item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 26px);
      flex: 1 1 calc(50% - 26px);
      margin: 0 13px;
      width: 50%; } }

.form-checkboxes {
  text-align: center; }
  .form-checkboxes:before, .form-checkboxes:after {
    content: " ";
    display: table; }
  .form-checkboxes:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .form-checkboxes {
    *zoom: 1; }
  .form-checkboxes .form-item {
    display: inline-block;
    float: left;
    font-size: 1.2rem;
    margin: 0 0 1rem;
    text-align: left;
    position: relative;
    width: 50%; }
    @media (min-width: 500px) {
      .form-checkboxes .form-item {
        float: none;
        margin: 0 2.2rem 0 0;
        padding: 0;
        width: auto; } }
    .form-checkboxes .form-item:last-child {
      margin-right: 0; }
    .form-checkboxes .form-item input {
      position: absolute;
      left: -9999px; }
      .form-checkboxes .form-item input:checked + .option:after {
        display: inline-block; }
      .form-checkboxes .form-item input:focus + .option:before {
        border-color: #005551; }
  .form-checkboxes .option {
    padding-left: 2rem; }
    .form-checkboxes .option:before {
      border: 1px solid #00BBB3;
      content: '';
      display: inline-block;
      width: 11px;
      height: 11px;
      position: absolute;
      left: 0;
      top: -1px; }
    .form-checkboxes .option:after {
      border: 3px solid #00a29b;
      border-top: 0;
      border-left: 0;
      content: '';
      width: 5px;
      height: 12px;
      position: absolute;
      left: 6px;
      top: -6px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      display: none; }

.form-wrapper {
  position: relative; }
  .form-wrapper:before, .form-wrapper:after {
    content: " ";
    display: table; }
  .form-wrapper:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .form-wrapper {
    *zoom: 1; }
  .form-wrapper--inline-email {
    overflow: hidden; }
    .form-wrapper--inline-email .form-item {
      margin-bottom: 0; }
      @media (max-width: 500px) {
        .form-wrapper--inline-email .form-item {
          margin-bottom: 1.5rem; } }
      .form-wrapper--inline-email .form-item input {
        padding-right: 100px;
        width: 100%; }
    @media (min-width: 500px) {
      .form-wrapper--inline-email .form-actions {
        position: absolute;
        right: 0;
        top: 0; } }

.webform-type-checkboxes legend {
  text-align: center; }

.form-actions .button {
  background-color: #00BBB3;
  color: #FFF;
  display: block;
  min-width: 0;
  padding: 7px 20px;
  width: 100%; }
  .form-actions .button:hover {
    background-color: #008882;
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media (min-width: 500px) {
    .form-actions .button {
      display: inline-block;
      width: auto; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  background-color: #FFF;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 0;
  overflow-x: hidden; }

h1, h2, h3, h4 {
  line-height: 1.3; }

h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 3.4rem; } }

p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0 0 20px; }

li {
  line-height: 2.2rem; }

img {
  height: auto;
  max-width: 100%; }

a {
  color: #00BBB3;
  text-decoration: none; }
  a:hover {
    text-decoration: underline;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

strong {
  font-weight: 700; }

main {
  min-height: 40rem; }

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #00BBB3;
  box-shadow: inset 0 0 0 1px #00BBB3;
  color: #00BBB3;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  min-width: 180px;
  margin: 0;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .button:hover {
    font-weight: 700;
    -webkit-box-shadow: inset 0 0 0 3px #00BBB3;
    box-shadow: inset 0 0 0 3px #00BBB3;
    text-decoration: none; }
  .green .button {
    -webkit-box-shadow: inset 0 0 0 1px #FFF;
    box-shadow: inset 0 0 0 1px #FFF;
    color: #FFF; }
    .green .button:hover {
      -webkit-box-shadow: inset 0 0 0 3px #FFF;
      box-shadow: inset 0 0 0 3px #FFF; }

input[type=button].button:hover,
button.button:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.parallax {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-perspective: 2px;
  perspective: 2px; }
  .parallax__group {
    position: relative; }
  .parallax__layer--back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateZ(-1px) scale(1.5);
    transform: translateZ(-1px) scale(1.5);
    z-index: -1; }
  .parallax__layer--fore {
    z-index: 20; }

@media (min-width: 550px) {
  .checklist-ticks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (max-width: 780px) {
  .checklist-ticks__list-wrap .checklist-ticks__list {
    display: block; } }

.checklist-ticks__list-wrap {
  margin: 0 auto 5rem;
  max-width: 75rem;
  position: relative;
  width: 100%; }
  .checklist-ticks__list-wrap--green {
    background-color: #00bdb6;
    max-width: 960px;
    padding: 3rem;
    padding-bottom: 70%; }
    @media (min-width: 780px) {
      .checklist-ticks__list-wrap--green {
        padding-bottom: 3rem; } }
    @media (min-width: 960px) {
      .checklist-ticks__list-wrap--green {
        padding: 3rem 10rem; } }
    .checklist-ticks__list-wrap--green .checklist-ticks__item:nth-child(odd) {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%; }

.checklist-ticks__intro {
  color: #FFF; }

.checklist-ticks__item {
  background: url(../images/icons/icon-check.svg) no-repeat left 13px;
  padding: 2rem 2rem 2rem 6rem;
  text-align: left; }
  @media (min-width: 550px) {
    .checklist-ticks__item {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; } }
  .checklist-ticks__list-wrap .checklist-ticks__item {
    color: #FFF; }

.checklist-ticks__img {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 500px;
  max-width: 100%; }
  @media (min-width: 780px) {
    .checklist-ticks__img {
      top: 100px;
      right: -100px;
      width: 500px; } }
  @media (min-width: 780px) {
    .checklist-ticks__img {
      top: auto;
      bottom: -60px;
      right: -200px;
      width: 550px; } }

.clock {
  border-radius: 50%;
  background: -webkit-radial-gradient(#000, #000 0.1em, #fff 0.1em, #fff), #fff;
  background: -o-radial-gradient(#000, #000 0.1em, #fff 0.1em, #fff), #fff;
  background: radial-gradient(#000, #000 0.1em, #fff 0.1em, #fff), #fff;
  display: inline-block;
  margin: 1%;
  padding-bottom: 62%;
  position: relative;
  top: 50%;
  width: 62%;
  opacity: 0; }

.clock.show {
  opacity: 1;
  -webkit-transition: all 2.5s 0.5s cubic-bezier(0.12, 1.03, 0.34, 1);
  -o-transition: all 2.5s 0.5s cubic-bezier(0.12, 1.03, 0.34, 1);
  transition: all 2.5s 0.5s cubic-bezier(0.12, 1.03, 0.34, 1); }

.clock::after {
  background: #00BBB3;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4%;
  height: 4%;
  z-index: 10; }

.minutes-container, .hours-container, .seconds-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.hours-container {
  -webkit-animation: rotate 43200s infinite linear;
  animation: rotate 43200s infinite linear; }

.linear .minutes-container {
  -webkit-animation: rotate 3600s infinite linear;
  animation: rotate 3600s infinite linear; }

.linear .seconds-container {
  -webkit-animation: rotate 60s infinite linear;
  animation: rotate 60s infinite linear; }

.steps .minutes-container {
  -webkit-animation: rotate 3600s infinite steps(60);
  animation: rotate 3600s infinite steps(60); }

.steps .seconds-container {
  -webkit-animation: rotate 60s infinite steps(60);
  animation: rotate 60s infinite steps(60); }

.local.steps .minutes-container {
  -webkit-animation: none;
  animation: none; }

.bounce .minutes-container {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  -o-transition: transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44), -webkit-transform 0.3s cubic-bezier(0.4, 2.08, 0.55, 0.44); }

.bounce .seconds-container {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: -webkit-transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  -o-transition: transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44);
  transition: transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44), -webkit-transform 0.2s cubic-bezier(0.4, 2.08, 0.55, 0.44); }

.hours {
  background: #000;
  width: 3.5%;
  height: 40%;
  position: absolute;
  left: 48.25%;
  top: 22%;
  -webkit-transform-origin: 50% 71%;
  -ms-transform-origin: 50% 71%;
  transform-origin: 50% 71%; }

.minutes {
  background: #000;
  width: 3.5%;
  height: 55%;
  position: absolute;
  left: 48.25%;
  top: 7%;
  -webkit-transform-origin: 50% 78.5%;
  -ms-transform-origin: 50% 78.5%;
  transform-origin: 50% 78.5%; }

.seconds {
  background: #00BBB3;
  width: 1.5%;
  height: 42%;
  position: absolute;
  left: 49.25%;
  top: 20%;
  -webkit-transform-origin: 50% 71%;
  -ms-transform-origin: 50% 71%;
  transform-origin: 50% 71%;
  z-index: 8; }

.label {
  background: #fff;
  border-radius: 0.25em;
  color: #000;
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5em 0.75em 0.25em;
  position: absolute;
  top: -4em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.clock.station {
  background: #fff url(../images/clock.svg) no-repeat center;
  background-size: 98%;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2) inset; }

.clock.station .seconds::before {
  background: red;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: -9%;
  left: -200%;
  height: 18%;
  width: 500%; }

.clock.ios7 {
  background: #fff url(../images/clock.svg) no-repeat center;
  background-size: 103%; }

.clock.ios7:before {
  background: black;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4%;
  height: 4%;
  z-index: 10; }

.clock.ios7:after {
  display: none;
  width: 1%;
  height: 1%; }

.clock.ios7 .seconds {
  border-radius: 200%/10%;
  height: 30%;
  left: 49.5%;
  top: 20%;
  width: .5%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.clock.ios7 .minutes {
  border-radius: 150%/10%;
  width: .5%;
  height: 35%;
  left: 49.5%;
  top: 15%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.clock.ios7 .hours {
  border-radius: 85%/10%;
  width: .5%;
  height: 20%;
  left: 49.5%;
  top: 30%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.clock.simple {
  background: #fff url(../images/clock.svg) no-repeat center;
  background-size: 88%; }

.clock.simple:after {
  background-color: #000;
  width: 4%;
  height: 4%; }

.clock.simple .seconds {
  background-color: #000;
  height: 45%;
  left: 49.5%;
  top: 14%;
  width: 1%;
  -webkit-transform-origin: 50% 80%;
  -ms-transform-origin: 50% 80%;
  transform-origin: 50% 80%; }

.clock.simple .minutes {
  width: 2%;
  height: 40%;
  left: 49%;
  top: 10%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.clock.simple .hours {
  width: 2.5%;
  height: 20%;
  left: 48.75%;
  top: 30%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.hours.angled {
  -webkit-transform: rotateZ(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotateZ(-40deg); }

.minutes.angled {
  -webkit-transform: rotateZ(40deg);
  -ms-transform: rotate(40deg);
  transform: rotateZ(40deg); }

.clock-container {
  padding-top: 5rem;
  text-align: center; }
  .clock-container:before, .clock-container:after {
    content: " ";
    display: table; }
  .clock-container:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .clock-container {
    *zoom: 1; }
  @media (min-width: 650px) {
    .clock-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .clock-container__first, .clock-container__last {
    margin-bottom: 4rem; }
    @media (min-width: 650px) {
      .clock-container__first, .clock-container__last {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }
  @media (min-width: 650px) {
    .clock-container__first {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (min-width: 650px) {
    .clock-container__last {
      padding-left: 2.5rem; } }
  .clock-container__address {
    color: #FFF; }
    @media (min-width: 650px) {
      .clock-container__address {
        width: 300px;
        text-align: left; } }
    .clock-container__address h3 {
      font-family: 'Libre Baskerville', serif;
      font-size: 3rem;
      margin-bottom: 1.7rem;
      color: #000; }

.closure {
  background-color: #11100b;
  color: #FFF; }
  .closure:before, .closure:after {
    content: " ";
    display: table; }
  .closure:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .closure {
    *zoom: 1; }
  .closure a {
    color: #FFF;
    text-decoration: none; }
    .closure a:hover {
      color: #16B2AF; }
  .closure__inner {
    margin: 0 auto;
    max-width: 1385px;
    width: 100%;
    padding: 0 2rem 2.5rem; }
    .closure__inner:before, .closure__inner:after {
      content: " ";
      display: table; }
    .closure__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .closure__inner {
      *zoom: 1; }
    @media (min-width: 700px) {
      .closure__inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem; } }
  .closure__copyright {
    font-size: 1.4rem; }
    @media (min-width: 700px) {
      .closure__copyright {
        overflow: hidden;
        padding-right: 30px; } }
  .closure__nav {
    font-size: 1.4rem; }
    @media (min-width: 700px) {
      .closure__nav {
        float: right; } }
    .closure__nav ul {
      margin-bottom: 25px; }
      @media (min-width: 700px) {
        .closure__nav ul {
          float: right;
          text-align: right; } }
    .closure__nav li {
      line-height: 2.2rem;
      margin-bottom: 3px; }
      @media (min-width: 450px) {
        .closure__nav li {
          display: inline-block;
          margin-left: 10px; } }
      .closure__nav li:first-child {
        margin-left: 0; }

.footer {
  background-color: #11100b;
  color: #FFF;
  padding: 40px 0 0; }
  .footer:before, .footer:after {
    content: " ";
    display: table; }
  .footer:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .footer {
    *zoom: 1; }
  @media (min-width: 700px) {
    .footer {
      padding-top: 80px; } }
  .footer p {
    font-size: 1.4rem;
    margin: 0; }
  .footer li {
    font-size: 1.4rem; }
  .footer a {
    color: #FFFFFF;
    text-decoration: none; }
    .footer a:hover {
      color: #16B2AF; }
  .footer__inner {
    margin: 0 auto;
    max-width: 1385px;
    width: 100%;
    border-bottom: 1px solid #FFF;
    margin-bottom: 4.5rem;
    padding: 0 2rem; }
    .footer__inner:before, .footer__inner:after {
      content: " ";
      display: table; }
    .footer__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .footer__inner {
      *zoom: 1; }
    @media (min-width: 700px) {
      .footer__inner {
        padding: 0 1.5rem 4.5rem; } }
  .footer__join {
    margin-bottom: 50px;
    text-align: center; }
    @media (min-width: 700px) {
      .footer__join {
        float: left;
        margin-bottom: 0;
        width: 40%; } }
    @media (min-width: 900px) {
      .footer__join {
        width: 28.5%; } }
    .footer__join-title {
      color: #FFF;
      font-size: 2.5rem;
      font-weight: 300;
      line-height: 3.7rem;
      margin-bottom: 3.3rem;
      text-transform: uppercase; }
      @media (min-width: 700px) {
        .footer__join-title {
          font-size: 3.2rem;
          line-height: 4.3rem; } }
      .footer__join-title span {
        color: #16B2AF;
        display: block; }
    .footer__join-btns {
      clear: both;
      padding: 55px 0 0; }
      .footer__join-btns:before, .footer__join-btns:after {
        content: " ";
        display: table; }
      .footer__join-btns:after {
        display: block;
        clear: both;
        height: 1px;
        margin-top: -1px;
        visibility: hidden; }
      .footer__join-btns {
        *zoom: 1; }
      .footer__join-btns-title {
        margin: 0 0 1.5rem; }
    .footer__join-btns-item {
      float: left;
      padding: 0;
      text-align: center;
      width: calc(50% - 9px); }
      .footer__join-btns-item:last-child {
        float: right; }
      .footer__join-btns-item a {
        background-color: #16B2AF;
        color: #FFF;
        display: block;
        font-size: 1.3rem;
        padding: 10px 5px;
        text-decoration: none;
        text-transform: uppercase; }
        .footer__join-btns-item a:hover {
          background-color: #19c9c5;
          color: #FFF; }
  .footer__blocks:before, .footer__blocks:after {
    content: " ";
    display: table; }
  .footer__blocks:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .footer__blocks {
    *zoom: 1; }
  @media (min-width: 700px) {
    .footer__blocks {
      float: right;
      width: 52%; } }
  @media (min-width: 900px) {
    .footer__blocks {
      width: 66%; } }
  .footer__blocks ul, .footer__blocks p {
    margin: 0 0 2rem; }
  .footer__blocks li {
    line-height: 2.2rem; }
  .footer__block {
    margin-bottom: 40px; }
    @media (min-width: 450px) {
      .footer__block--nav {
        float: left;
        width: calc(50% - 9px); } }
    @media (min-width: 700px) {
      .footer__block--nav {
        width: 45%; } }
    @media (min-width: 1050px) {
      .footer__block--nav {
        width: 22.6%; } }
    .footer__block--nav li {
      margin-bottom: .5rem; }
    @media (min-width: 450px) {
      .footer__block--plan {
        float: right;
        width: calc(50% - 9px); } }
    @media (min-width: 1050px) {
      .footer__block--plan {
        float: left;
        width: 33.36%; } }
    .footer__block--plan a {
      font-weight: 700; }
    @media (min-width: 450px) {
      .footer__block--connect {
        clear: left;
        float: left; } }
    @media (min-width: 1050px) {
      .footer__block--connect {
        clear: none;
        float: right;
        width: 37%; } }
    .footer__block-title {
      color: #16B2AF;
      margin: 0 0 3rem; }
  .footer__social:before, .footer__social:after {
    content: " ";
    display: table; }
  .footer__social:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .footer__social {
    *zoom: 1; }
  .footer__social li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 30px;
    margin: 0 13px 16px 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 30px; }
    .footer__social li.twitter {
      background-image: url(../images/icons/icon-twitter.svg); }
    .footer__social li.facebook {
      background-image: url(../images/icons/icon-facebook.svg); }
    .footer__social li.linkedin {
      background-image: url(../images/icons/icon-linkedin.svg); }
    .footer__social li.instagram {
      background-image: url(../images/icons/icon-instagram.svg); }
    .footer__social li.youtube {
      background-image: url(../images/icons/icon-youtube.svg);
      width: 40px; }
    .footer__social li.gplus {
      background-image: url(../images/icons/icon-gplus.svg); }
    .footer__social li.pinterest {
      background-image: url(../images/icons/icon-pinterest.svg); }
  .footer__social a {
    display: block;
    height: 30px;
    width: 100%; }

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.masthead {
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  left: 0;
  padding: 0 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500; }
  .masthead:before, .masthead:after {
    content: " ";
    display: table; }
  .masthead:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .masthead {
    *zoom: 1; }
  .masthead__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 1.5rem 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .masthead__inner:before, .masthead__inner:after {
      content: " ";
      display: table; }
    .masthead__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .masthead__inner {
      *zoom: 1; }
    @media (min-width: 875px) {
      .masthead__inner {
        padding: 2.5rem 0; } }
  .masthead a {
    -webkit-tap-highlight-color: transparent;
    color: #FFF;
    text-decoration: none; }
    .masthead a:hover {
      color: #16B2AF; }
  .masthead__logo {
    float: left;
    margin-left: .5rem; }
    @media (min-width: 875px) {
      .masthead__logo {
        margin-left: 0; } }
    .masthead__logo img {
      height: auto;
      -webkit-transition: width 1s ease;
      -o-transition: width 1s ease;
      transition: width 1s ease;
      width: 100px; }
      @media (min-width: 875px) {
        .masthead__logo img {
          width: 166px; } }
  .masthead__langs {
    float: right;
    margin: 0 0 2.5rem;
    -webkit-transition: margin 1s ease;
    -o-transition: margin 1s ease;
    transition: margin 1s ease; }
    @media (min-width: 875px) {
      .masthead__langs {
        margin-bottom: 4rem; } }
    .masthead__langs ul {
      display: none; }
    .masthead__langs-btn {
      font-size: 1.2rem;
      text-transform: uppercase; }
      .masthead__langs-btn a:before {
        content: '>';
        display: inline-block;
        margin-right: 3px; }
  .masthead__nav {
    clear: right;
    float: right; }
    .masthead__nav li {
      float: left;
      font-size: 1.4rem;
      letter-spacing: -0.5px;
      margin: 0 0 0 2.5rem;
      text-transform: uppercase; }
      @media (min-width: 875px) {
        .masthead__nav li {
          margin-left: 3.5rem; } }
      @media (min-width: 768px) {
        .masthead__nav li:first-child {
          display: none; } }
      .masthead__nav li:nth-child(2) {
        margin-left: 0; }
      .masthead__nav li.menu-item--active-trail a {
        color: #16B2AF;
        font-weight: 700; }
  .scrolled .masthead {
    background-color: rgba(23, 18, 22, 0.9);
    -webkit-box-shadow: 0 -2px 13px 0 #000;
    box-shadow: 0 -2px 13px 0 #000;
    padding: 0 2rem; }
    .scrolled .masthead .masthead__inner {
      padding: 1.5rem 0; }
    .scrolled .masthead .masthead__logo img {
      width: 100px; }
    .scrolled .masthead .masthead__langs {
      margin-bottom: 2.5rem; }

.heading-underline {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 50px;
  padding: 0 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .heading-underline:after {
    content: '';
    border-bottom: 2px solid #00BBB3;
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 35px);
    width: 70px; }
  .green .heading-underline:after {
    border-color: #FFF; }

.centered {
  text-align: center; }

.grey {
  background: #ebebeb none; }

.index {
  padding: 3rem; }
  .index h1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .index h1 {
        font-size: 3.4rem; } }
  .index ul {
    list-style: circle;
    margin: 0 0 0 3rem; }
  .index li {
    font-size: 2rem;
    margin: 0 0 1rem 0; }

.news-thumb {
  border: 1px solid #c1c1c1;
  margin-bottom: 5rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .news-thumb:hover {
    -webkit-box-shadow: inset 0 0 0 3px #c1c1c1;
    box-shadow: inset 0 0 0 3px #c1c1c1; }
  .news-thumb a {
    display: block;
    text-decoration: none; }
    @media (min-width: 500px) {
      .news-thumb a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media (min-width: 850px) {
      .news-thumb a {
        display: block; } }
    .news-thumb a:hover .news-thumb__img {
      overflow: hidden; }
      .news-thumb a:hover .news-thumb__img span {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease; }
  .news-thumb__img {
    height: 250px;
    margin: -1px;
    position: relative; }
    @media (min-width: 500px) {
      .news-thumb__img {
        height: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 50%;
        flex: 1 50%; } }
    @media (min-width: 850px) {
      .news-thumb__img {
        height: 250px; } }
    .news-thumb__img span {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .news-thumb__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
    padding: 30px 20px; }
  .news-thumb__title {
    color: #00BBB3;
    font-family: 'Libre Baskerville', serif;
    font-size: 2rem;
    margin-bottom: 30px; }
  .news-thumb__summary {
    color: #000;
    font-weight: 400; }
  @media (min-width: 850px) {
    .news-thumb--large a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      min-height: 50rem; } }

@media (min-width: 850px) and (min-width: 500px) {
  .news-thumb--large .news-thumb__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 65%;
    flex: 1 65%;
    height: auto;
    width: 50%; } }

@media (min-width: 850px) and (min-width: 500px) {
  .news-thumb--large .news-thumb__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 32%;
    flex: 1 32%;
    padding-left: 5rem;
    padding-right: 5rem;
    width: 50%; } }

.news__category {
  color: #929292;
  font-size: 1.3rem;
  margin-bottom: 30px;
  text-transform: uppercase; }

.news-filters {
  width: 100%;
  margin: 0 auto;
  max-width: 1365px;
  padding: 8rem 2rem; }
  .news-filters:before, .news-filters:after {
    content: " ";
    display: table; }
  .news-filters:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .news-filters {
    *zoom: 1; }
  .news-filters__heading {
    color: #4D4D4D;
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    margin: 0 0 3rem;
    text-transform: uppercase; }
  .news-filters__categories {
    margin: 0;
    padding: 0; }
    .news-filters__categories li {
      float: left;
      margin: 0 5rem 0 0; }
    .news-filters__categories a {
      color: #000; }
      .news-filters__categories a.active {
        font-weight: 700;
        text-decoration: underline; }

@media (max-width: 767px) {
  .masthead__langs,
  .masthead__nav {
    display: none; }
  .mobile-nav:before, .mobile-nav:after {
    content: " ";
    display: table; }
  .mobile-nav:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .mobile-nav {
    *zoom: 1; }
  .mobile-nav__toggle {
    border-top: 5px solid #FFF;
    float: right;
    height: 30px;
    margin: 1.5rem .5rem 0;
    position: relative;
    width: 50px; }
    .mobile-nav__toggle:before, .mobile-nav__toggle:after {
      border-top: 5px solid #FFF;
      content: '';
      display: block;
      height: 0;
      overflow: hidden;
      position: absolute;
      left: 0;
      width: 100%; }
    .mobile-nav__toggle:before {
      top: calc(50% - 5px); }
    .mobile-nav__toggle:after {
      bottom: 0; }
    .mobile-nav__toggle a {
      display: block;
      height: 31px; }
  .masthead__nav {
    border-top: 1px solid #CCC;
    float: none;
    clear: both; }
    .masthead__nav li {
      float: none;
      font-size: 2rem;
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
    .masthead__nav a {
      color: #000;
      border-bottom: 1px solid #CCC;
      display: block;
      padding: 3rem 4rem; }
  .mobile-nav-open {
    overflow: hidden; }
    .mobile-nav-open .mobile-nav {
      background-color: #FFF;
      position: fixed;
      overflow: hidden;
      overflow-y: auto;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .mobile-nav-open .mobile-nav__toggle {
        border: 0;
        margin: 2.2rem 2rem; }
        .mobile-nav-open .mobile-nav__toggle:before, .mobile-nav-open .mobile-nav__toggle:after {
          border-color: #000; }
        .mobile-nav-open .mobile-nav__toggle:before {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .mobile-nav-open .mobile-nav__toggle:after {
          top: 11px;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .mobile-nav-open .masthead__langs,
    .mobile-nav-open .masthead__nav {
      display: block; } }

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  padding: 0;
  position: relative;
  overflow: hidden;
  position: relative; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .banner {
    *zoom: 1; }
  @media (min-width: 680px) {
    .banner {
      height: 100vh; } }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .banner {
    *zoom: 1; }
  .banner .link-down {
    cursor: pointer;
    background: transparent url(../images/arrow-white.svg) center no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 42px;
    height: 14px;
    visibility: visible;
    margin: 0 auto 5rem auto;
    z-index: 60;
    position: relative; }
    .banner .link-down:hover {
      background-image: url(../images/arrow-green.svg); }
  .banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .banner__bg {
    background-image: url(../images/banners/home.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .banner__video-object {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .banner__video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10; }
  .banner__content {
    text-align: center; }
  .banner__subtitle {
    color: #00BBB3;
    font-size: 2.6rem;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: uppercase; }
    @media (min-width: 680px) {
      .banner__subtitle {
        font-size: 3rem;
        margin-bottom: 45px; } }
    @media (min-width: 960px) {
      .banner__subtitle {
        font-size: 3.7rem; } }
  .banner__intro {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #00BBB3;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    width: 100%; }
    @media (min-width: 768px) {
      .banner__intro {
        font-size: 3.4rem; } }
  .banner__text {
    color: #00BBB3;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    width: 100%; }
  .banner__be {
    color: #FFF;
    font-family: 'Libre Baskerville', serif;
    font-size: 3rem;
    margin: 0 0 15px; }
    @media (min-width: 680px) {
      .banner__be {
        font-size: 4.8rem; } }
    @media (min-width: 960px) {
      .banner__be {
        font-size: 5.8rem; } }
  .banner__word-slides {
    margin-bottom: 35px; }
    .banner__word-slides:before, .banner__word-slides:after {
      content: " ";
      display: table; }
    .banner__word-slides:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .banner__word-slides {
      *zoom: 1; }
    .banner__word-slides span {
      color: #FFF;
      font-family: 'Libre Baskerville', serif;
      font-size: 3rem;
      display: none;
      width: 100%; }
      .banner__word-slides span:first-child {
        display: block; }
      @media (min-width: 680px) {
        .banner__word-slides span {
          font-size: 4.8rem; } }
      @media (min-width: 960px) {
        .banner__word-slides span {
          font-size: 5.8rem; } }
  .banner--sml {
    background-color: #000;
    background-image: none;
    display: block;
    height: 95px;
    padding: 0; }
    @media (min-width: 768px) {
      .banner--sml {
        height: 160px; } }
    .banner--sml:after {
      display: none; }

.checklist {
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  .checklist:before, .checklist:after {
    content: " ";
    display: table; }
  .checklist:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .checklist {
    *zoom: 1; }
  .checklist .link-down {
    cursor: pointer;
    background: transparent url(../images/arrow-white.svg) center no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 42px;
    height: 14px;
    visibility: visible;
    margin: 0 auto 5rem auto;
    z-index: 60;
    position: relative; }
    .checklist .link-down:hover {
      background-image: url(../images/arrow-green.svg); }
  .checklist__bg {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .checklist__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #FFF; }
    .checklist__inner:before, .checklist__inner:after {
      content: " ";
      display: table; }
    .checklist__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .checklist__inner {
      *zoom: 1; }
    .checklist__inner:before, .checklist__inner:after {
      content: " ";
      display: table; }
    .checklist__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .checklist__inner {
      *zoom: 1; }
    @media (min-width: 600px) {
      .checklist__inner {
        margin-bottom: 0;
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  .checklist__heading {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    margin-bottom: 5rem; }
    @media (min-width: 768px) {
      .checklist__heading {
        font-size: 3.4rem; } }
  .checklist .heading-underline {
    color: #FFF; }

.contact-locations {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  position: relative; }
  .contact-locations:before, .contact-locations:after {
    content: " ";
    display: table; }
  .contact-locations:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .contact-locations {
    *zoom: 1; }
  .contact-locations .link-down {
    cursor: pointer;
    background: transparent url(../images/arrow-green.svg) center no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 42px;
    height: 14px;
    visibility: visible;
    margin: 0 auto 5rem auto;
    z-index: 60;
    position: relative; }
    .contact-locations .link-down:hover {
      background-image: url(../images/arrow-black.svg); }
  .contact-locations__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .contact-locations__inner:before, .contact-locations__inner:after {
      content: " ";
      display: table; }
    .contact-locations__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .contact-locations__inner {
      *zoom: 1; }
    .contact-locations__inner:before, .contact-locations__inner:after {
      content: " ";
      display: table; }
    .contact-locations__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .contact-locations__inner {
      *zoom: 1; }
    @media (min-width: 600px) {
      .contact-locations__inner {
        margin-bottom: 0;
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  .contact-locations__list {
    margin-bottom: 5rem; }
    @media (min-width: 650px) {
      .contact-locations__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .contact-locations__col {
    margin-bottom: 5rem; }
    @media (min-width: 650px) {
      .contact-locations__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333%;
        flex: 1 1 33.3333%;
        margin-bottom: 0;
        padding-right: 2rem;
        width: 33.3333%; } }
    @media (min-width: 900px) {
      .contact-locations__col {
        padding: 0 5rem; } }
  .contact-locations__subheading {
    color: #00BBB3;
    font-family: 'Libre Baskerville', serif;
    font-size: 2rem;
    margin-bottom: 2.5rem; }
    @media (min-width: 650px) {
      .contact-locations__subheading {
        min-height: 5rem; } }
  .contact-locations__item {
    margin-bottom: 2rem; }

.cta-list {
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  .cta-list:before, .cta-list:after {
    content: " ";
    display: table; }
  .cta-list:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .cta-list {
    *zoom: 1; }
  .cta-list .link-down {
    cursor: pointer;
    background: transparent url(../images/arrow-white.svg) center no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 42px;
    height: 14px;
    visibility: visible;
    margin: 0 auto 5rem auto;
    z-index: 60;
    position: relative; }
    .cta-list .link-down:hover {
      background-image: url(../images/arrow-black.svg); }
  .cta-list__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .cta-list__inner:before, .cta-list__inner:after {
      content: " ";
      display: table; }
    .cta-list__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .cta-list__inner {
      *zoom: 1; }
    .cta-list__inner:before, .cta-list__inner:after {
      content: " ";
      display: table; }
    .cta-list__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .cta-list__inner {
      *zoom: 1; }
    @media (min-width: 600px) {
      .cta-list__inner {
        margin-bottom: 0;
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  .cta-list__heading {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    margin-bottom: 5rem;
    text-align: center; }
    @media (min-width: 768px) {
      .cta-list__heading {
        font-size: 3.4rem; } }
  .cta-list__bg {
    background: #01bab4 url(../images/bg/green.png) center repeat-y;
    background-size: cover; }
  @media (min-width: 480px) {
    .cta-list__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .cta-list__item {
    background-repeat: no-repeat;
    background-position: center 4rem;
    background-size: auto 6rem;
    margin: 0 0 5rem;
    padding: 12.5rem 0 0;
    text-align: center; }
    @media (min-width: 480px) {
      .cta-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding-left: 3rem;
        padding-right: 3rem;
        width: 50%; } }
    @media (min-width: 850px) {
      .cta-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333%;
        flex: 1 1 33.3333%;
        padding-left: 5rem;
        padding-right: 5rem;
        width: 33.3333%; } }
    .cta-list__item-title {
      font-family: 'Libre Baskerville', serif;
      font-size: 2rem;
      line-height: 1.4;
      margin: 0 0 1rem; }
    .cta-list__item-text {
      color: #FFF;
      font-weight: 400; }

.image-threecol {
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  .image-threecol:before, .image-threecol:after {
    content: " ";
    display: table; }
  .image-threecol:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .image-threecol {
    *zoom: 1; }
  .image-threecol .link-down {
    cursor: pointer;
    background: transparent url(../images/arrow-white.svg) center no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 42px;
    height: 14px;
    visibility: visible;
    margin: 0 auto 5rem auto;
    z-index: 60;
    position: relative; }
    .image-threecol .link-down:hover {
      background-image: url(../images/arrow-black.svg); }
  .image-threecol__inner {
    margin-bottom: 25px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
    .image-threecol__inner:before, .image-threecol__inner:after {
      content: " ";
      display: table; }
    .image-threecol__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .image-threecol__inner {
      *zoom: 1; }
    @media (min-width: 600px) {
      .image-threecol__inner {
        margin-bottom: 50px;
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    .image-threecol__inner:before, .image-threecol__inner:after {
      content: " ";
      display: table; }
    .image-threecol__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .image-threecol__inner {
      *zoom: 1; }
  .image-threecol__img {
    margin: 0 0 5rem;
    text-align: center; }
    .image-threecol__img img {
      max-width: 100%; }
  @media (min-width: 768px) {
    .image-threecol__cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 768px) {
    .image-threecol__col {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 33.3333%;
      flex: 1 1 33.3333%;
      padding: 0 5rem 0 0; } }
  .image-threecol__subheading {
    color: #000;
    font-family: 'Libre Baskerville', serif;
    font-size: 2rem;
    margin: 1rem 0; }
  .image-threecol__text {
    color: #FFF; }

.intro {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  position: relative;
  background-color: #FFF; }
  .intro:before, .intro:after {
    content: " ";
    display: table; }
  .intro:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .intro {
    *zoom: 1; }
  .intro .link-down {
    cursor: pointer;
    background: transparent url(../images/arrow-green.svg) center no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 42px;
    height: 14px;
    visibility: visible;
    margin: 0 auto 5rem auto;
    z-index: 60;
    position: relative; }
    .intro .link-down:hover {
      background-image: url(../images/arrow-black.svg); }
  .intro.green, .intro.grey {
    background-color: transparent; }
  .intro.green .intro__bg {
    background: #01bab4 url(../images/bg/green.png) center no-repeat;
    background-size: cover; }
  .intro.grey .intro__bg {
    background: #ebebeb none; }
  .intro.grey .intro__inner {
    background: #ebebeb none; }
  .intro--nolink .intro__line2 {
    margin-bottom: 0; }
  .intro--nomargin .intro__inner {
    margin-bottom: 0;
    padding-bottom: 0; }
  .intro--noarrow:after {
    display: none; }
  .intro--success .intro__inner {
    margin: 0 auto;
    max-width: 88rem;
    width: 100%; }
    .intro--success .intro__inner:before, .intro--success .intro__inner:after {
      content: " ";
      display: table; }
    .intro--success .intro__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .intro--success .intro__inner {
      *zoom: 1; }
    @media (min-width: 850px) {
      .intro--success .intro__inner {
        max-width: 60rem; } }
    @media (min-width: 1000px) {
      .intro--success .intro__inner {
        max-width: 75rem; } }
  .intro--success .intro__line1 {
    margin-bottom: 320px; }
    @media (min-width: 850px) {
      .intro--success .intro__line1 {
        margin-bottom: 70px; } }
  .intro--success .intro__images:before, .intro--success .intro__images:after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    display: block;
    position: absolute;
    width: 250px;
    height: 250px; }
  .intro--success .intro__images:before {
    background-image: url(../images/phone.png);
    visibility: hidden;
    left: 5%;
    top: 20px;
    width: 190px;
    height: 190px; }
    @media (min-width: 850px) {
      .intro--success .intro__images:before {
        visibility: visible; } }
    @media (min-width: 1200px) {
      .intro--success .intro__images:before {
        left: 10%; } }
  .intro--success .intro__images:after {
    background-image: url(../images/laptop.png);
    right: calc(50% - 125px);
    bottom: 180px; }
    @media (min-width: 850px) {
      .intro--success .intro__images:after {
        bottom: 20px;
        right: 10%; } }
  .intro__inner {
    margin-bottom: 25px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin: 0 auto;
    max-width: 88rem;
    width: 100%; }
    .intro__inner:before, .intro__inner:after {
      content: " ";
      display: table; }
    .intro__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .intro__inner {
      *zoom: 1; }
    @media (min-width: 600px) {
      .intro__inner {
        margin-bottom: 50px;
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    .intro__inner:before, .intro__inner:after {
      content: " ";
      display: table; }
    .intro__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .intro__inner {
      *zoom: 1; }
  .intro__line1 {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .intro__line1 {
        font-size: 3.4rem; } }
    .intro__line1--noline2 {
      margin-bottom: 70px; }
  .intro__line2 {
    font-weight: 400;
    margin-bottom: 70px; }
  .intro.green {
    position: relative; }
    .intro.green:before, .intro.green:after {
      content: " ";
      display: table; }
    .intro.green:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .intro.green {
      *zoom: 1; }
    .intro.green .link-down {
      padding-bottom: 5rem;
      cursor: pointer;
      background: transparent url(../images/arrow-white.svg) center no-repeat;
      background-size: 100%;
      content: '';
      display: block;
      width: 42px;
      height: 14px;
      visibility: visible;
      margin: 0 auto 5rem auto;
      z-index: 60;
      position: relative; }
      .intro.green .link-down:hover {
        background-image: url(../images/arrow-black.svg); }
  .intro.corner-laptop {
    background-color: #ebebeb; }
    .intro.corner-laptop .corner-laptop__img {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 50;
      width: 70%; }
      @media (min-width: 780px) {
        .intro.corner-laptop .corner-laptop__img {
          width: 40%; } }
    @media (max-width: 779px) {
      .intro.corner-laptop .checklist-ticks__list-wrap--green {
        padding-bottom: 20%; } }

.latest-news,
.news {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #FFF; }
  .latest-news__inner,
  .news__inner {
    margin-bottom: 25px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%; }
    .latest-news__inner:before, .latest-news__inner:after,
    .news__inner:before,
    .news__inner:after {
      content: " ";
      display: table; }
    .latest-news__inner:after,
    .news__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .latest-news__inner,
    .news__inner {
      *zoom: 1; }
    @media (min-width: 600px) {
      .latest-news__inner,
      .news__inner {
        margin-bottom: 0;
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    .latest-news__inner:before, .latest-news__inner:after,
    .news__inner:before,
    .news__inner:after {
      content: " ";
      display: table; }
    .latest-news__inner:after,
    .news__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .latest-news__inner,
    .news__inner {
      *zoom: 1; }
  .latest-news__intro,
  .news__intro {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    margin-bottom: 70px; }
    @media (min-width: 768px) {
      .latest-news__intro,
      .news__intro {
        font-size: 3.4rem; } }
  .latest-news__articles,
  .news__articles {
    margin: 0 0 70px; }
    @media (min-width: 850px) {
      .latest-news__articles,
      .news__articles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: -1.7rem;
        margin-right: -1.7rem; } }
    @media (min-width: 850px) {
      .latest-news__articles .news-thumb,
      .news__articles .news-thumb {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.3333% - 34px);
        flex: 1 1 calc(33.3333% - 34px);
        margin-left: 1.7rem;
        margin-right: 1.7rem; } }

.news__inner {
  padding: 0 !important; }

.news__btn {
  margin-bottom: 5rem; }

@media (min-width: 850px) {
  .news__articles {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.news-main {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3rem;
  margin-bottom: 3rem; }
  .news-main__inner {
    margin-bottom: 25px;
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 0;
    padding: 0 !important; }
    .news-main__inner:before, .news-main__inner:after {
      content: " ";
      display: table; }
    .news-main__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .news-main__inner {
      *zoom: 1; }
    @media (min-width: 600px) {
      .news-main__inner {
        margin-bottom: 0;
        padding-top: 5rem;
        padding-bottom: 5rem; } }
    .news-main__inner:before, .news-main__inner:after {
      content: " ";
      display: table; }
    .news-main__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .news-main__inner {
      *zoom: 1; }

.map {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-color: #FFF; }
  .map:before, .map:after {
    content: " ";
    display: table; }
  .map:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .map {
    *zoom: 1; }
  .map .link-down {
    cursor: pointer;
    background: transparent url(../images/arrow-green.svg) center no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 42px;
    height: 14px;
    visibility: visible;
    margin: 0 auto 5rem auto;
    z-index: 60;
    position: relative; }
    .map .link-down:hover {
      background-image: url(../images/arrow-black.svg); }
  .map__inner {
    margin: 0 auto;
    max-width: 1200rem;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .map__inner:before, .map__inner:after {
      content: " ";
      display: table; }
    .map__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .map__inner {
      *zoom: 1; }
    .map__inner:before, .map__inner:after {
      content: " ";
      display: table; }
    .map__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .map__inner {
      *zoom: 1; }
    @media (min-width: 600px) {
      .map__inner {
        margin-bottom: 0;
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  .map__intro {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    width: 100%;
    max-width: 88rem;
    margin: 0 auto 7rem; }
    @media (min-width: 768px) {
      .map__intro {
        font-size: 3.4rem; } }
  .map__map {
    background: url(../images/map.jpg) center top no-repeat;
    background-size: 100%;
    height: 420px;
    margin: 0 auto;
    max-width: 80rem;
    width: auto;
    position: relative; }
    .map__map:before, .map__map:after {
      content: " ";
      display: table; }
    .map__map:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .map__map {
      *zoom: 1; }
    @media (min-width: 1250px) {
      .map__map {
        height: 630px;
        max-width: 120rem; } }
    @media (max-width: 850px) {
      .map__map {
        background: transparent none;
        height: auto;
        max-width: none; } }
  .map__list {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0; }
    .map__list:before, .map__list:after {
      content: " ";
      display: table; }
    .map__list:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .map__list {
      *zoom: 1; }
    @media (max-width: 850px) {
      .map__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative; } }
  .map__list-item {
    cursor: pointer;
    font-size: 1.4rem;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    width: 11.5rem; }
    @media (max-width: 850px) {
      .map__list-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        top: auto !important;
        left: auto !important;
        position: relative;
        width: 50%;
        border: 5px solid #FFF; } }
    .map__list-item:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      position: absolute; }
      @media (max-width: 850px) {
        .map__list-item:after {
          display: none; } }
    .map__list-item--losangeles {
      top: 105px;
      left: 76px; }
      @media (min-width: 1250px) {
        .map__list-item--losangeles {
          top: 159px;
          left: 152px; } }
    .map__list-item--newyork {
      top: 155px;
      left: 175px; }
      @media (min-width: 1250px) {
        .map__list-item--newyork {
          top: 227px;
          left: 286px; } }
    .map__list-item--mexico {
      top: 205px;
      left: 112px; }
      @media (min-width: 1250px) {
        .map__list-item--mexico {
          top: 299px;
          left: 207px; } }
    .map__list-item--brazil {
      top: 244px;
      left: 263px; }
      @media (min-width: 1250px) {
        .map__list-item--brazil {
          top: 372px;
          left: 417px; } }
    .map__list-item--cyprus {
      top: 102px;
      left: 361px; }
      @media (min-width: 1250px) {
        .map__list-item--cyprus {
          top: 153px;
          left: 576px; } }
    .map__list-item--dubai {
      top: 137px;
      left: 470px; }
      @media (min-width: 1250px) {
        .map__list-item--dubai {
          top: 207px;
          left: 725px; } }
    .map__list-item--delhi {
      top: 218px;
      left: 489px; }
      @media (min-width: 1250px) {
        .map__list-item--delhi {
          top: 323px;
          left: 769px; } }
    .map__list-item--hongkong {
      top: 185px;
      left: 583px; }
      @media (min-width: 1250px) {
        .map__list-item--hongkong {
          top: 277px;
          left: 907px; } }
    .map__list-item--shanghai {
      top: 123px;
      left: 614px; }
      @media (min-width: 1250px) {
        .map__list-item--shanghai {
          top: 186px;
          left: 940px; } }
    .map__list-item--bottom-left:after {
      bottom: -12px;
      left: 43px;
      border-style: solid;
      border-width: 12px 30px 0 0;
      border-color: #01bab4 transparent transparent transparent; }
    .map__list-item--bottom-left:hover:after {
      border-color: #01d3cd transparent transparent transparent; }
    .map__list-item--bottom-right:after {
      bottom: -12px;
      left: 43px;
      border-style: solid;
      border-width: 0 30px 12px 0;
      border-color: transparent #01bab4 transparent transparent; }
    .map__list-item--bottom-right:hover:after {
      border-color: transparent #01d3cd transparent transparent; }
    .map__list-item--top-left:after {
      top: -12px;
      left: 43px;
      border-style: solid;
      border-width: 12px 0 0 30px;
      border-color: transparent transparent transparent #01bab4; }
    .map__list-item--top-left:hover:after {
      border-color: transparent transparent transparent #01d3cd; }
    .map__list-item--top-right:after {
      top: -12px;
      left: 43px;
      border-style: solid;
      border-width: 0 0 12px 30px;
      border-color: transparent transparent #01bab4 transparent; }
    .map__list-item--top-right:hover:after {
      border-color: transparent transparent #01d3cd transparent; }
    .map__list-item:hover a {
      background-color: #01d3cd;
      text-decoration: none; }
    .map__list-item a {
      background-color: #01bab4;
      color: #000000;
      display: block;
      font-weight: 400;
      padding: .6rem 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      @media (min-width: 1250px) {
        .map__list-item a {
          padding: 1.7rem 0; } }

.multi-column {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-color: #FFF; }
  .multi-column:before, .multi-column:after {
    content: " ";
    display: table; }
  .multi-column:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .multi-column {
    *zoom: 1; }
  .multi-column .link-down {
    cursor: pointer;
    background: transparent url(../images/arrow-green.svg) center no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 42px;
    height: 14px;
    visibility: visible;
    margin: 0 auto 5rem auto;
    z-index: 60;
    position: relative; }
    .multi-column .link-down:hover {
      background-image: url(../images/arrow-black.svg); }
  .multi-column__inner {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .multi-column__inner:before, .multi-column__inner:after {
      content: " ";
      display: table; }
    .multi-column__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .multi-column__inner {
      *zoom: 1; }
    .multi-column__inner:before, .multi-column__inner:after {
      content: " ";
      display: table; }
    .multi-column__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .multi-column__inner {
      *zoom: 1; }
    @media (min-width: 600px) {
      .multi-column__inner {
        margin-bottom: 0;
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  .multi-column__row {
    margin-bottom: 5rem;
    padding-top: 2rem; }
    @media (min-width: 600px) {
      .multi-column__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 600px) {
    .multi-column__col {
      -webkit-box-flex: 1;
      -ms-flex: 1 1;
      flex: 1 1;
      padding: 0 4rem 0 0; } }
  @media (min-width: 768px) {
    .multi-column__col {
      padding: 0 3rem; } }
  .multi-column__heading {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align: center; }
    @media (min-width: 768px) {
      .multi-column__heading {
        font-size: 3.4rem; } }
  .multi-column__subheading {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    font-size: 2rem !important;
    margin-bottom: 2rem !important; }
    @media (min-width: 768px) {
      .multi-column__subheading {
        font-size: 3.4rem; } }

.social-thumbs {
  margin-bottom: 25px;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-bottom: 0; }
  .social-thumbs:before, .social-thumbs:after {
    content: " ";
    display: table; }
  .social-thumbs:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .social-thumbs {
    *zoom: 1; }
  .social-thumbs:before, .social-thumbs:after {
    content: " ";
    display: table; }
  .social-thumbs:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .social-thumbs {
    *zoom: 1; }
  @media (min-width: 600px) {
    .social-thumbs {
      margin-bottom: 0;
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media (min-width: 700px) {
    .social-thumbs__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -5px; } }
  .social-thumbs__list li {
    height: 250px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    text-align: center; }
    @media (min-width: 700px) {
      .social-thumbs__list li {
        margin-left: 5px;
        margin-right: 5px; } }
    .social-thumbs__list li:hover .social-thumbs__bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    @media (min-width: 700px) {
      .social-thumbs__list li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.33333% - 10px);
        flex: 1 1 calc(33.33333% - 10px); } }
    .social-thumbs__list li.twitter .social-thumbs__bg {
      background-image: url(../images/social/twitter.jpg); }
    .social-thumbs__list li.twitter .social-thumbs__icon {
      background-image: url(../images/icons/icon-twitter.svg); }
    .social-thumbs__list li.facebook .social-thumbs__bg {
      background-image: url(../images/social/facebook.jpg); }
    .social-thumbs__list li.facebook .social-thumbs__icon {
      background-image: url(../images/icons/icon-facebook.svg); }
    .social-thumbs__list li.linkedin .social-thumbs__bg {
      background-image: url(../images/social/linkedin.jpg); }
    .social-thumbs__list li.linkedin .social-thumbs__icon {
      background-image: url(../images/icons/icon-linkedin.svg); }
    .social-thumbs__list li .social-thumbs__icon {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 50px;
      height: 50px;
      display: inline-block;
      margin: 0 auto 30px;
      position: relative;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      top: 0; }
  .social-thumbs__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Libre Baskerville', serif;
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 20px;
    text-decoration: none;
    color: #FFF; }
    .social-thumbs__list a:hover .social-thumbs__text {
      top: -25%; }
    .social-thumbs__list a:hover .social-thumbs__icon {
      width: 34px;
      height: 34px;
      top: -20%; }
    .social-thumbs__list a:hover .social-thumbs__link {
      bottom: 30%; }
  .social-thumbs__text {
    position: relative;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
    top: 0; }
  .social-thumbs__link {
    border-top: 3px solid #fff;
    position: absolute;
    bottom: -30%;
    font-size: 1.6rem;
    padding-top: 15px;
    left: calc(50% - 50px);
    text-align: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    width: 100px; }
  .social-thumbs__bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }

.team-list {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  position: relative; }
  .team-list:before, .team-list:after {
    content: " ";
    display: table; }
  .team-list:after {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
    visibility: hidden; }
  .team-list {
    *zoom: 1; }
  .team-list .link-down {
    cursor: pointer;
    background: transparent url(../images/arrow-green.svg) center no-repeat;
    background-size: 100%;
    content: '';
    display: block;
    width: 42px;
    height: 14px;
    visibility: visible;
    margin: 0 auto 5rem auto;
    z-index: 60;
    position: relative; }
    .team-list .link-down:hover {
      background-image: url(../images/arrow-black.svg); }
  .team-list__inner {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 25px;
    padding-top: 4rem;
    padding-bottom: 4rem; }
    .team-list__inner:before, .team-list__inner:after {
      content: " ";
      display: table; }
    .team-list__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .team-list__inner {
      *zoom: 1; }
    .team-list__inner:before, .team-list__inner:after {
      content: " ";
      display: table; }
    .team-list__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .team-list__inner {
      *zoom: 1; }
    @media (min-width: 600px) {
      .team-list__inner {
        margin-bottom: 0;
        padding-top: 5rem;
        padding-bottom: 5rem; } }
  .team-list__intro {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    margin: 0 auto 5rem;
    max-width: 880px;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .team-list__intro {
        font-size: 3.4rem; } }
  .team-list__btn {
    text-align: center; }
  .team-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5rem; }
  .team-list__bg {
    background: #FFF url(../images/bg/team.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .team-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 2rem;
    outline: 1px solid #00BBB3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    @media (min-width: 550px) {
      .team-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 24px);
        flex: 1 1 calc(50% - 24px);
        margin: 0 12px 2rem;
        width: calc(50% - 24px); } }
    @media (min-width: 875px) {
      .team-list__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - 24px);
        flex: 1 1 calc(25% - 24px);
        width: calc(25% - 24px); } }
    .team-list__item:hover {
      -webkit-box-shadow: inset 0 0 0 3px #00BBB3;
      box-shadow: inset 0 0 0 3px #00BBB3; }
      .team-list__item:hover .team-list__title {
        -webkit-box-shadow: inset 0 0 0 3px #00BBB3;
        box-shadow: inset 0 0 0 3px #00BBB3; }
  .team-list__title {
    -webkit-box-shadow: inset 0 0 0 1px #00BBB3;
    box-shadow: inset 0 0 0 1px #00BBB3;
    font-size: 1.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 9.5rem;
    flex: 1 1 9.5rem;
    margin: -1px;
    padding: 1.8rem;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .team-list__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 18.5rem;
    flex: 1 1 18.5rem;
    text-align: center; }
    .team-list__text p {
      font-family: 'Libre Baskerville', serif;
      font-size: 1.8rem;
      margin: 0;
      padding: 0 1rem; }
  .team-list__popup {
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13.5rem 2rem .5rem;
    -webkit-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease; }
    .team-list__popup--green {
      background: #01bab4 url(../images/bg/green.png) center no-repeat;
      background-size: cover;
      padding-top: 14.5rem; }
      .team-list__popup--green .team-list__popup-close {
        background-color: transparent;
        border-color: #FFF;
        top: 0rem; }
        .team-list__popup--green .team-list__popup-close:before, .team-list__popup--green .team-list__popup-close:after {
          border-color: #000; }
  .team-list__popup-inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    overflow: hidden;
    overflow-y: auto; }
  .team-list__popup-close {
    position: absolute;
    border-radius: 30px;
    background-color: #FFF;
    right: 10px;
    top: 1rem;
    width: 60px;
    height: 60px;
    border: 1px solid #000;
    overflow: hidden;
    text-indent: -9999px; }
    @media (min-width: 768px) {
      .team-list__popup-close {
        top: 0; } }
    .team-list__popup-close:before {
      content: '';
      display: block;
      position: absolute;
      left: 10px;
      top: 28px;
      border-bottom: 2px solid #16B2AF;
      width: 40px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .team-list__popup-close:after {
      content: '';
      display: block;
      position: absolute;
      left: 10px;
      top: 28px;
      border-bottom: 2px solid #16B2AF;
      width: 40px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  @media (min-width: 768px) {
    .team-list__popup-cols {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }
  @media (min-width: 768px) {
    .team-list__popup-last, .team-list__popup-first {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; } }
  .team-list__popup-first {
    margin-bottom: 5rem; }
    @media (min-width: 768px) {
      .team-list__popup-first {
        padding-right: 10rem; } }
  @media (min-width: 768px) {
    .team-list__popup-last {
      padding-right: 10rem; } }
  .team-list__popup-links li {
    float: left;
    margin-right: 10px; }
  .team-list__popup-links a {
    border: 1px solid #16B2AF;
    color: #000;
    display: block;
    font-size: 1.4rem;
    padding: 2px 15px;
    text-transform: uppercase; }
    .team-list__popup-links a:hover {
      border-color: #000;
      text-decoration: none; }
  .team-list .team-name {
    color: #16B2AF;
    font-size: 1.4rem;
    margin-bottom: 4rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .team-list .team-name {
        margin-bottom: 10rem; } }
    .team-list .team-name small {
      display: block; }
  .team-list .team-position {
    color: #16B2AF;
    font-family: 'Libre Baskerville', serif;
    font-size: 3.5rem;
    margin-bottom: 4rem;
    line-height: 1.3; }
    @media (min-width: 768px) {
      .team-list .team-position {
        font-size: 5.5rem;
        margin-bottom: 10rem; } }
  .team-list .team-intro {
    font-family: 'Libre Baskerville', serif; }

.popup-open {
  overflow: hidden; }
  .popup-open .team-list__popup {
    left: 0; }

.webform {
  padding-left: 20px;
  padding-right: 20px; }
  .webform--contact {
    background-color: #ebebeb; }
    .webform--contact ::-moz-placeholder {
      color: #929292; }
    .webform--contact ::-webkit-input-placeholder {
      color: #929292; }
    .webform--contact :-moz-placeholder {
      color: #929292; }
    .webform--contact :-ms-input-placeholder {
      color: #929292; }
    .webform--contact select {
      border-bottom: 1px solid #a4a8b1;
      color: #929292; }
    .webform--contact .webform__inner {
      margin-bottom: 25px;
      padding-top: 4rem;
      padding-bottom: 4rem;
      max-width: 600px; }
      .webform--contact .webform__inner:before, .webform--contact .webform__inner:after {
        content: " ";
        display: table; }
      .webform--contact .webform__inner:after {
        display: block;
        clear: both;
        height: 1px;
        margin-top: -1px;
        visibility: hidden; }
      .webform--contact .webform__inner {
        *zoom: 1; }
      @media (min-width: 600px) {
        .webform--contact .webform__inner {
          margin-bottom: 0;
          padding-top: 5rem;
          padding-bottom: 5rem; } }
    .webform--contact .form-actions {
      margin-bottom: 2.5rem;
      padding-top: 2rem; }
    .webform--contact .button {
      display: block;
      margin: 0 auto;
      max-width: 300px;
      padding-top: 15px;
      padding-bottom: 15px;
      width: 100%; }
  .webform p {
    text-align: center; }
  .webform__inner {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    margin-bottom: 25px; }
    .webform__inner:before, .webform__inner:after {
      content: " ";
      display: table; }
    .webform__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .webform__inner {
      *zoom: 1; }
    .webform__inner:before, .webform__inner:after {
      content: " ";
      display: table; }
    .webform__inner:after {
      display: block;
      clear: both;
      height: 1px;
      margin-top: -1px;
      visibility: hidden; }
    .webform__inner {
      *zoom: 1; }
    @media (min-width: 600px) {
      .webform__inner {
        margin-bottom: 50px; } }
  .webform__heading {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 25px;
    margin-bottom: 5rem;
    text-align: center; }
    @media (min-width: 768px) {
      .webform__heading {
        font-size: 3.4rem; } }
