/* CONTENTS
* 1.  COLOURS
* 2.  BREAKPOINTS
* 3.  PADDING
* 4.  GLOBAL
* 5.  ANIMATIONS
* 6.  BODY STYLES
* 7.  HEADINGS
* 8.  LINKS
* 9.  PRELOADER
* 10. HEADER
* 11. GLOBAL ELEMENTS
* 12. PAGES
* 13. CAROUSELS
* 14. GLOBAL FOOTER
* 15. EXTRA MOBILE LANDSCAPE MEDIA QUERIES
*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*  placeholder styling usage:
      @include input-placeholder {
        color: $grey;
      }
*/
/*  Transform mixin
  usage: @include transform('property');
*/
/************* COLOURS *************/
/************* BREAKPOINTS *************/
/************* GLOBAL *************/
/************* BODY STYLES *************/
.mezzanine-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background: #c8c8c8;
  color: #000000;
  font-family: Arial, sans-serif;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  /*@include linear-gradient-b(#f3f3f3,#c8c8c8);*/
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /************* HEADER *************/
  /************* FOOTER *************/
  /************* SLIDER *************/
}

.mezzanine-overlay ::-moz-selection {
  background: #c8c8c8;
}

.mezzanine-overlay ::selection {
  background: #c8c8c8;
}

.mezzanine-overlay ::-moz-selection {
  background: #c8c8c8;
}

.mezzanine-overlay * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  position: relative;
}

.mezzanine-overlay *:focus {
  outline: none;
}

.mezzanine-overlay p {
  line-height: 1.875;
  margin: 0;
}

.mezzanine-overlay p:last-of-type {
  margin-bottom: 0;
}

.mezzanine-overlay a {
  color: #000000;
  text-decoration: none;
}

.mezzanine-overlay header {
  position: relative;
  padding: 2.500rem 1.250rem;
  width: 100%;
  z-index: 2;
}

@media (min-width: 376px) {
  .mezzanine-overlay header {
    padding: 2.500rem;
  }
}

