@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 200; }

@font-face {
  font-family: 'Hanken Light';
  src: url("fonts/HKGrotesk-Light.woff2") format("woff2"), url("fonts/HKGrotesk-Light.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Hanken SemiBold';
  src: url("fonts/HKGrotesk-SemiBold.woff2") format("woff2"), url("fonts/HKGrotesk-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

@font-face {
  font-family: 'Leitura';
  src: url("fonts/Leitura-Display-Roman.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility; }

.no-gutters {
  margin-right: -15px;
  margin-left: -15px; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

@media (min-width: 992px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.special-link {
  padding: 8px 16px;
  text-decoration: none;
  position: fixed;
  top: -40px;
  font-size: 16px;
  left: 0px;
  color: #fff;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  background: transparent;
  -webkit-transition: top 300ms ease-out,background 300ms linear;
  -o-transition: top 300ms ease-out,background 300ms linear;
  transition: top 300ms ease-out,background 300ms linear;
  z-index: 100; }

.special-link:hover {
  color: #fff !important; }

.special-link:focus {
  top: 0px; }

.close-nav {
  display: none; }

.menu-open .close-nav {
  display: block; }

.menu-open .open-nav {
  display: none; }

.mh-100 {
  min-height: 100vh; }

/*
// Single property
html {
 @include fluid-type(font-size, 320px, 1366px, 14px, 18px);
}

// Multiple properties with same values
h1 {
 @include fluid-type(padding-bottom padding-top, 20em, 70em, 2em, 4em);
}
*/
@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 766px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 766px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 766px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 766px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 767px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1498px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1498px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1498px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1498px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1499px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1499px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1499px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1499px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 766px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 767px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1498px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1499px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1499px;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px; }

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 767px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1499px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

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

/*

EXAMPLE:
p {
  @include sm {
    font-size: 18px;
  }

  @include md {
    font-size: 20px;
  }
}

*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger-box {
  width: 34px;
  height: 32px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 53%;
  margin-top: 0px; }

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

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

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

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

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.picker__input {
  cursor: default; }

.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.picker__holder:focus {
  outline: none; }

.picker__holder {
  position: static;
  display: block;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  margin: auto;
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em; }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 30px; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 30px;
  padding-bottom: 15px; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em; }

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }

.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  top: -8px;
  margin: 10px 1vw; }

.picker__nav--next {
  right: 0; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  background-image: url("../img/arrow-next.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 17px;
  display: inline-block;
  transform: rotate(-180deg); }

.picker__nav--next:before {
  transform: rotate(0deg);
  top: 50%; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer; }

.picker__nav--disabled,
.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }

.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  padding-bottom: .25em;
  color: #000;
  font-family: "Hanken Semibold", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.picker__day {
  padding: .2em .1em .1em .1em;
  margin: .1em;
  font-weight: 200;
  border: 1px solid transparent; }

@media (max-width: 767px) {
  .picker__day {
    padding: .3em .1em .2em .1em;
    margin: .1em .4em; } }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.4em solid #000;
  border-left: .4em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus,
.picker__day--outfocus {
  cursor: pointer; }

.highlighted {
  border: 1px solid; }

.picker__day--highlighted,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000; }

.picker__day--selected,
.picker__day--selected,
.picker--focused .picker__day--selected {
  color: #000;
  border: 1px solid #000;
  background-color: #FFF07C; }

.picker__day--disabled,
.picker__day--disabled,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
  padding-bottom: 15px; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  font-size: .8em;
  padding: 10px;
  width: auto;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today,
.picker__button--close,
.picker__button--clear {
  display: none; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  cursor: pointer;
  color: #000000; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  border-color: #000;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: none;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em; }

.picker__day--outfocus.picker__day--selected {
  border: none;
  background-color: transparent;
  color: #dddddd; }

.picker__button--today[disabled],
.picker__button--today[disabled] {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

@media (max-width: 1400px) {
  .picker__holder {
    font-size: .8em; } }

@media (max-width: 768px) {
  .picker__box {
    padding: 10px; }
  .picker__nav--prev, .picker__nav--next {
    margin: 10px 20px; } }

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.18
 *
 * Included libraries:
 *   DataTables 1.10.18
 */
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */ }

table.dataTable thead th,
table.dataTable tfoot th {
  font-family: "Hanken Semibold";
  text-align: left;
  font-weight: normal;
  line-height: 1.6em; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 30px 15px 25px 15px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
  font-size: .8em; }

table.dataTable thead .sorting {
  background-image: url("DataTables-1.10.18/images/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("DataTables-1.10.18/images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("DataTables-1.10.18/images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("DataTables-1.10.18/images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("DataTables-1.10.18/images/sort_desc_disabled.png"); }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 30px 0 25px 15px; }

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #000; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #000;
  border-right: 1px solid #000; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #000; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box; }

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  padding: 30px; }
  .dataTables_wrapper .dataTables_filter label {
    visibility: hidden; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  border: none;
  border-bottom: 1px solid #000;
  min-width: 200px;
  width: 25vw;
  visibility: visible; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #000;
  background-color: white; }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111; }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

html {
  width: 100%;
  height: 100%;
  position: relative; }

body {
  font-family: "Hanken Light", sans-serif;
  font-size: 19px;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (min-width: 992px) {
    body {
      font-size: calc(19px + 7 * (100vw - 992px) / 608); } }
  @media screen and (min-width: 1600px) {
    body {
      font-size: 26px; } }

* {
  box-sizing: border-box; }

img {
  height: auto;
  max-width: 100%; }

a,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #000; }

.sidebar,
.menu-toggle,
.share-icons,
.row-item:before {
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s; }

.share-icons.visible {
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms; }

.menu-item,
.dropdown-content,
.dropdown-content a,
.login-dropdown.hidden {
  -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.login-dropdown {
  -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  -moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  -o-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms;
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1) 200ms; }

.close-button {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }

nav {
  position: fixed;
  width: 100%;
  height: 80px;
  min-height: 80px;
  z-index: 100;
  text-transform: uppercase; }
  nav a,
  nav a:hover,
  nav a:active {
    border-bottom: none; }
  nav .logo-nav {
    height: 100%;
    z-index: 500;
    max-width: 400px;
    position: absolute; }
    nav .logo-nav svg {
      height: 100%;
      padding: 13px 22px; }

.nav-back {
  content: " ";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  z-index: 10; }

.sidebar {
  position: fixed;
  height: 100vh;
  width: 33.33%;
  top: 0;
  right: -33.33%;
  background-color: #FFF07C;
  padding: 30px;
  letter-spacing: 2px;
  min-height: 600px;
  border-left: 1px solid #000;
  z-index: 50;
  text-transform: uppercase; }
  .sidebar a,
  .sidebar a:hover,
  .sidebar a:active {
    border-bottom: none; }

.sidebar.visible {
  right: 0; }

.main-navigation {
  margin-top: 75px; }
  @media screen and (min-width: 992px) {
    .main-navigation {
      margin-top: calc(75px + 13 * (100vw - 992px) / 608); } }
  @media screen and (min-width: 1600px) {
    .main-navigation {
      margin-top: 88px; } }
  .main-navigation li {
    padding: 8px 0; }
  .main-navigation .menu-item {
    font-size: 40px;
    display: table; }
  .main-navigation .search-li {
    padding-top: 6vh; }

.second-navigation {
  position: absolute;
  bottom: 50px;
  width: calc(100% - 30px);
  font-size: 1em; }
  .second-navigation li {
    display: inline-block; }
  .second-navigation .language-switch {
    position: absolute;
    right: 30px; }

.language-switch .lang-link:first-child:after {
  content: " · "; }

.language-switch a.active {
  border-bottom: 1px solid #000; }

.nav-buttons {
  position: absolute;
  z-index: 300;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.menu-toggle, .calendar-button {
  padding: 22px 30px 22px 0;
  width: 70px;
  height: 100%;
  top: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  float: right;
  z-index: 200; }
  .menu-toggle svg, .calendar-button svg {
    width: 36px;
    height: 36px; }

.login-dropdown {
  float: right;
  z-index: -10;
  text-transform: none;
  position: relative; }

.dropdown-toggle {
  padding: 28px 40px 22px 0;
  display: block;
  height: 80px;
  cursor: pointer; }

.login-dropdown.hidden {
  opacity: 0;
  pointer-events: none; }

.dropdown-toggle:after {
  content: "";
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 10px;
  margin-bottom: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.dropdown-content {
  max-height: 0;
  position: absolute;
  margin-top: -1px;
  margin-left: -30px;
  background-color: #fff;
  width: 400px;
  overflow: hidden; }
  .dropdown-content .wrapper {
    border: 1px solid #000;
    padding: 0px 30px; }
  .dropdown-content a {
    display: block;
    white-space: nowrap;
    padding: 5px 0; }
    .dropdown-content a:hover {
      color: #888; }
  .dropdown-content a:first-child {
    padding-top: 15px; }
  .dropdown-content a:last-child {
    padding-bottom: 15px; }

.login-dropdown.expanded .dropdown-content {
  max-height: 300px; }

.menu-toggle:not(.is-active):hover .hamburger-inner:before {
  margin-top: -1px; }

.menu-toggle:not(.is-active):hover .hamburger-inner:after {
  margin-bottom: -1px; }

button, .search-input, .search-input::placeholder {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 200;
  color: #000;
  font-weight: 200;
  letter-spacing: 2px; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.search-input {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  width: calc(100% - 60px);
  max-width: 300px;
  min-width: 150px;
  border-radius: 0;
  box-shadow: none; }

.search-button {
  background-color: transparent;
  border: 1px solid #000;
  padding: 0;
  vertical-align: bottom;
  width: 42px;
  height: 42px;
  cursor: pointer;
  margin-left: 10px; }
  .search-button svg {
    width: 40px;
    height: 40px;
    padding: 10px; }

.search-input:focus, button:active, button:focus {
  outline: none; }

@media (max-width: 1150px) {
  .sidebar {
    width: 50%;
    right: -50%; } }

@media (max-width: 991px) {
  .sidebar {
    width: 100%;
    right: -100%; }
  nav .logo-nav svg {
    padding: 13px 30px; } }

@media (max-width: 767px) {
  .header, .nav-back {
    height: 60px;
    min-height: 60px; }
  .main-navigation li {
    padding: 3px 0; }
  .main-navigation .menu-item {
    font-size: 30px; }
  .main-navigation .search-li {
    padding-top: 30px; }
  .second-navigation {
    width: 100%;
    bottom: 50px; }
    .second-navigation li {
      padding-bottom: 0px; }
  .search-input {
    font-size: 1em;
    font-size: 19px; }
  .sidebar {
    padding: 15px;
    min-height: auto; }
  nav .logo-nav svg {
    padding: 10px 15px;
    max-width: calc(100vw - 100px); }
  .calendar-button {
    display: none; }
  .menu-toggle {
    padding: 20px 15px 20px 5px;
    width: 46px; }
    .menu-toggle .hamburger-inner {
      top: 50%; }
    .menu-toggle .hamburger-inner::before {
      top: -9px; }
    .menu-toggle .hamburger-inner::after {
      bottom: -9px; }
    .menu-toggle .hamburger-inner, .menu-toggle .hamburger-inner::before, .menu-toggle .hamburger-inner::after {
      width: 25px; }
    .menu-toggle .hamburger-box {
      width: 25px;
      height: 18px; }
  .dropdown-toggle {
    padding: 18px 0 19px 0px;
    height: 60px; }
  .login-dropdown {
    position: static;
    padding: 0 15px; }
  .dropdown-content {
    right: 0;
    margin-left: 0;
    position: fixed;
    width: calc(100vw - 15px);
    max-width: 400px; }
    .dropdown-content .wrapper {
      padding: 0 15px; } }

@media (max-width: 992px) and (orientation: landscape) {
  .sidebar {
    overflow-y: scroll;
    min-height: auto; }
    .sidebar .second-navigation {
      position: static;
      padding-top: 45px; } }

#main {
  width: 100%;
  position: relative;
  padding-top: 80px; }

.row-item {
  border-bottom: 1px solid #000;
  min-height: 0;
  position: relative;
  cursor: pointer;
  word-wrap: break-word; }
  .row-item.no-filter {
    cursor: default; }
    .row-item.no-filter:before {
      display: none; }

.row-item:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 0px;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(to right, #FFF07C, #fff);
  opacity: 0;
  z-index: -10; }

.item-title,
.item-date {
  padding: 30px 0;
  display: block; }
  .item-title span,
  .item-date span {
    display: block; }

.item-title {
  font-family: "Leitura", serif;
  line-height: 1.1;
  padding-right: 100px; }

.home-item .item-title {
  font-size: 2.3em; }

.member-item .item-title,
.calendar-item .item-title,
.search-item .item-title {
  font-size: 2em; }

.item-content {
  display: none;
  overflow: hidden; }
  .item-content .content-text {
    padding-right: 100px;
    padding-top: 30px;
    max-width: 900px; }
  .item-content .share-icons {
    padding: 30px 0;
    position: absolute;
    bottom: 0;
    opacity: 0; }
    .item-content .share-icons a {
      width: 45px;
      height: 45px;
      display: inline-block;
      border: 1px solid #000;
      border-radius: 100%;
      padding: 10px;
      margin-left: 10px;
      vertical-align: middle; }
  .item-content .row {
    height: 100%; }
  .item-content .content-col {
    height: 100%; }

.home-item .content-text {
  padding-bottom: 100px; }

.member-img {
  display: block;
  width: 100%;
  object-fit: cover;
  padding-bottom: 30px;
  max-height: 600px;
  max-width: 900px; }

.close-button {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 30px; }

.close-button:active,
.close-button:focus {
  opacity: 0; }

.close-button:before, .close-button:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 1px;
  background-color: #000; }

.close-button:before {
  transform: rotate(45deg); }

.close-button:after {
  transform: rotate(-45deg); }

.active.row-item {
  cursor: auto; }

.active.home-item:before {
  opacity: 1;
  width: 100px; }

.active.member-item:before,
.active.calendar-item:before,
.active.search-item:before {
  opacity: 1;
  width: 30px; }

.visible.close-button {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer; }

.visible.share-icons {
  opacity: 1; }

.member-links,
.member-tags,
.event-location,
.member-location {
  padding-bottom: 30px;
  display: block; }

.member-location {
  display: inline-block; }

.member-link {
  border: none; }

.member-tags span {
  border: 1px solid #000;
  padding: 3px 10px;
  margin-right: 5px; }

.sort-members,
.sort-events {
  min-height: 50vh; }

.border-left {
  border-left: 1px solid #000; }

.hk-title {
  font-size: 40px;
  font-weight: normal;
  text-transform: uppercase; }

.leitura-title {
  font-family: "Leitura", serif;
  font-size: 2em;
  font-weight: 200;
  padding-bottom: 30px;
  max-width: 800px; }

.bold-title {
  font-family: "Hanken Semibold", sans-serif;
  display: block; }

.bold {
  font-family: "Hanken Semibold", sans-serif; }

.italic {
  font-style: italic; }

p {
  padding-bottom: 30px; }

.main-col {
  float: left;
  width: 100%; }
  .main-col .basic-text {
    max-width: 900px;
    padding: 30px 30px 30px 110px; }
  .main-col p {
    padding-bottom: 30px; }
  .main-col h2 {
    padding: 30px 30px 30px 110px; }

.second-col-content {
  padding: 30px;
  padding-top: 30px !important; }

.horizontal-title {
  border-bottom: 1px solid #000;
  padding: 21px 30px 18px 30px;
  line-height: 40px; }

.filters-container {
  position: relative; }

.filters {
  padding: 30px;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 80px; }
  .filters .bold-title {
    padding-bottom: 10px; }
  .filters .filter-button {
    font-size: 1em;
    font-family: "Hanken Light", sans-serif;
    border: 1px solid #000;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: capitalize;
    margin: 0 5px 10px 0;
    cursor: pointer;
    padding: 3px 10px; }
  .filters .mixitup-control-active {
    background-color: #FFF07C; }
  .filters .category-filter {
    padding-bottom: 60px; }
  .filters .search-input, .filters .search-input::placeholder {
    text-transform: Capitalize; }
  .filters .search-button {
    width: 36px;
    height: 36px; }
    .filters .search-button svg {
      width: 36px;
      height: 36px;
      padding: 10px; }

.filters.calendar-filter {
  padding: 0;
  padding-bottom: 30px;
  text-align: center; }

.calendar-input {
  height: 0;
  border: none;
  display: none; }
  .calendar-input + .filter-button {
    margin-top: 0; }

.calendar-filter .filter-button {
  margin: auto;
  display: inline-block;
  margin-top: 30px;
  max-width: calc(100% - 60px);
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center; }
  .calendar-filter .filter-button:hover {
    background-color: #FFF07C; }

.no-events-found {
  display: none;
  text-align: center;
  margin: auto;
  padding: 30px;
  position: absolute;
  width: 100%;
  z-index: -10; }

.contact-span {
  display: block;
  margin-bottom: 5px; }
  .contact-span a {
    display: inline; }

footer {
  padding: 30px 0;
  border-top: 1px solid #000;
  background-color: #fff; }
  footer .bold-title {
    margin-left: 110px; }

@media (min-width: 992px) {
  .menu-item:hover {
    margin-left: 10px; }
  .visible.close-button:hover {
    opacity: 1; }
  .home-item:hover:before {
    opacity: 1;
    width: 100px; }
  .member-item:hover:before,
  .calendar-item:hover:before,
  .search-item:hover:before {
    opacity: 1;
    width: 30px; }
  .lateral-container {
    height: 100%;
    min-height: calc(100vh - 80px);
    width: 80px;
    position: fixed;
    left: 0;
    border-right: 1px solid #000;
    display: inline-block;
    float: left;
    background-color: #fff; }
    .lateral-container .lateral-title {
      top: 30px;
      right: 62px;
      height: 100%;
      transform: rotate(-90deg);
      transform-origin: 100% 0%;
      position: absolute;
      white-space: nowrap; }
  .member-item, .calendar-item, .search-item {
    margin-left: 80px; }
  .share-icons a:hover {
    background-color: #FFF07C; }
  .no-events-found {
    margin-left: 80px; } }

@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .full-height {
    min-height: calc(100vh - 80px);
    position: relative; }
  .home-item .item-date {
    line-height: 3.5em; }
  .change-position {
    position: absolute !important;
    right: 0;
    height: 100%; }
  .calendar-item .event-date, .calendar-item .result-category,
  .member-item .event-date,
  .member-item .result-category,
  .search-item .event-date,
  .search-item .result-category {
    padding-top: 30px;
    display: block;
    line-height: normal; }
    .calendar-item .event-date span, .calendar-item .result-category span,
    .member-item .event-date span,
    .member-item .result-category span,
    .search-item .event-date span,
    .search-item .result-category span {
      display: inline-block;
      white-space: nowrap; }
  .calendar-item .item-title,
  .member-item .item-title,
  .search-item .item-title {
    padding-right: 60px; }
  .calendar-item .item-content .content-text,
  .member-item .item-content .content-text,
  .search-item .item-content .content-text {
    padding-right: 0; }
  .member-item, .calendar-item, .search-item {
    padding: 0 30px; }
    .member-item .content-text, .calendar-item .content-text, .search-item .content-text {
      padding-top: 0; } }

#table_wrapper {
  margin-left: 80px;
  border-collapse: collapse;
  max-width: 100vw; }
  #table_wrapper #table {
    min-width: 820px; }
  #table_wrapper a {
    border-bottom: none; }
    #table_wrapper a img {
      height: 30px;
      vertical-align: middle; }
  #table_wrapper table {
    border-bottom: 1px solid #000; }
  #table_wrapper th {
    border-top: 1px solid #000; }
  #table_wrapper th, #table_wrapper td {
    min-height: 80px; }
  #table_wrapper td:first-child, #table_wrapper th:first-child {
    padding-left: 30px; }
  #table_wrapper td:last-child, #table_wrapper th:last-child {
    padding-right: 20px; }
  #table_wrapper th span:after {
    content: "";
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: .3; }
  #table_wrapper .sorting_asc span:after,
  #table_wrapper .sorting_desc span:after {
    opacity: 1; }
  #table_wrapper .doc-description {
    display: none;
    font-size: 18px;
    bottom: 50px;
    right: -20px;
    position: absolute;
    padding: 15px;
    color: #fff;
    background-color: #000;
    min-width: 200px;
    z-index: 10; }
  #table_wrapper .document-link:after {
    bottom: 40px;
    content: "";
    display: none;
    width: 20px;
    height: 20px;
    background-color: #000;
    position: absolute;
    transform: rotate(45deg); }
  #table_wrapper .document-link:hover:after {
    display: block; }
  #table_wrapper .document-link.no-description:after {
    display: none; }
  #table_wrapper td {
    position: relative; }
  #table_wrapper .document-link:hover .doc-description {
    display: block; }

