@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

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

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

.default__pop__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  opacity: 1; }
  .default__pop__container.default__pop__container--close {
    opacity: 0;
    left: 300vw;
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, left 0s ease .2s;
    -o-transition: opacity .2s ease, visibility 0s ease .2s, left 0s ease .2s;
    transition: opacity .2s ease, visibility 0s ease .2s, left 0s ease .2s; }

.default__pop__container__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75); }

.default__pop__container__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  padding: 3em 0;
  height: 100%;
  width: 85%;
  margin: 0 auto; }

.default__pop__container__center {
  position: relative;
  width: 100%;
  max-width: 1140px;
  height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .mason--admin .default__pop__container__center {
    height: 68vh; }

.default__pop__container__cycle {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em); }
  .default__pop__container__cycle.loaded {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .3s ease .2s, -webkit-transform .3s ease .2s;
    transition: opacity .3s ease .2s, -webkit-transform .3s ease .2s;
    -o-transition: opacity .3s ease .2s, transform .3s ease .2s;
    transition: opacity .3s ease .2s, transform .3s ease .2s;
    transition: opacity .3s ease .2s, transform .3s ease .2s, -webkit-transform .3s ease .2s; }
    .default__pop__container__cycle.loaded + .default__pop__container__cycle__controls {
      opacity: 1;
      -webkit-transition: opacity .4s ease .4s;
      -o-transition: opacity .4s ease .4s;
      transition: opacity .4s ease .4s; }

.popup__item {
  position: relative;
  width: 100%;
  height: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-10vw);
  -ms-transform: translateX(-10vw);
  transform: translateX(-10vw);
  -webkit-transition: opacity .3s ease, visibility 0s ease .3s, -webkit-transform .3s ease;
  transition: opacity .3s ease, visibility 0s ease .3s, -webkit-transform .3s ease;
  -o-transition: opacity .3s ease, transform .3s ease, visibility 0s ease .3s;
  transition: opacity .3s ease, transform .3s ease, visibility 0s ease .3s;
  transition: opacity .3s ease, transform .3s ease, visibility 0s ease .3s, -webkit-transform .3s ease; }
  .popup__item.active {
    opacity: 1;
    -webkit-transform: translateX(0em);
    -ms-transform: translateX(0em);
    transform: translateX(0em);
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
    .popup__item.active ~ .popup__item {
      -webkit-transform: translateX(10vw);
      -ms-transform: translateX(10vw);
      transform: translateX(10vw); }
    .popup__item.active .popup__item__image .lazy__load__img {
      display: block; }
  .popup__item[data-type*="imageonly"] .popup__item__flex {
    max-height: 100%;
    max-width: 1100px;
    overflow: hidden; }
    .popup__item[data-type*="imageonly"] .popup__item__flex:before {
      content: "";
      display: block;
      width: 100%;
      padding-bottom: 56.25%;
      max-height: 100%; }
  .popup__item[data-type*="imageonly"] .popup__item__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; }
    .popup__item[data-type*="imageonly"] .popup__item__image img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .popup__item[data-type*="imageonly"] .popup__item__content,
  .popup__item[data-type*="imageonly"] .pop__item__image__link {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .popup__item[data-type*="textonly"] {
    text-align: center; }
    .popup__item[data-type*="textonly"] h2, .popup__item[data-type*="textonly"] h4, .popup__item[data-type*="textonly"] .popup__item__link {
      width: 100%; }
    .popup__item[data-type*="textonly"] .popup__item__content__text {
      max-height: none; }

.default__pop__container__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right; }

button.default__pop__container__button__close {
  position: relative;
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  background: #034e2f;
  color: #f5a11a;
  z-index: 4;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  button.default__pop__container__button__close span {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    line-height: 1; }
  button.default__pop__container__button__close:hover span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.popup__item__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 100%;
  width: 100%;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #034e2f rgba(3, 78, 47, 0.2);
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .popup__item__flex::-webkit-scrollbar-track {
    background-color: rgba(3, 78, 47, 0.2);
    border-radius: 0px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease; }
  .popup__item__flex::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #034e2f;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease; }
  .popup__item__flex::-webkit-scrollbar {
    width: 6px; }

.popup__item__image {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
  min-height: 250px;
  opacity: 1;
  background: #034e2f;
  border-right: 2em solid #fff;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .popup__item__image .lazy__load__img {
    display: none; }
  .popup__item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%; }
  .popup__item__image.lazy--loaded .lazy__load__img {
    display: block; }

