@charset "UTF-8";
@font-face {
  font-family: "Montserrat Italic";
  font-style: italic;
  font-weight: 400;
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url(../fonts/MontRegItalic.woff2) format("woff2"), url(../fonts/Montserrat-Italic.woff) format("woff");
}
@font-face {
  font-family: "Montserrat Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(../fonts/MontRegular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
}
@font-face {
  font-family: "Montserrat Medium";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(../fonts/MontMedium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
}
@font-face {
  font-family: "Montserrat SemiBold";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(../fonts/MontSemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(../fonts/MontBold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat Alternates ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat Alternates ExtraBold"), local("MontserratAlternates-ExtraBold"), url(../fonts/MontBold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
}
@font-face {
  font-family: "Montserrat Alternates Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Alternates Bold"), local("MontserratAlternates-Bold"), url(../fonts/MontBold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
}
.grid {
  margin: 20px 0px 20px 0px;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}

[class*=col-] {
  float: left;
  padding: 0 10px 0 10px;
}

.hide-md {
  display: none;
}

.grid.four-images {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .grid.four-images {
    width: calc(100% + 20px);
    margin: 20px -10px 0px -10px;
    max-width: none;
  }
}
.grid.four-images .col-3 {
  width: 50%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .grid.four-images .col-3 {
    width: 24.99%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  footer .grid .col-6 {
    width: 100% !important;
  }
  footer .grid .col-6 ul {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .hide-sm {
    display: none;
  }
  .col-6-sm {
    width: 50%;
  }
  .col-12-sm {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  footer .grid .col-6 {
    width: 49.98%;
  }
}
@media only screen and (min-width: 768px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 24.99%;
  }
  .col-4 {
    width: 33.32%;
  }
  .col-5 {
    width: 41.65%;
  }
  .col-6 {
    width: 49.98%;
  }
  .col-9 {
    width: 74.97%;
  }
  .col-9-md {
    width: 74.97%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-12 {
    width: 100%;
  }
  .pad-right-1 {
    padding-right: 100px !important;
  }
  .pad-right-2 {
    padding-right: 200px !important;
  }
}
@media only screen and (min-width: 1300px) {
  .hide-md {
    display: block;
  }
  .col-6.col-9-md.pad-right-1 {
    width: 49.98% !important;
    padding-right: 0px !important;
  }
}
#header .grid [class*=col-] {
  padding: 0;
}

.icon {
  position: relative;
}
.icon:before {
  content: "";
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  margin-right: 0.5em;
}
.icon.telephone:before {
  background-image: url("../images/svgs/phone.svg");
}
.icon.email:before {
  background-image: url("../images/svgs/email.svg");
}
.icon.arrow-right:before {
  background-image: url("../images/svgs/arrow-green.svg");
  margin-right: 0;
  width: 3em;
  position: absolute;
  right: -3.5em;
  top: 5px;
}

.email a {
  color: #000000;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat Regular", Arial;
  font-size: 16px;
}

h1, h2, h3, h4, a, p, span, input {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: "Montserrat Bold", Arial;
}

h1 + h4, h1 + h5, h1 + p, h2 + h4, h2 + h5, h2 + p, h3 + h4, h3 + h5, h3 + p {
  margin-top: 0.5em;
}

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.localtime {
  position: absolute;
  right: 0;
  top: 0;
  color: #00ff3d;
  font-family: "Montserrat Bold", Arial;
  letter-spacing: 0.075em;
}

ul.slides {
  list-style: none !important;
}

a:-webkit-any-link {
  cursor: pointer;
}

button {
  cursor: pointer;
}

ul {
  padding: 0;
  margin: 0;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

#header div[role=banner] svg {
  width: 175px;
  height: 31px;
  margin-top: 13px;
  margin-left: 8px;
}
@media (min-width: 25.875em) {
  #header div[role=banner] svg {
    margin-top: 15px;
    margin-left: 16px;
    width: 200px;
    height: 35px;
  }
}
#header div[role=banner] svg path {
  fill: #FFFFFF;
  -webkit-transition: fill 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: fill 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.menu-open #header div[role=banner] svg path {
  fill: #000000;
  -webkit-transition: fill 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: fill 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.lazyload {
  opacity: 0;
}

.slick-cloned .lazyload {
  opacity: 1 !important;
}

.lazyloaded {
  opacity: 1;
}

.video-container,
.work-index_gif-poster,
.work-index_hero,
.flex-image_hero {
  background-image: url(/wp-content/themes/hk-strategies/library/images/loading.gif);
  background-size: 110px 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.blur-up {
  -webkit-transition: opacity 0.6s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.6s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  opacity: 0;
}

.blur-up.lazyloaded {
  opacity: 1;
}
.blur-up.lazyloaded:before {
  opacity: 0;
}
.blur-up.lazyloaded:after {
  opacity: 1;
}

.slick-cloned .blur-up {
  opacity: 1 !important;
}

.ratio-box {
  position: relative;
  height: 0;
  display: block;
  width: 100%;
}
.ratio-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  display: block;
  z-index: 1;
}

.news_index {
  width: 33%;
}

section:after {
  content: "";
  display: table;
  clear: both;
}

.read-more-cta.link {
  padding: 16px;
  border: 2px solid #FFFFFF;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
}

.ratio-box {
  overflow: hidden;
}

.back-to-projects {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
}
.back-to-projects a {
  display: inline-block;
  text-decoration: none;
}
.back-to-projects a .index-icon {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
}
.back-to-projects a .index-icon div {
  display: block;
  float: left;
  width: 5px;
  height: 5px;
  background-color: #000000;
  margin: 0 1px 1px 0;
  padding: 0;
  font-size: 1px;
  line-height: 1px;
}
.back-to-projects a .index-icon div:nth-child(1) {
  -webkit-transition: background-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: background-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0s;
}
.back-to-projects a .index-icon div:nth-child(2) {
  -webkit-transition: background-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: background-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.05s;
}
.back-to-projects a .index-icon div:nth-child(3) {
  -webkit-transition: background-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: background-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.1s;
}
.back-to-projects a .index-icon div:nth-child(4) {
  -webkit-transition: background-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: background-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.15s;
}
.back-to-projects a .index-icon div:nth-child(5) {
  -webkit-transition: background-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: background-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.2s;
}
.back-to-projects a .index-icon div:nth-child(6) {
  -webkit-transition: background-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: background-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.25s;
}
.back-to-projects a .index-icon div:nth-child(7) {
  -webkit-transition: background-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: background-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.3s;
}
.back-to-projects a .index-icon div:nth-child(8) {
  -webkit-transition: background-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: background-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.35s;
}
.back-to-projects a .index-icon div:nth-child(9) {
  -webkit-transition: background-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: background-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.4s;
}
.back-to-projects a span {
  display: block;
  font-family: "Montserrat SemiBold", Arial;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.back-to-projects a:hover .index-icon div {
  background-color: #00ff3d;
}
.back-to-projects a:hover span {
  color: #00ff3d;
}

.video-container {
  width: 100%;
}
.video-container video {
  width: 100%;
  height: auto;
}

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

.about-services_module .container {
  padding: 0 32px;
}

.news-index .container,
.about-services_module .container,
.about-teams_module .container,
.about-jobs_module .container,
.contact-location_module .container {
  padding: 0 16px;
  margin: 0;
}
@media (min-width: 64em) {
  .news-index .container,
.about-services_module .container,
.about-teams_module .container,
.about-jobs_module .container,
.contact-location_module .container {
    margin: 0 -16px 0 -16px;
  }
}
@media (min-width: 85.375em) {
  .news-index .container,
.about-services_module .container,
.about-teams_module .container,
.about-jobs_module .container,
.contact-location_module .container {
    margin: 0 -30px 0 -30px;
  }
}
@media (min-width: 64em) {
  .news-index .container > h1, .news-index .container > h2, .news-index .container > h3,
.about-services_module .container > h1,
.about-services_module .container > h2,
.about-services_module .container > h3,
.about-teams_module .container > h1,
.about-teams_module .container > h2,
.about-teams_module .container > h3,
.about-jobs_module .container > h1,
.about-jobs_module .container > h2,
.about-jobs_module .container > h3,
.contact-location_module .container > h1,
.contact-location_module .container > h2,
.contact-location_module .container > h3 {
    margin-left: 16px;
  }
}
@media (min-width: 85.375em) {
  .news-index .container > h1, .news-index .container > h2, .news-index .container > h3,
.about-services_module .container > h1,
.about-services_module .container > h2,
.about-services_module .container > h3,
.about-teams_module .container > h1,
.about-teams_module .container > h2,
.about-teams_module .container > h3,
.about-jobs_module .container > h1,
.about-jobs_module .container > h2,
.about-jobs_module .container > h3,
.contact-location_module .container > h1,
.contact-location_module .container > h2,
.contact-location_module .container > h3 {
    margin: 30px;
  }
}
@media (min-width: 48em) {
  .news-index .container article,
.about-services_module .container article,
.about-teams_module .container article,
.about-jobs_module .container article,
.contact-location_module .container article {
    width: calc(33.3333% - 16px);
    float: left;
    margin: 8px;
  }
}
@media (min-width: 64em) {
  .news-index .container article,
.about-services_module .container article,
.about-teams_module .container article,
.about-jobs_module .container article,
.contact-location_module .container article {
    width: calc(33.3333% - 32px);
    margin: 16px;
  }
}
@media (min-width: 85.375em) {
  .news-index .container article,
.about-services_module .container article,
.about-teams_module .container article,
.about-jobs_module .container article,
.contact-location_module .container article {
    width: calc(33.3333% - 60px);
    margin: 30px;
  }
}

.news-index .container {
  margin: 0;
}

.four-oh-four {
  margin-top: 100px;
  min-height: calc(100vh - 230px);
}
.four-oh-four .text {
  max-width: 1024px;
  margin: auto auto;
  padding: 16px;
  font-size: 18px;
}
.four-oh-four h1 {
  font-size: 32px;
  font-family: "Montserrat Medium", Arial;
  margin: 0.5em 0 0.5em 0;
}
@media (min-width: 25.875em) {
  .four-oh-four h1 {
    font-size: 32px;
  }
}
@media (min-width: 48em) {
  .four-oh-four h1 {
    font-size: 48px;
    margin: 0.5em 0 0.5em 0;
  }
}
@media (min-width: 64em) {
  .four-oh-four h1 {
    font-size: 72px;
  }
}
.four-oh-four p {
  line-height: 1.4em;
}

.page-template-page-jobs-php .about-header_module.no-image {
  margin-bottom: 32px;
}
@media (min-width: 64em) {
  .page-template-page-jobs-php .about-header_module.no-image {
    margin-bottom: 48px;
  }
}
.page-template-page-jobs-php .about-jobs_module {
  margin-top: 32px;
}
@media (min-width: 64em) {
  .page-template-page-jobs-php .about-jobs_module {
    margin-top: 48px;
  }
}

.privacy-page article {
  min-height: calc(100vh - 210px);
}
.privacy-page article header {
  width: 100%;
  max-width: 1024px;
  padding: 32px 32px 0 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  margin-top: 120px;
}
.privacy-page article header h1 {
  color: #000000;
  font-size: 32px;
  font-family: "Montserrat Medium", Arial;
  margin: 0.5em 0 0.5em 0;
}
@media (min-width: 25.875em) {
  .privacy-page article header h1 {
    font-size: 32px;
  }
}
@media (min-width: 48em) {
  .privacy-page article header h1 {
    font-size: 48px;
    margin: 0.5em 0 0 0;
  }
}
@media (min-width: 64em) {
  .privacy-page article header h1 {
    font-size: 72px;
  }
}
.privacy-page article section {
  width: 100%;
  max-width: 1024px;
  margin: auto auto;
  padding: 0 32px 32px 32px;
}
@media (min-width: 25.875em) {
  .privacy-page article section {
    padding: 32px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[class*=_module] {
  overflow: hidden;
}

.lets-talk_module,
.contact-form_module {
  padding: 32px 16px 32px 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .lets-talk_module,
.contact-form_module {
    padding: 50px;
  }
}

.single-post {
  margin-top: 100px;
}

.news-article header {
  max-width: 1024px;
  padding: 16px;
  margin: auto auto;
  width: 100%;
}
@media (min-width: 25.875em) {
  .news-article header {
    width: 75%;
  }
}
.news-article header h1 {
  font-family: "Montserrat Medium", Arial;
  font-size: 32px;
  margin: 0px;
}
@media (min-width: 48em) {
  .news-article header h1 {
    font-size: 72px;
  }
}
.news-article header h2 {
  font-family: "Montserrat Alternates ExtraBold", Arial;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 0;
}
.news-article header p {
  font-family: "Montserrat Regular", Arial;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 48px;
}
.news-article header p strong {
  font-family: "Montserrat Bold", Arial;
}
.news-article .copy {
  width: 100%;
  margin: 16px;
  max-width: 1024px;
  padding: 16px 64px 16px 16px;
  margin: auto auto;
}
@media (min-width: 64em) {
  .news-article .copy {
    padding: 16px;
  }
}
.news-article .copy img {
  height: auto;
  padding-bottom: 16px;
}
.news-article .copy p:not(.length-of-article) {
  font-family: "Montserrat Regular", Arial;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 48em) {
  .news-article .copy p:not(.length-of-article) {
    font-size: 18px;
  }
}
.news-article .ratio-box.custom-ratio {
  padding-bottom: 40vh;
}
.news-article .ratio-box.custom-ratio img {
  height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 48em) {
  .news-article .ratio-box.custom-ratio img {
    height: auto;
    width: 100%;
  }
}
.news-article .length-of-article {
  display: inline-block;
  position: relative;
  text-indent: 48px;
  font-family: "Montserrat Alternates Bold", Arial;
  font-size: 16px;
  margin-top: 48px;
}
@media (min-width: 48em) {
  .news-article .length-of-article {
    font-size: 16px;
    margin-top: 0;
  }
}
.news-article .length-of-article:before {
  position: absolute;
  width: 36px;
  left: 0;
  content: "";
  top: 8px;
  height: 2px;
  background-color: #000000;
}
.news-article section {
  position: relative;
}
.news-article #back-to-news {
  position: absolute;
  right: 15px;
  top: 18px;
}
@media (min-width: 64em) {
  .news-article #back-to-news {
    position: absolute;
    left: 32px;
    width: 200px;
    top: 70px;
    right: auto;
  }
}
.news-article #back-to-news a {
  position: relative;
  font-family: "Montserrat Alternates ExtraBold", Arial;
  text-transform: uppercase;
  padding-right: 48px;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  -webkit-transition: color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.news-article #back-to-news a:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: "←";
  color: #000000;
  font-size: 28px;
  line-height: 12px;
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.news-article #back-to-news a:hover {
  color: #00ff3d;
}
.news-article #back-to-news a:hover:after {
  color: #00ff3d;
  transform: translateX(-5px);
}
.news-article #back-to-news.topped a {
  position: fixed;
  overflow: hidden;
  min-width: 30px;
  top: 100px;
  right: 16px;
}
.news-article #back-to-news.topped a span {
  opacity: 0;
}
@media (min-width: 64em) {
  .news-article #back-to-news.topped a {
    top: 148px;
    right: auto;
    min-width: none;
  }
  .news-article #back-to-news.topped a span {
    opacity: 1;
  }
}

