@charset "UTF-8";

@font-face {
  font-family: "Akzidenz";
  src: url(/fonts/Bold.ttf?10d3028d298b83a4c305735808f12c8d);
  font-weight: bold;
}

@font-face {
  font-family: "Akzidenz";
  src: url(/fonts/Light.ttf?9d85d0fb3f72fbc5061a447e52f3bff9);
  font-weight: 100;
}

@font-face {
  font-family: "Akzidenz";
  src: url(/fonts/Regular.ttf?e853c524ba7c2e3798fe3f7a740fb543);
  font-weight: normal;
}
@font-face {
  font-family: "Akzidenz";
  src: url(/fonts/Black.otf);
  font-weight: bolder;
}

*,
ol,
ul {
  list-style: none;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

blockquote,
q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

#pre-loader {
  display: none;
}

/*******************************
          Flex Layout
*******************************/

.layout,
.layout.horizontal,
.layout.horizontal-reverse,
.layout.vertical,
.layout.vertical-reverse {
  display: flex;
}

.layout.inline {
  display: inline-flex;
}

.layout.horizontal {
  flex-direction: row;
}

.layout.horizontal-reverse {
  flex-direction: row-reverse;
}

.layout.vertical {
  flex-direction: column;
}

.layout.vertical-reverse {
  flex-direction: column-reverse;
}

.layout.wrap {
  flex-wrap: wrap;
}

.layout.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.flex,
.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.flex-6 {
  flex: 6;
}

.flex-7 {
  flex: 7;
}

.flex-8 {
  flex: 8;
}

.flex-9 {
  flex: 9;
}

.flex-10 {
  flex: 10;
}

.flex-11 {
  flex: 11;
}

.flex-12 {
  flex: 12;
}

/* alignment in cross axis */

.layout.start {
  align-items: flex-start;
}

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

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

/* alignment in main axis */

.layout.start-justified {
  justify-content: flex-start;
}

.layout.center-justified,
.layout.center-center {
  justify-content: center;
}

.layout.end-justified {
  justify-content: flex-end;
}

.layout.around-justified {
  justify-content: space-around;
}

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

/* self alignment */

.self-start {
  -ms-align-self: flex-start;
  align-self: flex-start;
}

.self-center {
  -ms-align-self: center;
  align-self: center;
}

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

.self-stretch {
  -ms-align-self: stretch;
  align-self: stretch;
}

/*******************************
          Other Layout
*******************************/

.block {
  display: block;
}

/* IE 10 support for HTML5 hidden attr */

[hidden] {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.relative {
  position: relative;
}

.fit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body.fullbleed {
  margin: 0;
  height: 100vh;
}

.scroll {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

/* fixed position */

.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top {
  position: fixed;
}

.fixed-top {
  top: 0;
  left: 0;
  right: 0;
}

.fixed-right {
  top: 0;
  right: 0;
  bottom: 0;
}

.fixed-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}

.fixed-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.home-nav {
  width: 100%;
  z-index: 10;
  padding: 10px 0;
}

.menu-trigger {
  display: none;
}

.home-nav .nav-item {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9em;
  padding: 1em 2em;
  color: #4e82fb;
  font-weight: 100;
  text-align: center;
}

.home-nav .dropdown {
  position: relative;
}

.home-nav .dropdown:hover {
  background: #205eb6;
  color: #c0d9ff;
}

.home-nav .dropdown-content {
  position: absolute;
  top: 90%;
  background: #ffd63e;
  background: #205eb6;
  padding: 1em;
  left: 50%;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
}

.home-nav .dropdown:not(:hover) .dropdown-content:not(:hover) {
  opacity: 0;
  pointer-events: none;
}

.home-nav .dropdown-content .footer-section h2 {
  color: #f2d800;
}

.home-nav .dropdown-content .footer-section li .text h3 {
  color: #e2eeff;
}

.home-nav .dropdown-content .footer-section li .text h5 {
  color: #a5c9fb;
}

.home-nav .dropdown-content .footer-section {
  text-transform: none;
  min-width: 280px;
  padding: 1em 1.5em;
  text-align: left;
  color: #333;
}

nav[role=off-canvas].white-bg .nav-item {
  color: black;
}

nav[role=off-canvas].white-bg .nav-item:hover {
  color: #1e7ae4;
}

nav[role=off-canvas] .nav-item:after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #1e7ae4;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  transition: all 0.3s ease-in;
}

nav[role=off-canvas].white-bg .nav-item:after {
  background-color: #d3d3d3;
}

nav[role=off-canvas] ul li.active a {
  color: #fff;
}

nav[role=off-canvas].white-bg li.active .nav-item {
  color: #1e7ae4;
}

nav[role=off-canvas] input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

nav[role=off-canvas] label {
  position: absolute;
  right: 10px;
  display: none;
  width: 2em;
  height: 2em;
  padding: 0.35em;
  font-size: 1em;
  color: #1E90FF;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
  z-index: 3;
  border-radius: 50%;
  background-color: #fff;
}

