/* DEMO GRID
.cols-3{
  @include row();

  .col-1-3{
    background: pink;
    @include col(1, 3, $gap:0);
  }

  .col-2-3{
    background: green;
    @include col(2, 3, $gap:0);
  }
}


.cols-4{
  @include row();

  .col-1-4{
    background: olive;
    @include col(1, 2, $min-width: 520px);
    @include col(1, 4, $min-width: 620px);
    border: 1px solid red;
  }
}
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

.invisible {
  visibility: hidden; }

.clearfix:after,
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.ie9 img[src$=".svg"] {
  width: 100%; }

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }

*:focus {
  outline: 0 !important; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0;
  background: #ccc;
  color: #000;
  padding: 0.5em 0.3em;
  text-align: center; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:after,
  *:before {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

@font-face {
  font-family: 'open_sansregular';
  src: url("../webfonts/OpenSans-Regular-webfont.eot");
  src: url("../webfonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/OpenSans-Regular-webfont.woff") format("woff"), url("../webfonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("../webfonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lemonmilkregular';
  src: url("../webfonts/lemonmilk-webfont.woff2") format("woff2"), url("../webfonts/lemonmilk-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'lemonmilk_lightregular';
  src: url("../webfonts/lemonmilklight-webfont.woff2") format("woff2"), url("../webfonts/lemonmilklight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "open_sansregular", helvetica, arial, sans-serif;
  color: #1a171b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

header {
  font-family: "lemonmilk_lightregular", helvetica, arial, sans-serif;
  font-size: 1.35em;
  line-height: 1.25em; }
  header .footer {
    font-size: 14px; }
  @media (min-width: 520px) {
    header {
      font-size: 1.85em; } }
  @media (min-width: 1024px) {
    header {
      font-size: 2em; } }
  @media (min-width: 1280px) {
    header {
      font-size: 2.5em; } }
  @media (max-height: 890px) and (min-width: 520px) {
    header {
      font-size: 1.85em; } }
  header a {
    color: #1a171b;
    text-decoration: none; }
    header a:hover, header a.current {
      color: #d7af00; }
  header .footer {
    font-size: 14px;
    line-height: 1.5em; }
    @media (min-width: 520px) {
      header .footer {
        font-size: 16px !important; } }

h1 {
  font-family: "lemonmilk_lightregular", helvetica, arial, sans-serif;
  font-size: 1.25em; }

p {
  max-width: 860px; }

html,
body {
  margin: 0;
  padding: 0; }

body {
  overflow-y: scroll; }

body.intro {
  height: 100%; }

header + main {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 520px) {
    header + main {
      margin-top: 80px;
      margin-bottom: 80px; } }

.wrapper {
  width: calc(100% - 40px);
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 520px) {
    .wrapper {
      width: calc(100% - 100px); } }

main .text-content {
  margin-bottom: 40px; }
  @media (min-width: 520px) {
    main .text-content {
      margin-bottom: 60px; } }

main .image-txt img {
  width: 100%; }

main .image-txt .txt {
  margin-top: 40px; }
  main .image-txt .txt table {
    margin-bottom: 40px;
    max-width: 420px;
    width: 100%; }
    main .image-txt .txt table td {
      vertical-align: top; }
    main .image-txt .txt table td:first-child {
      white-space: nowrap;
      width: 60px;
      text-align: right;
      padding-right: 15px; }

@media (min-width: 1024px) {
  main .image-txt:after {
    content: "";
    display: table;
    clear: both; }
  main .image-txt img {
    margin-top: 15px;
    width: calc(50% - 40px);
    padding-right: 40px;
    max-width: 640px;
    display: block;
    float: left; }
  main .image-txt .txt {
    margin-top: 0;
    float: left;
    display: block;
    width: 50%; } }

main .cols1,
main .col-1-2,
main .col-1-5,
main .col-2-5,
main .col-3-5 {
  vertical-align: top;
  display: block;
  width: 100%;
  margin-top: 20px; }

@media (min-width: 520px) {
  main .cols2:after {
    content: "";
    display: table;
    clear: both; }
  main .cols2 .col-3-5 {
    float: left;
    width: calc(100%/5*3 - 10px);
    margin-right: 20px; }
  main .cols2 .col-2-5 {
    float: left;
    width: calc(100%/5*2 - 10px);
    margin-right: 20px; }
  main .cols2 .col-1-2 {
    float: left;
    width: calc(100%/2 - 10px);
    margin-right: 20px; }
  main .cols2 div:last-child {
    margin-right: 0; } }

@media (min-width: 520px) {
  main .cols3:after {
    content: "";
    display: table;
    clear: both; }
  main .cols3 .col-2-5 {
    float: left;
    width: calc(100%/5*2 - 20px/3*2);
    margin-right: 20px; }
  main .cols3 .col-1-5 {
    float: left;
    width: calc(100%/5 - 20px/3*2);
    margin-right: 20px; }
  main .cols3 div:last-child {
    margin-right: 0; } }

body.nav-active {
  position: fixed;
  width: 100%; }

header {
  z-index: 1000;
  position: relative;
  margin-top: 30px; }
  @media (min-width: 1024px) {
    header {
      margin-top: 60px; } }
  header .logo {
    width: 45%;
    min-width: 200px; }
    @media (min-width: 1024px) {
      header .logo {
        width: 35%; } }
  header .nav-wrap {
    position: relative;
    display: block;
    height: 100%;
    margin-left: auto; }
  header nav {
    display: none;
    position: fixed;
    background: white;
    left: 0;
    width: 100%;
    height: 100%; }
    header nav ul {
      position: absolute;
      margin-left: 20px;
      padding: 0;
      list-style: none; }
      header nav ul li ul {
        position: relative;
        margin-left: 40px; }
        header nav ul li ul li {
          max-width: 200px; }
          @media (min-width: 520px) {
            header nav ul li ul li {
              max-width: 250px; } }
          @media (min-width: 1024px) {
            header nav ul li ul li {
              max-width: 320px; } }
      @media (min-width: 520px) {
        header nav ul {
          top: 2%;
          right: 0;
          display: inline-block; }
          header nav ul li.has-sub {
            vertical-align: top;
            margin-bottom: -1.4em; }
            header nav ul li.has-sub ul {
              top: -1.25em;
              margin-left: 200px;
              display: block; } }
      @media (min-width: 1280px) and (min-height: 890px) {
        header nav ul li.has-sub ul {
          margin-left: 260px; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  margin-top: 0px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .hamburger {
      margin-top: 0px; } }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 35px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 35px;
  height: 4px;
  background-color: #1a171b;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
       * Spring
       */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.touchevents .intro__grid a {
  position: absolute;
  width: 100%;
  height: 100%; }