.dataTables_filter .search-input {
  font-size: 20px;
  padding-right: 30px; }

.dataTables_filter:after {
  content: "";
  width: 20px;
  height: 20px;
  top: 35px;
  right: 30px;
  position: absolute;
  vertical-align: middle;
  background-image: url("../img/search.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.document-link {
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: middle;
  background-image: url("../img/document.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative; }

.document-link:last-child {
  margin-right: 15px; }

.document-link:hover {
  background-image: url("../img/document-hover.svg"); }

.dataTables_length,
.dataTables_info,
.dataTables_paginate {
  display: none; }

@media (max-width: 991px) {
  .item-date {
    padding-left: 20px; }
  .lateral-container {
    height: auto;
    width: 100%;
    left: 0;
    border-bottom: 1px solid #000;
    display: block; }
    .lateral-container .lateral-title {
      padding: 21px 30px 18px 30px;
      line-height: 40px; }
  .second-col-content {
    padding-top: 58px; }
  .main-col .basic-text {
    padding: 30px; }
  .main-col h2 {
    padding: 30px; }
  footer {
    padding: 30px; }
    footer .bold-title {
      margin-left: 0px; }
  .calendar-item .event-date, .calendar-item .result-category, .search-item .event-date, .search-item .result-category {
    padding: 30px 0 15px 0;
    line-height: 1em; }
  .calendar-item .item-title:not(.mobile-padding), .search-item .item-title:not(.mobile-padding) {
    padding-top: 0; }
  #table_wrapper {
    margin-left: 0px;
    width: 100%;
    font-size: 16px;
    overflow-x: scroll; }
    #table_wrapper th span:after {
      margin-bottom: 2px; } }

@media (max-width: 767px) {
  #main {
    padding-top: 60px; }
  .row-eq-height {
    min-height: calc(100vh - 100px); }
  .active.member-item:before,
  .active.calendar-item:before,
  .active.search-item:before,
  .active.home-item:before {
    width: 15px; }
  .item-title, .item-date,
  .item-content {
    padding: 15px; }
  .item-date span {
    display: inline-block;
    padding-right: 5px; }
  .home-item .item-title {
    font-size: 32px; }
  .home-item .item-title:not(.mobile-padding) {
    padding-top: 0; }
  .item-content .content-text {
    padding: 0 0px 70px 0px; }
  .item-content .share-icons {
    padding-bottom: 0px; }
    .item-content .share-icons a {
      width: 35px;
      height: 35px;
      padding: 6px; }
  .member-links {
    padding-bottom: 5px; }
  .member-item .item-title {
    padding-right: 60px;
    padding-top: 15px;
    font-size: 32px; }
  .member-item .item-content .content-text {
    padding-right: 0;
    padding-bottom: 0px; }
  .member-item .member-tags {
    padding-bottom: 5px; }
  .calendar-item .event-date, .calendar-item .result-category, .search-item .event-date, .search-item .result-category {
    padding: 15px;
    line-height: 1em;
    display: block; }
  .calendar-item .item-title, .search-item .item-title {
    font-size: 32px; }
  .calendar-item .item-title:not(.mobile-padding), .search-item .item-title:not(.mobile-padding) {
    padding-top: 0; }
  .calendar-item .item-content .content-text, .search-item .item-content .content-text {
    padding-bottom: 0; }
  .calendar-item .event-location, .search-item .event-location {
    padding-bottom: 0; }
  .close-button {
    right: 15px;
    top: 12px;
    width: 25px;
    height: 25px; }
  .close-button:before, .close-button:after {
    left: 15px;
    height: 25px;
    width: 1px; }
  .lateral-container {
    height: auto; }
    .lateral-container .lateral-title {
      padding: 12px 15px 8px 15px; }
  .horizontal-title {
    height: 60px;
    padding: 12px 15px;
    border-top: 1px solid #000; }
  .border-left {
    border-left: none; }
  .hk-title {
    font-size: 30px;
    letter-spacing: 1px; }
  .main-col .basic-text {
    padding: 15px; }
  .main-col h2 {
    padding: 15px; }
  .second-col:not(.about-col) {
    border-bottom: 1px solid #000; }
    .second-col:not(.about-col) h4 {
      padding: 22px 15px 18px 15px;
      line-height: 20px;
      font-size: 1em;
      text-align: right; }
  .second-col-content {
    padding: 30px 15px 15px 15px; }
  .filters {
    display: none;
    padding: 15px 15px 30px 15px;
    position: static; }
  .show-filters:after {
    content: " ";
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    vertical-align: 4px;
    margin-left: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
  .active.show-filters:after {
    vertical-align: -1px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg); }
  .calendar-filter .filter-button {
    max-width: calc(100% - 30px); }
  footer {
    padding: 15px; }
  table.dataTable tbody th,
  table.dataTable tbody td,
  table.dataTable thead th,
  table.dataTable thead td {
    padding: 15px 0 12px 15px; }
  #table_wrapper td:first-child {
    padding-left: 15px; }
  #table_wrapper td:last-child {
    padding-right: 15px; }
  #table_wrapper .dataTables_filter {
    padding: 15px;
    margin-top: 0;
    text-align: right !important; }
  #table_wrapper .dataTables_filter:after {
    right: 15px;
    top: 20px; } }

.button {
  border: 1px solid #000;
  text-transform: capitalize;
  margin: 0 5px 10px 0;
  cursor: pointer;
  padding: 3px 10px; }

.view-all-container {
  padding-bottom: 80px;
  padding-top: 50px; }
  .view-all-container .button {
    padding: 15px 30px; }

.basic-text ul {
  list-style: initial;
  padding-left: 50px; }

.basic-text ol {
  list-style: initial;
  padding-left: 50px; }