.about-even-hero_module {
  margin-top: 70px;
}
@media (min-width: 64em) {
  .about-even-hero_module {
    margin-top: 0;
  }
}
.about-even-hero_module ul {
  list-style: none;
}
.about-even-hero_module ul li {
  position: relative;
  line-height: 2.75em;
}
.about-even-hero_module ul li:before {
  position: absolute;
  content: "•";
  color: #00ff3d;
  font-weight: bold;
  display: block;
  font-size: 32px;
  width: 12px;
  height: 12px;
  margin-left: -20px;
  line-height: 1.02em;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .about-even-hero_module .container {
    display: flex;
  }
  .about-even-hero_module .container .left,
.about-even-hero_module .container .right {
    display: flex;
    float: none !important;
    width: auto !important;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.about-even-hero_module img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.about-even-hero_module .copy {
  display: block;
  padding: 32px;
  overflow: hidden;
}
@media (min-width: 64em) {
  .about-even-hero_module .copy {
    padding: 48px;
  }
}
@media (min-width: 85.375em) {
  .about-even-hero_module .copy {
    padding: 90px;
  }
}
.about-even-hero_module .copy img {
  width: auto;
}
.about-even-hero_module .copy.about-large {
  padding-top: 32px;
}
@media (min-width: 580px) {
  .about-even-hero_module .copy.about-large {
    padding-top: 0;
  }
}
@media (min-width: 64em) {
  .about-even-hero_module .copy.about-large {
    padding-top: 128px;
  }
}
.about-even-hero_module .copy.about-large h1,
.about-even-hero_module .copy.about-large h2,
.about-even-hero_module .copy.about-large h3,
.about-even-hero_module .copy.about-large p,
.about-even-hero_module .copy.about-large a {
  color: #FFFFFF;
}
.about-even-hero_module .copy.about-large h1 {
  font-size: 24px;
  margin-bottom: 0.5em;
  margin-top: 0;
}
@media (min-width: 580px) {
  .about-even-hero_module .copy.about-large h1 {
    font-size: 30px;
    margin-top: 0em;
    margin-bottom: 0.5em;
  }
}
.about-even-hero_module p {
  line-height: 1.5em;
}
@media (min-width: 64em) {
  .about-even-hero_module p {
    line-height: 1.5em;
  }
}
.about-even-hero_module .about-large {
  padding-top: 0;
}
@media (min-width: 64em) {
  .about-even-hero_module .about-large {
    padding-top: 96px;
  }
}

.about-services_module {
  background-color: #E5E5E5;
}
.about-services_module .container {
  max-width: 1280px;
  margin: auto auto;
}
.about-services_module h2 {
  margin: 32px 0 32px 0 !important;
}
.about-services_module article {
  text-align: center;
}
.about-services_module article .service-image {
  display: inline-block;
  width: 100px;
}
.about-services_module article p {
  line-height: 1.5em;
  padding-bottom: 32px;
}
@media (min-width: 48em) {
  .about-services_module article p {
    padding-bottom: 0;
  }
}

.about-header_module {
  position: relative;
  max-height: 100vh;
  height: 100vh;
  margin-top: 60px;
}
@media (min-width: 48em) {
  .about-header_module {
    margin-top: 80px;
  }
}
@media (min-width: 64em) {
  .about-header_module {
    margin-top: 0;
  }
}
.about-header_module .content {
  padding: 16px;
  position: absolute;
  left: 16px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
@media (min-width: 48em) {
  .about-header_module .content {
    width: 100%;
  }
}
@media (min-width: 85.375em) {
  .about-header_module .content {
    width: 1024px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0 0 16px;
  }
}
.about-header_module .content p {
  color: #FFFFFF;
  font-size: 24px;
}
@media (min-width: 48em) {
  .about-header_module .content p {
    font-size: 32px;
  }
}
.about-header_module .content h1 {
  color: #FFFFFF;
  font-size: 32px;
  font-family: "Montserrat Medium", Arial;
  margin: 0.5em 0 0.5em 0;
}
@media (min-width: 25.875em) {
  .about-header_module .content h1 {
    font-size: 32px;
  }
}
@media (min-width: 48em) {
  .about-header_module .content h1 {
    font-size: 48px;
    margin: 0.5em 0 0.5em 0;
  }
}
@media (min-width: 64em) {
  .about-header_module .content h1 {
    font-size: 72px;
  }
}
.about-header_module .ratio-box {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-header_module.no-image .content {
  width: 100%;
  max-width: 1024px;
  padding: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  position: static;
  transform: none;
  left: auto;
}
@media (min-width: 48em) {
  .about-header_module.no-image .content {
    margin-top: 120px;
  }
}
.about-header_module.no-image .content p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-header_module.no-image h1 {
  color: #000000;
}
.about-header_module.no-image p {
  color: #000000;
}

.about-teams_module {
  max-width: 1280px;
  margin: auto auto;
}
.about-teams_module article {
  padding-bottom: 16px;
}
.about-teams_module article .copy {
  position: relative;
}
.about-teams_module article .copy p {
  font-size: 14px;
}
.about-teams_module article h2 {
  margin-top: 8px;
  padding-top: 0;
}
.about-teams_module article .about-teams_read-more,
.about-teams_module article .about-teams_show-less {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  font-family: "Montserrat Alternates Bold", Arial;
  font-weight: normal;
  color: #00ff3d;
  text-align: left;
  padding: 8px 0 8px 0;
}
.about-teams_module article .about-teams_read-more:after, .about-teams_module article .about-teams_read-more:before,
.about-teams_module article .about-teams_show-less:after,
.about-teams_module article .about-teams_show-less:before {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  content: "";
  background: #00ff3d;
}
.about-teams_module article .about-teams_read-more:after,
.about-teams_module article .about-teams_show-less:after {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  right: 0;
}
.about-teams_module article .about-teams_read-more:before,
.about-teams_module article .about-teams_show-less:before {
  height: 10px;
  width: 2px;
  margin-top: -5px;
  right: 4px;
}
.about-teams_module article .about-teams_read-more {
  display: block;
}
.about-teams_module article .about-teams_show-less {
  display: none;
}
.about-teams_module article .about-teams_member-details {
  display: none;
}
.about-teams_module article.active {
  margin-bottom: 16px;
}
.about-teams_module article.active .about-teams_read-more {
  display: none;
}
.about-teams_module article.active .about-teams_show-less {
  display: block;
  border-bottom: 1px solid #00ff3d;
}
.about-teams_module article.active .about-teams_show-less:before {
  display: none;
}
.about-teams_module article.active .about-teams_member-details {
  display: block;
  border-top: 1px solid #00ff3d;
}
.about-teams_module article:not(.has-desc) button {
  pointer-events: none;
  border-top: 0;
  text-indent: -100%;
  overflow: hidden;
}
.about-teams_module article:not(.has-desc) button:after, .about-teams_module article:not(.has-desc) button:before {
  display: none;
}

.about-jobs_module {
  max-width: 1280px;
  margin: 0 auto auto auto;
}
.about-jobs_module .job-article h3 {
  margin-top: 8px;
}
.about-jobs_module .job-article .localtime {
  top: 3px;
}
.about-jobs_module .container {
  padding: 16px;
  margin: 0 -8px 0 -8px;
}
@media (min-width: 64em) {
  .about-jobs_module .container {
    margin: 0 -16px 0 -16px;
  }
}
@media (min-width: 85.375em) {
  .about-jobs_module .container {
    margin: 0 -30px 0 -30px;
  }
}
@media (min-width: 64em) {
  .about-jobs_module .container > h2, .about-jobs_module .container > h3 {
    margin: 0 0 16px 16px;
  }
}
@media (min-width: 85.375em) {
  .about-jobs_module .container > h2, .about-jobs_module .container > h3 {
    margin: 0 0 16px 30px;
  }
}
.about-jobs_module article {
  padding-bottom: 16px;
  display: block;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding-bottom: 16px;
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
@media (min-width: 48em) {
  .about-jobs_module article {
    width: calc(33% - 16px);
    float: left;
    margin: 8px;
    padding-bottom: 0;
  }
}
@media (min-width: 64em) {
  .about-jobs_module article {
    width: calc(33% - 32px);
    margin: 16px;
  }
}
@media (min-width: 85.375em) {
  .about-jobs_module article {
    width: calc(33% - 60px);
    margin: 30px;
  }
}
.about-jobs_module article header {
  position: relative;
}
.about-jobs_module article .copy {
  position: relative;
  min-height: 200px;
  font-size: 16px;
  font-family: "Montserrat Regular", Arial;
}
.about-jobs_module article .copy p {
  font-size: 14px;
  line-height: 1.4em;
}
.about-jobs_module article h2 {
  margin-top: 8px;
  padding-top: 0;
  font-size: 16px;
  font-family: "Montserrat Bold", Arial;
}

.about-teams_member-details p {
  line-height: 1.5em;
}

.about-group-hero_module ul {
  list-style: none;
}
.about-group-hero_module ul li {
  position: relative;
  line-height: 2.75em;
}
.about-group-hero_module ul li:before {
  position: absolute;
  content: "•";
  color: #00ff3d;
  font-weight: bold;
  display: block;
  font-size: 32px;
  width: 12px;
  height: 12px;
  margin-left: -20px;
  line-height: 1.02em;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .about-group-hero_module .container {
    display: flex;
  }
  .about-group-hero_module .container .left,
.about-group-hero_module .container .right {
    display: flex;
    float: none !important;
    width: auto;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 430px;
  }
  .about-group-hero_module .container .left {
    flex: none;
    width: 414px;
  }
  .about-group-hero_module .container.mirrored .left {
    flex: 1;
  }
  .about-group-hero_module .container.mirrored .right {
    flex: none;
    width: 414px;
  }
}
@media screen and (max-width: 768px) {
  .about-group-hero_module .ratio-box {
    height: auto !important;
  }
  .about-group-hero_module .ratio-box img {
    height: auto !important;
    width: 100% !important;
  }
}
.about-group-hero_module img {
  width: 100%;
}
@media screen and (max-width: 1190px) {
  .about-group-hero_module .ratio-box {
    height: 430px;
  }
  .about-group-hero_module .ratio-box img {
    width: auto;
    height: 100%;
  }
}
.about-group-hero_module .copy {
  display: block;
  padding: 38px;
}
.about-group-hero_module .copy img {
  width: auto;
}
.about-group-hero_module .copy h1,
.about-group-hero_module .copy h2,
.about-group-hero_module .copy h3,
.about-group-hero_module .copy p {
  color: #FFFFFF;
}
.about-group-hero_module .copy h2 {
  font-size: 36px;
}
.about-group-hero_module .copy p {
  font-size: 18px;
  margin-bottom: 0;
}
.about-group-hero_module .copy a {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  margin-top: 38px;
  font-family: "Montserrat Bold", Arial;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.about-group-hero_module .copy a:hover {
  color: #000000;
  background-color: #FFFFFF;
}

/* FOR TESTING

	.image-0 { border: 1px solid green;}
	.image-1 { border: 1px solid aqua;}
	.image-2 { border: 1px solid yellow;}
	.image-3 { border: 1px solid red;}
	.image-4 { border: 1px solid purple;}
*/
.page-template-page-customised-about section.about-custom-content_module {
  position: relative;
}
.page-template-page-customised-about section.about-custom-content_module .container {
  max-width: 1024px;
  margin: auto auto;
  position: relative;
  font-size: 18px;
}
@media (min-width: 48em) {
  .page-template-page-customised-about section.about-custom-content_module .container {
    height: 1170px;
  }
}
@media (min-width: 64em) {
  .page-template-page-customised-about section.about-custom-content_module .container {
    height: 1370px;
  }
}
.page-template-page-customised-about section.about-custom-content_module .content {
  padding: 16px 32px;
}
.page-template-page-customised-about section.about-custom-content_module .content p {
  font-size: 16px;
  line-height: 1.5em;
}
.page-template-page-customised-about section.about-custom-content_module .content h2 {
  font-size: 24px;
}
@media (min-width: 48em) {
  .page-template-page-customised-about section.about-custom-content_module .content {
    width: 55%;
    padding: 16px;
    font-size: 18px;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 85.375em) {
  .page-template-page-customised-about section.about-custom-content_module .content {
    width: 600px;
    padding: 16px;
    font-size: 24px;
  }
}
.page-template-page-customised-about section.about-custom-content_module blockquote {
  display: none;
  padding: 0 16px 16px 16px;
  margin: 0;
  z-index: 1;
}
@media (min-width: 48em) {
  .page-template-page-customised-about section.about-custom-content_module blockquote {
    width: 600px;
    padding: 60px;
    margin: 0;
    font-size: 32px;
    position: absolute;
    right: 0px;
    top: 740px;
  }
}
@media (min-width: 64em) {
  .page-template-page-customised-about section.about-custom-content_module blockquote {
    top: 740px;
  }
}
@media (min-width: 85.375em) {
  .page-template-page-customised-about section.about-custom-content_module blockquote {
    top: 730px;
    padding: 60px;
    width: 770px;
  }
}
.page-template-page-customised-about section.about-custom-content_module .custom-about-video {
  overflow: hidden;
  z-index: 10;
  padding: 16px;
}
@media (min-width: 48em) {
  .page-template-page-customised-about section.about-custom-content_module .custom-about-video {
    position: absolute;
    left: 0;
    top: 500px;
    width: 600px;
  }
}
.page-template-page-customised-about section.about-custom-content_module .custom-about-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.page-template-page-customised-about section.about-custom-content_module .custom-about-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 48em) {
  .page-template-page-customised-about .custom-content_default [class*=image-] {
    width: 360px;
    position: absolute;
    padding: 16px;
  }
  .page-template-page-customised-about .custom-content_default .image-0 {
    left: 0px;
    top: 950px;
  }
  .page-template-page-customised-about .custom-content_default .image-1 {
    right: 0px;
    top: 450px;
  }
  .page-template-page-customised-about .custom-content_default .image-2 {
    left: 0px;
    top: 100px;
  }
  .page-template-page-customised-about .custom-content_default .image-3 {
    right: 0px;
    top: 900px;
  }
  .page-template-page-customised-about .custom-content_default .image-4 {
    left: 0px;
    top: 500px;
  }
  .page-template-page-customised-about .custom-content_default.has-video .image-0 {
    left: 0px;
    top: 1150px;
  }
  .page-template-page-customised-about .custom-content_default.has-video .image-4 {
    left: 0px;
    top: 800px;
  }
}
@media (min-width: 64em) {
  .page-template-page-customised-about .custom-content_default [class*=image-] {
    width: 420px;
  }
}
@media (min-width: 48em) {
  .page-template-page-customised-about .custom-content_first-layout [class*=image-] {
    width: 360px;
    position: absolute;
    padding: 16px;
    left: auto;
    right: auto;
  }
  .page-template-page-customised-about .custom-content_first-layout .image-0 {
    left: 0px;
    top: 1000px;
  }
  .page-template-page-customised-about .custom-content_first-layout .image-1 {
    right: 0px;
    top: 550px;
  }
  .page-template-page-customised-about .custom-content_first-layout .image-2 {
    right: 0px;
    top: 200px;
  }
  .page-template-page-customised-about .custom-content_first-layout .image-3 {
    right: 0px;
    top: 900px;
  }
  .page-template-page-customised-about .custom-content_first-layout .image-4 {
    left: 0px;
    top: 600px;
  }
  .page-template-page-customised-about .custom-content_first-layout.has-video .image-0 {
    left: 0px;
    top: 1100px;
  }
  .page-template-page-customised-about .custom-content_first-layout.has-video .image-4 {
    left: 0px;
    top: 800px;
  }
  .page-template-page-customised-about .custom-content_first-layout .container {
    height: 1180px;
  }
  .page-template-page-customised-about .custom-content_first-layout .content {
    position: absolute;
    left: 0;
  }
  .page-template-page-customised-about .custom-content_first-layout blockquote {
    right: auto;
    left: 0;
    padding: 16px;
    width: 370px;
    top: 640px;
  }
}
@media (min-width: 64em) {
  .page-template-page-customised-about .custom-content_first-layout [class*=image-] {
    width: 420px;
  }
}

.video_module {
  margin-bottom: -1px;
}

.video_module-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video_module-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-form_module {
  background-color: #00ff3d;
  text-align: center;
}
.contact-form_module form {
  display: inline-block;
  max-width: 660px;
  text-align: left;
  width: 100%;
}
.contact-form_module form div {
  display: inline-block;
}
.contact-form_module form p {
  font-size: 16px;
  font-family: "Montserrat Bold", Arial;
  letter-spacing: 0.61px;
  margin: 0 0 2em 0;
}
.contact-form_module form label {
  display: none;
}
.contact-form_module form input {
  font-family: "Montserrat Regular", Arial;
  font-size: 18px;
  padding: 8px;
  border: 2px solid #000000;
  height: 42px;
  margin: 0;
  display: block;
  float: left;
  width: calc(100% - 145px);
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: background-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: background-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
@media screen and (min-width: 768px) {
  .contact-form_module form input {
    width: 500px;
  }
}
.contact-form_module form input:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.contact-form_module form button {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
  height: 42px;
  margin: 0;
  border: 2px solid #000000;
  border-left: none;
  display: block;
  float: left;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-family: "Montserrat Bold", Arial !important;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.contact-form_module form button:hover {
  background-color: black;
  color: #FFFFFF;
}

.featured-news_module {
  background-color: #000000;
  padding: 0;
}
@media (min-width: 25.875em) {
  .featured-news_module {
    padding: 16px;
  }
}
@media (min-width: 48em) {
  .featured-news_module {
    padding: 32px 0px 32px 0px;
  }
}
.featured-news_module button.slick-next,
.featured-news_module button.slick-prev {
  background: #FFFFFF;
}
.featured-news_module button.slick-next:after,
.featured-news_module button.slick-prev:after {
  color: #000000;
}
.featured-news_module button.slick-prev {
  left: -32px;
}
.featured-news_module p.time {
  font-family: "Montserrat SemiBold", Arial;
}
@media (min-width: 580px) {
  .featured-news_module p.time {
    font-size: 18px;
  }
}
@media (min-width: 580px) {
  .featured-news_module p {
    font-size: 18px;
  }
}
.featured-news_module .slide {
  width: 66vw;
  overflow: hidden;
  padding: 80px 0px 160px 80px;
  position: relative;
}
.featured-news_module .slide .ratio-box.custom-ratio {
  display: block;
  position: absolute;
  width: calc(33vw + 40px);
  height: auto;
  padding-bottom: 33%;
}
.featured-news_module .slide .ratio-box.custom-ratio img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 101%;
  width: auto;
}
.featured-news_module .slide .copy {
  width: 33vw;
  position: relative;
  top: 0px;
  margin-left: calc(33vw + 40px);
  padding: 0px 0px 0px 32px;
  z-index: 1;
}
.featured-news_module .slide .copy span.arrow-right:before {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.featured-news_module .slide h2, .featured-news_module .slide h3, .featured-news_module .slide p {
  color: #FFFFFF;
}
.featured-news_module .slide h2 {
  font-size: 20px;
  margin-top: 0em;
}
@media (min-width: 25.875em) {
  .featured-news_module .slide h2 {
    font-size: 24px;
  }
}
.featured-news_module .slide h3 {
  color: #00ff3d;
  text-decoration: none;
  font-family: "Montserrat Alternates ExtraBold";
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.2em;
}
@media (min-width: 25.875em) {
  .featured-news_module .slide h3 {
    font-size: 16px;
    margin-bottom: 1em;
  }
}
.featured-news_module .slide a {
  color: #00ff3d;
  font-size: 14px;
  text-decoration: none;
}
.featured-news_module .slide a:focus {
  outline: none;
}
.featured-news_module .slide a:before {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.featured-news_module .slide:hover span.arrow-right:before {
  transform: translateX(10px);
}
.featured-news_module .slide span.arrow-right {
  opacity: 0;
  width: auto;
  height: auto;
  display: inline-block;
  margin-top: 16px;
  color: #00ff3d;
  text-decoration: none;
  font-family: "Montserrat SemiBold", Arial;
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.featured-news_module .slide span.arrow-right:before {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
@media (min-width: 580px) {
  .featured-news_module .slide span.arrow-right {
    font-size: 18px;
  }
}
.featured-news_module .slide:hover span.arrow-right {
  opacity: 1;
  transform: translateY(0px);
}
.featured-news_module .slide:hover span.arrow-right:before {
  transform: translateX(10px);
}

.about-page-news-slider,
.home-page-news-slider {
  background: #000000;
  padding: 64px 0 32px 0;
}
.about-page-news-slider .slides,
.home-page-news-slider .slides {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 25.875em) {
  .about-page-news-slider .slides,
.home-page-news-slider .slides {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 610px) {
  .about-page-news-slider .slides,
.home-page-news-slider .slides {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.about-page-news-slider .slide,
.home-page-news-slider .slide {
  padding: 0;
}
.about-page-news-slider .slide .ratio-box.custom-ratio,
.home-page-news-slider .slide .ratio-box.custom-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  opacity: 0.5;
}
.about-page-news-slider .slide .ratio-box.custom-ratio img,
.home-page-news-slider .slide .ratio-box.custom-ratio img {
  width: 101%;
  height: auto;
}
@media (min-width: 64em) {
  .about-page-news-slider .slide .ratio-box.custom-ratio,
.home-page-news-slider .slide .ratio-box.custom-ratio {
    padding-bottom: 70%;
  }
  .about-page-news-slider .slide .ratio-box.custom-ratio img,
.home-page-news-slider .slide .ratio-box.custom-ratio img {
    width: auto;
    height: 101%;
  }
}
.about-page-news-slider .slide .copy,
.home-page-news-slider .slide .copy {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px;
  margin: 0;
  width: 100%;
  z-index: 3;
}
@media (min-width: 25.875em) {
  .about-page-news-slider .slide .copy,
.home-page-news-slider .slide .copy {
    padding: 32px;
  }
}
.about-page-news-slider .slide .copy a:before,
.home-page-news-slider .slide .copy a:before {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.about-page-news-slider .slide .copy p.time,
.home-page-news-slider .slide .copy p.time {
  display: none;
}
.about-page-news-slider .slide .copy p, .about-page-news-slider .slide .copy a,
.home-page-news-slider .slide .copy p,
.home-page-news-slider .slide .copy a {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.about-page-news-slider .slide .copy span.arrow-right:before,
.home-page-news-slider .slide .copy span.arrow-right:before {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.about-page-news-slider .slide:before,
.home-page-news-slider .slide:before {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  opacity: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  background-color: #000000;
}
.about-page-news-slider .slide:hover:before,
.home-page-news-slider .slide:hover:before {
  opacity: 0.5;
}
.about-page-news-slider .slide:hover p, .about-page-news-slider .slide:hover a,
.home-page-news-slider .slide:hover p,
.home-page-news-slider .slide:hover a {
  opacity: 1;
}
.about-page-news-slider .slide:hover span.arrow-right:before,
.home-page-news-slider .slide:hover span.arrow-right:before {
  transform: translateX(10px);
}
.about-page-news-slider .slick-dots,
.home-page-news-slider .slick-dots {
  margin-top: 24px;
  margin-left: 16px;
}
@media (min-width: 580px) {
  .about-page-news-slider .slick-dots,
.home-page-news-slider .slick-dots {
    margin-left: 0;
  }
}

main > .news-page-slider {
  margin-top: 70px;
}
main > .news-page-slider .featured-news_module {
  padding: 0;
}
@media (min-width: 25.875em) {
  main > .news-page-slider .featured-news_module {
    padding: 16px;
  }
}
@media (min-width: 48em) {
  main > .news-page-slider .featured-news_module {
    padding: 32px 64px 32px 32px;
  }
}
@media (min-width: 64em) {
  main > .news-page-slider {
    margin-top: 0;
  }
}
main > .news-page-slider button.slick-next {
  right: 0px;
}
@media (min-width: 25.875em) {
  main > .news-page-slider button.slick-next {
    right: -16px;
  }
}
@media (min-width: 48em) {
  main > .news-page-slider button.slick-next {
    right: -64px;
  }
}
@media (min-width: 48em) {
  main > .news-page-slider button.slick-prev {
    left: -32px;
  }
}
main > .news-page-slider .slick-dots {
  margin-top: 8px;
  margin-left: 8px;
  margin-bottom: 12px;
}
@media (min-width: 48em) {
  main > .news-page-slider .slick-dots {
    margin-left: 71px;
  }
}
main > .news-page-slider .slide {
  padding: 0;
}
@media (min-width: 48em) {
  main > .news-page-slider .slide {
    padding: 80px 0px 80px 80px;
  }
}
@media (min-width: 64em) {
  main > .news-page-slider .slide {
    padding: 80px 0px 80px 80px;
  }
}
@media (min-width: 85.375em) {
  main > .news-page-slider .slide {
    padding-bottom: 20%;
  }
}
main > .news-page-slider .slide .ratio-box.custom-ratio {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
@media (min-width: 48em) {
  main > .news-page-slider .slide .ratio-box.custom-ratio {
    position: absolute;
    width: calc(33vw + 40px);
    padding-bottom: 33%;
  }
}
main > .news-page-slider .slide .copy {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  padding: 32px;
}
@media (min-width: 48em) {
  main > .news-page-slider .slide .copy {
    padding: 74px;
    position: relative;
    left: auto;
    top: auto;
    margin-left: calc(33vw + 40px);
    padding: 0px 0px 0px 32px;
    width: 33vw;
    min-height: 240px;
  }
}
@media (min-width: 64em) {
  main > .news-page-slider .slide .copy {
    min-height: 240px;
  }
}
@media (min-width: 85.375em) {
  main > .news-page-slider .slide .copy {
    min-height: 240px;
  }
}
main > .news-page-slider .slide .copy p {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
@media (min-width: 580px) {
  main > .news-page-slider .slide .copy p {
    display: block;
  }
}
@media (min-width: 48em) {
  main > .news-page-slider .slide .copy p {
    opacity: 1;
  }
}
main > .news-page-slider .slide:hover .copy p {
  opacity: 1;
}

.home_latest-blog_module {
  overflow: hidden;
  position: relative;
}
.home_latest-blog_module .container {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home_latest-blog_module .container .copy {
  z-index: 2;
  flex: 1;
  width: 100%;
  max-width: 1024px;
  padding: 0 32px 0 32px;
}
@media (min-width: 48em) {
  .home_latest-blog_module .container .copy {
    padding: 0 32px;
  }
}
.home_latest-blog_module .container .copy h3 {
  font-family: "Montserrat Alternates ExtraBold", Arial;
  color: #00ff3d;
  margin-top: 0;
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 64em) {
  .home_latest-blog_module .container .copy h3 {
    margin-top: 1em;
  }
}
.home_latest-blog_module .container .copy h2 {
  font-family: "Montserrat Bold", Arial;
  color: #FFFFFF;
  font-size: 28px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 64em) {
  .home_latest-blog_module .container .copy h2 {
    font-size: 88px;
    margin-top: 0em;
    margin-bottom: 0.5em;
  }
}
.home_latest-blog_module .container .copy p {
  opacity: 1;
  color: #FFFFFF;
  font-size: 16px;
  font-family: "Montserrat Bold", Arial;
  padding-bottom: 8px;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .home_latest-blog_module .container .copy p {
    padding-bottom: 16px;
    font-size: 18px;
  }
}
.home_latest-blog_module .container .copy a {
  font-family: "Montserrat Alternates Bold", Arial;
  color: #00ff3d;
  text-decoration: none;
}
.home_latest-blog_module .container .copy a:before {
  height: 1em;
  width: 4em;
  right: -5em;
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.home_latest-blog_module .container .copy a:hover:before {
  transform: translateX(10px);
}
.home_latest-blog_module .ratio-box.custom-ratio {
  z-index: 1;
  position: relative;
  padding-bottom: 56%;
}
@media (min-width: 85.375em) {
  .home_latest-blog_module .ratio-box.custom-ratio {
    padding-bottom: 66vh;
  }
}
.home_latest-blog_module .ratio-box.custom-ratio img {
  height: 101%;
  width: auto;
}
@media (min-width: 64em) {
  .home_latest-blog_module .ratio-box.custom-ratio img {
    height: auto;
    width: 101%;
  }
}

.full-width-copy_module .container {
  padding: 32px;
  max-width: 1024px;
  margin: auto auto;
}
@media screen and (min-width: 768px) {
  .full-width-copy_module .container {
    padding: 32px;
  }
}
.full-width-copy_module .container h2, .full-width-copy_module .container p {
  font-size: 18px;
  line-height: 1.4em;
}
@media (min-width: 25.875em) {
  .full-width-copy_module .container h2, .full-width-copy_module .container p {
    font-size: 24px;
  }
}

.hero-carousel_module_midpage,
.hero-carousel_module {
  overflow: hidden;
  position: relative;
}
@media (min-width: 48em) {
  .hero-carousel_module_midpage,
.hero-carousel_module {
    margin-top: 0;
  }
}
@media (min-width: 85.375em) {
  .hero-carousel_module_midpage,
.hero-carousel_module {
    max-height: 100vh;
  }
}
.hero-carousel_module_midpage h2.hero-title,
.hero-carousel_module h2.hero-title {
  position: absolute;
  width: 100%;
  padding: 0 16px 32px 16px;
  height: auto;
  left: 0;
  top: 50%;
  z-index: 10;
  color: #FFFFFF;
  font-family: "Montserrat Bold", Arial;
  line-height: 1em;
  font-size: 40px;
  pointer-events: none;
  transform: translateY(-50%);
}
@media (min-width: 48em) {
  .hero-carousel_module_midpage h2.hero-title,
.hero-carousel_module h2.hero-title {
    width: 100%;
    max-width: 1024px;
    left: 50%;
    top: calc(50% - 40px);
    transform: translate(-50%, -50%);
    font-size: 58px;
    padding: 32px;
  }
}
@media (min-width: 64em) {
  .hero-carousel_module_midpage h2.hero-title,
.hero-carousel_module h2.hero-title {
    font-size: 68px;
  }
}
@media (min-width: 85.375em) {
  .hero-carousel_module_midpage h2.hero-title,
.hero-carousel_module h2.hero-title {
    font-size: 90px;
    top: calc(50% - 80px);
  }
}
@media (min-width: 120em) {
  .hero-carousel_module_midpage h2.hero-title,
.hero-carousel_module h2.hero-title {
    font-size: 104px;
  }
}
.hero-carousel_module_midpage .slick-track,
.hero-carousel_module .slick-track {
  font-size: 0;
  line-height: 0;
}
.hero-carousel_module_midpage .slick-list,
.hero-carousel_module .slick-list {
  max-height: 100vh;
}
.hero-carousel_module_midpage .slide,
.hero-carousel_module .slide {
  position: relative;
}
.hero-carousel_module_midpage .slide .ratio-box.custom-ratio,
.hero-carousel_module .slide .ratio-box.custom-ratio {
  padding-bottom: 568px;
}
.hero-carousel_module_midpage .slide .ratio-box.custom-ratio img,
.hero-carousel_module .slide .ratio-box.custom-ratio img {
  height: 100%;
  width: auto;
  transform: scale(1);
  -webkit-transition: transform 9s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: transform 9s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
@media (min-width: 64em) {
  .hero-carousel_module_midpage .slide .ratio-box.custom-ratio,
.hero-carousel_module .slide .ratio-box.custom-ratio {
    padding-bottom: 56.35%;
    height: auto;
    width: 100%;
  }
}
@media (min-width: 120em) {
  .hero-carousel_module_midpage .slide .ratio-box.custom-ratio,
.hero-carousel_module .slide .ratio-box.custom-ratio {
    max-height: 100vh;
  }
}
.hero-carousel_module_midpage .slick-animate .slide .ratio-box.custom-ratio img,
.hero-carousel_module .slick-animate .slide .ratio-box.custom-ratio img {
  transform: scale(1.1);
  -webkit-transition: transform 9s linear 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: transform 9s linear 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.hero-carousel_module_midpage .slick-dots,
.hero-carousel_module .slick-dots {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
  display: none;
}
@media (min-width: 64em) {
  .hero-carousel_module_midpage .slick-dots,
.hero-carousel_module .slick-dots {
    display: block;
  }
}
.hero-carousel_module_midpage .callout.has-link,
.hero-carousel_module .callout.has-link {
  padding-right: 48px;
}
.hero-carousel_module_midpage .callout.has-link:after,
.hero-carousel_module .callout.has-link:after {
  display: block;
  position: absolute;
  content: "→";
  color: #FFFFFF;
  font-size: 28px;
  line-height: 12px;
  bottom: 18px;
  right: 0;
}
.hero-carousel_module_midpage .callout h2, .hero-carousel_module_midpage .callout h3, .hero-carousel_module_midpage .callout p,
.hero-carousel_module .callout h2,
.hero-carousel_module .callout h3,
.hero-carousel_module .callout p {
  padding: 0;
  margin: 0;
  -webkit-transition: color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.hero-carousel_module_midpage .callout:after,
.hero-carousel_module .callout:after {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.hero-carousel_module_midpage .callout h2,
.hero-carousel_module .callout h2 {
  font-family: "Montserrat Bold", Arial;
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  pointer-events: none;
}
@media (min-width: 48em) {
  .hero-carousel_module_midpage .callout h2,
.hero-carousel_module .callout h2 {
    font-size: 24px;
  }
}
.hero-carousel_module_midpage .callout h3,
.hero-carousel_module .callout h3 {
  font-family: "Montserrat Medium", Arial;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  pointer-events: none;
}
@media (min-width: 48em) {
  .hero-carousel_module_midpage .callout h3,
.hero-carousel_module .callout h3 {
    font-size: 24px;
  }
}
.hero-carousel_module_midpage .callout p,
.hero-carousel_module .callout p {
  font-family: "Montserrat Regular", Arial;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  pointer-events: none;
}
@media (min-width: 48em) {
  .hero-carousel_module_midpage .callout p,
.hero-carousel_module .callout p {
    font-size: 24px;
  }
}
.hero-carousel_module_midpage .callout a,
.hero-carousel_module .callout a {
  display: inline-block;
  color: #00ff3d;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 16px;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
  font-family: "Montserrat Alternates ExtraBold", Arial;
  -webkit-transition: border-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: border-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
@media (min-width: 48em) {
  .hero-carousel_module_midpage .callout a,
.hero-carousel_module .callout a {
    font-size: 19px;
  }
}
.hero-carousel_module_midpage .callout a:hover,
.hero-carousel_module .callout a:hover {
  border-color: #00ff3d;
}

.carousel-video-visible .slick-dots {
  display: none !important;
}
.carousel-video-visible h2.hero-title {
  display: none !important;
}

.page-template-page-home-php .hero-carousel_module button.slick-next,
.page-template-page-home-php .hero-carousel_module button.slick-prev {
  display: none !important;
}

.hero-carousel_module .callout {
  position: absolute;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1em;
  padding: 16px;
  z-index: 2;
  margin-top: 115px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 48em) {
  .hero-carousel_module .callout {
    margin-top: 160px;
    width: 64vw;
  }
}
@media (min-width: 85.375em) {
  .hero-carousel_module .callout {
    margin-top: 240px;
  }
}
.hero-carousel_module_midpage button.slick-next {
  right: 0;
  display: none;
}
@media (min-width: 25.875em) {
  .hero-carousel_module_midpage button.slick-next {
    display: block;
  }
}
.hero-carousel_module_midpage button.slick-prev {
  left: 0;
  display: none;
}
@media (min-width: 25.875em) {
  .hero-carousel_module_midpage button.slick-prev {
    display: block;
  }
}
.hero-carousel_module_midpage .slides {
  position: relative;
  overflow: hidden;
  max-height: 100vh;
}
.hero-carousel_module_midpage .slides .slide {
  max-height: 100vh;
}
.hero-carousel_module_midpage .slide .ratio-box.custom-ratio {
  padding-bottom: 75%;
}
.hero-carousel_module_midpage .copy {
  position: absolute;
  margin: auto auto;
  width: 100%;
  max-width: 1024px;
  padding: 32px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 3;
}
@media (min-width: 48em) {
  .hero-carousel_module_midpage .copy {
    width: 100%;
  }
}
.hero-carousel_module_midpage .copy h2 {
  position: static;
  width: 100%;
  padding: 0 16px 16px 16px;
  margin: 0;
  height: auto;
  color: #FFFFFF;
  font-family: "Montserrat Bold", Arial;
  line-height: 1em;
  font-size: 32px;
  pointer-events: none;
}
@media (min-width: 25.875em) {
  .hero-carousel_module_midpage .copy h2 {
    padding: 0 32px 32px 32px;
  }
}
@media (min-width: 48em) {
  .hero-carousel_module_midpage .copy h2 {
    font-size: 58px;
    padding: 0 0 32px 0;
  }
}
@media (min-width: 64em) {
  .hero-carousel_module_midpage .copy h2 {
    font-size: 68px;
  }
}
@media (min-width: 85.375em) {
  .hero-carousel_module_midpage .copy h2 {
    font-size: 90px;
  }
}
@media (min-width: 120em) {
  .hero-carousel_module_midpage .copy h2 {
    font-size: 104px;
  }
}
.hero-carousel_module_midpage .copy .callout {
  position: static;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1em;
  padding: 16px;
  z-index: 2;
  width: 100%;
}
@media (min-width: 25.875em) {
  .hero-carousel_module_midpage .copy .callout {
    padding: 0 32px;
  }
}
@media (min-width: 48em) {
  .hero-carousel_module_midpage .copy .callout {
    padding: 0;
  }
}
.hero-carousel_module_midpage .copy .callout a {
  padding-top: 32px;
}

#scroll-down {
  position: absolute;
  bottom: 16px;
  right: 8px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: none;
  overflow: hidden;
  width: 32px;
  height: 32px;
  text-indent: -100px;
  overflow: hidden;
  transform: rotate(135deg);
}
@media (min-width: 25.875em) {
  #scroll-down {
    right: 16px;
  }
}
#scroll-down.hidden {
  display: none;
}
#scroll-down:after {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 16px;
  left: -6px;
  position: relative;
  top: 0;
  width: 16px;
  transform-origin: center center;
  -webkit-animation: scrollAnim 1.2s ease infinite;
  animation: scrollAnim 1.2s ease infinite;
}
#scroll-down:hover:after {
  border-color: #00ff3d;
  opacity: 1;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes scrollAnim {
  to {
    -webkit-transform: translate(12px, -12px) scale(1);
    opacity: 0.6;
  }
  from {
    -webkit-transform: translate(0px, 0px) scale(1.1);
    opacity: 1;
  }
}
@keyframes scrollAnim {
  to {
    transform: translate(12px, -12px) scale(1);
    opacity: 0.6;
  }
  from {
    transform: translate(0px, 0px) scale(1.1);
    opacity: 1;
  }
}
.small-carousel_module button {
  display: none;
}
.small-carousel_module button.slick-next,
.small-carousel_module button.slick-prev {
  opacity: 0;
  background-color: #00ff3d;
  width: 48px;
  height: 48px;
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.small-carousel_module button.slick-next:after,
.small-carousel_module button.slick-prev:after {
  color: #000000;
}
.small-carousel_module .slick-dots {
  position: absolute;
  bottom: 16px;
  z-index: 3;
  text-align: center;
  width: 100%;
}
.small-carousel_module .slick-dots li {
  display: inline-block;
}
.small-carousel_module .slick-dots {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.small-carousel_module .slick-dots button {
  display: block;
}
.small-carousel_module .slick-slider:hover .slick-dots {
  opacity: 1;
}
.small-carousel_module .slick-slider:hover button {
  opacity: 0.5;
}
.small-carousel_module .slick-slider button:hover {
  opacity: 1;
}

.contact-location_module {
  max-width: 1280px;
  margin: auto auto auto auto;
}
.contact-location_module .container h1 {
  margin-bottom: 16px;
}
.contact-location_module article .copy {
  position: relative;
  min-height: 200px;
  font-size: 16px;
  font-family: "Montserrat Regular", Arial;
}
.contact-location_module article .copy p {
  font-size: 14px;
  line-height: 1.4em;
}
.contact-location_module article h2 {
  margin-top: 8px;
  padding-top: 0;
  font-size: 16px;
  font-family: "Montserrat Bold", Arial;
}
.contact-location_module article .contact_location_how-to,
.contact-location_module article .contact_location_show-less {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  font-family: "Montserrat Alternates Bold", Arial;
  font-weight: normal;
  color: #00ff3d;
  text-align: left;
  padding: 8px 0 8px 0;
}
.contact-location_module article .contact_location_how-to:after, .contact-location_module article .contact_location_how-to:before,
.contact-location_module article .contact_location_show-less:after,
.contact-location_module article .contact_location_show-less:before {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  content: "";
  background: #00ff3d;
}
.contact-location_module article .contact_location_how-to:after,
.contact-location_module article .contact_location_show-less:after {
  width: 10px;
  height: 2px;
  margin-top: -1px;
  right: 0;
}
.contact-location_module article .contact_location_how-to:before,
.contact-location_module article .contact_location_show-less:before {
  height: 10px;
  width: 2px;
  margin-top: -5px;
  right: 4px;
}
.contact-location_module article .contact_location_how-to {
  display: block;
}
.contact-location_module article .contact_location_show-less {
  display: none;
}
.contact-location_module article .contact-location_journey-details {
  display: none;
}
@media (min-width: 48em) {
  .contact-location_module article.active {
    margin-bottom: 35.5vh;
  }
}
@media (min-width: 64em) {
  .contact-location_module article.active {
    margin-bottom: 42.5vh;
  }
}
.contact-location_module article.active .contact_location_how-to {
  display: none;
}
.contact-location_module article.active .contact_location_show-less {
  display: block;
  border-bottom: 2px solid #00ff3d;
}
.contact-location_module article.active .contact_location_show-less:before {
  display: none;
}
.contact-location_module article.active .contact-location_journey-details {
  display: block;
}
@media (min-width: 48em) {
  .contact-location_module article .contact-location_journey-details p {
    margin-top: 0;
  }
}
.contact-location_module article .contact-location_journey-details .container {
  margin: auto auto;
  max-width: 1024px;
  position: relative;
  padding: 32px 0;
}
@media (min-width: 48em) {
  .contact-location_module article .contact-location_journey-details .container {
    padding: 32px 16px;
  }
}
.contact-location_module article .contact-location_journey-details .container .ratio-box img {
  width: 100%;
}
@media (min-width: 48em) {
  .contact-location_module article .contact-location_journey-details {
    position: absolute;
    left: 0px;
    margin-top: 48px;
    width: 100%;
  }
  .contact-location_module article .contact-location_journey-details .container {
    display: flex;
  }
  .contact-location_module article .contact-location_journey-details .container .left,
.contact-location_module article .contact-location_journey-details .container .right {
    flex: 1;
  }
  .contact-location_module article .contact-location_journey-details .container .right {
    padding: 0 32px 0 32px;
  }
}
.contact-location_module article .contact-location_journey-details p {
  line-height: 1.4em;
}

.image-and-copy_module ul {
  list-style: none;
}
.image-and-copy_module ul li {
  position: relative;
  line-height: 2.75em;
}
.image-and-copy_module ul li:before {
  position: absolute;
  content: "•";
  color: #00ff3d;
  font-weight: bold;
  display: block;
  font-size: 32px;
  width: 12px;
  height: 12px;
  margin-left: -20px;
  line-height: 1.02em;
  top: 5px;
}
@media (min-width: 48em) {
  .image-and-copy_module .container {
    display: flex;
  }
  .image-and-copy_module .container .left,
.image-and-copy_module .container .right {
    display: flex;
    float: none;
    width: auto;
    flex: 1;
    justify-content: center;
    align-items: center;
  }
  .image-and-copy_module .ratio-box {
    height: 100%;
  }
  .image-and-copy_module .ratio-box img {
    height: 101%;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
.image-and-copy_module .copy {
  display: block;
  padding: 32px;
}
@media (min-width: 580px) {
  .image-and-copy_module .copy {
    padding: 32px;
  }
}
@media (min-width: 64em) {
  .image-and-copy_module .copy {
    padding: 48px;
  }
}
@media (min-width: 85.375em) {
  .image-and-copy_module .copy {
    padding: 92px;
  }
}
.image-and-copy_module .copy h2, .image-and-copy_module .copy h3 {
  margin-top: 0;
  padding-top: 0;
}
.image-and-copy_module .copy p {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 64em) {
  .image-and-copy_module .copy p {
    font-size: 18px;
    line-height: 26px;
  }
}
.image-and-copy_module .copy p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-and-two-copy-blocks_module ul {
  list-style: none;
}
.image-and-two-copy-blocks_module ul li {
  position: relative;
  line-height: 2.75em;
}
.image-and-two-copy-blocks_module ul li:before {
  position: absolute;
  content: "•";
  color: #00ff3d;
  font-weight: bold;
  display: block;
  font-size: 32px;
  width: 12px;
  height: 12px;
  margin-left: -20px;
  line-height: 1.02em;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .image-and-two-copy-blocks_module .container {
    display: flex;
  }
  .image-and-two-copy-blocks_module .container .left,
.image-and-two-copy-blocks_module .container .right {
    display: flex;
    float: none !important;
    width: auto !important;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.image-and-two-copy-blocks_module img {
  width: 100%;
}
.image-and-two-copy-blocks_module .copy {
  display: block;
  padding: 32px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 580px) {
  .image-and-two-copy-blocks_module .copy {
    padding: 32px;
  }
}
@media (min-width: 64em) {
  .image-and-two-copy-blocks_module .copy {
    padding: 48px;
  }
}
@media (min-width: 85.375em) {
  .image-and-two-copy-blocks_module .copy {
    padding: 92px;
    font-size: 18px;
    line-height: 26px;
  }
}
.image-and-two-copy-blocks_module .copy h3 {
  margin: 0em;
}
@media (min-width: 25.875em) {
  .image-and-two-copy-blocks_module .copy h3 {
    margin: 1em 0 1em 0;
  }
}
.image-and-two-copy-blocks_module .copy ul {
  width: auto;
  margin: auto auto;
}
@media (min-width: 580px) {
  .image-and-two-copy-blocks_module .copy ul {
    margin-left: 1em;
  }
}

.padded-image-carousel_module .slick-list,
.image-carousel_module .slick-list {
  overflow: visible !important;
}
.padded-image-carousel_module .slide,
.image-carousel_module .slide {
  padding-bottom: 64px;
  position: relative;
}
.padded-image-carousel_module .slide .caption,
.image-carousel_module .slide .caption {
  position: absolute;
  opacity: 0;
  bottom: 32px;
  margin-bottom: 0;
  -webkit-transition: opacity 0.1s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.1s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.padded-image-carousel_module .slick-active .caption,
.image-carousel_module .slick-active .caption {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.3s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0.3s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.padded-image-carousel_module .slick-dots,
.image-carousel_module .slick-dots {
  position: absolute;
  bottom: 32px;
  left: 8px;
  opacity: 1 !important;
}
@media (min-width: 48em) {
  .padded-image-carousel_module .slick-dots,
.image-carousel_module .slick-dots {
    left: 24px;
  }
}
.padded-image-carousel_module .slick-dots li button,
.image-carousel_module .slick-dots li button {
  border-color: #d7d2cb;
}

.padded-image-carousel_module .slide {
  padding: 16px;
  padding-bottom: 64px;
}
@media (min-width: 48em) {
  .padded-image-carousel_module .slide {
    padding: 32px;
    padding-bottom: 64px;
  }
}
@media (min-width: 64em) {
  .padded-image-carousel_module .slide {
    padding: 64px;
  }
}
@media (min-width: 85.375em) {
  .padded-image-carousel_module .slide {
    padding: 128px;
  }
}
.padded-image-carousel_module .slide .caption {
  text-align: right;
  margin: 0;
  right: 16px;
  bottom: 16px;
}
@media (min-width: 48em) {
  .padded-image-carousel_module .slide .caption {
    right: 32px;
    bottom: 16px;
  }
}
@media (min-width: 64em) {
  .padded-image-carousel_module .slide .caption {
    right: 64px;
    bottom: 21.3333333333px;
  }
}
@media (min-width: 85.375em) {
  .padded-image-carousel_module .slide .caption {
    right: 128px;
    bottom: 64px;
  }
}
.padded-image-carousel_module ul.slick-dots {
  margin-left: 0px;
  bottom: 16px;
}
@media (min-width: 48em) {
  .padded-image-carousel_module ul.slick-dots {
    margin-left: 8px;
    bottom: 16px;
  }
}
@media (min-width: 64em) {
  .padded-image-carousel_module ul.slick-dots {
    margin-left: 32px;
    bottom: 21.3333333333px;
  }
}
@media (min-width: 85.375em) {
  .padded-image-carousel_module ul.slick-dots {
    margin-left: 96px;
    bottom: 64px;
  }
}

.padded-image-carousel_module.only-one-slide .slide {
  padding: 16px 16px 48px 16px;
}
@media (min-width: 48em) {
  .padded-image-carousel_module.only-one-slide .slide {
    padding: 32px;
    padding-bottom: 64px;
  }
}
@media (min-width: 64em) {
  .padded-image-carousel_module.only-one-slide .slide {
    padding: 64px;
  }
}
@media (min-width: 85.375em) {
  .padded-image-carousel_module.only-one-slide .slide {
    padding: 128px;
  }
}

.image-optional-overlay-copy_module {
  position: relative;
}
.image-optional-overlay-copy_module h3 {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 16px;
  width: calc(100% - 32px);
  color: white;
  font-family: "Montserrat Bold", Arial;
  font-size: 22px;
  margin: 0;
  padding: 0;
}
@media (min-width: 25.875em) {
  .image-optional-overlay-copy_module h3 {
    font-size: 32px;
    bottom: 48px;
  }
}
@media (min-width: 580px) {
  .image-optional-overlay-copy_module h3 {
    left: 64px;
    width: calc(100% - 64px);
  }
}
@media (min-width: 48em) {
  .image-optional-overlay-copy_module h3 {
    font-size: 48px;
    width: 60%;
  }
}
.image-optional-overlay-copy_module .ratio-box {
  position: relative;
  z-index: 1;
}

.lets-talk_module {
  background-color: #00ff3d;
  text-align: center;
}
.lets-talk_module h4 {
  font-size: 40px;
  font-family: "Montserrat Bold", Arial;
  margin: 0;
  letter-spacing: 1.52px;
}
.lets-talk_module p {
  font-size: 16px;
  font-family: "Montserrat Bold", Arial;
  letter-spacing: 0.61px;
  margin: 2em 0 2em 0;
}
.lets-talk_module a {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0);
  padding: 16px;
  font-size: 14px;
  border: 2px solid #000000;
  font-family: "Montserrat Bold", Arial;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.lets-talk_module a:hover {
  background-color: black;
  color: #FFFFFF;
}

#news-filter_form,
#work-filter_form {
  height: 145px;
  overflow: hidden;
  padding: 16px 16px 0 0px;
  position: relative;
  background-color: #cecece;
}
@media (min-width: 580px) {
  #news-filter_form,
#work-filter_form {
    padding: 16px 16px 0 16px;
    height: 80px;
  }
}
@media (min-width: 580px) {
  #news-filter_form,
#work-filter_form {
    padding-top: 32px;
  }
}
#news-filter_form.topped .container,
#work-filter_form.topped .container {
  position: fixed;
  top: 70px;
  height: 145px;
  padding: 16px 16px 0 0;
  z-index: 10;
  background-color: #cecece;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 100vw;
}
@media (min-width: 580px) {
  #news-filter_form.topped .container,
#work-filter_form.topped .container {
    padding: 32px 16px 0 16px;
    height: 80px;
  }
}
@media (min-width: 48em) {
  #news-filter_form.topped .container,
#work-filter_form.topped .container {
    top: 80px;
  }
}
@media (min-width: 64em) {
  #news-filter_form.topped .container,
#work-filter_form.topped .container {
    top: 0;
    padding-top: 32px;
  }
}
#news-filter_form .container,
#work-filter_form .container {
  position: relative;
  left: 0;
  width: 100vw;
  padding-right: 16px;
  padding-left: 0px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 25.875em) {
  #news-filter_form .container,
#work-filter_form .container {
    left: auto;
    right: 16px;
    transform: none;
    padding-left: 16px;
  }
}
#news-filter_form .container .filter,
#work-filter_form .container .filter {
  display: inline-block;
  font-size: 13px;
}
#news-filter_form .container h3,
#work-filter_form .container h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-transform: none;
  position: relative;
  padding-right: 48px;
  margin-right: 16px;
  margin-left: 4px;
  font-size: 16px;
  font-family: "Montserrat Bold", Arial;
  position: absolute;
  pointer-events: none;
}
#news-filter_form .container select,
#work-filter_form .container select {
  border: 0;
  -webkit-appearance: none;
  background: none;
  appearance: none;
  font-family: "Montserrat Bold", Arial;
  font-size: 18px;
  width: 150px;
  padding-right: 32px;
  margin-left: -3px;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
@media (min-width: 580px) {
  #news-filter_form .container select,
#work-filter_form .container select {
    font-size: 16px;
    width: auto;
    margin-left: 0;
  }
}
@media (min-width: 64em) {
  #news-filter_form .container select,
#work-filter_form .container select {
    padding-right: 32px;
  }
}
#news-filter_form .container select option,
#work-filter_form .container select option {
  font-family: "Montserrat Regular", Arial;
}
#news-filter_form .container select:hover,
#work-filter_form .container select:hover {
  color: rgba(0, 0, 0, 0.7);
}
#news-filter_form .container select:hover option,
#work-filter_form .container select:hover option {
  color: #000000;
}
#news-filter_form .container .select-wrapper,
#work-filter_form .container .select-wrapper {
  display: block;
  position: relative;
}
#news-filter_form .container .select-wrapper:before,
#work-filter_form .container .select-wrapper:before {
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  -webkit-transition: border 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: border 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#news-filter_form .container .select-wrapper:hover:before,
#work-filter_form .container .select-wrapper:hover:before {
  border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
}
#news-filter_form .container button:not(#clear-filters),
#work-filter_form .container button:not(#clear-filters) {
  display: none;
}
#news-filter_form .fixed-wrapper,
#work-filter_form .fixed-wrapper {
  position: relative;
  width: 100vw;
  left: 0;
}
@media (min-width: 580px) {
  #news-filter_form .fixed-wrapper,
#work-filter_form .fixed-wrapper {
    position: absolute;
    right: 16px;
    left: auto;
    transform: none;
    width: auto;
  }
}
#news-filter_form .mobile-float,
#work-filter_form .mobile-float {
  display: block;
  clear: both;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 8px;
}
@media (min-width: 580px) {
  #news-filter_form .mobile-float,
#work-filter_form .mobile-float {
    display: inline-block;
    width: auto;
    padding-bottom: 0;
  }
}
@media (min-width: 64em) {
  #news-filter_form .mobile-float,
#work-filter_form .mobile-float {
    padding-bottom: 0;
    margin-right: 16px;
  }
}
@media (min-width: 85.375em) {
  #news-filter_form .mobile-float,
#work-filter_form .mobile-float {
    margin-right: 16px;
  }
}
@media (min-width: 64em) {
  #news-filter_form .mobile-float.first,
#work-filter_form .mobile-float.first {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 64em) {
  #news-filter_form .mobile-float.second,
#work-filter_form .mobile-float.second {
    padding-right: 16px;
    margin-right: 16px;
    padding-left: 0;
    border-right: 1px solid #000000;
  }
}
@media (min-width: 64em) {
  #news-filter_form .mobile-float.third,
#work-filter_form .mobile-float.third {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 64em) {
  #news-filter_form .mobile-float.forth,
#work-filter_form .mobile-float.forth {
    padding-left: 0px;
    padding-right: 16px;
  }
}
#news-filter_form .mobile-float.last,
#work-filter_form .mobile-float.last {
  padding-left: 0;
}
#news-filter_form .mobile-float span.separator,
#work-filter_form .mobile-float span.separator {
  display: none;
}
@media (min-width: 64em) {
  #news-filter_form .mobile-float span.separator,
#work-filter_form .mobile-float span.separator {
    display: inline-block;
  }
}