.touchevents .intro__grid a .overlay {
  height: auto;
  opacity: 1;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75); }
  .touchevents .intro__grid a .overlay h2 {
    top: 0;
    transform: none;
    font-size: 1.1em;
    margin: 8px auto; }

@media (max-width: 1024px) {
  .touchevents .item {
    height: calc(97.5vh/3 - 25px/3*4) !important; } }

@media (max-width: 520px) {
  .touchevents .item {
    height: calc(44vh - 25px/2*3) !important; } }

.intro__grid {
  width: calc(100% - 50px);
  margin: auto;
  overflow: hidden;
  margin-left: 25px; }
  .intro__grid:after {
    content: "";
    display: table;
    clear: both; }
  .intro__grid a {
    color: black; }
    .intro__grid a .overlay {
      position: absolute;
      background: rgba(255, 255, 255, 0.75);
      width: 100%;
      height: 100%;
      text-align: center;
      opacity: 0;
      transition: opacity 400ms ease; }
      .intro__grid a .overlay h2 {
        margin: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    .intro__grid a:hover .overlay {
      opacity: 1; }
  .intro__grid .item {
    font-family: "lemonmilk_lightregular", helvetica, arial, sans-serif;
    position: relative;
    width: calc(100% - 0px);
    height: calc(50vh - 25px/2*3);
    margin-top: 25px;
    background-position: center;
    background-size: cover; }
    .intro__grid .item:nth-child(1n + 3) {
      display: none; }
    @media (min-width: 520px) {
      .intro__grid .item {
        width: calc(50% - 25px/2);
        height: calc(100vh/3 - 25px/3*4);
        float: left;
        margin-right: 25px; }
        .intro__grid .item:nth-child(2n) {
          margin-right: 0; }
        .intro__grid .item:nth-child(1n) {
          display: block; }
        .intro__grid .item:nth-child(1n + 7) {
          display: none; } }
    @media (min-width: 1024px) {
      .intro__grid .item {
        width: calc(100%/3 - 25px/4*3);
        height: calc(100vh/3 - 25px/3*4);
        float: left;
        margin-right: 25px !important; }
        .intro__grid .item:nth-child(1n) {
          display: block;
          margin-right: 25px !important; }
        .intro__grid .item:nth-child(3n) {
          margin-right: 0 !important; } }

.touchevents .overview__grid {
  margin-top: -20px; }

.touchevents .overview__grid a {
  position: absolute;
  width: 100%;
  height: 100%; }

.touchevents .overview__grid a .overlay {
  height: auto;
  opacity: 1;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75); }
  .touchevents .overview__grid a .overlay h2 {
    top: 0;
    transform: none;
    font-size: 1.1em;
    margin: 8px auto; }

.overview__grid {
  width: calc(100% - 50px);
  margin: auto; }
  .overview__grid:after {
    content: "";
    display: table;
    clear: both; }
  .overview__grid a {
    color: black; }
    .overview__grid a .overlay {
      position: absolute;
      background: rgba(255, 255, 255, 0.75);
      width: 100%;
      height: 100%;
      text-align: center;
      opacity: 0;
      transition: opacity 400ms ease; }
      .overview__grid a .overlay h2 {
        margin: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    .overview__grid a:hover .overlay {
      opacity: 1; }
  .overview__grid .item {
    font-family: "lemonmilk_lightregular", helvetica, arial, sans-serif;
    position: relative;
    width: calc(100% - 0px);
    height: 200px;
    margin-top: 25px;
    background-position: center;
    background-size: cover; }
    @media (min-width: 520px) {
      .overview__grid .item {
        width: calc(50% - 25px/2);
        float: left;
        margin-right: 25px; }
        .overview__grid .item:nth-child(2n) {
          margin-right: 0; } }
    @media (min-width: 1024px) {
      .overview__grid .item {
        width: calc(100%/3 - 25px/4*3);
        float: left;
        margin-right: 25px !important; }
        .overview__grid .item:nth-child(1n) {
          display: block;
          margin-right: 25px !important; }
        .overview__grid .item:nth-child(3n) {
          margin-right: 0 !important; } }