@media (min-width: 768px) {
  .mezzanine-overlay header {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.mezzanine-overlay header svg {
  width: 295px;
  margin-top: 3px;
}

.mezzanine-overlay header img {
  width: 22px;
  float: right;
}

@media (min-width: 768px) {
  .mezzanine-overlay header {
    padding: 3.125em 2.500rem;
  }
  .mezzanine-overlay header svg {
    width: 310px;
  }
}

@media (min-width: 1024px) {
  .mezzanine-overlay header {
    padding: 3.125em 2.500rem;
  }
}

@media (min-width: 1366px) {
  .mezzanine-overlay header {
    padding: 2.500rem 2.500rem;
  }
}

@media (min-width: 1920px) {
  .mezzanine-overlay header {
    padding: 3.750rem 4.688rem;
  }
  .mezzanine-overlay header svg {
    width: 385px;
  }
}

.mezzanine-overlay footer {
  padding: 0 1.250rem 1.250rem;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 3;
  color: #666666;
  background: none;
  pointer-events: none;
}

@media (min-width: 376px) {
  .mezzanine-overlay footer {
    padding: 0 1.250rem 1.250rem;
  }
}

@media (max-height: 376px) {
  .mezzanine-overlay footer {
    padding: 0 2.50rem 1.250rem;
  }
}

@media (min-width: 668px) {
  .mezzanine-overlay footer {
    padding: 0 2.50rem 1.250rem;
  }
}

@media (min-width: 768px) {
  .mezzanine-overlay footer {
    padding: 1.250rem 2.5rem 1.35rem;
    background: none;
    text-align: right;
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 0;
  }
}

.mezzanine-overlay footer a {
  color: #666666;
  pointer-events: all;
  position: relative;
  display: inline-block;
}

.mezzanine-overlay footer a:after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  bottom: 3px;
  height: 1px;
  width: 100%;
  background: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mezzanine-overlay footer a:hover:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.mezzanine-overlay footer p {
  margin: 0;
  font-size: 12px;
}

.mezzanine-overlay footer p.terms {
  font-size: 6px;
}

@media (min-width: 376px) {
  .mezzanine-overlay footer p.terms {
    font-size: 8px;
  }
}

@media (min-width: 1024px) {
  .mezzanine-overlay footer {
    text-align: right;
    padding: 1.250rem 2.5rem 1.35rem;
  }
}

@media (min-width: 1366px) {
  .mezzanine-overlay footer {
    padding: 1.250rem 2.500rem 1.35rem;
  }
}

@media (min-width: 1920px) {
  .mezzanine-overlay footer {
    padding: 1.875rem 4.750rem 1.2rem;
  }
  .mezzanine-overlay footer p {
    font-size: 15px;
  }
  .mezzanine-overlay footer p.terms {
    font-size: 10px;
  }
}

.mezzanine-overlay .owl-carousel {
  display: block;
}

.mezzanine-overlay .owl-carousel .owl-item, .mezzanine-overlay .owl-carousel .item {
  position: relative;
  min-height: 110vh;
}

@media (min-width: 375px) {
  .mezzanine-overlay .owl-carousel .owl-item, .mezzanine-overlay .owl-carousel .item {
    min-height: 100vh;
  }
}

@media (min-width: 668px) {
  .mezzanine-overlay .owl-carousel .owl-item, .mezzanine-overlay .owl-carousel .item {
    min-height: auto;
    height: 100vh;
  }
}

.mezzanine-overlay .owl-carousel .owl-item img, .mezzanine-overlay .owl-carousel .item img {
  max-width: 90%;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.mezzanine-overlay .owl-carousel .owl-item .caption, .mezzanine-overlay .owl-carousel .item .caption {
  position: absolute;
  bottom: 1.250rem;
  left: 1.250rem;
  font-size: 12px;
  line-height: 1.33;
  margin-bottom: 0;
  width: calc(100% - 2.50rem);
}

.mezzanine-overlay .owl-carousel .owl-item .caption .column, .mezzanine-overlay .owl-carousel .item .caption .column {
  max-width: 100%;
  float: left;
  padding-right: 1em;
}

.mezzanine-overlay .owl-carousel .owl-item .caption .column:last-of-type p:last-of-type, .mezzanine-overlay .owl-carousel .item .caption .column:last-of-type p:last-of-type {
  margin-bottom: 0;
}

.mezzanine-overlay .owl-carousel .owl-item .caption p, .mezzanine-overlay .owl-carousel .item .caption p {
  font-family: Arial, sans-serif;
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1.4;
}

@media (min-width: 668px) {
  .mezzanine-overlay .owl-carousel .owl-item .caption p, .mezzanine-overlay .owl-carousel .item .caption p {
    margin-bottom: 1.71em;
  }
  .mezzanine-overlay .owl-carousel .owl-item .caption p:last-of-type, .mezzanine-overlay .owl-carousel .item .caption p:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .mezzanine-overlay .owl-carousel .owl-item .caption p, .mezzanine-overlay .owl-carousel .item .caption p {
    margin-bottom: 1.25em;
  }
}

@media (min-width: 1024px) {
  .mezzanine-overlay .owl-carousel .owl-item .caption p, .mezzanine-overlay .owl-carousel .item .caption p {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 1366px) {
  .mezzanine-overlay .owl-carousel .owl-item .caption p, .mezzanine-overlay .owl-carousel .item .caption p {
    margin-bottom: 1em;
  }
  .mezzanine-overlay .owl-carousel .owl-item .caption p:last-of-type, .mezzanine-overlay .owl-carousel .item .caption p:last-of-type {
    margin-bottom: 1em;
  }
}

@media (min-width: 1920px) {
  .mezzanine-overlay .owl-carousel .owl-item .caption p, .mezzanine-overlay .owl-carousel .item .caption p {
    font-size: 15px;
  }
}

.mezzanine-overlay .owl-carousel .owl-item .caption a, .mezzanine-overlay .owl-carousel .item .caption a {
  display: inline-block;
  position: relative;
}

.mezzanine-overlay .owl-carousel .owl-item .caption a:after, .mezzanine-overlay .owl-carousel .item .caption a:after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mezzanine-overlay .owl-carousel .owl-item .caption a:hover:after, .mezzanine-overlay .owl-carousel .item .caption a:hover:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

@media (min-width: 376px) {
  .mezzanine-overlay .owl-carousel .owl-item .caption, .mezzanine-overlay .owl-carousel .item .caption {
    bottom: 2.500rem;
    left: 2.500rem;
    width: 230px;
    bottom: auto;
    top: auto;
    left: auto;
    position: relative;
    padding: 2.500rem 0 2.500rem 2.500rem;
  }
  .mezzanine-overlay .owl-carousel .owl-item .caption .column, .mezzanine-overlay .owl-carousel .item .caption .column {
    float: none;
  }
}

@media (min-height: 376px) {
  .mezzanine-overlay .owl-carousel .owl-item .caption, .mezzanine-overlay .owl-carousel .item .caption {
    position: absolute;
    bottom: 1.250rem;
    left: 1.250rem;
    font-size: 12px;
    line-height: 1.33;
    margin-bottom: 0;
    padding: 0;
    width: calc(100% - 2.50rem);
  }
}

@media (min-width: 668px) {
  .mezzanine-overlay .owl-carousel .owl-item .caption, .mezzanine-overlay .owl-carousel .item .caption {
    position: absolute;
    width: 480px;
    bottom: 2.500rem;
    padding: 0;
    left: 2.500rem;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
  .mezzanine-overlay .owl-carousel .owl-item .caption .column, .mezzanine-overlay .owl-carousel .item .caption .column {
    float: left;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .mezzanine-overlay .owl-carousel .owl-item .caption, .mezzanine-overlay .owl-carousel .item .caption {
    position: absolute;
    top: auto;
    bottom: 2.500rem;
    left: 2.500rem;
    width: 510px;
  }
  .mezzanine-overlay .owl-carousel .owl-item .caption .column, .mezzanine-overlay .owl-carousel .item .caption .column {
    max-width: 250px;
  }
}

@media (min-width: 1366px) {
  .mezzanine-overlay .owl-carousel .owl-item .caption, .mezzanine-overlay .owl-carousel .item .caption {
    width: 255px;
    display: block;
  }
}

@media (min-width: 1920px) {
  .mezzanine-overlay .owl-carousel .owl-item .caption, .mezzanine-overlay .owl-carousel .item .caption {
    width: 300px;
    font-size: 15px;
    left: 4.688rem;
  }
  .mezzanine-overlay .owl-carousel .owl-item .caption .column, .mezzanine-overlay .owl-carousel .item .caption .column {
    max-width: 300px;
  }
}

.mezzanine-overlay .owl-carousel .owl-item .caption strong, .mezzanine-overlay .owl-carousel .item .caption strong {
  font-weight: bold;
}

.mezzanine-overlay .owl-carousel .item {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.mezzanine-overlay .owl-carousel .item:first-of-type {
  margin-top: -96px;
}

.mezzanine-overlay .owl-carousel .item:first-of-type .caption {
  padding-top: 4.500rem;
}

@media (min-width: 768px) {
  .mezzanine-overlay .owl-carousel .item:first-of-type {
    margin-top: 0;
  }
  .mezzanine-overlay .owl-carousel .item:first-of-type .caption {
    padding: 0;
  }
}

.mezzanine-overlay .owl-carousel .item:last-of-type {
  margin-bottom: -46px;
}

@media (min-width: 768px) {
  .mezzanine-overlay .owl-carousel .item:last-of-type {
    margin-bottom: 0;
  }
}

.mezzanine-overlay .owl-carousel .item:last-of-type .caption {
  bottom: 3.500rem;
}

@media (min-width: 376px) {
  .mezzanine-overlay .owl-carousel .item:last-of-type .caption {
    bottom: auto;
  }
}

@media (min-height: 376px) {
  .mezzanine-overlay .owl-carousel .item:last-of-type .caption {
    bottom: 3.500rem;
  }
}

@media (min-width: 768px) {
  .mezzanine-overlay .owl-carousel .item:last-of-type .caption {
    bottom: 2.500rem;
  }
}

@media (min-width: 376px) {
  .mezzanine-overlay .owl-carousel .item {
    height: auto;
    min-height: 100vh;
  }
}

@media (min-width: 668px) {
  .mezzanine-overlay .owl-carousel .item {
    height: 100vh;
  }
}

.mezzanine-overlay .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  pointer-events: none;
}

.mezzanine-overlay .owl-carousel .owl-nav .owl-prev, .mezzanine-overlay .owl-carousel .owl-nav .owl-next {
  pointer-events: auto;
  position: absolute;
  margin-top: -15px;
  color: #ffffff !important;
  line-height: 1 !important;
}

.mezzanine-overlay .owl-carousel .owl-nav .owl-prev svg, .mezzanine-overlay .owl-carousel .owl-nav .owl-next svg {
  width: 15px;
  height: 30px;
}

.mezzanine-overlay .owl-carousel .owl-nav .owl-prev.disabled, .mezzanine-overlay .owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}

.mezzanine-overlay .owl-carousel .owl-nav .owl-prev {
  left: 0.625rem;
}

.mezzanine-overlay .owl-carousel .owl-nav .owl-next {
  right: 0.625rem;
}

@media screen and (max-width: 768px) {
  .page-template-page-climate-emergency .owl-carousel {
    width: 100%;
    display: block;
  }
}

.page-template-page-climate-emergency .owl-carousel .owl-nav button {
  height: 40px;
  width: 20px;
  background: none;
  position: absolute;
}

@media screen and (max-width: 420px) {
  .page-template-page-climate-emergency .owl-carousel .owl-nav button {
    position: fixed;
  }
}

.page-template-page-climate-emergency .owl-carousel .owl-prev,
.page-template-page-climate-emergency .owl-carousel .owl-next {
  top: 50%;
  right: -5%;
}

@media screen and (max-width: 768px) {
  .page-template-page-climate-emergency .owl-carousel .owl-prev,
  .page-template-page-climate-emergency .owl-carousel .owl-next {
    right: -7%;
  }
}

@media screen and (max-width: 420px) {
  .page-template-page-climate-emergency .owl-carousel .owl-prev,
  .page-template-page-climate-emergency .owl-carousel .owl-next {
    right: 2%;
  }
}

.page-template-page-climate-emergency .owl-carousel .owl-prev,
.page-template-page-climate-emergency .owl-carousel .owl-next {
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.page-template-page-climate-emergency .owl-carousel .owl-prev svg path,
.page-template-page-climate-emergency .owl-carousel .owl-next svg path {
  stroke: #fff;
}

.page-template-page-climate-emergency .owl-carousel .owl-prev.disabled,
.page-template-page-climate-emergency .owl-carousel .owl-next.disabled {
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.page-template-page-climate-emergency .slide-one,
.page-template-page-climate-emergency .slide-two {
  width: 75%;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .page-template-page-climate-emergency .slide-one,
  .page-template-page-climate-emergency .slide-two {
    width: 100%;
  }
}

.page-template-page-climate-emergency .quote {
  font-style: italic;
}

.page-template-page-climate-emergency .owl-item h1,
.page-template-page-climate-emergency .slide-one h1,
.page-template-page-climate-emergency .slide-two h1 {
  line-height: 1em;
  font-size: 1.4em;
}

@media screen and (max-width: 768px) {
  .page-template-page-climate-emergency .owl-item h1,
  .page-template-page-climate-emergency .slide-one h1,
  .page-template-page-climate-emergency .slide-two h1 {
    font-size: 1.1em;
    line-height: 1.1em;
  }
}

@media screen and (max-width: 768px) {
  .page-template-page-climate-emergency .owl-item p,
  .page-template-page-climate-emergency .slide-one p,
  .page-template-page-climate-emergency .slide-two p {
    font-size: .9em;
  }
}

.page-template-page-climate-emergency .content-section {
  width: calc(100% - 140px);
  max-width: none;
}

@media screen and (max-width: 768px) {
  .page-template-page-climate-emergency .content-section {
    margin-top: 75px;
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 768px) {
  .page-template-page-climate-emergency .content-section a {
    margin-bottom: 10px;
  }
}

.ctaArea {
  width: 22px;
  height: 20px;
  top: 2.500rem;
  right: 2.500rem;
  position: absolute;
  cursor: pointer;
}

.ctaArea img {
  margin: 0;
}

#_evh-link {
  visibility: hidden;
  opacity: 0;
  text-indent: -9999px;
}

#_evidon_banner, .evidon-banner-title, .evidon-banner-message, .evidon-banner-acceptbutton {
  font-size: 12px !important;
  font-family: arial, sans-serif !important;
}

@media (min-width: 1920px) {
  #_evidon_banner, .evidon-banner-title, .evidon-banner-message, .evidon-banner-acceptbutton {
    font-size: 15px !important;
  }
}
/*# sourceMappingURL=style.css.map */