#news-filter_form {
  height: 170px;
}
@media (min-width: 580px) {
  #news-filter_form {
    height: 80px;
  }
}
#news-filter_form .container {
  margin-top: 0;
  padding-top: 0;
}
#news-filter_form.topped .container {
  height: 170px;
}
@media (min-width: 580px) {
  #news-filter_form.topped .container {
    height: 80px;
  }
}
@media (min-width: 25.875em) {
  #news-filter_form .container select[name=order] {
    width: auto;
  }
}
#news-filter_form #clear-filters {
  display: block;
  margin-left: 16px;
}
@media (min-width: 580px) {
  #news-filter_form #clear-filters {
    display: inline-block;
    margin-left: 0px;
  }
}

#clear-filters {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 0;
  width: auto;
  height: 18px;
  padding: 0;
  margin: 0;
  font-family: "Montserrat Regular", Arial;
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  margin-left: 16px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: border-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
@media (min-width: 580px) {
  #clear-filters {
    display: inline-block;
    margin-top: 0;
  }
}
#clear-filters:hover {
  border-bottom: 1px solid #000000;
}

.work-article header {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
@media (min-width: 64em) {
  .work-article header {
    max-height: 100vh;
    margin-top: 0;
  }
}
.work-article header .copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media (min-width: 25.875em) {
  .work-article header .copy {
    top: 50%;
  }
}
@media (min-width: 580px) {
  .work-article header .copy {
    left: 38px;
    top: 50%;
    left: 128px;
    max-width: 60%;
  }
}
@media (min-width: 64em) {
  .work-article header .copy {
    max-width: 65%;
  }
}
.work-article header .copy h1, .work-article header .copy h2, .work-article header .copy h3 {
  color: #FFFFFF;
}
.work-article header .copy h2 {
  font-size: 32px;
  font-family: "Montserrat Medium", Arial;
  margin: 0.5em 0 0.5em 0;
  line-height: 1.1em;
}
@media (min-width: 25.875em) {
  .work-article header .copy h2 {
    font-size: 32px;
  }
}
@media (min-width: 580px) {
  .work-article header .copy h2 {
    line-height: 1.2em;
  }
}
@media (min-width: 48em) {
  .work-article header .copy h2 {
    font-size: 48px;
    margin: 0.5em 0 0.5em 0;
  }
}
@media (min-width: 64em) {
  .work-article header .copy h2 {
    font-size: 72px;
  }
}
.work-article header .copy h1 {
  font-family: "Montserrat Alternates ExtraBold", Arial;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .work-article header .copy h1 {
    font-size: 24px;
    margin-bottom: 1em;
  }
}
.work-article header .copy h3 {
  font-family: "Montserrat Regular", Arial;
  font-size: 14px;
}
.work-article header .copy h3 strong {
  font-family: "Montserrat Bold", Arial;
}
@media (min-width: 580px) {
  .work-article header .copy h3 {
    font-size: 24px;
  }
}
.work-article header .ratio-box {
  position: relative;
  z-index: 1;
  height: 250px;
}
@media (min-width: 25.875em) {
  .work-article header .ratio-box {
    height: 360px;
  }
}
@media (min-width: 580px) {
  .work-article header .ratio-box {
    height: 0;
  }
}
.work-article header .ratio-box img {
  height: 101%;
  width: auto;
}
@media (min-width: 48em) {
  .work-article header .ratio-box img {
    width: 101%;
    height: auto;
    transform: translateY(-50%);
    top: 50%;
  }
}

#social-links {
  margin: 16px;
}
@media (min-width: 25.875em) {
  #social-links {
    margin: 16px 32px;
  }
}
#social-links a {
  margin-right: 16px;
}
#social-links a:last-child {
  margin-right: 0;
}
#social-links img {
  display: inline-block;
  width: 24px;
  height: 24px;
}

