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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* ----- Custom Reset styles ------ */
*,
*:before,
*:after {
  box-sizing: border-box;
}

img,
svg,
video {
  max-width: 100%;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
}

b,
strong {
  font-weight: bold;
}

iframe {
  border: none;
}

/*
input[type=text],
input[type=search],
input[type=button],
input[type=password] {
	padding: 0;
	border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

sup {
	font-size: 75%;
	vertical-align: super
}
*/
/* ----- VARIABLES ----------------------------------------------- */
/* ----- Colours ----- */
/* ----- Fonts ----- */
/* ----- Break points ----- */
/* ----- Grid ----- */
/* ----- CSS easing ----- */
/* ----- MIXINS -------------------------------------------------- */
/* -- Cross icon for Industries and Technical accordions ----- */
/* ----- FUNCTIONS ----- */
/* ----- FONTS --------------------------------------------------- */
@font-face {
  font-family: "ABBVoice";
  font-weight: 200;
  src: url("../fonts/ABBvoice_W_Lt.woff2") format("woff2");
}
@font-face {
  font-family: "ABBVoice";
  font-weight: 400;
  src: url("../fonts/ABBvoice_W_Rg.woff2") format("woff2");
}
@font-face {
  font-family: "ABBVoice";
  font-weight: 500;
  src: url("../fonts/ABBvoice_W_Md.woff2") format("woff2");
}
@font-face {
  font-family: "ABBVoice";
  font-weight: bold;
  src: url("../fonts/ABBvoice_W_Bd.woff2") format("woff2");
}
/* 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;
}

/* ----- GLOBAL -------------------------------------------------- */
body {
  background-color: white;
  color: black;
  font-family: "ABBVoice", sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

a {
  color: inherit;
  text-decoration: none;
}
b {
  font-weight: bold;
}

sup {
  font-size: 0.625rem;
  vertical-align: super;
}

/* ----- Utility Classes ----- */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 667px) {
  .mobile-full-width {
    width: auto !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 667px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (min-width: 668px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 667px) {
  .mobile-centre-text {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .desktop-hide {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}

.constrained {
  box-sizing: content-box;
  max-width: 1000px;
  margin: 0 auto;
}
.constrained--medium {
  max-width: 780px;
}
.constrained--small {
  max-width: 660px;
}
@media (max-width: 667px) {
  .constrained {
    padding-left: 20px;
    padding-right: 20px;
  }
  .constrained .constrained {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* ----- Typography ----- */
h1,
h2 {
  margin-bottom: 1em;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.1;
}
@media (min-width: 668px) and (max-width: 1024px) {
  h1,
h2 {
    font-size: 3rem;
  }
}
@media (max-width: 667px) {
  h1,
h2 {
    font-size: 1.5rem;
  }
}

h1 {
  position: relative;
}
h1:before {
  display: block;
  width: 60px;
  height: 7px;
  margin-bottom: 25px;
  background-color: #FF000D;
  content: "";
}
@media (max-width: 667px) {
  h1:before {
    width: 40px;
    height: 4px;
  }
}

@media (min-width: 668px) {
  h2 {
    text-align: center;
  }
}

p {
  margin-bottom: 1em;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (min-width: 668px) and (max-width: 1024px) {
  p {
    font-size: 1.125rem;
  }
}
@media (max-width: 667px) {
  p {
    font-size: 1rem;
  }
}

/* ------ Global UI Elements ----- */
.button {
  display: inline-block;
  padding: 15px 30px;
  background: #FF000D;
  border: none;
  border-radius: 50px;
  color: white;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 668px) {
  .button {
    min-height: 50px;
    font-size: 1.25rem;
  }
}
@media (max-width: 667px) {
  .button {
    font-size: 1rem;
    text-align: center;
  }
}

.cta {
  padding: 28px 40px;
  border: 3px solid #DDDDDD;
  border-radius: 10px;
}
@media (max-width: 667px) {
  .cta {
    padding: 28px 24px;
  }
}
.cta p {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.25;
}
@media (max-width: 667px) {
  .cta p {
    font-size: 1.25rem;
  }
  .cta p:last-of-type {
    margin-bottom: 1em;
  }
}
@media (min-width: 668px) {
  .cta p {
    font-size: 1.5rem;
  }
}
@media (min-width: 668px) {
  .cta {
    display: flex;
    justify-content: space-between;
  }
}

/* ----- Master Page ---- */
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  padding: 0 40px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .site-header {
    height: 100px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  .site-header:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
    content: "";
    pointer-events: none;
    z-index: 1;
  }
}
@media (min-width: 1025px) {
  .site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    content: "";
    opacity: 0.5;
    transition: all 0.3s ease;
    z-index: -1;
  }
  .site-header.is-solid-background:before {
    opacity: 1;
  }
}
.site-header .logo-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .site-header .logo-wrapper {
    position: absolute;
    left: 20px;
    top: 18px;
    z-index: 1;
  }
}
.site-header .logo-wrapper .site-name {
  max-width: 170px;
  margin-left: 25px;
  line-height: 1.1;
}
.site-header .logo-wrapper .site-name .sector-name {
  display: block;
}
@media (max-width: 667px) {
  .site-header .logo-wrapper .site-name {
    max-width: 150px;
  }
}
@media (max-width: 320px) {
  .site-header .logo-wrapper .site-name {
    margin-left: 15px;
  }
}

.primary-nav {
  text-align: right;
}
@media (max-width: 1024px) {
  .primary-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 10vh 50px 0;
    background-color: white;
    font-weight: 200;
    opacity: 0;
    overflow-x: auto;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .primary-nav a {
    display: block;
    padding: 10px 0;
  }
  .primary-nav > ul > li {
    margin-bottom: 20px;
  }
  .primary-nav > ul {
    transform: translateX(50px);
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .primary-nav > ul ul {
    font-size: 65%;
  }
}
@media (min-width: 668px) and (max-width: 1024px) {
  .primary-nav {
    font-size: 2.25rem;
  }
}
@media (max-width: 667px) {
  .primary-nav {
    font-size: 1.75rem;
  }
}
@media (max-width: 320px) {
  .primary-nav {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1025px) {
  .primary-nav li {
    display: inline-block;
    margin-left: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .primary-nav li {
    margin-left: 1.4vw;
    font-size: 1.4vw;
  }
}
@media (max-width: 1024px) {
  .primary-nav li {
    display: block;
  }
}
.primary-nav li a:not(.button-link):hover {
  color: #FF000D;
}
@media (min-width: 1025px) {
  .primary-nav li a:not(.button-link).is-active {
    color: #FF000D;
  }
}

@media (max-width: 1024px) {
  .nav-is-active {
    overflow: hidden;
  }
  .nav-is-active body {
    overflow: hidden;
  }
  .nav-is-active .site-header .logo-wrapper .site-name {
    opacity: 1;
  }
  .nav-is-active .primary-nav {
    opacity: 1;
    visibility: visible;
  }
  .nav-is-active .primary-nav ul {
    transform: translateX(0);
  }
  .nav-is-active .nav-toggle .icon-burger {
    background-color: transparent;
  }
  .nav-is-active .nav-toggle .icon-burger::before {
    transform: translateY(0) rotate(45deg);
  }
  .nav-is-active .nav-toggle .icon-burger::after {
    transform: translateY(0) rotate(-45deg);
  }
}
.button-link {
  display: block;
  padding: 12px 20px;
  background-color: #868686;
  border-radius: 40px;
  color: white;
}
.button-link:hover {
  background-color: #6d6d6d;
}

.nav-toggle {
  position: absolute;
  top: 7px;
  right: 11px;
  width: 60px;
  height: 55px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 1025px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle .icon-burger {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: 32px;
  height: 3px;
  background-color: #8C8C8C;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 10;
}
.nav-toggle .icon-burger::before, .nav-toggle .icon-burger::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #8C8C8C;
  content: "";
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.nav-toggle .icon-burger::before {
  transform: translateY(-11px) rotate(0deg);
}
.nav-toggle .icon-burger::after {
  transform: translateY(11px) rotate(0deg);
}

.site-footer {
  padding: 25px 40px;
  background-color: #8C8C8C;
  color: white;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media (min-width: 668px) {
  .site-footer .constrained {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
@media (max-width: 667px) {
  .site-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .site-footer .copyright {
    margin-top: 1.875rem;
  }
}
.site-footer h2 {
  color: #BEBEBE;
  font-size: 0.625rem;
  font-weight: bold;
  text-transform: uppercase;
}
.site-footer a:hover {
  text-decoration: underline;
}

/* ----- SECTION-SPECIFIC ---------------------------------------- */
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.75rem;
  background: #BBADAE url(../images/hero.jpg) center center no-repeat;
  background-size: cover;
  /*
      @media(min-width: $desktop-min-width) and (max-width: 1439px) {
          height: 44vw;
      }

  	@media(min-width: 1440px) {
  		height: 34vw;
  	}
  */
}
@media (min-width: 668px) and (max-width: 1024px) {
  .hero {
    height: 54vw;
  }
}
@media (min-width: 1025px) {
  .hero {
    height: 38vw;
  }
}
@media (min-width: 1800px) {
  .hero {
    height: 30vw;
  }
}
@media (max-width: 667px) {
  .hero {
    margin-bottom: 3.125rem;
    padding-top: 81.3333333333%;
    background-image: url(../images/hero-mobile.jpg);
  }
}

/* ----- About ----- */
.section-about {
  margin-bottom: 4.375rem;
}
@media (max-width: 667px) {
  .section-about {
    margin-bottom: 3.125rem;
  }
}
.section-about .cta {
  margin-top: 3.125rem;
}

/* ----- Explore ----- */
.responsive-iframe-wrapper {
  position: relative;
}
@media (min-width: 668px) {
  .responsive-iframe-wrapper {
    padding-top: 56.25%;
    overflow: hidden;
  }
}
@media (max-width: 667px) {
  .responsive-iframe-wrapper {
    height: 90vw;
    min-height: 600px;
    overflow: scroll;
  }
}
.responsive-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---- Pre-footer ----- */
.section-pre-footer {
  padding: 60px 0;
}

/* ----- Benefits ----- */
@media (min-width: 668px) {
  .benefits-listing {
    display: flex;
  }
  .benefits-listing li {
    margin: 0 10px;
  }
}

.benefit-card {
  padding: 15px;
  background-color: white;
  border: 4px solid #eee;
  border-radius: 10px;
}

.slick-dots button {
  width: 8px;
  height: 8px;
  border: 4px solid blue;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
}

/* ----- Phone doofer test (TEMP) ----- */
#mobile-explore-test {
  overflow: hidden;
}
#mobile-explore-test .site-header {
  position: relative;
  height: 70px;
}
#mobile-explore-test iframe {
  width: 100%;
  height: calc(100vh - 70px);
}