nav[role=off-canvas] {
  position: relative;
  margin: 0 auto;
  transition-duration: 0.3s, 0.5s;
  transition-timing-function: ease-in-out;
  transition: left, opacity, box-shadow;
  width: 70%;
  right: 0;
  top: 20px;
  float: right;
}

nav[role=off-canvas] a {
  font-size: 1.1em;
  font-family: "Bariol bold", Serif;
  text-decoration: none;
  transition: all 0.6s ease-in-out;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  padding: 0.9em 0;
}

nav[role=off-canvas] a:after {
  content: "";
  width: 30%;
  height: 1px;
  background-color: #1e7ae4;
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

nav[role=off-canvas] ul li.active a:after {
  display: block;
}

nav[role=off-canvas] ul {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

nav[role=off-canvas] ul > li {
  float: left;
  display: table;
  width: 20%;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-property: box-shadow, color, opacity, padding-left;
  text-align: center;
}

nav[role=off-canvas] ul > li:last-child {
  border-right: none;
}

#menu-item .for-sm {
  display: none;
}

@media screen and (max-width: 800px) {
  nav[role=off-canvas] {
    position: absolute;
    top: 0 !important;
    left: 20em;
    width: 100%;
    height: 100vh;
    opacity: 0;
    z-index: 10;
    padding-top: 80px;
    transition: all 0.4s ease-in-out;
  }

  nav[role=off-canvas] ul > li:hover a {
    color: #fff;
  }

  nav[role=off-canvas] ul > li {
    height: 100%;
    width: 100%;
    text-align: left;
    margin: 0;
  }

  nav[role=off-canvas] label {
    display: block;
    z-index: 15;
    top: 25px;
    right: 10px;
    color: #1E90FF;
    text-align: center;
  }

  nav[role=off-canvas] label:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 0;
    content: "\2261";
    font-size: 1.8em;
    transition: content 0.4s ease-in;
    transition-delay: 0.1s;
  }

  nav[role=off-canvas] input:checked ~ label:after {
    content: "url(../images/back_arrow.png)";
    font-size: 1.4em;
    top: 5px;
    color: #1e90ff;
  }

  nav[role=off-canvas] input:checked ~ nav[role=off-canvas] {
    opacity: 0.975;
    left: 0;
    background-color: #1e7ae4;
  }

  nav[role=off-canvas] input:checked ~ nav[role=off-canvas] ul > li {
    padding: 0.55em 0.55em 0.55em 2.5em;
  }

  nav[role=off-canvas] input:checked ~ nav[role=off-canvas] ul > li:hover {
    padding-left: 3.5em;
  }

  nav[role=off-canvas] input:checked ~ .content {
    margin-left: 20.5em;
    margin-right: -20.5em;
  }
}

@media screen and (max-width: 540px) {
  nav[role=off-canvas].white-bg a {
    color: #fff;
  }

  .home-nav {
    padding: 0;
  }

  .home-nav nav {
    width: 100%;
  }

  nav[role=off-canvas].white-bg a:after {
    background-color: #d3d3d3;
  }

  nav[role=off-canvas] ul li.active a {
    color: #fff;
  }

  nav[role=off-canvas].white-bg li.active a {
    color: #fff;
  }

  nav[role=off-canvas] ul li a::after {
    display: none !important;
  }

  .home-nav .nav-item {
    text-align: left;
    float: left;
    color: #ffd63e;
    margin-top: 2em;
    top: 5em;
  }

  #menu-item {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #333;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
  }

  #menu-item.open {
    opacity: 0.975;
    left: 0;
    pointer-events: auto;
  }

  .menu-trigger {
    padding: 0.8em 0.8em;
    display: block;
    position: relative;
    top: 0;
    right: 0;
    z-index: 11;
    top: 5px;
    border: none;
    background-color: #ffd53efa;
    border-radius: 55%;
    outline: none;
  }

  #menu-item .for-sm {
    display: block;
  }

  #menu-item .dropdown {
    display: none;
  }
}

body,
html {
  width: 100%;
  height: auto;
  font-family: "Bariol light", sans-serif;
  overflow-x: hidden;
}

.section-wrapper {
  position: relative;
  max-width: 1400px;
  padding: 0 3em;
  margin: 0 auto;
}