/*
	if we need to edit these we can be more specific in the relevent molecule
*/
.slick-slider button {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.slick-slider button:after {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

ul.slick-dots {
  opacity: 1;
}
ul.slick-dots li {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0 16px 0 8px;
}
ul.slick-dots li button {
  position: relative;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: none;
  overflow: hidden;
  text-indent: -100px;
  overflow: hidden;
  transform: scale(0.5);
  -webkit-transition: all 0.6s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.6s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
ul.slick-dots li button:after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  border: 6px solid #d7d2cb;
  border-radius: 50%;
  top: 0;
  left: 0;
}
ul.slick-dots li.slick-active button:after {
  border-color: #00ff3d;
}
ul.slick-dots li:not(.slick-active):hover button:after {
  border-color: #00ff3d;
}

.slide .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 32px 16px 32px 16px;
  font-size: 16px;
  color: black;
  z-index: 2;
}
@media (min-width: 48em) {
  .slide .caption {
    margin: 32px;
    font-size: 18px;
  }
}

button.slick-next,
button.slick-prev {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 0.3s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.6s ease 0.3s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
@media (min-width: 580px) {
  button.slick-next,
button.slick-prev {
    display: block;
  }
}

button.slick-next,
button.slick-prev {
  background: #000000;
  width: 48px;
  height: 48px;
  color: #FFFFFF;
  text-indent: 65px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 0;
  margin-top: -32px;
  z-index: 2;
}
button.slick-next:after,
button.slick-prev:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  text-indent: 0;
}
@media (min-width: 48em) {
  button.slick-next,
button.slick-prev {
    width: 64px;
    height: 64px;
  }
}

button.slick-next {
  left: auto;
  right: -100px;
}
@media (min-width: 25.875em) {
  button.slick-next {
    right: -25px;
  }
}
@media (min-width: 580px) {
  button.slick-next {
    right: 0;
  }
}
button.slick-next:after {
  display: block;
  content: "";
  background-image: url("../images/svgs/arrow-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
  width: 50%;
  height: 25%;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
button.slick-next:hover:after {
  transform: translateX(-30%) translateY(-50%);
}

button.slick-prev {
  left: -100px;
}
@media (min-width: 25.875em) {
  button.slick-prev {
    left: -25px;
  }
}
@media (min-width: 580px) {
  button.slick-prev {
    left: 0;
  }
}
button.slick-prev:after {
  display: block;
  content: "";
  background-image: url("../images/svgs/arrow-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0;
  width: 50%;
  height: 25%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
button.slick-prev:hover:after {
  transform: translateX(-70%) translateY(-50%) rotate(180deg);
}

.padded-image-carousel_module button.slick-prev:after,
.padded-image-carousel_module button.slick-next:after,
.image-carousel_module button.slick-prev:after,
.image-carousel_module button.slick-next:after,
.hero-carousel_module_midpage button.slick-prev:after,
.hero-carousel_module_midpage button.slick-next:after {
  background-image: url("../images/svgs/arrow-green.svg");
}

.hero-carousel_module button.slick-next {
  left: auto;
  right: 0px;
}
@media (min-width: 25.875em) {
  .hero-carousel_module button.slick-next {
    right: 0;
  }
}

.hero-carousel_module button.slick-prev {
  left: 0px;
}
@media (min-width: 25.875em) {
  .hero-carousel_module button.slick-prev {
    left: 0;
  }
}

.featured-news_module button.slick-next {
  left: auto;
  right: -100px;
}
@media (min-width: 25.875em) {
  .featured-news_module button.slick-next {
    right: -16px;
  }
}
@media (min-width: 48em) {
  .featured-news_module button.slick-next {
    right: 0px;
  }
}

.featured-news_module button.slick-prev {
  left: -100px;
}
@media (min-width: 25.875em) {
  .featured-news_module button.slick-prev {
    left: -16px;
  }
}
@media (min-width: 48em) {
  .featured-news_module button.slick-prev {
    left: 0px;
  }
}

.hero-carousel_module .slick-dots li {
  width: 24px;
  height: 24px;
}

.slick-slider:hover button {
  opacity: 1;
}
.slick-slider:hover button:hover {
  opacity: 1;
}
.slick-slider:hover .slick-dots {
  opacity: 1;
}
.slick-slider:hover .slick-dots button {
  opacity: 1;
}
.slick-slider:hover .slick-dots button:hover {
  opacity: 1;
}

ul.slick-dots li span {
  display: none;
}

.hero-carousel_module ul.slick-dots li.slick-active {
  position: relative;
}
.hero-carousel_module ul.slick-dots li.slick-active span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-carousel_module ul.slick-dots li.slick-active button {
  position: relative;
  border: none;
  border-color: white;
  padding: 0;
  overflow: hidden;
  width: 32px;
  height: 32px;
  transform: scale(0.75);
  -webkit-backface-visibility: hidden;
}
.hero-carousel_module ul.slick-dots li.slick-active button:after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  border: 6px solid #FFFFFF;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-animation: finished 0.05s linear forwards;
  -webkit-animation-delay: 3.3s;
  animation: finished 0.05s linear forwards;
  animation-delay: 3.3s;
}
.hero-carousel_module ul.slick-dots li.slick-active .halfclip {
  width: 50%;
  height: 100%;
  right: 0px;
  position: absolute;
  overflow: hidden;
  transform-origin: left center;
  -webkit-animation: cliprotate 3.4s steps(2) infinite;
  animation: cliprotate 3.4s steps(2) infinite;
  z-index: 2;
  top: 0;
}
.hero-carousel_module ul.slick-dots li.slick-active .halfcircle {
  box-sizing: border-box;
  height: 100%;
  right: 0px;
  position: absolute;
  border: solid 6px transparent;
  border-top-color: #00ff3d;
  border-left-color: #00ff3d;
  border-radius: 50%;
  z-index: 2;
  top: 0;
}
.hero-carousel_module ul.slick-dots li.slick-active .clipped {
  width: 200%;
  -webkit-animation: rotate 1.7s linear infinite;
  animation: rotate 1.7s linear infinite;
}
.hero-carousel_module ul.slick-dots li.slick-active .fixed {
  width: 100%;
  transform: rotate(135deg);
  -webkit-animation: showfixed 3.4s steps(2) infinite;
  animation: showfixed 3.4s steps(2) infinite;
}

.padded-image-carousel_module .slick-dots li,
.hero-carousel_module_midpage .slick-dots li,
.image-carousel_module .slick-dots li,
.small-carousel_module .slick-dots li,
.featured-news_module .slick-dots li {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  margin-right: 8px;
}
.padded-image-carousel_module .slick-dots li button,
.hero-carousel_module_midpage .slick-dots li button,
.image-carousel_module .slick-dots li button,
.small-carousel_module .slick-dots li button,
.featured-news_module .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: background 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.padded-image-carousel_module .slick-dots li button:after,
.hero-carousel_module_midpage .slick-dots li button:after,
.image-carousel_module .slick-dots li button:after,
.small-carousel_module .slick-dots li button:after,
.featured-news_module .slick-dots li button:after {
  border: 0;
  background: #d7d2cb;
}
.padded-image-carousel_module .slick-dots li button:hover:after,
.hero-carousel_module_midpage .slick-dots li button:hover:after,
.image-carousel_module .slick-dots li button:hover:after,
.small-carousel_module .slick-dots li button:hover:after,
.featured-news_module .slick-dots li button:hover:after {
  border: 0;
  background: #00ff3d;
}
.padded-image-carousel_module .slick-dots li.slick-active button:after,
.hero-carousel_module_midpage .slick-dots li.slick-active button:after,
.image-carousel_module .slick-dots li.slick-active button:after,
.small-carousel_module .slick-dots li.slick-active button:after,
.featured-news_module .slick-dots li.slick-active button:after {
  background: #00ff3d;
}

@-webkit-keyframes cliprotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cliprotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@-webkit-keyframes showfixed {
  0% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showfixed {
  0% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes finished {
  0% {
    border-color: #FFFFFF;
  }
  100% {
    border-color: #00ff3d;
  }
}
@keyframes finished {
  0% {
    border-color: #FFFFFF;
  }
  100% {
    border-color: #00ff3d;
  }
}
.related-projects > h3 {
  max-width: 1024px;
  margin: auto auto;
  padding: 16px 16px 38px 16px;
  font-size: 24px;
  font-family: "Montserrat SemiBold", Arial;
}
.related-projects > h3:before {
  content: "";
  display: block;
  position: relative;
  top: -10px;
  border-top: 1px solid #9E9E9E;
}
.related-projects article {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  height: auto;
}
@media (min-width: 48em) {
  .related-projects article {
    min-height: calc(30vw - 40px);
    width: 33.3333333333%;
  }
}
.related-projects article:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  pointer-events: none;
}
.related-projects article .ratio-box {
  position: relative;
  z-index: 1;
  height: 100%;
  width: auto;
  overflow: visible !important;
}
.related-projects article .ratio-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@media screen and (max-width: 768px) {
  .related-projects article .ratio-box img {
    width: 100%;
  }
}
.related-projects article .ratio-box.custom-ratio {
  padding-bottom: 56.5%;
}
@media (min-width: 48em) {
  .related-projects article .ratio-box.custom-ratio {
    padding-bottom: calc(30vw - 40px);
  }
}
.related-projects article .ratio-box.custom-ratio img {
  height: 100%;
  width: auto;
}
.related-projects article header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 3;
  padding: 32px;
  margin-top: 0;
}
.related-projects article header h2,
.related-projects article header h3 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
.related-projects article header h2 {
  margin-bottom: 16px;
  font-size: 28px;
}
@media (min-width: 64em) {
  .related-projects article header h2 {
    font-size: 36px;
  }
}
.related-projects article header h3 {
  font-family: "Montserrat SemiBold", Arial;
  font-size: 16px;
}
.related-projects article header span {
  display: inline-block;
  margin-top: 16px;
  cursor: pointer;
  color: #00ff3d;
  font-family: "Montserrat Alternates Bold";
  font-size: 14px;
  text-decoration: none;
  opacity: 0;
}
.related-projects article header span:before {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.related-projects article:hover:after {
  opacity: 1;
}
.related-projects article:hover span {
  opacity: 1;
}
.related-projects article:hover span:before {
  transform: translateX(10px);
}

.work-heroes_module {
  position: relative;
  margin-top: 60px;
}
@media (min-width: 64em) {
  .work-heroes_module {
    margin-top: 0;
  }
}
@media (min-width: 48em) {
  .work-heroes_module {
    display: flex;
  }
}
.work-heroes_module .featured, .work-heroes_module .archived {
  position: relative;
}
@media (min-width: 48em) {
  .work-heroes_module .featured, .work-heroes_module .archived {
    flex: 1;
  }
}
.work-heroes_module .featured a, .work-heroes_module .archived a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.work-heroes_module .featured header, .work-heroes_module .archived header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 32px;
  pointer-events: none;
}
@media (min-width: 25.875em) {
  .work-heroes_module .featured header, .work-heroes_module .archived header {
    top: 96px;
    left: 38px;
    z-index: 3;
    margin-right: 38px;
    padding: 0;
  }
}
@media (min-width: 64em) {
  .work-heroes_module .featured header, .work-heroes_module .archived header {
    top: 96px;
  }
}
.work-heroes_module .featured header h3, .work-heroes_module .archived header h3 {
  color: #00ff3d;
  z-index: 2;
  text-decoration: none;
  font-family: "Montserrat Alternates ExtraBold";
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0;
  pointer-events: none;
}
@media (min-width: 48em) {
  .work-heroes_module .featured header h3, .work-heroes_module .archived header h3 {
    margin: 1em 0;
  }
}
.work-heroes_module .featured header h2, .work-heroes_module .archived header h2 {
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 610px) {
  .work-heroes_module .featured header h2, .work-heroes_module .archived header h2 {
    margin-bottom: 32px;
  }
}
.work-heroes_module .featured header p, .work-heroes_module .archived header p {
  color: white;
  font-family: "Montserrat SemiBold";
  font-size: 16px;
}
.work-heroes_module .featured header span.arrow-right, .work-heroes_module .archived header span.arrow-right {
  opacity: 0;
  width: auto;
  height: auto;
  display: inline-block;
  margin-top: 16px;
  color: #00ff3d;
  text-decoration: none;
  font-family: "Montserrat SemiBold", Arial;
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.work-heroes_module .featured header span.arrow-right:before, .work-heroes_module .archived header span.arrow-right:before {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.work-heroes_module .featured img, .work-heroes_module .archived img {
  position: absolute;
  z-index: 1;
}
.work-heroes_module .featured:after, .work-heroes_module .archived:after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.work-heroes_module .featured:hover:after, .work-heroes_module .archived:hover:after {
  opacity: 1;
}
.work-heroes_module .featured:hover span.arrow-right, .work-heroes_module .archived:hover span.arrow-right {
  opacity: 1;
  transform: translateY(0px);
}
.work-heroes_module .featured:hover span.arrow-right:before, .work-heroes_module .archived:hover span.arrow-right:before {
  transform: translateX(10px);
}
.work-heroes_module .featured .ratio-box {
  padding-bottom: 50vh;
  overflow: hidden;
}
.work-heroes_module .featured .ratio-box img {
  width: auto;
  height: 101%;
  transform: translateX(-50%);
  left: 50%;
}
@media (min-width: 580px) {
  .work-heroes_module .featured .ratio-box {
    padding-bottom: 56.25%;
  }
  .work-heroes_module .featured .ratio-box img {
    width: 101%;
    height: auto;
    transform: none;
    left: 0;
  }
}
@media (min-width: 48em) {
  .work-heroes_module .featured {
    flex: 2;
  }
}
.work-heroes_module .featured h2 {
  font-size: 32px;
}
@media (min-width: 64em) {
  .work-heroes_module .featured h2 {
    font-size: 64px;
    line-height: 1em;
  }
}
.work-heroes_module .archived {
  overflow: hidden;
}
.work-heroes_module .archived header {
  top: 0px;
}
@media (min-width: 25.875em) {
  .work-heroes_module .archived header {
    top: 64px;
  }
}
@media (min-width: 48em) {
  .work-heroes_module .archived header {
    top: 96px;
  }
}
.work-heroes_module .archived header h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
@media (min-width: 610px) {
  .work-heroes_module .archived header h2 {
    margin-bottom: 32px;
  }
}
@media (min-width: 64em) {
  .work-heroes_module .archived header h2 {
    font-size: 38px;
    line-height: 1em;
    margin-top: 34px;
  }
}
.work-heroes_module .archived header p {
  display: none;
}
@media (min-width: 610px) {
  .work-heroes_module .archived header p {
    display: block;
  }
}
.work-heroes_module .archived header span.arrow-right {
  margin-top: 0;
}
@media (min-width: 610px) {
  .work-heroes_module .archived header span.arrow-right {
    margin-top: 16px;
  }
}
.work-heroes_module .archived .ratio-box {
  padding-bottom: 56.65%;
  height: 100%;
  width: auto;
}
.work-heroes_module .archived img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}

.two-images-and-copy_module ul {
  list-style: none;
}
.two-images-and-copy_module ul li {
  position: relative;
  line-height: 2.75em;
}
.two-images-and-copy_module ul li:before {
  position: absolute;
  content: "•";
  color: #00ff3d;
  font-weight: bold;
  display: block;
  font-size: 32px;
  width: 12px;
  height: 12px;
  margin-left: -20px;
  line-height: 1.02em;
  top: 5px;
}
@media (min-width: 48em) {
  .two-images-and-copy_module .container {
    display: flex;
    overflow: hidden;
  }
  .two-images-and-copy_module .container .left,
.two-images-and-copy_module .container .right {
    display: flex;
    float: none !important;
    width: auto !important;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .two-images-and-copy_module .container .big-image {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .two-images-and-copy_module .container .big-image .ratio-box {
    height: 100%;
  }
  .two-images-and-copy_module .container .big-image .ratio-box img {
    height: 101%;
    width: auto;
  }
  .two-images-and-copy_module .container .copy + .ratio-box {
    align-self: flex-end;
  }
}
.two-images-and-copy_module .ratio-box img {
  width: 101%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.two-images-and-copy_module .copy {
  display: block;
  padding: 32px;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 580px) {
  .two-images-and-copy_module .copy {
    padding: 32px;
  }
}
@media (min-width: 64em) {
  .two-images-and-copy_module .copy {
    padding: 48px;
  }
}
@media (min-width: 85.375em) {
  .two-images-and-copy_module .copy {
    padding: 92px;
    font-size: 18px;
    line-height: 26px;
  }
}
.two-images-and-copy_module .copy h2, .two-images-and-copy_module .copy h3 {
  padding-top: 0;
  margin-top: 0;
}
.two-images-and-copy_module .copy p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

#news-index_pagination,
#work-index_pagination {
  display: block;
  height: 68px;
  padding: 22px 16px 16px 16px;
  max-width: 1024px;
  margin: auto auto;
  text-align: center;
  clear: both;
  position: relative;
}
#news-index_pagination.empty,
#work-index_pagination.empty {
  display: none;
}
#news-index_pagination input[type=radio],
#work-index_pagination input[type=radio] {
  display: none;
}
#news-index_pagination input[type=radio]:checked + label,
#work-index_pagination input[type=radio]:checked + label {
  border-bottom: 2px solid #000000;
}
#news-index_pagination input[type=radio]:checked + label:hover,
#work-index_pagination input[type=radio]:checked + label:hover {
  border-bottom: 2px solid #00ff3d;
}
#news-index_pagination label,
#work-index_pagination label {
  display: inline-block;
  padding: 4px 0px 2px 0px;
  cursor: pointer;
  margin: 0 2px 0 2px;
  width: 20px;
  max-width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#news-index_pagination label:hover,
#work-index_pagination label:hover {
  color: #00ff3d;
}
#news-index_pagination button[type=submit],
#work-index_pagination button[type=submit] {
  display: none;
}
#news-index_pagination button#news-index_prev,
#news-index_pagination button#news-index_next,
#news-index_pagination button#work-index_prev,
#news-index_pagination button#work-index_next,
#work-index_pagination button#news-index_prev,
#work-index_pagination button#news-index_next,
#work-index_pagination button#work-index_prev,
#work-index_pagination button#work-index_next {
  display: block;
  position: absolute;
  border: 0;
  top: 28px;
  -webkit-appearance: none;
  appearance: none;
  background: none;
}
#news-index_pagination button#news-index_prev span,
#news-index_pagination button#news-index_next span,
#news-index_pagination button#work-index_prev span,
#news-index_pagination button#work-index_next span,
#work-index_pagination button#news-index_prev span,
#work-index_pagination button#news-index_next span,
#work-index_pagination button#work-index_prev span,
#work-index_pagination button#work-index_next span {
  display: block;
  position: relative;
  text-indent: -99px;
  width: 20px;
  height: 30px;
  overflow: hidden;
}
#news-index_pagination button#news-index_prev span:after,
#news-index_pagination button#news-index_next span:after,
#news-index_pagination button#work-index_prev span:after,
#news-index_pagination button#work-index_next span:after,
#work-index_pagination button#news-index_prev span:after,
#work-index_pagination button#news-index_next span:after,
#work-index_pagination button#work-index_prev span:after,
#work-index_pagination button#work-index_next span:after {
  position: absolute;
  border-style: solid;
  border-width: 0.125em 0.125em 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  left: 0.15em;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 10px;
  -webkit-transition: border-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: border-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#news-index_pagination button#news-index_prev.hidden,