.popup__item__content {
  display: flow-root;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-height: 100%;
  background: #fff; }
  .popup__item__content:before {
    content: '';
    position: absolute;
    bottom: 72px;
    right: 19px;
    top: auto;
    left: auto;
    width: 80%;
    aspect-ratio: 325/285;
    max-height: 285px;
    opacity: 0.10;
    overflow: hidden;
    background-image: url("/_site/images/design/watermark_colour.svg");
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; }

.popup__item__content__title {
  margin: 0 0 .3em;
  font-size: 1.35em;
  color: #020D04;
  font-family: "Open Sans", sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

.popup__item__content__subtitle {
  font-size: 1em;
  color: #034e2f;
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

.popup__item__content__text {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  line-height: 1.6;
  padding-right: 1em;
  margin-top: 1em; }

.popup__item__link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 2em;
  font-size: .9em; }

.default__pop__container__cycle__controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  z-index: 3;
  opacity: 0;
  visibility: hidden; }

.default__pop__button {
  visibility: visible;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: #034e2f;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: background .3s ease, opacity .2s ease, -webkit-transform .3s ease;
  transition: background .3s ease, opacity .2s ease, -webkit-transform .3s ease;
  -o-transition: background .3s ease, opacity .2s ease, transform .3s ease;
  transition: background .3s ease, opacity .2s ease, transform .3s ease;
  transition: background .3s ease, opacity .2s ease, transform .3s ease, -webkit-transform .3s ease; }
  .default__pop__button:hover {
    background: #92c27c; }
  .default__pop__button--prev {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  .default__pop__button--next {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  .default__pop__button[disabled] {
    opacity: 0.1;
    pointer-events: none; }

.default__pop__pager {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 1em; }
  .default__pop__pager span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    opacity: .5;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    cursor: pointer;
    visibility: visible; }
    .default__pop__pager span:hover {
      opacity: 1; }
    .default__pop__pager span.active {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }
  .default__pop__pager span:first-child:last-child {
    display: none; }

@media all and (min-width: 800px) and (min-height: 580px) {
  .default__pop__container__center {
    max-height: 650px; }
  .popup__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .popup__item__flex {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: auto;
    max-height: 100%;
    width: 100%;
    overflow: hidden; }
  .popup__item__image {
    width: 45%;
    border-right: 0;
    min-height: 40vh; }
  .popup__item__content {
    width: 55%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.5em; }
  .popup__item__content__text {
    overflow-y: auto;
    max-height: 30vh;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #034e2f rgba(0, 0, 0, 0.2);
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .popup__item__content__text::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.2); }
    .popup__item__content__text::-webkit-scrollbar-thumb {
      background-color: #034e2f; }
    .popup__item__content__text::-webkit-scrollbar {
      width: 6px; } }

@media all and (min-width: 1050px) and (min-height: 580px) {
  .popup__item__content__title {
    font-size: 2em; }
  .popup__item__content__subtitle {
    font-size: 1.2em; }
  .default__pop__button {
    width: 66px;
    height: 66px;
    font-size: 25px;
    background: transparent; }
    .default__pop__button--prev {
      -webkit-transform: translateX(-66px) translateX(-2vw);
      -ms-transform: translateX(-66px) translateX(-2vw);
      transform: translateX(-66px) translateX(-2vw); }
    .default__pop__button--next {
      -webkit-transform: translateX(66px) translateX(2vw);
      -ms-transform: translateX(66px) translateX(2vw);
      transform: translateX(66px) translateX(2vw); }
  .popup__item__content {
    padding: 4em 3em; } }

@media all and (min-width: 1300px) and (min-height: 580px) {
  .popup__item__content {
    padding: 4em 4em 4em; }
  .popup__item__content__title {
    font-size: 2.4em; }
  .default__pop__container__button button {
    width: 75px;
    height: 75px;
    font-size: 2em; } }

.default__pop__container[data-rounded="true"] button.default__pop__container__button__close {
  border-radius: 0 0 0 100px;
  background: #034e2f;
  color: #fff;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }
  .default__pop__container[data-rounded="true"] button.default__pop__container__button__close span {
    font-size: .7em;
    margin: 0 0 0.5em 0.5em; }

.default__pop__container[data-rounded="true"] .default__pop__button {
  border-radius: 50%; }

.default__pop__container[data-rounded="true"] .popup__item__flex {
  border-radius: 30px; }

.default__pop__container[data-rounded="true"] .popup__item__image {
  background: #fff;
  padding: 1em; }

.default__pop__container[data-rounded="true"] .popup__item__image img {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px; }

.default__pop__container[data-rounded="true"] .popup__item__content {
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px; }

@media all and (min-width: 769px) {
  .default__pop__container[data-rounded="true"] .popup__item__image img {
    border-radius: 18px; }
  .default__pop__container[data-rounded="true"] .popup__item__image {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
  .default__pop__container[data-rounded="true"] .popup__item__content {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px; } }

.default__pop__container[data-rounded="true"] .lte-ie8 .popup__item__image img {
  border-radius: 18px; }

.default__pop__container[data-rounded="true"] .lte-ie8 .popup__item__image {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }

.default__pop__container[data-rounded="true"] .lte-ie8 .popup__item__content {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

@media all and (min-width: 1301px) {
  .default__pop__container[data-rounded="true"] .popup__item__image {
    padding: 1.5em; } }

.default__pop__container[data-rounded="true"][data-type*="textonly"] .popup__item__content {
  border-radius: 30px; }

.default__pop__container[data-rounded="true"][data-type*="imageonly"] .popup__item__image {
  border-radius: 30px; }
