﻿@charset "UTF-8";
@import url("//hello.myfonts.net/count/3397cc");
@import url(../css/hamburgers.min.css);
@font-face {
  font-family: 'Coupe-Medium';
  src: url("../css/webfonts/3397CC_0_0.eot");
  src: url("../css/webfonts/3397CC_0_0.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/3397CC_0_0.woff2") format("woff2"), url("../css/webfonts/3397CC_0_0.woff") format("woff"), url("../css/webfonts/3397CC_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Coupe-Bold';
  src: url("../css/webfonts/3397CC_1_0.eot");
  src: url("../css/webfonts/3397CC_1_0.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/3397CC_1_0.woff2") format("woff2"), url("../css/webfonts/3397CC_1_0.woff") format("woff"), url("../css/webfonts/3397CC_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Coupe-Normal';
  src: url("../css/webfonts/3397CC_2_0.eot");
  src: url("../css/webfonts/3397CC_2_0.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/3397CC_2_0.woff2") format("woff2"), url("../css/webfonts/3397CC_2_0.woff") format("woff"), url("../css/webfonts/3397CC_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Coupe-Thin';
  src: url("../css/webfonts/3397CC_3_0.eot");
  src: url("../css/webfonts/3397CC_3_0.eot?#iefix") format("embedded-opentype"), url("../css/webfonts/3397CC_3_0.woff2") format("woff2"), url("../css/webfonts/3397CC_3_0.woff") format("woff"), url("../css/webfonts/3397CC_3_0.ttf") format("truetype"); }

html {
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background-color: #f0f0f0;
  font-family: Coupe-Normal, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0; }

.wrapper {
  position: relative;
  width: 100%; }

.container {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 1240px) {
    .container {
      width: 1200px; } }

.flex {
  display: flex;
  flex-flow: row wrap; }

.space-between {
  justify-content: space-between; }

.items-end {
  align-items: flex-end; }

.items-center {
  align-items: center; }

.align-self-flex-end {
  align-self: flex-end; }

.flex-60 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 900px) {
    .flex-60 {
      flex: 0 0 60%;
      max-width: 60%; } }

.flex-40 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 900px) {
    .flex-40 {
      flex: 0 0 40%;
      max-width: 40%; } }

.flex-50 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 900px) {
    .flex-50 {
      flex: 0 0 50%;
      max-width: 50%; } }

.flex-70 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 900px) {
    .flex-70 {
      flex: 0 0 70%;
      max-width: 70%; } }

.flex-75 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 900px) {
    .flex-75 {
      flex: 0 0 75%;
      max-width: 75%; } }

.flex-80 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 900px) {
    .flex-80 {
      flex: 0 0 80%;
      max-width: 80%; } }

.flex-33 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 600px) {
    .flex-33 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 900px) {
    .flex-33 {
      flex: 0 0 33.33%;
      max-width: 33.33%; } }

.flex-33-footer {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 600px) {
    .flex-33-footer {
      flex: 0 0 33.33%;
      max-width: 33.33%; } }

.flex-30 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 900px) {
    .flex-30 {
      flex: 0 0 30%;
      max-width: 30%; } }