#news-index_pagination button#news-index_next.hidden,
#news-index_pagination button#work-index_prev.hidden,
#news-index_pagination button#work-index_next.hidden,
#work-index_pagination button#news-index_prev.hidden,
#work-index_pagination button#news-index_next.hidden,
#work-index_pagination button#work-index_prev.hidden,
#work-index_pagination button#work-index_next.hidden {
  opacity: 0;
  pointer-events: none;
}
#news-index_pagination button#news-index_prev:hover span:after,
#news-index_pagination button#news-index_next:hover span:after,
#news-index_pagination button#work-index_prev:hover span:after,
#news-index_pagination button#work-index_next:hover span:after,
#work-index_pagination button#news-index_prev:hover span:after,
#work-index_pagination button#news-index_next:hover span:after,
#work-index_pagination button#work-index_prev:hover span:after,
#work-index_pagination button#work-index_next:hover span:after {
  border-color: #00ff3d;
}
#news-index_pagination button#work-index_prev,
#news-index_pagination button#news-index_prev,
#work-index_pagination button#work-index_prev,
#work-index_pagination button#news-index_prev {
  left: calc(50% - 146px);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#news-index_pagination button#work-index_prev span:after,
#news-index_pagination button#news-index_prev span:after,
#work-index_pagination button#work-index_prev span:after,
#work-index_pagination button#news-index_prev span:after {
  transform: rotate(-135deg);
}
#news-index_pagination button#work-index_prev:hover,
#news-index_pagination button#news-index_prev:hover,
#work-index_pagination button#work-index_prev:hover,
#work-index_pagination button#news-index_prev:hover {
  transform: translateX(-5px);
}
#news-index_pagination button#work-index_prev:focus,
#news-index_pagination button#news-index_prev:focus,
#work-index_pagination button#work-index_prev:focus,
#work-index_pagination button#news-index_prev:focus {
  outline: none;
}
#news-index_pagination button#work-index_next,
#news-index_pagination button#news-index_next,
#work-index_pagination button#work-index_next,
#work-index_pagination button#news-index_next {
  left: calc(50% + 122px);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#news-index_pagination button#work-index_next span:after,
