@charset "UTF-8";
/*
Auckland Airport Annual Report 2018 / for Bootstrap 4
Compiled from SCSS
Developers: TJ

COLOUR PALETTE
======================================================
#5f2650 / rgb(95,38,80)			C1 / Purple
#02a2e3 / rgb(2,162,227)		C2 / Blue
#de5139 / rgb(222,81,57)		C3 / Peach
#333333 / rgb(51,51,51)			Text Base / Dark Grey

LINK STANDARDS
Text lightens 20% on hover
Backgrounds lightens 10% on hover, darkens 10% on active

*/
/*
BASE STYLES
======================================================
*/
html {
  /*font-size: 18px;*/ }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: normal;
  color: #333;
  background: #fff; }

header, footer, nav, main, section, aside {
  position: relative; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
  color: #5f2650; }

label, .btn {
  /*text-transform: uppercase;*/ }

h1, .h1 {
  font-size: 3rem; }
h3.text-white{color:#fff;}
h4, .h4 {
	font-size: 1.3rem;
    font-weight: 500;
    line-height: 2rem;
    margin-bottom: 1rem;
}
h4.text-grey{color:#969696;}

h5, .h5 {
  font-size: 1rem;
  font-style: italic;
  color: inherit; }

h6, .h6 {
  font-size: 0.65rem; }

.content h2 {
  margin-bottom: 2rem; }

.content h3 {
  margin-bottom: 1.5rem; }

.content p ~ h2, .content ul ~ h2, .content ol ~ h2, .content blockquote ~ h2, .content table ~ h2, .content hr ~ h2, .content iframe ~ h2, .content embed ~ h2, .content div ~ h2,
.content p ~ h3, .content ul ~ h3, .content ol ~ h3, .content blockquote ~ h3, .content table ~ h3, .content hr ~ h3, .content iframe ~ h3, .content embed ~ h3, .content div ~ h3,
.content p ~ h4, .content ul ~ h4, .content ol ~ h4, .content blockquote ~ h4, .content table ~ h4, .content hr ~ h4, .content iframe ~ h4, .content embed ~ h4, .content div ~ h4,
.content p ~ h5, .content ul ~ h5, .content ol ~ h5, .content blockquote ~ h5, .content table ~ h5, .content hr ~ h5, .content iframe ~ h5, .content embed ~ h5, .content div ~ h5,
.content p ~ h6, .content ul ~ h6, .content ol ~ h6, .content blockquote ~ h6, .content table ~ h6, .content hr ~ h6, .content iframe ~ h6, .content embed ~ h6, .content div ~ h6 {
  margin-top: 2rem; }


a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none; }

a:hover, a:focus,
.a:hover, .a:focus {
  color: inherit; }

.content a {
  color: #de5139; }

.a {
  cursor: pointer; }

b, strong {
  font-weight: bold; }

img {
  max-width: 100%;
  height: auto; }

label, .btn {
  font-size: 0.8rem;
  color: inherit;
  border: none;
  border-radius: 0; }

h1 span.on-dark-purple{color:#75456b;}
p.caption {
	margin:1rem 0;
	font-size:0.85rem;
}

.bg-image .content p.text-white a, 
p.text-white a {
	text-decoration:underline;
	color:#fff;
}

/*
HEADER
======================================================
*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2020;
  transition: background-color 0.3s ease; }

.js--nav-open .menu-open,
.menu-close {
  display: none; }

.js--nav-open .menu-close {
  display: inline; }

.site-header .logo svg {
  width: 32px;
  height: 32px;
  fill: #000;
  transition: fill 0.1s ease; }

.site-header .logo.light svg {
  fill: #fff; }

.site-header .logo.dark svg {
  fill: #000; }

.js--nav-open .site-header .logo svg,
.js--nav-animating .site-header .logo svg {
  fill: #fff !important; }

.menu-toggle .action-icon {
  margin: 0 auto;
  width: 26px;
  height: 19px; }

.menu-toggle .action-icon .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: transform 0.1s ease, background-color 0.1s ease; }

.menu-toggle .action-icon .line-1 {
  top: 0;
  transform-origin: left top; }

.menu-toggle .action-icon .line-2 {
  top: calc(50% - 1.5px);
  transform-origin: center center; }

.menu-toggle .action-icon .line-3 {
  bottom: 0;
  transform-origin: left bottom; }

.menu-toggle .action-label {
  display: none;
  font-size: 0.6rem; }

.js--nav-open .menu-toggle .action-icon .line,
.js--nav-animating .menu-toggle .action-icon .line {
  background-color: #fff; }

.js--nav-open .menu-toggle .action-icon .line-1 {
  transform: translate3d(13%, 0, 0) rotate(39deg); }

.js--nav-open .menu-toggle .action-icon .line-2 {
  transform: scaleX(0); }

.js--nav-open .menu-toggle .action-icon .line-3 {
  transform: translate3d(13%, 0, 0) rotate(-39deg); }

.js--nav-open .site-header .scroll-down,
.js--nav-animating .site-header .scroll-down,
.js--nav-open .site-header .scroll-top,
.js--nav-animating .site-header .scroll-top,
.js--scrolled-bottom .site-header .scroll-down {
  display: none !important; }

.site-header .scroll-top {
  display: none; }

.js--scrolled-bottom .site-header .scroll-top {
  display: block; }

/*
NAVIGATION
======================================================
*/
.site-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  z-index: 2000; }

.js--nav-animating .site-nav,
.js--nav-open .site-nav {
  display: block;
  width: 100%; }

.js--nav-open .site-nav {
  overflow-y: auto; }

.site-nav .content {
  width: 100%;
  min-height: 100%;
  background-color: #333;
  z-index: 2010;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s ease; }

.js--nav-open .site-nav .content {
  transform: translate3d(0, 0, 0); }

.site-nav .content li {
  width: 100%;
  text-align: center; }

.site-nav .content li:not(:last-child) {
  border-bottom: 1px solid #262626; }

.site-nav .content li a {
  display: block;
  padding: 1.25rem 0;
  width: 100%;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none !important;
  white-space: nowrap; }
  .site-nav .content li a:hover, .site-nav .content li a:focus, .site-nav .content li a:active {
    background-color: rgba(0, 0, 0, 0.2); }

.section-nav a {
  color: #5f2650; }
  .section-nav a:hover, .section-nav a:focus {
    color: #a8438d; }

.content-nav li {
  margin: 0.5rem 0; }

.content-nav a {
  display: block;
  position: relative;
  padding: 0.25rem 1rem 0.25rem 0;
  font-weight: bold;
  color: #5f2650;
  text-decoration: none !important; }
  .content-nav a:visited, .content-nav a:active {
    color: #5f2650; }
  .content-nav a:hover, .content-nav a:focus {
    color: #a8438d; }

.content-nav a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background: url(../images/small-purple-arrow.svg) left center no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateX(-1.5rem) rotate(180deg);
  transition: opacity 0.3s ease, transform 0.3s ease; }

.content-nav a.active:after {
  opacity: 1;
  transform: translateX(0) rotate(180deg); }

/*
HOME PAGE
======================================================
*/
.home-splash .logo {
  width: 300px;
  max-width: 100%; }

.home-splash .site-title {
  font-size: 1.5rem; }

.home-splash .tagline {
  font-size: 2.5rem;
  line-height: 4.5rem; }

.home-graphs .fix-aspect {
  margin: 0 auto;
  height: 100vh;
  width: calc(100vh * 1.777777); }

.home-graphs .graphs-map {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5); }

.home-graphs .graphs-overlay {
  opacity: 0; }

.home-graphs .overlay-reveal {
  height: 0;
  overflow: hidden; }

.home-graphs .overlay-reveal .reveal-image {
  top: 0; }

.home-timeline .item-group {
  position: relative;
  padding-top: 3rem; }

.modal-fs .home-timeline .item-group {
  padding-top: 1.5rem; }

.home-timeline .item-group:before {
  content: '';
  position: absolute;
  top: calc(50% + 1.5rem - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  z-index: 2; }

.modal-fs .home-timeline .item-group:before {
  top: calc(50% + 0.75rem - 1px); }

.home-timeline .item-group.group-c1:before {
  background-color: #5f2650; }

.home-timeline .group-title {
  position: absolute;
  left: calc(3rem + 15px);
  top: 2rem; }

.modal-fs .home-timeline .group-title {
  top: 1.5rem;
  left: 1.5rem; }

.home-timeline .item {
  position: relative;
  float: left;
  padding: 2.5rem 0;
  width: 160px;
  height: 100%; }

.home-timeline .item:not(.spacer):before {
  content: '';
  position: absolute;
  left: calc(50% - 1px);
  width: 2px;
  height: 38%;
  background-color: #ccc; }

.home-timeline .item.up:before {
  top: 3.5rem; }

.home-timeline .item.down:before {
  bottom: 3.5rem; }

.home-timeline .item.up {
  align-items: flex-start !important; }

.home-timeline .item.down {
  align-items: flex-end !important; }

.home-timeline .item .circle {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 0 1rem #fff;
  background-color: #ccc;
  border-radius: 50%;
  z-index: 1; }

.home-timeline .group-c1 .item .circle {
  background-color: #5f2650; }

.home-timeline .item.sm .circle {
  margin-left: -1rem;
  margin-top: -1rem;
  width: 2rem;
  height: 2rem; }

.home-timeline .item.md .circle {
  margin-left: -2rem;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem; }

.home-timeline .item.lg .circle {
  margin-left: -3rem;
  margin-top: -3rem;
  width: 6rem;
  height: 6rem; }
  
.home-timeline .item.ml .circle {
  margin-left: -1.5rem;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem; }

.home-timeline .item .label {
  display: block;
  padding: 1rem 0.75rem;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.1rem;
  text-align: center;
  background-color: #fff;
  z-index: 3; }

.feature-panel .gutter-pad {
  padding-right: 15px;
  padding-left: 15px; }

.feature-panel .feature-heading img {
  height: 50px; }

.feature-panel .feature-heading-rotated img {
  width: 100px; }

.feature-panel .slide-actions {
  top: 0;
  z-index: 1; }

.feature-panel .slider.off-screen-left .slide-actions {
  right: 0; }

.feature-panel .slide-arrow {
  position: absolute;
  top: 42%;
  width: 50px;
  height: 16%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer; }

.feature-panel .slide-arrow.slide-prev {
  left: 1rem;
  background-image: url(../images/carousel-left.svg);
  background-position: left center; }

.feature-panel .slide-arrow.slide-next {
  right: 1rem;
  background-image: url(../images/carousel-right.svg);
  background-position: right center; }

.feature-panel .slide .caption {
  margin-top: 1rem;
  margin-left: 15px;
  padding-right: 15px;
  font-size: 0.9rem;
  opacity: 0;
  transition: opacity 0.3s ease; }

.feature-panel .slider.off-screen-right .slide.slick-current .caption,
.feature-panel .slider.off-screen-left .slick-active .caption {
  opacity: 1; }

.modal-fs {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 3000;
  transition: opacity 0.3s ease; }

.js--modal-animating .modal-fs,
.js--modal-open .modal-fs {
  display: block; }

.js--modal-open .modal-fs {
  opacity: 1; }

.modal-fs .modal-section {
  display: none; }

.modal-fs .modal-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 3001; }

.drag-icon {
  position: absolute;
  left: 50%;
  bottom: -4rem;
  padding:  26px 50px;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  opacity: 1;
  pointer-events: none;
  z-index: 3002;
  transform: translateX(-50%);
  transition: opacity 0.3s ease; }

.modal-fs .drag-icon {
  left: 50%;
  bottom: 20%;
  padding: 20px;
  width: 104px;
  height: 104px;
  z-index: 3002; }

.js--hide-drag-icon .drag-icon {
  opacity: 0; }

/*
GENERAL CONTENT
======================================================
*/
body.template-plain {
  background-color: #f2f2f2; }

main {
  width: 100%;
  overflow-x: hidden; }

.js--nav-open main,
.js--modal-open main {
  position: fixed;
  left: 0;
  right: 0;
  overflow-y: auto; }

.page-title {
  line-height: 1; }

.template-general .page-title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.content-offset {
  position: relative; }

.breadcrumbs {
  font-size: 0.8rem; }

.content-stack section:not(:last-child) {
  margin-bottom: 3rem; }

.stat-block {
  margin-bottom: 2rem; }

.stat-block.has-arrow-up {
  position: relative;
  padding-left: 55px; }
  .stat-block.has-arrow-up:before {
    content: '';
    position: absolute;
    top: 5%;
    left: 0;
    width: 40px;
    height: 90%;
    background: url(../images/large-blue-arrow.svg) center top no-repeat;
    background-size: cover; }

.stat-block .stat,
.stat-block .desc {
  display: block;
}

.stat-block .stat {
  margin-bottom: 0.5rem;
  font-size: 3rem;
  line-height: 1; 
    font-weight: bold; 
    }

.stat-block .desc {
  line-height: 1.2; }

ul.color-bullets {
  list-style: none; }
  ul.color-bullets li {
    position: relative; }
  ul.color-bullets li:before {
    content: '';
    position: absolute;
    top: 0.45rem;
    left: -1rem;
    width: 0.5rem;
    height: 0.5rem;
    vertical-align: 0.1rem;
    border-radius: 50%; }
  ul.color-bullets.bullet-c1 li:before {
    background-color: #5f2650; }
  ul.color-bullets.bullet-c2 li:before {
    background-color: #02a2e3; }
  ul.color-bullets.bullet-c3 li:before {
    background-color: #de5139; }

.performance-infographic {
  margin-top: -4rem; }

.performance-infographic .h-split {
  margin: 3rem 0;
  height: 4px;
  background-color: #fff; }

.performance-infographic .v-split-right {
  border-right: 1px solid #5f2650; }

.number-img .number {
  position: absolute;
  top: -5%;
  left: 5%;
  width: 20%; }

.spade-box .spade {
  position: absolute;
  right: 0.5rem;
  top: 5%;
  height: 80%;
  width: auto; }
  
.page-strategy .caption-block-half,
.page-strategy .caption-block {
  font-size: 0.9rem;
  border-bottom: 1px solid #ccc; }


.page-strategy .caption-block-half ol li,
.page-strategy .caption-block ol li {
  list-style: none;
  counter-increment: step; }

.page-strategy .caption-block-half ol li:before,
.page-strategy .caption-block ol li:before {
  content: counter(step,upper-alpha) ".";
  display: inline-block;
  width: 1.2rem;
  font-weight: bold; }

.page-strategy .caption-block-half{border:0px !important;}


.slider-container {
  overflow: hidden; }

.slider-container .slide {
  position: relative;
  float: left; }

.slide-dots {
  position: absolute;
  bottom: 0.8rem;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slide-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 0;
  cursor: pointer; }

.slide-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slide-dots li button:hover,
.slide-dots li button:focus {
  outline: none; }

.slide-dots li button:hover:before,
.slide-dots li button:focus:before {
  opacity: 1; }

.slide-dots li button:before {
  font-size: 2rem;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1 !important;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slide-dots li.slick-active button:before {
  color: #de5139; }

.btn {
  padding: 0.75rem 1.5rem;
  min-width: 200px;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 3rem;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2) !important;
  outline: none !important; }

.btn-primary {
  background-color: #5f2650; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #83356f !important; }
  .btn-primary:active {
    background-color: #3b1731 !important; }
    
.btn-secondary {
  background-color: #DC523F; }
  .btn-secondary:hover, .btn-primary:focus {
    background-color: #df6050 !important; }
  .btn-secondary:active {
    background-color: #e27263 !important; }



/*
FOOTER
======================================================
*/
/*
OO & UTILITY STYLES
======================================================
*/
.text-default {
  color: #333 !important; }

.text-black {
  color: #000 !important; }

.text-white {
  color: #fff !important; }

.text-c1 {
  color: #5f2650 !important; }

.text-c2 {
  color: #02a2e3 !important; }

.text-c3 {
  color: #de5139 !important; }

.bg-black {
  background: #000 !important; }

.bg-grey-dark {
  background: #333 !important; }

.bg-grey-darker {
  background: #262626 !important; }

.bg-grey-light {
  background: #f2f2f2 !important; }

.bg-off-white{
background: #f9f9f9 !important; }
.bg-white {
  background: #fff !important; }

.bg-c1 {
  background: #5f2650 !important; }

.bg-c2 {
  background: #02a2e3 !important; }

.bg-c3 {
  background: #de5139 !important; }

.bg-c3-faded {
  background: rgba(222, 81, 57, 0.1) !important; }

.mb-gutter {
  margin-bottom: 30px; }

.mt-gutter {
  margin-top: 30px; }

.my-gutter {
  margin-top: 30px;
  margin-bottom: 30px; }

.bg-image {
  background-color: #ccc;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-image.transparent {
  background-color: transparent !important; }

.h-fs {
  height: 100vh !important; }

.h-minfs {
  min-height: 100vh !important; }

.overflow-hidden {
  overflow: hidden; }

.lh-1 {
  line-height: 1; }

p.size-lg {
  font-size: 1.5rem; }

p.size-xl {
  font-size: 2.8rem; }

p.size-xxl {
  font-size: 5rem; }

.list-spread li:not(:last-child) {
  margin-bottom: 0.75rem; }

.homepagetext{
	font-size:1.4rem;
	line-height:1.7rem
}

/*
RESPONSIVE / MEDIA QUERIES
======================================================
*/
/* XS & SM ONLY (mobile, up to 767px) */
@media all and (max-width: 767px) {
  .site-header .scroll-down,
  .site-header .scroll-top {
    display: none !important; }

  .home-graphs .graphs-overlay {
    opacity: 1 !important; }

  .page-home .js--sm-parallax {
    transform: none !important; }

  .page-home .scrollmagic-pin-spacer {
    padding: 0 !important; }

  .feature-panel .slider {
    width: 576px;
    max-width: 100%; }

  .content-stack section {
    display: block !important; }

  .hide-mobile {
    display: none !important; } }
/* SM: Small devices (landscape phones, 576px and up) */
@media all and (min-width: 576px) {
  .site-nav .content li a {
    font-size: 1.25rem; }

  .home-splash .site-title {
    font-size: 2rem; }

  .home-splash .tagline {
    font-size: 3rem; }

  .feature-panel .slider-container {
    padding: 0 15px; }

  .feature-panel .slide .caption {
    margin-left: 0; }

  .performance-infographic {
    margin-top: -7rem; } }
/* MD: Medium devices (tablets, 768px and up) */
@media all and (min-width: 768px) {
  .site-header {
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    min-height: 100vh;
    color: #fff;
    background-color: #333; }

  .js--nav-open .site-header,
  .js--nav-animating .site-header {
    background-color: #404040; }

  .site-header .logo svg {
    width: 38px;
    height: 38px;
    fill: #fff !important; }

  .menu-toggle .action-icon {
    width: 32px;
    height: 22px; }

  .menu-toggle .action-icon .line {
    background-color: #fff; }

  .menu-toggle .action-icon .line-2 {
    top: calc(50% - 1.5px); }

  .menu-toggle .action-label {
    display: block; }

  .site-nav .content li a {
    font-size: 2rem; }

  .home-splash .js--sm-parallax {
    position: relative;
    top: -50%; }

  .home-graphs {
    height: 200vh; }

  .home-graphs .js--sm-pin {
    position: relative;
    top: -25%; }

  .feature-panel .slider-container {
    padding: 0;
    overflow-x: hidden; }

  .feature-panel .slider {
    width: 170%; }

  .feature-panel .slider.off-screen-left {
    float: left;
    margin-left: -80%; }

  .feature-panel .slider.off-screen-right {
    float: right;
    margin-right: -80%; }

  .feature-panel .slider.off-screen-left .slide {
    padding-left: 2rem; }

  .feature-panel .slider.off-screen-right .slide {
    padding-right: 2rem; }

  .feature-panel .slide .caption {
    margin-top: 1.25rem;
    padding-right: 0;
    width: 60%; }

  .slide-dots {
    bottom: -2.5rem;
    text-align: right; }

  .slide-dots li {
    margin: 0 0px; }
    .slide-dots li:last-child {
      margin-right: -2px; }

  .performance-infographic {
    margin-top: -9rem; }

  body:not(.page-home) main,
  .nav-space {
    padding-left: 70px; }

  .page-title-block {
    min-height: 400px; }

  .page-title {
    font-size: 4.5rem; }

  .content-stack section {
    margin-bottom: 0 !important; }

  .content-stack section:not(.active) {
    display: none; }

  .stat-block.has-arrow-up {
    padding-left: 80px; }
    .stat-block.has-arrow-up:before {
      width: 65px; }

  .btn {
    padding: 1rem 2rem;
    font-size: 1rem; } }
    
    
/* LG: Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .home-splash .logo {
    width: 420px; }

  .home-splash .tagline {
    font-size: 4.5rem; }

  .page-title {
    font-size: 6rem; }

  .stat-block .stat {
    font-size: 4.5rem; }

  .stat-block .desc {
    font-size: 1.1rem; }

  p.size-xl {
    font-size: 4rem; }

  p.size-xxl {
    font-size: 8rem; } }
/* XL: Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .site-header .logo svg {
    width: 50px;
    height: 50px; }

  .feature-panel .slider {
    width: 145%; }

  .feature-panel .slider.off-screen-left {
    float: left;
    margin-left: -65%; }

  .feature-panel .slider.off-screen-right {
    float: right;
    margin-right: -65%; }

  .content h2 {
    font-size: 3rem; }

  .content h3 {
    font-size: 2rem; }

  .content h4 {
    font-size: 1.75rem; }

  .site-header {
    width: 90px; }

  .menu-toggle .action-icon {
    width: 40px;
    height: 27px; }

  .menu-toggle .action-label {
    font-size: 0.75rem; }

  body:not(.page-home) main,
  .nav-space {
    padding-left: 90px; } }
/* XXL: XXL devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
  .page-title-block {
    min-height: 600px; }

  .content-offset {
    margin-top: -6rem; }
    .content-offset:before, .content-offset:after {
      content: '';
      position: absolute;
      top: 0;
      width: 13%;
      height: 100%;
      background-color: #fff; }
    .content-offset:before {
      left: -12%; }
    .content-offset:after {
      right: -12%; }

  .slide-dots li {
    margin: 0 3px; }
    .slide-dots li:last-child {
      margin-right: -5px; }

  p.size-xl {
    font-size: 5rem; }

  .performance-infographic {
    margin-top: -24rem; } }
/*
PRINT - DISABLE
======================================================
*/
@media print {
  body *:not(#print-notice) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important; }

  #print-notice {
    display: block !important;
    margin-top: 3rem;
    text-align: center; } }
html {
  height: 100%; }

html.is-ie-edge {
  overflow: hidden; }

html.is-ie-edge body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto; }





/*
CUSTOM TABLE
======================================================
*/

th{
	font-weight:300;
}
.table thead th,.table th, .table td{
	border:0px;
	text-align: right;
}
.text-left{
	text-align:left;
}
th.strong{
	font-weight:800;
}

.table-orange {
    color: rgb(222, 81, 57);
   font-weight:800;
}

.table-bold-white{
    font-weight:800;
}
.table-bold-grey{
    font-weight:800;
    background-color: #e0e0e0 !important;
}
.table--grey{
    background-color: #e0e0e0 !important;
}
.table-line-top{
    border: 0px;
    border-top: 1px solid #000;
}
.table-line-bottom{
    border-bottom: 2px solid #000;
    font-weight:800;
}

.hide-on-desktop{
	display:block;
}

@media all and (min-width: 990px) {
  .hide-on-desktop{
  	display:none;
  } 
 }
 
@media all and (max-width: 767px) {
  .table th, .table td{
  	font-size:0.7rem;
  } 
}
    
@media all and (min-width: 576px) {
  .table th,.table td{
  	font-size:0.9rem;
  }  
 }
 
 .orange{
color:#DF5343 !important;
}
/*# sourceMappingURL=style.css.map */