.flex-25 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 600px) {
    .flex-25 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 900px) {
    .flex-25 {
      flex: 0 0 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 1240px) {
    .flex-25 {
      flex: 0 0 25%;
      max-width: 25%; } }

.flex-20 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 400px) {
    .flex-20 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 600px) {
    .flex-20 {
      flex: 0 0 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 900px) {
    .flex-20 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1240px) {
    .flex-20 {
      flex: 0 0 20%;
      max-width: 20%; } }

.flex-12 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 400px) {
    .flex-12 {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (min-width: 600px) {
    .flex-12 {
      flex: 0 0 33.33%;
      max-width: 33.33%; } }
  @media (min-width: 900px) {
    .flex-12 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1240px) {
    .flex-12 {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

.pad {
  padding: 20px; }

.the-content > figure img {
  max-width: 100%; }

.social_share {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16); }
  .social_share svg {
    height: 25px;
    width: 25px;
    margin: 4px auto; }

.lead, .blog-listheader h2 {
  position: relative;
  padding-left: 50px;
  display: block; }
  .lead:before, .blog-listheader h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
    height: 2px;
    width: 36px;
    background: #FFCB00; }

.banner-lead .lead:before {
  top: 10px; }

@media (min-width: 600px) {
  .show-mobile {
    display: none; } }

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

h1, h2, h3, h4, h5 {
  font-family: Coupe-Normal, sans-serif;
  word-wrap: break-word; }

h1 {
  font-weight: normal;
  font-style: inherit;
  font-size: 2.1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 15px;
  max-width: 730px; }
  @media (min-width: 600px) {
    h1 {
      font-size: 2.5rem; } }
  @media (min-width: 900px) {
    h1 {
      font-size: 3.4rem; } }

h2 {
  font-weight: normal;
  font-style: inherit;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 730px; }
  @media (min-width: 600px) {
    h2 {
      font-size: 3rem;
      line-height: 3.5rem; } }

h3 {
  font-weight: normal;
  font-style: inherit;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 730px; }
  @media (min-width: 600px) {
    h3 {
      font-size: 2.5rem;
      line-height: 3rem; } }
  h3 sup {
    top: -0.8em; }

h4 {
  font-weight: normal;
  font-style: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 730px; }

h5 {
  font-weight: normal;
  font-style: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 730px; }

p, ul, ol, pre, blockquote {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
  max-width: 730px; }

span {
  line-height: 1.5;
  margin-top: 0;
  max-width: 730px; }

ul, ol {
  padding-left: 25px; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0; }

hr {
  border: 1px solid;
  margin: -1px 0; }

b, strong, em, small, code {
  line-height: 1;
  font-weight: normal; }

b, strong {
  font-family: Coupe-Medium, sans-serif; }

sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -1.1em;
  font-size: 1rem;
  font-family: Coupe-Medium; }

sub {
  bottom: -0.25em; }

a {
  color: inherit;
  cursor: pointer;
  position: relative;
  text-decoration: underline; }

.lead {
  font-size: 1.15rem;
  line-height: 1.5;
  white-space: pre-line; }
  @media (min-width: 600px) {
    .lead {
      font-size: 1.3rem; } }

.light-text {
  color: #ffffff; }

.dark-text {
  color: #333333; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

a img {
  border: none;
  max-width: 100%;
  max-height: 100%; }

img, svg, figure {
  display: block;
  margin: 0;
  padding: 0; }

figcaption {
  padding: 0; }

figure {
  margin: 0;
  padding: 0; }
  figure > img {
    margin: 0;
    padding: 0; }

.button-row {
  margin: 2rem 0 1rem 0; }

.btn {
  border: none;
  border-radius: 2px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: Coupe-Normal, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  outline: none;
  margin: 0 15px 15px 0;
  padding: 14px 20px;
  text-decoration: none;
  transition: all 200ms; }
  .btn > .icon {
    fill: white; }
  .btn:last-child {
    margin: 0; }

.mute {
  opacity: 0.5;
  pointer-events: none; }

.btn-normal, .btn-dark {
  /*background-color: $button-normal;*/
  background: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  position: relative;
  padding-right: 40px; }
  .btn-normal:hover, .btn-dark:hover {
    transition: all 200ms;
    border: 1px solid white;
    /*background-color: $havyard-lightgrey;*/ }
  .btn-normal:after, .btn-dark:after {
    content: '>';
    font-size: 60px;
    overflow: hidden;
    line-height: 1;
    color: #FFCB00;
    font-family: Coupe-Thin;
    position: absolute;
    top: -7px;
    right: 8px; }

.btn-dark {
  border: 1px solid rgba(102, 102, 104, 0.3);
  color: #666668; }
  .btn-dark:hover {
    transition: all 200ms;
    border: 1px solid #666668;
    /*background-color: $havyard-lightgrey;*/ }

.btn-action {
  background-color: #F3F3F3; }
  .btn-action:hover {
    background-color: white; }

.btn-small {
  padding: 5px 6px; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 730px;
  display: block;
  overflow-x: auto; }
  table > caption {
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    padding: 12px 0; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ccc; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

.form-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .form-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .form-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .form-section {
      padding: 80px 0 50px 0; } }

.aventoform {
  padding: 0 20px; }

.form-row {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px 20px -10px; }

.form-col-full {
  flex: 0 0 100%;
  padding: 0 10px;
  max-width: 100%;
  position: relative; }

.form-col-half {
  flex: 0 0 50%;
  padding: 0 10px;
  max-width: 50%;
  position: relative; }

label {
  font-size: 15px;
  display: block;
  margin: 10px 0;
  opacity: 0.9; }

input[type=text], input[type=email], textarea, select {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-family: Coupe-Normal, sans-serif;
  font-size: 16px;
  outline: none;
  padding: 10px 12px;
  width: 100%; }
  input[type=text]:focus, input[type=email]:focus, textarea:focus, select:focus {
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3); }
  input[type=text].parsley-error, input[type=email].parsley-error, textarea.parsley-error, select.parsley-error {
    border: 1px solid rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.6); }

input[type=checkbox], input[type=radio] {
  transform: translateY(2px);
  height: 16px;
  width: 16px; }

select:hover {
  cursor: pointer; }

input[type=file] {
  position: relative;
  width: 100%; }

.form-status {
  margin: 20px 0 20px 0;
  max-width: 800px; }

.parsley-errors-list {
  display: inline-block;
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
  padding: 0; }
  .parsley-errors-list > li {
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 13.5px;
    margin: 0 0 0 7px;
    padding: 5px 15px; }

@media (max-width: 800px) {
  .wrapper .sub-nav {
    max-height: calc(100vh - 109px);
    overflow: auto; } }

@media (max-width: 800px) {
  .wrapper.affix .sub-nav {
    max-height: calc(100vh - 65px);
    overflow: auto; } }

.sub-nav {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px; }
  .sub-nav.off {
    display: none; }
  .sub-nav .navflex {
    display: flex;
    flex-flow: row wrap; }
    .sub-nav .navflex .navright {
      border-left: 1px solid #dedee0;
      justify-content: flex-end;
      flex-direction: column;
      justify-content: space-between; }
      @media (max-width: 800px) {
        .sub-nav .navflex .navright {
          padding-bottom: 200px; } }
      .sub-nav .navflex .navright .navright-inner {
        display: flex;
        flex-direction: column; }
        @media (min-width: 800px) {
          .sub-nav .navflex .navright .navright-inner {
            align-items: flex-end; } }
        .sub-nav .navflex .navright .navright-inner a {
          padding: 20px 20px 0;
          text-decoration: none;
          font-size: 1.5rem;
          font-family: Coupe-Medium;
          line-height: 1.5; }
          .sub-nav .navflex .navright .navright-inner a:hover, .sub-nav .navflex .navright .navright-inner a.active {
            color: #F62C10; }
      .sub-nav .navflex .navright .social {
        display: flex;
        padding: 20px; }
        @media (min-width: 800px) {
          .sub-nav .navflex .navright .social {
            align-items: flex-end;
            padding: 0;
            justify-content: flex-end; } }
        .sub-nav .navflex .navright .social a {
          max-width: 40px;
          display: inline-block; }
          .sub-nav .navflex .navright .social a img {
            display: inline-block;
            vertical-align: middle;
            width: 100%;
            height: auto; }

.sub-nav-branch {
  flex: 0 0 25%;
  padding: 20px; }
  @media (max-width: 800px) {
    .sub-nav-branch {
      flex: 0 0 100%;
      width: 100%; } }

.sub-nav-link {
  display: block;
  text-decoration: none;
  line-height: 1.1;
  /*&:hover {
        .title-line {
            width: 120px;
        }
    }*/ }
  .sub-nav-link .title-line {
    display: block;
    height: 2px;
    width: 35px;
    background-color: #FFCB00;
    transition: all 200ms;
    margin-bottom: 10px; }
  .sub-nav-link[data-level="3"] {
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: #AAAAAA; }
  .sub-nav-link[data-level="4"] .title-line {
    width: 0; }
  .sub-nav-link[data-level="5"] {
    margin-left: 20px; }
  .sub-nav-link[data-level="6"] {
    font-size: 14px;
    margin-left: 30px; }

.sub-nav-toggle {
  padding: 0 0 20px 0; }
  .sub-nav-toggle > svg {
    fill: #222; }
    .sub-nav-toggle > svg > polygon {
      opacity: 0; }
  .sub-nav-toggle.active > svg > polygon {
    opacity: 1; }
  .sub-nav-toggle.active > svg > rect {
    opacity: 0; }

.site-header {
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  z-index: 10000;
  overflow-y: visible;
  width: 100%;
  border-bottom: none;
  margin: 0 auto;
  padding: 10px 0;
  /*position: relative;*/
  height: 106px;
  transition: .5s ease-in-out; }
  @media (min-width: 800px) {
    .site-header {
      padding: 10px 0 0 0; } }

.site-header-custom .img {
  height: 60px;
  margin: 20px; }

.wrapper.nav-open {
  /*section {
            transition: .5s ease-in-out;
            opacity:0.6;
        }*/ }
  .wrapper.nav-open .site-header {
    height: auto;
    background-color: rgba(255, 255, 255, 0.95); }

.topspace {
  height: 0; }
  @media (min-width: 800px) {
    .topspace {
      height: 106px; } }

.mobile-pad-top {
  height: 106px; }
  @media (min-width: 800px) {
    .mobile-pad-top {
      display: none; } }

.classicmenu {
  display: none; }
  @media (min-width: 800px) {
    .classicmenu {
      display: block;
      text-align: right;
      width: 70%;
      padding: 0;
      margin: 0;
      margin-top: 0; } }
  .classicmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    max-width: none;
    justify-content: flex-end; }
    .classicmenu ul a {
      text-decoration: none; }
      .classicmenu ul a:hover {
        color: #F62C10; }
    .classicmenu ul > li {
      position: relative; }
      .classicmenu ul > li > a {
        padding: 6px 7px;
        margin-left: 10px;
        font-weight: 600; }
      .classicmenu ul > li.s a {
        padding: 0;
        margin: 0;
        width: 30px;
        height: 30px;
        display: block; }
      .classicmenu ul > li.s.s0 {
        cursor: pointer; }
      .classicmenu ul > li ul {
        display: none;
        position: absolute;
        z-index: 10;
        text-align: left;
        margin-left: 10px;
        width: 260px;
        background: #fff;
        padding: 10px; }
        .classicmenu ul > li ul a {
          margin: 0; }
      .classicmenu ul > li:hover ul {
        display: block; }
  .classicmenu .social {
    display: flex;
    padding: 20px; }
    @media (min-width: 800px) {
      .classicmenu .social {
        align-items: flex-end;
        padding: 0;
        justify-content: flex-end;
        margin-top: 12px; } }
    .classicmenu .social a {
      max-width: 30px;
      display: inline-block; }
      @media (min-width: 800px) {
        .classicmenu .social a {
          margin-bottom: -4px; } }
      .classicmenu .social a img {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: auto; }

@media (min-width: 800px) {
  button.hamburger {
    width: 10%;
    display: none;
    justify-content: flex-end; } }

.site-logo {
  display: block;
  height: 84px;
  width: auto;
  padding: 0;
  transition: .5s ease-in-out;
  width: 20%;
  margin: 0;
  margin-left: 20px; }
  @media (min-width: 800px) {
    .site-logo {
      width: 20%;
      margin: 0;
      padding-left: 20px; } }
  .site-logo > .img, .site-logo > svg {
    display: block;
    margin: 0;
    padding: 0;
    width: 110px;
    height: 84px;
    transition: all 200ms;
    transform: scale(1.2); }
    @media (max-width: 800px) {
      .site-logo > .img, .site-logo > svg {
        width: 100%;
        height: 100%; } }

.site-nav {
  display: block;
  padding: 5px 20px;
  width: 100%; }
  .site-nav > .link {
    color: #333333;
    display: block;
    margin: 10px 0;
    padding: 5px 0;
    text-align: right;
    text-decoration: none; }
    .site-nav > .link:hover, .site-nav > .link:active {
      color: #F3F3F3; }
    .site-nav > .link.active {
      font-weight: 600;
      pointer-events: none; }
  @media (min-width: 800px) {
    .site-nav {
      display: block;
      padding: 20px;
      width: auto; }
      .site-nav > .link {
        display: inline-block;
        margin: 0 10px;
        padding: 0; } }

.mobile-off {
  display: none; }
  @media (min-width: 800px) {
    .mobile-off {
      display: block;
      width: auto; } }

.toggle-menu {
  display: block;
  margin: 20px;
  padding: 10px; }
  .toggle-menu > .menubars {
    display: inline-block;
    fill: #333333;
    margin: 0 5px 0 0; }
    .toggle-menu > .menubars > rect {
      opacity: 1;
      transition: all 200ms; }
    .toggle-menu > .menubars polygon {
      opacity: 0;
      transition: all 200ms; }
  .toggle-menu.active > .menubars > rect {
    opacity: 0; }
  .toggle-menu.active > .menubars > polygon {
    opacity: 1; }
  @media (min-width: 800px) {
    .toggle-menu {
      display: none; } }

/*.site-footer {
    padding: 20px 0 0 0;
    background: #30312F;
    color: rgba(255,255,255,0.45);
    overflow: hidden;

    .container {
        min-height: 250px;
        margin-bottom: 50px;
        margin-top: 30px;
        flex-direction: column;
        line-height: 30px;
        text-transform: uppercase;

        .fb-wrap {
            display: flex;
            width: 100%;

            @media(min-width: $mobile-menu-break) {
                justify-content: flex-end;
            }
        }

        a.fb {
            text-decoration: none;
            max-width: 40px;
            display: inline-block;

            img {
                display: inline-block;
                vertical-align: middle;
                width: 100%;
                height: auto;
            }
        }

        .info {
            padding: 20px;
            margin-top: 30px;

            @media(min-width: $mobile-menu-break) {
                padding: 0;
            }
        }

        .cann {
            margin-top: 20px;
            text-transform: none;
            text-decoration: none;
            font-size: 0.8rem;
            margin-bottom: 12px;

            img {
                opacity: 0.4;
                display: inline;
                padding-left: 6px;
            }
        }
    }

    .changeourindustry {

        @media(max-width: $mobile-menu-break) {
            align-items: initial;
            width: 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        img {
            width: 50px;
            margin: 0 auto;

            @media(min-width: $mobile-menu-break) {
                width: 80px;
                margin: 0;
            }
        }
    }

    .social {
        @media(max-width: $mobile-menu-break) {
            text-align: center;
            margin-top: 40px;
        }
    }

    .segmentlinks {
        padding: 20px;
        display: block;

        @media(min-width: $mobile-menu-break) {
            padding: 0;
        }

        > div {
            display: flex;
            align-items: center;
            margin-bottom: 20px;

            @media(min-width: $mobile-menu-break) {
                align-items: flex-start;
            }
        }

        a {
            margin: 0 auto;
            padding: 20px;
            max-width: 165px;
            max-height: 50px;

            @media(min-width: $mobile-menu-break) {
                margin: 0;
                padding: 0;
            }
        }

        .hpr {
            a {
                max-width: 88px;

                @media(min-width: $mobile-menu-break) {
                    max-width: 48px;
                }
            }
        }

        img {
            max-width: 100%;
            width: 100%;
            height: auto;
            max-height: 100%;*/
/*@media(min-width: $mobile-menu-break) {
                width: 100%;
                max-width: 200px;
                height: auto;
            }*/
/*}
    }
}*/
.site-footer {
  padding: 65px 0 20px 0;
  background: #30312F;
  color: rgba(255, 255, 255, 0.45);
  overflow: hidden; }
  @media (min-width: 800px) {
    .site-footer {
      padding: 117px 0; } }
  .site-footer .footer-top-row {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: space-between; }
  .site-footer .top-row-item {
    padding: 15px 0; }
  .site-footer .footer-content {
    padding: 0 40px; }
  .site-footer .footer-company-logo {
    height: 54px;
    margin: 0 0 10px 0; }
  .site-footer .contact-wrapper {
    padding: 20px 0; }
    .site-footer .contact-wrapper .phoneAndEmail {
      padding: 15px 0; }
      @media (min-width: 800px) {
        .site-footer .contact-wrapper .phoneAndEmail {
          padding: 30px 0 75px 0; } }
      .site-footer .contact-wrapper .phoneAndEmail .detail a {
        text-decoration: none; }
    .site-footer .contact-wrapper .footer-links {
      display: flex;
      flex-flow: column; }
      .site-footer .contact-wrapper .footer-links a {
        text-decoration: none;
        cursor: pointer; }
  .site-footer .socialmedia-icon {
    margin: 0 5px 0 0; }
  .site-footer .socialmedia-icons {
    padding: 20px 0; }
    @media (min-width: 600px) {
      .site-footer .socialmedia-icons {
        margin: 0 0 0 20%; } }
    @media (min-width: 1240px) {
      .site-footer .socialmedia-icons {
        margin: 0 0 0 13%; } }
  .site-footer .footer-company-list-logo {
    height: 35px;
    margin: 0 0 33px 0; }
  .site-footer .footer-company-list-logo-individual {
    height: 54px;
    margin: 0 0 10px 0; }
  .site-footer .flex-companies {
    padding: 20px 0; }
  @media (max-width: 800px) {
    .site-footer .changeourindustry {
      align-items: initial;
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .site-footer .changeourindustry img {
    width: 50px; }
    @media (min-width: 800px) {
      .site-footer .changeourindustry img {
        width: 80px;
        margin: 0; } }
  .site-footer .cann {
    margin-top: 20px;
    text-transform: none;
    text-decoration: none;
    font-size: 0.8rem;
    margin-bottom: 12px; }

.site-info {
  padding: 20px; }

.colophon {
  padding: 20px; }

.wrapper.affix .site-header {
  transition: .5s ease-in-out;
  height: 75px;
  padding: 10px 0 0 0; }
  .wrapper.affix .site-header .site-logo {
    height: 45px;
    padding: 0;
    padding-left: 20px;
    transition: .5s ease-in-out; }
    @media (max-width: 800px) {
      .wrapper.affix .site-header .site-logo {
        padding-left: 0; } }
    .wrapper.affix .site-header .site-logo .img, .wrapper.affix .site-header .site-logo svg {
      height: 45px;
      width: 62px; }
      @media (max-width: 800px) {
        .wrapper.affix .site-header .site-logo .img, .wrapper.affix .site-header .site-logo svg {
          width: 100%;
          height: 100%; } }

.wrapper.affix.nav-open .site-header {
  height: auto; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center; }

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center; }

.fancybox-share p:first-of-type {
  margin-right: -10px; }

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all .2s; }

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom; }

.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.topnews h1 {
  color: #666;
  font-size: 2.8rem;
  margin-bottom: 60px; }
  .topnews h1 img {
    display: inline-block; }

.topnews h2 {
  font-size: 2rem;
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 60px; }

.topnews .datetime {
  color: #888;
  text-transform: uppercase;
  font-size: 1.2rem; }

.topnews .blog-listimage {
  background-size: cover;
  padding-bottom: 70%; }
  @media (min-width: 900px) {
    .topnews .blog-listimage {
      padding-bottom: 45%; } }
  .topnews .blog-listimage img {
    display: none;
    width: 100%;
    height: auto; }

.topnews a {
  text-decoration: none; }

.topnews .blog-listheader2 {
  background: #292b29;
  color: #fff;
  padding: 3%;
  padding-top: 160px; }

.topnews .readmore {
  color: #ff4000;
  text-transform: uppercase; }

.archive-years {
  display: flex;
  justify-content: flex-end;
  margin-bottom: -20px;
  margin-top: 30px; }
  .archive-years a {
    margin-left: 16px;
    text-decoration: none; }
    .archive-years a.hover, .archive-years a.active {
      color: #ff4000; }

.newslist {
  justify-content: space-between;
  margin-bottom: 2%; }
  .newslist .blog-listarticle {
    flex: 0 0 100%;
    max-width: 100%;
    background: #fff;
    margin-top: 2%;
    text-decoration: none;
    border-bottom: 3px solid #fff;
    transition: all 200ms;
    margin-bottom: 20px; }
    .newslist .blog-listarticle:hover {
      border-bottom: 3px solid #ff4000; }
    @media (min-width: 600px) {
      .newslist .blog-listarticle {
        flex: 0 0 49%;
        max-width: 49%; } }
    @media (min-width: 900px) {
      .newslist .blog-listarticle {
        flex: 0 0 32%;
        max-width: 32%;
        margin-bottom: 0; } }
    .newslist .blog-listarticle .blog-listimage img {
      width: 100%;
      height: auto; }
    .newslist .blog-listarticle .blog-listheader2 {
      padding: 20px;
      padding-top: 30px; }
    .newslist .blog-listarticle .datetime {
      text-transform: uppercase; }
    .newslist .blog-listarticle h2 {
      font-size: 1.6rem;
      line-height: 1.2;
      margin: 20px 0; }
  .newslist .readmore {
    color: #ff4000;
    text-transform: uppercase; }

.section-base {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.section-header {
  padding: 20px; }
  .section-header.padded {
    padding-top: 20px; }
    @media (min-width: 600px) {
      .section-header.padded {
        padding-top: 50px; } }
    @media (min-width: 900px) {
      .section-header.padded {
        padding-top: 70px; } }
    @media (min-width: 1240px) {
      .section-header.padded {
        padding-top: 90px; } }

.banner-section {
  padding: 50px 0 20px 0;
  height: 600px;
  position: relative;
  background-size: cover; }
  @media (min-width: 200px) {
    .banner-section {
      padding: 100px 0 20px 0;
      height: 300px; } }
  @media (min-width: 900px) {
    .banner-section {
      padding: 175px 0 50px 0;
      height: 400px; } }
  @media (min-width: 1240px) {
    .banner-section {
      padding: 250px 0 50px 0; }
      .banner-section.changeourindustry:after {
        content: '';
        position: absolute;
        left: 50px;
        bottom: 20px;
        background: url(/assets/img/Vector_change_I_grey.svg) no-repeat;
        height: 200px;
        width: 100px; } }
  @media (min-width: 1240px) {
    .banner-section {
      min-height: 800px; } }
  .banner-section.low {
    min-height: 500px; }
    @media (min-width: 1240px) {
      .banner-section.low {
        min-height: 500px; } }
  .banner-section .section-overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); }

.banner-content {
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  .banner-content.overlay {
    position: relative;
    z-index: 2; }
  .banner-content.text-center {
    text-align: center;
    align-items: center; }

.banner-title {
  display: block;
  /*margin-bottom: 20px;*/ }
  .banner-title > .title {
    display: inline; }

.banner-lead {
  display: block;
  max-width: 640px; }
  .banner-lead > .lead {
    display: inline;
    line-height: 1.2;
    display: block; }

.contacts-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .contacts-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .contacts-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .contacts-section {
      padding: 80px 0 50px 0; } }
  .contacts-section .name {
    font-family: Coupe-Medium, sans-serif;
    line-height: 1.2; }
  .contacts-section a {
    line-height: 1.2;
    text-decoration: none;
    display: inline-block;
    color: #F62C10;
    word-break: break-all; }
    .contacts-section a:hover {
      text-decoration: underline; }

.contacts {
  display: flex;
  flex-flow: row wrap; }

.contact-article {
  padding: 12px; }

.contact-info p {
  white-space: pre;
  line-height: 1;
  margin: 0; }

.contact-info .contact-detail {
  display: block; }

.contact-image {
  line-height: 0;
  margin: 0 0 1rem 0;
  width: 100%; }
  .contact-image > .img {
    height: auto;
    width: 100%; }

.position {
  display: block;
  line-height: 1.2; }

.phone-number {
  line-height: 1.5;
  display: block; }

.email-address {
  line-height: 1.5;
  display: block; }

.flex.custom {
  align-items: flex-start;
  padding: 0 8px; }

@media (min-width: 900px) {
  .grp1 {
    width: 55.33%; } }

@media (min-width: 900px) {
  .grp2 {
    width: 44.66%;
    order: 2; }
    .grp2 .flex-100 {
      width: 100%; } }

@media (max-width: 900px) {
  .grp2 .flex-100 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 600px) {
  .grp2 .flex-100 {
    flex: 0 0 100%;
    max-width: 100%; } }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  /*background: white;
    background: hsla(0, 0%, 100%, 0.75);*/
  background: none;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .flickity-prev-next-button.previous:after {
    font-family: Coupe-Normal, sans-serif;
    content: '<';
    font-size: 60px;
    overflow: hidden;
    line-height: 47px;
    color: #fff;
    font-family: Coupe-Thin; }
  .flickity-prev-next-button.next:after {
    font-family: Coupe-Normal, sans-serif;
    content: '>';
    font-size: 60px;
    overflow: hidden;
    line-height: 47px;
    color: #fff;
    font-family: Coupe-Thin; }

/*.flickity-prev-next-button:hover { background: white; }*/
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  display: none;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.carousel-cell {
  height: 100vw;
  height: 230px;
  width: 100%;
  color: #fff;
  overflow: hidden; }
  @media (max-width: 600px) {
    .carousel-cell > img {
      height: 230px !important;
      width: auto !important; } }
  @media (min-width: 600px) {
    .carousel-cell {
      height: 600px; } }
  @media (min-width: 900px) {
    .carousel-cell {
      height: 800px; } }
  .carousel-cell > img {
    display: block;
    position: relative; }
    @media (max-width: 600px) {
      .carousel-cell > img {
        height: auto;
        width: 100vw; } }
  .carousel-cell > header {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
    @media (min-width: 600px) {
      .carousel-cell > header {
        padding: 30px; } }
  .carousel-cell .section-overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4); }
  .carousel-cell.dark-text {
    color: #000; }
  .carousel-cell .container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 2; }
    .carousel-cell .container .content {
      margin-left: 20px;
      max-width: 730px; }
      @media (max-width: 600px) {
        .carousel-cell .container .content {
          padding: 0 40px;
          margin: 0 20px; } }
      .carousel-cell .container .content h1 {
        line-height: 1; }
      .carousel-cell .container .content .lead {
        display: block;
        white-space: normal; }
        @media (max-width: 600px) {
          .carousel-cell .container .content .lead {
            display: none; } }

/*.carousel-cell {
    width: 100vw;
    color: #fff;
    > img {
        display: block;
        position: relative;
        width: 100vw;

        @media (max-width: $break-s) {
            height: auto;
            width: 100vw;
        }
    }

    @media (min-width: $break-m) {
        height: 650px;
        overflow: hidden;

        > img {
            height: 10px;
            min-height: 650px;
            width: auto;
        }
    }

    @media (min-width: $break-l) {
        width: 100vw;
        height: auto;
        min-height: 100px;

        > img {
            display: block;
            position: relative;
            width: 100vw;
            height:auto;
        }
    }

    @media (max-width: $break-s) {
        min-height: 400px;
        overflow: hidden;

        > img {
            height: 10px;
            min-height: 400px;
            width: auto;
        }
    }

    > header {
        color: white;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5px;
        width: 100%;
        background-color: rgba(0,0,0,0.5);

        @media (min-width: $break-s) {
            padding: 30px;
        }
    }


    .section-overlay {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,0.4);
    }

    &.dark-text {
        color: #000;
    }

    .container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;
        align-items: center;
        z-index: 2;

        .content {
            margin-left: 20px;
            max-width: 730px;

            @media (max-width: $break-s) {
                padding: 0 40px;
                margin: 0 20px;
            }


            h1 {
                line-height: 1;
            }

            .lead {
                display: block;
                white-space: normal;
            }
        }
    }
}*/
.flickity-caption {
  margin: 0; }
  @media (max-width: 600px) {
    .flickity-caption {
      font-size: 11px;
      line-height: 1.1; } }

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px; }

.flatpickr-calendar.open {
  display: inline-block;
  animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1);
  z-index: 99999; }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.hasWeeks {
  width: auto; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 24px;
  text-align: center;
  position: relative;
  user-select: none; }

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  height: 16px;
  line-height: 16px; }

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative; }

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: calc(3.57% - 1.5px);
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: calc(3.57% - 1.5px);
  /*
        /*rtl:end:ignore*/
  /*
        */ }

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px; }

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6); }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6); }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  top: 5px;
  display: inline-block;
  text-align: center; }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 7px;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden; }