#news-index_pagination button#news-index_next span:after,
#work-index_pagination button#work-index_next span:after,
#work-index_pagination button#news-index_next span:after {
  transform: rotate(45deg);
}
#news-index_pagination button#work-index_next:hover,
#news-index_pagination button#news-index_next:hover,
#work-index_pagination button#work-index_next:hover,
#work-index_pagination button#news-index_next:hover {
  transform: translateX(5px);
}
#news-index_pagination button#work-index_next:focus,
#news-index_pagination button#news-index_next:focus,
#work-index_pagination button#work-index_next:focus,
#work-index_pagination button#news-index_next:focus {
  outline: none;
}
#news-index_pagination .pagination-list,
#work-index_pagination .pagination-list {
  display: inline-block;
  width: 256px;
  height: 28px;
  overflow: hidden;
}
#news-index_pagination .pagination-list .pagination-list_track,
#work-index_pagination .pagination-list .pagination-list_track {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#news-index_pagination .pagination-list .pagination-group,
#work-index_pagination .pagination-list .pagination-group {
  display: block;
  float: left;
  text-align: center;
  width: 256px;
}

.news-index {
  max-width: 1280px;
  margin: auto auto;
  padding-bottom: 32px;
  padding-top: 16px;
}
@media (min-width: 48em) {
  .news-index {
    padding-top: 0;
  }
}
.news-index article {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  opacity: 0;
  padding-bottom: 16px;
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.news-index article a {
  text-decoration: none;
}
.news-index article .ratio-box {
  position: relative;
  z-index: 1;
  width: auto;
  overflow: visible !important;
}
.news-index article .ratio-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
@media (min-width: 48em) {
  .news-index article .ratio-box img {
    width: 100%;
  }
}
.news-index article .ratio-box:after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.news-index article .ratio-box.custom-ratio {
  padding-bottom: 56.25%;
}
@media (min-width: 48em) {
  .news-index article .ratio-box.custom-ratio {
    padding-bottom: 200px;
  }
}
@media (min-width: 64em) {
  .news-index article .ratio-box.custom-ratio {
    padding-bottom: 270px;
  }
}
.news-index article .ratio-box.custom-ratio img {
  height: 100%;
  width: auto;
}
.news-index article header {
  min-height: 0;
  padding: 16px 0 16px 0;
  position: relative;
  border-bottom: 1px solid #E0E0E0;
  -webkit-transition: border-color 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: border-color 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
@media (min-width: 580px) {
  .news-index article header {
    min-height: 210px;
    padding: 16px 0 32px 0;
  }
}
.news-index article header h2,
.news-index article header h3 {
  margin: 0;
  padding: 0;
  color: #000000;
}
.news-index article header h2 {
  margin-top: 8px;
  font-size: 24px;
  font-family: "Montserrat Bold", Arial;
}
@media (min-width: 580px) {
  .news-index article header h2 {
    margin-top: 16px;
  }
}
.news-index article header h3 {
  font-family: "Montserrat Alternates ExtraBold", Arial;
  color: #00ff3d;
  font-size: 16px;
  text-transform: uppercase;
}
.news-index article header span.arrow-right {
  width: auto;
  height: auto;
  display: inline-block;
  margin-top: 16px;
  color: #00ff3d;
  text-decoration: none;
  font-family: "Montserrat SemiBold", Arial;
}
.news-index article header span.arrow-right:before {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.news-index article:hover .ratio-box:after {
  opacity: 1;
}
.news-index article:hover span.arrow-right:before {
  transform: translateX(10px);
}
.news-index article:hover header {
  border-color: rgba(0, 0, 0, 0.3);
}

.news-index.animate article:nth-child(1) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0s;
  opacity: 1;
}
.news-index.animate article:nth-child(2) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.15s;
  opacity: 1;
}
.news-index.animate article:nth-child(3) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.3s;
  opacity: 1;
}
.news-index.animate article:nth-child(4) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.45s;
  opacity: 1;
}
.news-index.animate article:nth-child(5) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.6s;
  opacity: 1;
}
.news-index.animate article:nth-child(6) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.75s;
  opacity: 1;
}
.news-index.animate article:nth-child(7) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.9s;
  opacity: 1;
}
.news-index.animate article:nth-child(8) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 1.05s;
  opacity: 1;
}
.news-index.animate article:nth-child(9) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 1.2s;
  opacity: 1;
}