.divider {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 9px;
  width: 64px;
  background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAAJCAMAAAC14NpIAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACIlBMVEU+c/07efo9ePs9df0+df08efo7d/k9dfw9d/w8efk7ePo8d/s7efs7ePs/dP1AcP88ePs7ePk6ePo8dvs/cP88efs6ePk6evo+dP0/cf4/b/89ePpAb/88efw9dvw8ePo/c/0+cv07efk5ePk+dfw9dP07evo8evlAcf49efo6efk5efg+c/47dvo9dv07ePs8ePs7ePo8ePs8ePs9dfw7ePs7d/k8ePs8ePs9d/s7efo7ePo8ePw7d/o8ePs8ePs7efo+dfw8dvw9d/s7ePo+dP08ePo6d/o7efo8dvs7efo7efs8ePs9ePs9d/w8ePo7ePo9ePs8ePs+dP0/cf48efo9d/s7efo8ePs8efo7ePo8efs8efs9ePo/c/48ePs8ePs9dfw8ePs8efo8ePs8ePs8d/s8d/s8efs8ePs8efo/c/08d/w9d/w8ePs/c/06ePk8ePs8d/s8d/s8efs8ePs8ePs8ePs8ePo8ePs6ePk+dP09dvs+c/07efo9ePs8ePo8d/s8efs7efs7ePs+dvw9ePs8d/s+dfw8efo8d/s7efs7d/o7evk8d/tAcf48ePs8efo7efo8ePs8ePo7evo9d/w8efs7ePo7ePo6ePk9ePw9d/s9dfw8ePs7ePo9ePs8d/s8ePs8ePs7efo9dvw9d/w+dfw8efs9ePs8ePo7efo9dvw8dvo7ePo8ePs8efo7efo8efs7ePs8ePoAAACZavbmAAAArnRSTlMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQnNPu6MiJPj+RzezPkEsygsXm8HU2vKAcJa2yKxiU/nbuSVX3/WU25r+c651ka7BmfvquZWSj9o1b9rpxYw88xJUWMqUjKq+vKiOlujEWPQ5hcLlcjaJkZK36e2uvap2ZxTb3VknxdRgvuK0lH6G+fcKAM0zQ6c+NQD6JyOnUnE1Qor/WAAAAAWJLR0S1Mw5aSwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+IMBAolGCvCpxgAAAGASURBVCjPY2BgZGJkZmFkZWDT1dM3MDQyNmFn5+Dk4ubh5WNiZOcXEBQyNTM3sLC0smYUFhFlEuMWFeNmEJeQZOSxsbWzd3BkgBng5LxuPQS4uCIb4OYOFV7v4SmFZICXtw9IcAPMAN+NMHXrN/n5S8MMkAkIBAuBJYKCZeEGhIRCFIdBDQgHcSIio6JjwObGQg2Qi9sM5MUnJCYlp4DMSYUawJOWDjIzIzMrG2SAfE4uSDYvn0lMlKcgA2RCYREPrwJTcQmIXVomoCjAWl4BYldWgQyozgNpz61REmBVYKitq28ASaU3iiqADFAWbQLJpje3tLa1g8ztkGMUYBBgFZDvBCnz6eqO6okAsXolVMAG9EH8EtqvqgY1QDYY4mcwMWGiCjvUANZJk+HhtH7jFHWoAZDA856qATdAVGradGhwrp8xUxNugKbWrNlQ7VvmODFyQg2Y62A/b/4CRjUkA0Q4WBZaLYpYvGTpMi0xZAO0WZavWLnKYPWatWw6MAMAxkm52qAsHx8AAAAASUVORK5CYII=");
}

footer {
  padding: 4em 0;
  min-height: 300px;
  background: #0d0d0d;
  color: #aaa;
  color: #ddd;
}

.footer-section {
  flex: 1;
  flex-shrink: 0;
}

.footer-section h2 {
  margin-bottom: 2em;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #afafaf;
}

.footer-section li {
  margin-bottom: 1em;
}

.footer-section li .layout {
  align-items: flex-start;
}

.footer-section li .image {
  position: relative;
  width: 70px;
  height: 50px;
  border-radius: 4px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}

.footer-section li .image img {
  max-height: 45px;
  max-width: 90%;
}

.footer-section li .text {
  flex: 1;
}

.footer-section li .text h3 {
  font-weight: 100;
  font-size: 0.85em;
  letter-spacing: 0.07em;
  margin-bottom: 0.2em;
  color: #d4d4d4;
}

.footer-section li .text h5 {
  font-weight: 100;
  font-size: 0.8em;
  color: #999;
}

#footerContacts {
  max-width: 260px;
  margin-left: 2.8em;
}

#footerContacts p {
  font-size: 0.9em;
  font-weight: 100;
  line-height: 1.8em;
  color: #bbb;
}

#footerContacts p strong {
  color: #d4d4d4;
}

#footerContacts p.address strong:first-child {
  display: block;
  margin-bottom: 0.4em;
}

#socialIcons {
  margin-top: 1em;
}

#socialIcons a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 0.5em;
}

.btn {
  font-size: 1em;
  padding: 0.8em 2em;
  background: #f9d115;
  color: #000;
  border: none;
  border-radius: 2px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-section li .text h3 {
  line-height: 4em;
}

@media (min-width: 320px) and (max-width: 580px) {
  footer .section-wrapper > .layout {
    flex-wrap: wrap;
  }

  .footer-section {
    margin: 0 1.5em;
  }

  .footer-section .text {
    display: none;
  }

  .footer-section h2 {
    margin-top: 2.5em;
  }

  #footerContacts {
    margin-left: 0;
  }
}