.flatpickr-days,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 315px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  color: rgba(0, 0, 0, 0.54);
  height: 27.333333333333332px;
  line-height: 24px;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: bold;
  margin: 0;
  padding-top: 3.333333333333333px; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 1px 12px 0 12px;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%; }

.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none; }

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  user-select: none; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0; }

.hasWeeks .flatpickr-days,
.hasTime .flatpickr-days {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.hasWeeks .flatpickr-days {
  border-left: 0; }

@media all and (-ms-high-contrast: none) {
  .flatpickr-month {
    padding: 0; }
  .flatpickr-month svg {
    top: 0 !important; } }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-moz-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@-webkit-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@-o-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.gallery-section {
  padding: 0; }

.gallery {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  width: 100%; }

.gallery-item {
  flex: 0 0 50%;
  outline: none;
  position: relative; }
  @media (min-width: 600px) {
    .gallery-item {
      flex: 0 0 33.33%; } }
  @media (min-width: 900px) {
    .gallery-item {
      flex: 0 0 25%; } }
  @media (min-width: 1240px) {
    .gallery-item {
      flex: 0 0 20%; } }

.gallery-img {
  width: 100%; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.65);
  align-items: flex-end;
  color: white;
  cursor: zoom-in;
  display: flex;
  opacity: 0;
  padding: 30px;
  position: absolute;
  transition: all 200ms;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  max-width: 100%; }
  @media (min-width: 900px) {
    .gallery-caption:hover {
      opacity: 1; } }