.work-index .container:after {
  content: "";
  display: table;
  clear: both;
}
.work-index article {
  display: block;
  cursor: pointer;
  width: 100%;
  min-height: calc(30vw - 40px);
  float: left;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
@media (min-width: 48em) {
  .work-index article {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .work-index article {
    width: 33.3333333333%;
  }
}
.work-index article:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  pointer-events: none;
}
.work-index article > a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.work-index article .ratio-box {
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  overflow: hidden !important;
}
@media (min-width: 48em) {
  .work-index article .ratio-box {
    height: 100%;
    width: auto;
  }
}
.work-index article .ratio-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101%;
  height: auto;
}
@media (min-width: 48em) {
  .work-index article .ratio-box img {
    width: auto;
    height: 101%;
  }
}
.work-index article .ratio-box.custom-ratio {
  padding-bottom: 56.5%;
}
@media (min-width: 64em) {
  .work-index article .ratio-box.custom-ratio {
    padding-bottom: calc(30vw - 40px);
  }
}
.work-index article .ratio-box.custom-ratio img {
  height: auto;
  width: 101%;
}
@media (min-width: 48em) {
  .work-index article .ratio-box.custom-ratio img {
    width: 101%;
    height: auto;
  }
}
@media (min-width: 64em) {
  .work-index article .ratio-box.custom-ratio img {
    width: auto;
    height: 101%;
  }
}
.work-index article header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 32px;
  cursor: pointer;
  pointer-events: none;
}
.work-index article header h2,
.work-index article header h3 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
.work-index article header h2 {
  margin-bottom: 16px;
  font-size: 36px;
}
@media (min-width: 48em) {
  .work-index article header h2 {
    font-size: 20px;
  }
}
@media (min-width: 64em) {
  .work-index article header h2 {
    font-size: 36px;
  }
}
.work-index article header h3 {
  font-family: "Montserrat SemiBold", Arial;
  font-size: 16px;
}
.work-index article header p {
  color: #FFFFFF;
}
.work-index article header a {
  opacity: 0;
  width: auto;
  height: auto;
  display: inline-block;
  margin-top: 16px;
  color: #00ff3d;
  text-decoration: none;
  font-family: "Montserrat SemiBold", Arial;
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.work-index article header a:before {
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.work-index article:hover:after {
  opacity: 1;
}
.work-index article:hover a {
  opacity: 1;
  transform: translateY(0px);
}
.work-index article:hover a:before {
  transform: translateX(10px);
}

.work-index.animate article:nth-child(1) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0s;
  opacity: 1;
}
.work-index.animate article:nth-child(2) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.15s;
  opacity: 1;
}
.work-index.animate article:nth-child(3) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.3s;
  opacity: 1;
}
.work-index.animate article:nth-child(4) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.45s;
  opacity: 1;
}
.work-index.animate article:nth-child(5) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.6s;
  opacity: 1;
}
.work-index.animate article:nth-child(6) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.75s;
  opacity: 1;
}
.work-index.animate article:nth-child(7) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 0.9s;
  opacity: 1;
}
.work-index.animate article:nth-child(8) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 1.05s;
  opacity: 1;
}
.work-index.animate article:nth-child(9) {
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  transition-delay: 1.2s;
  opacity: 1;
}

#pre-error-article {
  display: none;
}
@media (min-width: 64em) {
  #pre-error-article {
    display: block;
  }
}

#error-article {
  width: 100%;
}
#error-article:after {
  opacity: 1;
}
@media (min-width: 64em) {
  #error-article {
    width: 33.3333333333%;
  }
}
#error-article h2 {
  font-size: 24px;
}
@media (min-width: 64em) {
  #error-article h2 {
    font-size: 32px;
  }
}
#error-article p {
  line-height: 1.4em;
}

.has-cookie-bar #catapult-cookie-bar {
  opacity: 1;
}

.ctcc-inner {
  max-width: 1440px;
  margin: auto auto;
  text-align: center;
}

.ctcc-left-side {
  display: block;
  width: 50%;
  float: left;
  padding-right: 16px;
  line-height: 1.5em;
}

.ctcc-right-side {
  display: block;
  width: 50%;
  float: left;
}

#catapult-cookie-bar {
  position: fixed;
  top: -80px;
  max-width: 100%;
  overflow: hidden;
  padding: 16px 16px 12px 16px;
  color: #000000;
  font-size: 18px;
  background-color: #00ff3d;
  opacity: 0;
  width: 414px;
  left: 0px;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0.3s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0.3s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#catapult-cookie-bar a {
  color: #000000;
}
#catapult-cookie-bar h3 {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 18px;
  font-family: "Montserrat Bold", Arial;
  padding-bottom: 8px;
  display: none;
}
#catapult-cookie-bar span {
  font-size: 13px;
  font-family: "Montserrat Regular", Arial;
}
@media (min-width: 580px) {
  #catapult-cookie-bar span {
    font-size: 14px;
  }
}
#catapult-cookie-bar button {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  background: none;
  display: block;
  float: right;
  padding: 8px 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  border: 2px solid #000000;
  font-family: "Montserrat Bold", Arial;
}
#catapult-cookie-bar button:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.has-cookie-bar #catapult-cookie-bar {
  opacity: 1;
  left: 0;
  background-color: #00ff3d;
  width: 414px;
  top: 70px;
}
@media (min-width: 48em) {
  .has-cookie-bar #catapult-cookie-bar {
    top: 80px;
  }
}
.has-cookie-bar #catapult-cookie-bar h3, .has-cookie-bar #catapult-cookie-bar span, .has-cookie-bar #catapult-cookie-bar button, .has-cookie-bar #catapult-cookie-bar a {
  color: #000000;
}
.has-cookie-bar #catapult-cookie-bar button {
  color: #000000;
}
.has-cookie-bar #catapult-cookie-bar button:hover {
  color: #FFFFFF;
  background-color: #000000;
}

#burger-menu {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 3px;
  right: -8px;
}
@media (min-width: 25.875em) {
  #burger-menu {
    top: 8px;
    right: 8px;
  }
}
#burger-menu span {
  display: none;
}
#burger-menu:after, #burger-menu:before {
  display: block;
  position: absolute;
  height: 3px;
  width: calc(100% - 32px);
  background-color: #FFFFFF;
  content: "";
  left: 8px;
  top: 36px;
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#burger-menu:after {
  top: 26px;
}
#burger-menu:hover {
  cursor: pointer;
}
#burger-menu:hover:after, #burger-menu:hover:before {
  background-color: #00ff3d;
}
#burger-menu:hover:after {
  transform: translateY(-3px);
}
#burger-menu:hover:before {
  transform: translateY(3px);
}

#header {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 70px;
  overflow: hidden;
  z-index: 100;
  position: fixed;
  color: #FFFFFF;
  background-color: #000000;
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
@media (min-width: 48em) {
  #header {
    height: 80px;
  }
}
@media (min-width: 64em) {
  #header {
    width: 414px;
  }
}
#header strong {
  display: inline-block;
  padding: 24px 32px 0 32px;
}
#header #social-links {
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#header #main-nav {
  display: block;
  width: 100%;
  background: #000000;
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#header #main-nav .menu-item-has-children > a {
  pointer-events: none;
}
@media (min-width: 580px) {
  #header #main-nav {
    width: 50%;
  }
}
@media (min-width: 64em) {
  #header #main-nav {
    width: 100%;
  }
}
#header #main-nav ul#menu-main-menu {
  border-top: 1px solid black;
  padding: 0;
  list-style: none;
  margin: 16px 16px 0 16px;
}
@media (min-width: 25.875em) {
  #header #main-nav ul#menu-main-menu {
    margin: 32px 32px 0 32px;
  }
}
#header #main-nav ul#menu-main-menu li {
  margin: 0;
  padding: 16px 0 16px 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header #main-nav ul#menu-main-menu li a {
  position: relative;
  font-family: "Montserrat Regular";
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  color: #000000;
  font-size: 16px;
  -webkit-transition: all 0.15s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.15s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#header #main-nav ul#menu-main-menu li a:hover {
  padding-left: 10px;
}
#header #main-nav ul#menu-main-menu li:nth-child(0), #header #main-nav ul#menu-main-menu li:nth-child(1), #header #main-nav ul#menu-main-menu li:nth-child(2), #header #main-nav ul#menu-main-menu li:nth-child(3), #header #main-nav ul#menu-main-menu li:nth-child(4), #header #main-nav ul#menu-main-menu li:nth-child(5), #header #main-nav ul#menu-main-menu li:nth-child(6), #header #main-nav ul#menu-main-menu li:nth-child(7) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#header #main-nav ul#menu-main-menu > li {
  border-bottom: 1px solid #000000;
}
#header #main-nav ul#menu-main-menu > li > a {
  text-transform: uppercase;
  font-family: "Montserrat Bold";
}
#header #main-nav ul#menu-main-menu ul {
  margin: 0;
  list-style: none;
}
#header #main-nav ul#menu-main-menu ul li {
  padding: 8px 0px 0px 0px;
}

.menu-open #header {
  height: 100vh;
  background-color: #00ff3d;
}
@media (min-width: 580px) {
  .menu-open #header {
    height: 630px;
  }
}
.menu-open #header #main-nav {
  background-color: #00ff3d;
}
.menu-open #header #main-nav ul#menu-main-menu li {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.menu-open #header #main-nav ul#menu-main-menu li:nth-child(0) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.menu-open #header #main-nav ul#menu-main-menu li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.menu-open #header #main-nav ul#menu-main-menu li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu-open #header #main-nav ul#menu-main-menu li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.menu-open #header #main-nav ul#menu-main-menu li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.menu-open #header #main-nav ul#menu-main-menu li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.menu-open #header #main-nav ul#menu-main-menu li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.menu-open #header #main-nav ul#menu-main-menu li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.menu-open #header #social-links {
  -webkit-transform-origin: center top;
  transform-origin: center top;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0.9s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0.9s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.menu-open #header #burger-menu:after, .menu-open #header #burger-menu:before {
  background-color: #000000;
}
.menu-open #header #burger-menu:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 30px;
}
.menu-open #header #burger-menu:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 30px;
}

.menu-open #menu-underlay {
  left: 0;
}

#menu-underlay {
  background-color: #000000;
  opacity: 0.5;
  display: block;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  z-index: 99;
}

#header:after {
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: opacity 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.loading #header:after {
  display: block;
  opacity: 0.95;
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  background-color: #00ff3d;
  bottom: 1px;
  left: 0;
  -webkit-animation: progressWidth 3s infinite;
  animation: progressWidth 3s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes progressWidth {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressWidth {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
#footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 16px;
  padding-top: 20px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.3em;
}
@media (min-width: 48em) {
  #footer {
    padding: 30px 40px 20px 40px;
  }
}
@media only screen and (min-width: 1760px) {
  #footer {
    padding: 40px auto 20px auto;
  }
}
#footer .grid {
  padding: 0;
}
#footer li a {
  color: white;
  font-family: "Montserrat Regular", Arial;
}
#footer li a:hover {
  text-decoration: underline;
}
#footer .footer-nav {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 32px;
  margin-bottom: 16px;
  font-size: 13px;
  font-family: "Montserrat SemiBold", Arial;
  line-height: 2em;
}
#footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 64em) {
  #footer ul {
    float: right;
  }
}
#footer ul li {
  line-height: 2em;
  display: inline-block;
  margin-right: 32px;
}
#footer ul li:last-child {
  margin-right: 0;
}
#footer a {
  cursor: pointer;
  color: #000000;
  border-bottom: 0.125em solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#footer a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#footer .col-4 > p {
  margin-top: 0;
  line-height: 1.3em;
  margin-bottom: 1em;
}
#footer p {
  margin-bottom: 0;
}
#footer nav {
  letter-spacing: 0.02em;
  font-size: 22px;
  line-height: 1.3em;
}
#footer nav a {
  color: #d7d2cb;
  cursor: pointer;
  border-bottom: 0.125em solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#footer nav a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s; /* Chrome 1-25, Safari 3.2+ */
  transition: all 0.3s ease 0s; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
#footer .privacy-link {
  margin-bottom: 0;
}
#footer .copyright {
  margin-top: 0.5em;
}

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