.expander-icon {
  position: absolute;
  top: 20px;
  right: 20px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.fullwidth-image {
  position: relative; }
  @media (min-width: 1240px) {
    .fullwidth-image.changeourindustry:after {
      content: '';
      position: absolute;
      left: 50px;
      bottom: 20px;
      background: url(/assets/img/Vector_change_I_grey.svg) no-repeat;
      height: 200px;
      width: 100px; } }
  .fullwidth-image.fixed {
    height: 100vh;
    overflow: hidden;
    position: relative; }
    .fullwidth-image.fixed .fullwidth-figure {
      position: fixed; }

.fullwidth-figure {
  background-color: white;
  position: relative; }
  .fullwidth-figure > img {
    height: auto;
    width: 100%; }
  .fullwidth-figure:after {
    content: '';
    background: -moz-linear-gradient(top, transparent 0%, transparent 70%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 70%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 70%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.fullwidth-figcaption {
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  left: 0;
  line-height: 1.5;
  z-index: 500;
  width: 100%;
  text-align: center; }

.containedimage-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .containedimage-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .containedimage-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .containedimage-section {
      padding: 80px 0 50px 0; } }
  .containedimage-section h1, .containedimage-section h2 {
    text-transform: uppercase; }
  .containedimage-section.text-center h4, .containedimage-section.text-center h2, .containedimage-section.text-center .lead {
    margin-left: auto;
    margin-right: auto; }

.contained-figure {
  display: block; }
  .contained-figure > img {
    height: auto;
    margin-bottom: 20px;
    width: 100%; }
  .contained-figure figcaption {
    white-space: pre-line;
    padding-left: 20px; }

.centeredimg-section {
  height: 300px;
  position: relative;
  padding: 30px 0 30px 0;
  text-align: center; }
  @media (min-width: 600px) {
    .centeredimg-section {
      height: 350px;
      padding: 50px 0 50px 0; } }
  @media (min-width: 900px) {
    .centeredimg-section {
      height: 400px; } }
  @media (min-width: 1660px) {
    .centeredimg-section {
      height: 450px; } }

.centered-figure {
  height: 100%; }
  .centered-figure > img {
    height: 100%;
    width: 100%; }

.logogrid-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .logogrid-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .logogrid-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .logogrid-section {
      padding: 80px 0 50px 0; } }

.grid-logo {
  margin: 0 0 20px 0;
  padding: 20px;
  height: 120px;
  width: 200px; }
  .grid-logo > .img {
    max-height: 100%;
    max-width: 100%; }

.iconcards-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .iconcards-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .iconcards-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .iconcards-section {
      padding: 80px 0 50px 0; } }

.cards {
  display: flex;
  flex-flow: row wrap;
  width: 100%; }

.card-article {
  padding: 20px; }

.card-icon {
  margin-bottom: 20px; }
  .card-icon > .img {
    display: inline-block; }

.iconlinks-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .iconlinks-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .iconlinks-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .iconlinks-section {
      padding: 80px 0 50px 0; } }

.icon-link {
  align-items: flex-start;
  display: flex;
  text-decoration: none; }
  .icon-link > .icon {
    display: block;
    padding: 20px;
    width: 85px;
    vertical-align: middle; }
  .icon-link > .title {
    display: block;
    padding: 20px;
    vertical-align: middle; }

.imgandtext-section {
  padding: 50px 0 20px 0;
  font-size: 20px; }
  @media (min-width: 600px) {
    .imgandtext-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .imgandtext-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .imgandtext-section {
      padding: 80px 0 80px 0; } }
  .imgandtext-section .title {
    text-transform: uppercase; }
    .imgandtext-section .title sup {
      top: -1.1em;
      font-size: 1rem; }
  .imgandtext-section .container.top h1, .imgandtext-section .container.top h2, .imgandtext-section .container.top h4 {
    width: auto;
    max-width: none;
    font-family: Coupe-Medium, sans-serif; }
  .imgandtext-section .container .header {
    padding: 0 20px; }
  .imgandtext-section .container.white {
    background: #fff; }
  .imgandtext-section .container.bottom > div {
    padding: 0 0 0 10px;
    white-space: pre-line;
    font-size: 1rem; }
  .imgandtext-section .flex-image {
    /*padding: 20px;*/
    flex: 0 0 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top; }
    @media (min-width: 600px) {
      .imgandtext-section .flex-image {
        flex: 0 0 50%;
        max-width: 50%;
        min-height: 500px; } }
    .imgandtext-section .flex-image > .img {
      height: auto;
      width: 100%;
      /*@media (min-width: $break-s) {
                display: none;
            }*/ }
  .imgandtext-section .flex-content {
    max-width: 100%;
    padding: 20px; }
    @media (min-width: 600px) {
      .imgandtext-section .flex-content {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 40px; } }
  .imgandtext-section .normal-order {
    order: 0; }
  .imgandtext-section .alt-order {
    order: 0; }
    @media (min-width: 600px) {
      .imgandtext-section .alt-order {
        order: 1; } }
  .imgandtext-section.vertical .white {
    background: none; }
  .imgandtext-section.vertical .flex {
    display: flex; }
  .imgandtext-section.vertical .flex-content {
    width: 100%;
    flex: none;
    padding: 10px; }
  .imgandtext-section.vertical .flex-image {
    width: 100%;
    flex: none;
    max-width: none;
    order: 2; }
    .imgandtext-section.vertical .flex-image img {
      display: block; }

.text-section {
  padding: 50px 20px 20px 20px; }
  @media (min-width: 600px) {
    .text-section {
      padding: 60px 20px 20px 20px; } }
  @media (min-width: 900px) {
    .text-section {
      padding: 65px 20px 50px 20px; } }
  @media (min-width: 1240px) {
    .text-section {
      padding: 80px 20px 50px 20px; } }
  .text-section .section-header .image {
    margin-bottom: 40px; }
    .text-section .section-header .image img {
      max-width: 100%;
      height: auto; }
  .text-section .section-header .lead {
    position: relative;
    padding-left: 50px; }
    .text-section .section-header .lead:before {
      position: absolute;
      content: '';
      left: 0;
      top: 13px;
      height: 2px;
      width: 36px;
      background: #FFCB00; }

.the-content {
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .the-content.columncount2 {
      column-count: 2; }
    .the-content.columncount3 {
      column-count: 3; } }
  .the-content > figure {
    max-width: 730px !important;
    width: 100% !important; }
    .the-content > figure img {
      height: auto !important;
      width: 100% !important; }

.videoembed-section {
  padding: 50px 20px 20px 20px; }
  @media (min-width: 600px) {
    .videoembed-section {
      padding: 60px 20px 20px 20px; } }
  @media (min-width: 900px) {
    .videoembed-section {
      padding: 65px 20px 50px 20px; } }
  @media (min-width: 1240px) {
    .videoembed-section {
      padding: 80px 20px 50px 20px; } }

.videoembedlist-section {
  padding: 20px 20px; }
  @media (min-width: 900px) {
    .videoembedlist-section {
      padding: 20px 0; } }
  .videoembedlist-section .videolist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .videoembedlist-section .videolist .item {
      border-top: 1px solid #808080;
      padding-top: 30px;
      margin-top: 30px; }
      @media (min-width: 900px) {
        .videoembedlist-section .videolist .item {
          flex: 0 0 48%;
          width: 48%; } }
      .videoembedlist-section .videolist .item .title {
        font-size: 1.6rem;
        text-transform: uppercase;
        line-height: 1.3; }

.map-section {
  display: block;
  width: 100%; }

#map {
  height: 300px; }
  @media (min-width: 600px) {
    #map {
      height: 400px; } }
  @media (min-width: 900px) {
    #map {
      height: 500px; } }
  @media (min-width: 1240px) {
    #map {
      height: 600px; } }

.feeds {
  display: flex;
  flex-flow: row wrap; }
  .feeds .feed {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .feeds .feed {
        flex: 50%;
        max-width: 50%;
        padding: 20px; } }
    @media (min-width: 900px) {
      .feeds .feed {
        flex: 33.33%;
        max-width: 33.33%; } }

.portfolio-listitem {
  background-color: white;
  border-radius: 2px;
  margin-bottom: 30px; }

.portfolio-listheader {
  padding: 40px; }

.article-link {
  text-decoration: none;
  transition: all 200ms; }
  .article-link:hover {
    color: #F3F3F3; }

.portfolio-listimage {
  width: 100%; }
  .portfolio-listimage > .img {
    height: auto;
    width: 100%; }

.post-article {
  background-color: white;
  border-radius: 2px; }
  .post-article .carousel img {
    width: 100%;
    height: auto; }

.post-main {
  padding: 20px; }

.post-image {
  display: block; }
  .post-image > .img {
    height: auto;
    width: 100%; }

.post-header {
  padding: 60px 50px 0 50px; }

.post-content {
  padding: 0 50px 50px 50px; }

.keynumbers-section {
  padding: 50px 0 20px 0; }
  @media (min-width: 600px) {
    .keynumbers-section {
      padding: 60px 0 20px 0; } }
  @media (min-width: 900px) {
    .keynumbers-section {
      padding: 65px 0 50px 0; } }
  @media (min-width: 1240px) {
    .keynumbers-section {
      padding: 80px 0 50px 0; } }

.number-item {
  padding: 20px; }

.number {
  display: block;
  font-family: Coupe-Normal, sans-serif;
  font-size: 2.7rem;
  font-style: italic; }

.number-text {
  display: block; }

.investor-companydisclosures {
  line-height: 1.2;
  padding-bottom: 40px; }
  .investor-companydisclosures a {
    text-decoration: none;
    color: #F62C10;
    font-size: 1.2rem; }
  @media (min-width: 900px) {
    .investor-companydisclosures .date {
      max-width: 50px; } }
  .investor-companydisclosures a.archive {
    text-transform: uppercase; }

.table100 table {
  display: table;
  width: 100%;
  max-width: none; }
  .table100 table th {
    font-weight: 700; }

.table100 a {
  color: #F62C10; }

.investor-snapshot h3 {
  font-size: 3rem;
  line-height: 3.5rem;
  margin-bottom: 40px; }

@media (min-width: 900px) {
  .investor-snapshot #snapshot1_component_body {
    display: flex; } }

@media (min-width: 900px) {
  .investor-snapshot #snapshot1_component_body #snapshot1_component_tables {
    flex: 1 1 30%;
    width: 30%; } }

.investor-snapshot #snapshot1_component_body #snapshot1_component_tables #isMarketOpen {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background: #FFCB00;
  border-radius: 50%; }
  .investor-snapshot #snapshot1_component_body #snapshot1_component_tables #isMarketOpen:after {
    content: 'i';
    font-style: normal;
    padding-left: 1px; }

.investor-snapshot #snapshot1_component_body #snapshot1_component_tables #snapshot1_quote_change1 {
  float: left;
  width: 70%; }
  .investor-snapshot #snapshot1_component_body #snapshot1_component_tables #snapshot1_quote_change1 table tr td {
    border: 0;
    padding: 0; }
  .investor-snapshot #snapshot1_component_body #snapshot1_component_tables #snapshot1_quote_change1 .c0.f.n {
    font-size: 3rem; }
  .investor-snapshot #snapshot1_component_body #snapshot1_component_tables #snapshot1_quote_change1 i {
    display: block;
    position: relative;
    border-radius: 50%;
    background: #2196F3;
    color: #fff;
    width: 50px;
    height: 50px;
    transform: rotate(-90deg); }
    .investor-snapshot #snapshot1_component_body #snapshot1_component_tables #snapshot1_quote_change1 i:after {
      content: '>';
      font-family: Coupe-Bold, sans-serif;
      font-style: normal;
      font-size: 70px;
      position: absolute;
      top: -8px;
      left: 11px; }
    .investor-snapshot #snapshot1_component_body #snapshot1_component_tables #snapshot1_quote_change1 i.icon-circle-arrow-down {
      background: #F62C10;
      transform: rotate(90deg); }

.investor-snapshot #snapshot1_component_body #snapshot1_component_tables #snapshot1_quote_change2 {
  float: left;
  width: 30%;
  font-size: 1.2rem; }
  .investor-snapshot #snapshot1_component_body #snapshot1_component_tables #snapshot1_quote_change2 .neg {
    color: #F62C10; }
  .investor-snapshot #snapshot1_component_body #snapshot1_component_tables #snapshot1_quote_change2 .pos {
    color: #2196F3; }
  .investor-snapshot #snapshot1_component_body #snapshot1_component_tables #snapshot1_quote_change2 table tr td {
    border: 0;
    padding: 0;
    line-height: 1; }

@media (min-width: 900px) {
  .investor-snapshot #snapshot1_component_body #snapshot1_component_list {
    flex: 1 1 70%;
    width: 70%; } }

.investor-snapshot #snapshot1_component_body #snapshot1_component_list .component_list_label {
  border-bottom: 1px solid #ccc;
  height: 41px;
  line-height: 40px; }

.investor-snapshot #snapshot1_component_body #snapshot1_component_list .value {
  line-height: 40px; }

.investor-snapshot #snapshot1_component_body #snapshot1_component_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 900px) {
    .investor-snapshot #snapshot1_component_body #snapshot1_component_list ul {
      padding: 0 20px; } }
  .investor-snapshot #snapshot1_component_body #snapshot1_component_list ul li {
    flex: 0 0 25%; }
    .investor-snapshot #snapshot1_component_body #snapshot1_component_list ul li .component_list_label {
      font-weight: 700; }

.webcruiter .item {
  margin-bottom: 30px; }

.download-section {
  padding-bottom: 20px; }
  .download-section h2.text-center {
    margin-left: auto;
    margin-right: auto; }
  .download-section .lead {
    position: relative;
    padding-left: 50px; }
    .download-section .lead:before {
      position: absolute;
      content: '';
      left: 0;
      top: 13px;
      height: 2px;
      width: 36px;
      background: #FFCB00; }
    .download-section .lead.text-center {
      margin-left: auto;
      margin-right: auto; }
  .download-section .download-filter {
    padding-bottom: 20px;
    text-align: right;
    padding-right: 4px;
    font-size: 1rem; }
    .download-section .download-filter a {
      text-decoration: none;
      margin-left: 10px; }
      .download-section .download-filter a.selected {
        color: #F62C10; }
  .download-section .download {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 600px) {
      .download-section .download .item {
        padding: 10px; } }
    .download-section .download .download-link {
      display: block;
      margin: 3px;
      position: relative; }
      .download-section .download .download-link .title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 30px;
        padding-right: 10px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        text-align: right;
        line-height: 30px; }
      .download-section .download .download-link .inner-filter {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        top: 30px;
        bottom: 0;
        width: 100%;
        opacity: 1; }
      .download-section .download .download-link:hover .inner-filter {
        opacity: 0;
        transition: all 200ms; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

.latestnews-section {
  padding: 40px 0; }
  .latestnews-section .section-header {
    padding-bottom: 0; }
    .latestnews-section .section-header img {
      display: inline-block; }
  .latestnews-section h2 {
    margin: 0;
    line-height: 1; }
    .latestnews-section h2.text-center {
      margin-left: auto;
      margin-right: auto; }
  .latestnews-section .lead {
    position: relative;
    padding-left: 50px; }
    .latestnews-section .lead:before {
      position: absolute;
      content: '';
      left: 0;
      top: 13px;
      height: 2px;
      width: 36px;
      background: #FFCB00; }
    .latestnews-section .lead.text-center {
      margin-left: auto;
      margin-right: auto; }
  .latestnews-section .morenews {
    padding: 20px; }
    .latestnews-section .morenews a {
      text-decoration: none; }
  .latestnews-section .news {
    display: flex;
    flex-wrap: wrap; }
    .latestnews-section .news a {
      display: block;
      position: relative;
      overflow: hidden;
      margin: 3px; }
      .latestnews-section .news a .icon {
        width: 100%;
        height: auto; }
      .latestnews-section .news a .title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 4px 10px;
        color: #fff;
        line-height: 30px;
        z-index: 5; }
      .latestnews-section .news a .inner-filter {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        top: 0;
        bottom: 0;
        width: 100%;
        opacity: 1; }
      .latestnews-section .news a:hover .inner-filter {
        opacity: 0;
        transition: all 200ms; }
      .latestnews-section .news a:hover .title {
        background: rgba(0, 0, 0, 0.5);
        transition: all 200ms; }

.sidebar {
  position: fixed;
  right: 30px;
  top: 200px;
  z-index: 999;
  color: #fff;
  letter-spacing: 1px; }
  @media (max-width: 600px) {
    .sidebar {
      display: none; } }

.side-title {
  transform: rotate(90deg);
  transform-origin: left top 0;
  position: absolute;
  top: 0; }
  .side-title .tekst {
    font-size: 30px; }

.section-marks {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center; }
  .section-marks a {
    text-decoration: none; }
  .section-marks .mark {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .section-marks .item {
    margin-bottom: 10px;
    color: #fff; }
    .section-marks .item .mark-title {
      text-transform: uppercase;
      transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      opacity: 0;
      position: absolute;
      white-space: nowrap;
      right: 120px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }
    .section-marks .item .mark-line {
      content: "";
      display: inline-block;
      height: 1px;
      width: 8px;
      background-color: #fff;
      text-align: right;
      margin-bottom: 5px;
      transform: translatex(48px); }
    .section-marks .item.active .mark-title, .section-marks .item:hover .mark-title {
      text-transform: uppercase;
      transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      opacity: 1;
      position: absolute;
      white-space: nowrap;
      right: 70px; }
      .section-marks .item.active .mark-title sup, .section-marks .item:hover .mark-title sup {
        font-size: 0.5em; }
    .section-marks .item.active .mark-line, .section-marks .item:hover .mark-line {
      padding-top: 1px;
      height: 3px;
      width: 56px;
      transform: translatex(0); }

.sidebar-bg {
  position: absolute;
  right: 0;
  width: 30%;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cf000000',GradientType=1 );
  /* IE6-9 */ }
  @media (max-width: 600px) {
    .sidebar-bg {
      display: none; } }

.zeronext .item .mark-title {
  color: #f62c10; }

.zeronext .item .mark-line {
  background-color: #f62c10; }

.tablematrix-section {
  padding: 50px 20px 20px 20px; }
  @media (min-width: 600px) {
    .tablematrix-section {
      padding: 60px 20px 20px 20px; } }
  @media (min-width: 900px) {
    .tablematrix-section {
      padding: 65px 20px 50px 20px; } }
  @media (min-width: 1240px) {
    .tablematrix-section {
      padding: 80px 0 50px 0; } }
  .tablematrix-section.double {
    padding: 0; }
  .tablematrix-section .table-wrap {
    overflow-x: auto; }
  .tablematrix-section table {
    width: 100%;
    max-width: none;
    display: table; }
  .tablematrix-section .align-right {
    text-align: right; }

.tablesorter thead tr th {
  font-weight: 700;
  outline: none;
  cursor: pointer; }
  .tablesorter thead tr th.tablesorter-headerAsc {
    position: relative; }
    .tablesorter thead tr th.tablesorter-headerAsc:after {
      content: '▼';
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -6px;
      font-size: 12px;
      color: #FFCB00; }
  .tablesorter thead tr th.tablesorter-headerDesc {
    position: relative; }
    .tablesorter thead tr th.tablesorter-headerDesc:after {
      content: '▲';
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -6px;
      font-size: 12px;
      color: #FFCB00; }

.webcam-section {
  padding: 20px 20px; }
  @media (min-width: 900px) {
    .webcam-section {
      padding: 20px 0; } }
  .webcam-section .webcamlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .webcam-section .webcamlist .item {
      border-top: 1px solid #808080;
      padding-top: 30px;
      margin-top: 30px;
      text-decoration: none; }
      @media (min-width: 900px) {
        .webcam-section .webcamlist .item {
          flex: 0 0 48%;
          width: 48%; } }
      .webcam-section .webcamlist .item .title {
        font-size: 1.6rem;
        text-transform: uppercase;
        line-height: 1.3; }

.search-btn {
  padding-left: 25px;
  padding-right: 7px; }
  .search-btn img {
    height: 23px;
    width: 24px; }

.mega-nav-searchbtn {
  height: 30px;
  margin-bottom: 9px;
  margin-right: 5px;
  display: inline-block;
  cursor: pointer; }

.searchbox {
  width: 100%;
  top: 106px;
  position: absolute;
  margin: 0 auto;
  z-index: 9999;
  display: none;
  border-bottom: 2px solid gray; }
  @media (max-width: 797px) {
    .searchbox {
      width: 100%;
      left: 0; } }
  .searchbox input {
    border: none;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-weight: 600;
    font-size: 30px; }
  .searchbox span {
    position: absolute;
    z-index: 999;
    top: 1px;
    right: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.7em;
    color: black;
    cursor: pointer; }

#searchresult {
  display: none;
  position: absolute;
  height: auto;
  width: 100%;
  padding: 5px;
  padding-top: 100px;
  top: 110px;
  /*right: 20px;*/
  /*bottom: 20px;*/
  background: white;
  z-index: 999;
  /*overflow-x: scroll;*/ }
  #searchresult a {
    display: block;
    text-decoration: none;
    border-top: 1px solid lightgray;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 1.2em; }
    #searchresult a .hit .title {
      font-weight: 600;
      font-size: 1.3em;
      margin-bottom: 10px; }
      #searchresult a .hit .title b {
        font-weight: 600; }
  #searchresult .closeSearch {
    position: absolute;
    right: 20px;
    top: 15px;
    font-weight: 600;
    font-size: 25px;
    cursor: pointer; }
  #searchresult .hits {
    line-height: 1;
    margin-bottom: 10px; }

.hotspots-section a {
  text-decoration: none; }

.hotspots-section .map {
  position: relative;
  width: 100%;
  background: no-repeat; }
  .hotspots-section .map img {
    width: 100%;
    position: relative; }
  .hotspots-section .map .spot {
    white-space: nowrap;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid #13ade2;
    transition: .2s;
    overflow: hidden;
    color: transparent;
    z-index: 11;
    transform: scale(0.9); }
    .hotspots-section .map .spot:hover {
      overflow: visible; }
      .hotspots-section .map .spot:hover span {
        opacity: 1; }
    .hotspots-section .map .spot span {
      opacity: 0;
      position: absolute;
      top: -3px;
      left: -5px;
      background: #000;
      color: #fff;
      display: block;
      white-space: nowrap;
      width: auto;
      padding: 4px 30px 4px 12px;
      border-radius: 8px;
      transition: opacity 400ms ease-in-out;
      box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2); }
      .hotspots-section .map .spot span:after {
        content: '>';
        font-size: 34px;
        overflow: hidden;
        line-height: 1;
        color: #f99800;
        font-family: Coupe-Thin;
        position: absolute;
        top: -1px;
        right: 8px;
        display: inline-block;
        transform: rotate(90deg); }
    .hotspots-section .map .spot img {
      width: 50%;
      margin-top: 25%;
      margin-left: 25%;
      transition: .2s;
      fill: #f99800; }
  .hotspots-section .map .overlay {
    transition: .4s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12;
    background: rgba(0, 0, 0, 0.3); }
  .hotspots-section .map .infobox {
    display: none;
    position: absolute;
    z-index: 30;
    width: 500px;
    color: white;
    background: rgba(4, 37, 50, 0.86);
    margin: 0 auto;
    padding: 50px;
    transition: 0.2s;
    top: 15%;
    left: calc(50% - 250px);
    transition: opacity .4s; }
    @media screen and (max-width: 797px) {
      .hotspots-section .map .infobox {
        width: 100%;
        padding: 25px;
        left: 0; } }
    .hotspots-section .map .infobox .x {
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
      font-weight: 100;
      position: absolute;
      top: -15px;
      right: -15px;
      font-size: 3em;
      color: white;
      height: 30px;
      width: 30px;
      cursor: pointer; }
      @media screen and (max-width: 797px) {
        .hotspots-section .map .infobox .x {
          top: 10px;
          right: 10px;
          height: 25px;
          width: 25px; } }
    .hotspots-section .map .infobox .title {
      font-size: 1.5em;
      margin-bottom: 35px; }
    .hotspots-section .map .infobox iframe {
      width: 100%;
      height: 300px; }

.kriseweb-information-section {
  background-color: rgba(255, 255, 255, 0.6); }

.kriseweb-content {
  padding-top: 40px; }
  .kriseweb-content h1 {
    font-size: 2rem;
    font-weight: bold; }

.kriseweb-information {
  flex-direction: column; }
  .kriseweb-information h1 {
    font-size: 2rem;
    font-weight: bold; }
  .kriseweb-information p {
    font-size: 1.5rem; }
  .kriseweb-information a {
    max-width: 540px; }

.kriseweb-picture-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 540px;
  background: rgba(0, 0, 0, 0.4); }
  .kriseweb-picture-overlay p {
    color: #FFCB00;
    position: absolute;
    top: 40px;
    left: 40px; }

.kriseweb-press-container {
  flex-direction: column; }

.kriseweb-press-release {
  border-top: 1px white;
  border-bottom: 1px white;
  background-color: #f0f0f0;
  padding: 20px;
  margin: 1px 40px;
  margin-right: 60px;
  font-weight: bold;
  font-size: 1rem;
  justify-content: flex-start;
  max-height: 72px; }
