@charset "UTF-8";
@import url("//hello.myfonts.net/count/3384fd");
@font-face {
  font-family: 'Eurostile';
  src: url("../Fonts/3384FD_0_0.eot");
  src: url("../Fonts/3384FD_0_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/3384FD_0_0.woff2") format("woff2"), url("../Fonts/3384FD_0_0.woff") format("woff"), url("../Fonts/3384FD_0_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Eurostile';
  src: url("../Fonts/3384FD_1_0.eot");
  src: url("../Fonts/3384FD_1_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/3384FD_1_0.woff2") format("woff2"), url("../Fonts/3384FD_1_0.woff") format("woff"), url("../Fonts/3384FD_1_0.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Eurostile';
  src: url("../Fonts/3384FD_2_0.eot");
  src: url("../Fonts/3384FD_2_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/3384FD_2_0.woff2") format("woff2"), url("../Fonts/3384FD_2_0.woff") format("woff"), url("../Fonts/3384FD_2_0.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Eurostile';
  src: url("../Fonts/3384FD_3_0.eot");
  src: url("../Fonts/3384FD_3_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/3384FD_3_0.woff2") format("woff2"), url("../Fonts/3384FD_3_0.woff") format("woff"), url("../Fonts/3384FD_3_0.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* line 1, ../scss/_base.scss */
body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-family: 'Eurostile', sans-serif;
  padding: 0;
  background: #e3e5e6;
  max-width: 1600px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.33333;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* line 17, ../scss/_base.scss */
*, *:before, *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* line 21, ../scss/_base.scss */
p {
  margin: 0 0 20px;
  padding: 0;
}

/* line 26, ../scss/_base.scss */
figure {
  margin: 0;
  padding: 0;
}

/* line 31, ../scss/_base.scss */
address {
  font-style: normal;
}

/* line 35, ../scss/_base.scss */
img {
  max-width: 100%;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 0;
  height: auto;
}

/* line 43, ../scss/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

/* line 53, ../scss/_base.scss */
a {
  color: inherit;
  text-decoration: none;
}
/* line 57, ../scss/_base.scss */
a img {
  border: none;
}

/* line 62, ../scss/_base.scss */
#content a.button {
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  z-index: 1;
  line-height: 24px;
  padding: 10px 30px;
}
/* line 75, ../scss/_base.scss */
#content a.button:before {
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  -moz-transform-origin: top left 50%;
  -ms-transform-origin: top left 50%;
  -webkit-transform-origin: top left 50%;
  transform-origin: top left 50%;
  -moz-transform: skewX(-23deg);
  -ms-transform: skewX(-23deg);
  -webkit-transform: skewX(-23deg);
  transform: skewX(-23deg);
  background: #f18643;
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
}
/* line 91, ../scss/_base.scss */
#content a.button:hover, #content a.button:active, #content a.button:focus {
  text-decoration: none;
}
/* line 94, ../scss/_base.scss */
#content a.button:hover:before, #content a.button:active:before, #content a.button:focus:before {
  background: #ed6714;
}

/* line 2, ../scss/elements/_columns.scss */
#content .twoColumns, #content .threeColumns, #content .fourColumns, #content .fiveColumns, #content .twoPlusOneColumns {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0 !important;
}
/* line 2, ../scss/_mixins.scss */
#content .twoColumns:after, #content .threeColumns:after, #content .fourColumns:after, #content .fiveColumns:after, #content .twoPlusOneColumns:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}
/* line 9, ../scss/elements/_columns.scss */
#content .twoColumns > .column, #content .threeColumns .column, #content .fourColumns > .column, #content .fiveColumns > .column, #content .twoPlusOneColumns > .column {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
/* line 16, ../scss/elements/_columns.scss */
#content .twoColumns > .column p:last-child, #content .threeColumns .column p:last-child, #content .fourColumns > .column p:last-child, #content .fiveColumns > .column p:last-child, #content .twoPlusOneColumns > .column p:last-child {
  margin-bottom: 0;
}
/* line 20, ../scss/elements/_columns.scss */
#content .twoColumns > .column > .wrap, #content .threeColumns .column > .wrap, #content .fourColumns > .column > .wrap, #content .fiveColumns > .column > .wrap, #content .twoPlusOneColumns > .column > .wrap {
  background: #ffffff;
  padding: 20px 10px;
}
@media (min-width: 600px) {
  /* line 29, ../scss/elements/_columns.scss */
  #content .twoColumns > .column, #content .threeColumns .column, #content .fourColumns > .column, #content .fiveColumns > .column {
    width: 50%;
  }
  /* line 32, ../scss/elements/_columns.scss */
  #content .twoColumns > .column:nth-child(2n+3), #content .threeColumns .column:nth-child(2n+3), #content .fourColumns > .column:nth-child(2n+3), #content .fiveColumns > .column:nth-child(2n+3) {
    clear: left;
  }
  /* line 39, ../scss/elements/_columns.scss */
  #content .twoColumns > .column > .wrap, #content .threeColumns .column > .wrap, #content .fourColumns > .column > .wrap, #content .fiveColumns > .column > .wrap, #content .twoPlusOneColumns > .column > .wrap {
    padding: 20px;
  }
}
@media (min-width: 800px) {
  /* line 47, ../scss/elements/_columns.scss */
  #content .threeColumns .column, #content .fourColumns > .column, #content .fiveColumns > .column {
    width: 33.33333%;
  }
  /* line 50, ../scss/elements/_columns.scss */
  #content .threeColumns .column:nth-child(2n+3), #content .fourColumns > .column:nth-child(2n+3), #content .fiveColumns > .column:nth-child(2n+3) {
    clear: none;
  }
  /* line 54, ../scss/elements/_columns.scss */
  #content .threeColumns .column:nth-child(3n+4), #content .fourColumns > .column:nth-child(3n+4), #content .fiveColumns > .column:nth-child(3n+4) {
    clear: left;
  }
  /* line 61, ../scss/elements/_columns.scss */
  #content .twoPlusOneColumns > .column {
    width: 33.33333%;
  }
  /* line 64, ../scss/elements/_columns.scss */
  #content .twoPlusOneColumns > .column.double {
    width: 66.66667%;
  }
}
@media (min-width: 1000px) {
  /* line 73, ../scss/elements/_columns.scss */
  #content .fourColumns > .column, #content .fiveColumns > .column {
    width: 25%;
  }
  /* line 76, ../scss/elements/_columns.scss */
  #content .fourColumns > .column:nth-child(3n+4), #content .fiveColumns > .column:nth-child(3n+4) {
    clear: none;
  }
  /* line 80, ../scss/elements/_columns.scss */
  #content .fourColumns > .column:nth-child(4n+5), #content .fiveColumns > .column:nth-child(4n+5) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  /* line 89, ../scss/elements/_columns.scss */
  #content .fiveColumns > .column {
    width: 20%;
  }
  /* line 92, ../scss/elements/_columns.scss */
  #content .fiveColumns > .column:nth-child(4n+5) {
    clear: none;
  }
  /* line 96, ../scss/elements/_columns.scss */
  #content .fiveColumns > .column:nth-child(5n+6) {
    clear: left;
  }
}
/* line 103, ../scss/elements/_columns.scss */
#content ul.columns {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
/* line 107, ../scss/elements/_columns.scss */
#content ul.columns li {
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 500px) {
  /* line 103, ../scss/elements/_columns.scss */
  #content ul.columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 750px) {
  /* line 103, ../scss/elements/_columns.scss */
  #content ul.columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1000px) {
  /* line 103, ../scss/elements/_columns.scss */
  #content ul.columns {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
/* line 124, ../scss/elements/_columns.scss */
#content .twoColumns ul.columns {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
@media (min-width: 1000px) {
  /* line 124, ../scss/elements/_columns.scss */
  #content .twoColumns ul.columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 1500px) {
  /* line 124, ../scss/elements/_columns.scss */
  #content .twoColumns ul.columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
/* line 137, ../scss/elements/_columns.scss */
#content .threeColumns ul.columns, #content .fourColumns ul.columns, #content .fiveColumns ul.columns {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
/* line 144, ../scss/elements/_columns.scss */
#content .twoPlusOneColumns .column:not(.double) ul.columns {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
/* line 150, ../scss/elements/_columns.scss */
#content .twoPlusOneColumns .column.double ul.columns {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
}
@media (min-width: 500px) {
  /* line 150, ../scss/elements/_columns.scss */
  #content .twoPlusOneColumns .column.double ul.columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 750px) {
  /* line 150, ../scss/elements/_columns.scss */
  #content .twoPlusOneColumns .column.double ul.columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 800px) {
  /* line 150, ../scss/elements/_columns.scss */
  #content .twoPlusOneColumns .column.double ul.columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 1125px) {
  /* line 150, ../scss/elements/_columns.scss */
  #content .twoPlusOneColumns .column.double ul.columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1500px) {
  /* line 150, ../scss/elements/_columns.scss */
  #content .twoPlusOneColumns .column.double ul.columns {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

/* line 1, ../scss/elements/_contact.scss */
#content .contact {
  margin-bottom: 20px;
}
/* line 4, ../scss/elements/_contact.scss */
#content .contact .map {
  height: 150px;
  position: relative !important;
}
/* line 9, ../scss/elements/_contact.scss */
#content .contact form {
  margin: 0 auto 20px;
  max-width: 520px;
  background: #ffffff;
  text-align: center;
  padding: 20px 0 0;
}
/* line 16, ../scss/elements/_contact.scss */
#content .contact form h2 {
  font-size: 30px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
/* line 23, ../scss/elements/_contact.scss */
#content .contact form h2:after {
  position: absolute;
  bottom: 0px;
  content: "";
  left: 10px;
  right: 10px;
  height: 1px;
  background: #e3e5e6;
}
/* line 34, ../scss/elements/_contact.scss */
#content .contact form .form-element {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
/* line 40, ../scss/elements/_contact.scss */
#content .contact form .form-element label {
  display: block;
}
/* line 44, ../scss/elements/_contact.scss */
#content .contact form .form-element input, #content .contact form .form-element textarea {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: inherit;
  line-height: inherit;
  font-size: 1em;
  border: none;
  border-bottom: 1px solid #e3e5e6;
  outline: none;
  background: transparent;
}
/* line 56, ../scss/elements/_contact.scss */
#content .contact form .form-element input:hover, #content .contact form .form-element input:active, #content .contact form .form-element input:focus, #content .contact form .form-element textarea:hover, #content .contact form .form-element textarea:active, #content .contact form .form-element textarea:focus {
  border-bottom-color: #d8dbdc;
}
/* line 61, ../scss/elements/_contact.scss */
#content .contact form .form-element textarea {
  height: 150px;
  resize: vertical;
}
/* line 68, ../scss/elements/_contact.scss */
#content .contact form button {
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  color: #ffffff;
  background: #f18643;
  cursor: pointer;
  font-size: 18px;
  font-family: inherit;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 20px 30px;
  font-weight: bold;
  margin: 0;
  border: none;
  text-transform: uppercase;
  outline: none;
}
/* line 86, ../scss/elements/_contact.scss */
#content .contact form button:hover, #content .contact form button:active, #content .contact form button:focus {
  background: #ed6714;
}
/* line 93, ../scss/elements/_contact.scss */
#content .contact .powermail_create,
#content .contact .powermail_message {
  position: relative;
  z-index: 2;
}
/* line 97, ../scss/elements/_contact.scss */
#content .contact .powermail_create p, #content .contact .powermail_create li,
#content .contact .powermail_message p,
#content .contact .powermail_message li {
  margin: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
}
@media (min-width: 600px) {
  /* line 1, ../scss/elements/_contact.scss */
  #content .contact {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  /* line 109, ../scss/elements/_contact.scss */
  #content .contact .map {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    z-index: 1;
  }
  /* line 119, ../scss/elements/_contact.scss */
  #content .contact form {
    position: relative;
    z-index: 2;
  }
  /* line 123, ../scss/elements/_contact.scss */
  #content .contact form h2, #content .contact form .form-element {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 128, ../scss/elements/_contact.scss */
  #content .contact form h2:after {
    left: 20px;
    right: 20px;
  }
  /* line 134, ../scss/elements/_contact.scss */
  #content .contact form .form-element.half {
    width: 50%;
    float: left;
  }
  /* line 139, ../scss/elements/_contact.scss */
  #content .contact form .form-element:not(.half) {
    clear: left;
  }
  /* line 144, ../scss/elements/_contact.scss */
  #content .contact form .submit {
    clear: left;
  }
}

/* line 2, ../scss/elements/_content.scss */
#content a {
  color: #f18643;
}
/* line 5, ../scss/elements/_content.scss */
#content a:hover, #content a:active, #content a:focus {
  text-decoration: underline;
}
/* line 14, ../scss/elements/_content.scss */
#content h1 {
  font-size: 30px;
  color: #073a5f;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 600px) {
  /* line 14, ../scss/elements/_content.scss */
  #content h1 {
    font-size: 48px;
  }
}
/* line 27, ../scss/elements/_content.scss */
#content h2 {
  font-size: 30px;
  color: #073a5f;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 600px) {
  /* line 27, ../scss/elements/_content.scss */
  #content h2 {
    font-size: 48px;
  }
}
/* line 39, ../scss/elements/_content.scss */
#content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 46, ../scss/elements/_content.scss */
#content dl dt, #content dl dd {
  margin: 0;
  padding: 0;
}
/* line 51, ../scss/elements/_content.scss */
#content dl dt {
  font-weight: bold;
}
/* line 55, ../scss/elements/_content.scss */
#content dl dd {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  /* line 60, ../scss/elements/_content.scss */
  #content dl dt {
    float: left;
    clear: left;
  }
  /* line 65, ../scss/elements/_content.scss */
  #content dl dd {
    margin-left: 150px;
  }
}
/* line 71, ../scss/elements/_content.scss */
#content ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
/* line 76, ../scss/elements/_content.scss */
#content ul li {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  position: relative;
}
/* line 81, ../scss/elements/_content.scss */
#content ul li:before {
  -moz-transform: skew(-23deg);
  -ms-transform: skew(-23deg);
  -webkit-transform: skew(-23deg);
  transform: skew(-23deg);
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 3px;
  background: #f18643;
}
/* line 95, ../scss/elements/_content.scss */
#content ul.ce-menu li {
  margin: 10px;
}
/* line 101, ../scss/elements/_content.scss */
#content .box {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ffffff;
  position: relative;
}
@media (min-width: 600px) {
  /* line 101, ../scss/elements/_content.scss */
  #content .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 111, ../scss/elements/_content.scss */
#content .box > * {
  margin-bottom: 20px;
}
/* line 115, ../scss/elements/_content.scss */
#content .box.intro {
  font-size: 24px;
  text-align: center;
}
/* line 120, ../scss/elements/_content.scss */
#content .box.dark {
  background: #d8dbdc;
}
@media (min-width: 900px) {
  /* line 126, ../scss/elements/_content.scss */
  #content .box.dark .textMedia.left figure:before, #content .box.dark .textMedia.right figure:before {
    background: rgba(216, 219, 220, 0.75);
  }
  /* line 130, ../scss/elements/_content.scss */
  #content .box.dark .textMedia.left figure:after, #content .box.dark .textMedia.right figure:after {
    background: #d8dbdc;
  }
}
/* line 138, ../scss/elements/_content.scss */
#content .box.blue {
  background: #073a5f;
  color: #ffffff;
  text-align: center;
}
/* line 143, ../scss/elements/_content.scss */
#content .box.blue h2 {
  color: inherit;
}
@media (min-width: 600px) {
  /* line 143, ../scss/elements/_content.scss */
  #content .box.blue h2 {
    font-size: 36px;
  }
}
@media (min-width: 600px) {
  /* line 101, ../scss/elements/_content.scss */
  #content .box {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1350px) {
  /* line 101, ../scss/elements/_content.scss */
  #content .box {
    padding-left: 130px;
    padding-right: 130px;
  }
}
/* line 163, ../scss/elements/_content.scss */
#content .breadcrumbs {
  margin: 0 0 20px;
  text-align: left;
  font-size: 14px;
}
/* line 168, ../scss/elements/_content.scss */
#content .breadcrumbs ul, #content .breadcrumbs li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 174, ../scss/elements/_content.scss */
#content .breadcrumbs li {
  display: inline-block;
}
/* line 177, ../scss/elements/_content.scss */
#content .breadcrumbs li:before {
  display: none;
  content: none;
}
/* line 183, ../scss/elements/_content.scss */
#content .breadcrumbs li:not(:last-child):after {
  content: " > ";
}
/* line 187, ../scss/elements/_content.scss */
#content .breadcrumbs li:last-child {
  color: #073a5f;
}
/* line 191, ../scss/elements/_content.scss */
#content .breadcrumbs a {
  color: inherit;
}
@media (min-width: 600px) {
  /* line 163, ../scss/elements/_content.scss */
  #content .breadcrumbs {
    margin: -20px 0 40px;
  }
}
/* line 201, ../scss/elements/_content.scss */
#content .textMedia strong {
  font-weight: bold;
  color: #073a5f;
}
/* line 206, ../scss/elements/_content.scss */
#content .textMedia figure {
  margin-bottom: 20px;
}
/* line 210, ../scss/elements/_content.scss */
#content .textMedia > p:first-child + h2 {
  margin-top: -10px;
}
/* line 214, ../scss/elements/_content.scss */
#content .textMedia.center {
  text-align: center;
}
/* line 219, ../scss/elements/_content.scss */
#content .textMedia.left .floater, #content .textMedia.right .floater {
  display: none;
}
@media (min-width: 900px) {
  /* line 225, ../scss/elements/_content.scss */
  #content .textMedia.left, #content .textMedia.right {
    position: relative;
  }
  /* line 228, ../scss/elements/_content.scss */
  #content .textMedia.left figure, #content .textMedia.right figure {
    position: absolute;
    top: -40px;
    bottom: -40px;
    width: calc(50% + 10px);
    margin-bottom: 0;
    overflow: hidden;
  }
  /* line 236, ../scss/elements/_content.scss */
  #content .textMedia.left figure img, #content .textMedia.right figure img {
    min-width: 100%;
    min-height: 100%;
    width: 1px;
    height: 1px;
    max-width: none;
    object-fit: cover;
  }
  /* line 245, ../scss/elements/_content.scss */
  #content .textMedia.left figure:after, #content .textMedia.left figure:before, #content .textMedia.right figure:after, #content .textMedia.right figure:before {
    -moz-transform: skew(-23deg);
    -ms-transform: skew(-23deg);
    -webkit-transform: skew(-23deg);
    transform: skew(-23deg);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
  }
  /* line 256, ../scss/elements/_content.scss */
  #content .textMedia.left figure:before, #content .textMedia.right figure:before {
    background: rgba(255, 255, 255, 0.75);
  }
  /* line 260, ../scss/elements/_content.scss */
  #content .textMedia.left figure:after, #content .textMedia.right figure:after {
    background: #ffffff;
  }
  /* line 265, ../scss/elements/_content.scss */
  #content .textMedia.left .content, #content .textMedia.right .content {
    position: relative;
  }
  /* line 268, ../scss/elements/_content.scss */
  #content .textMedia.left .content .floater, #content .textMedia.right .content .floater {
    display: block;
    width: 50%;
    height: 100%;
    pointer-events: none;
  }
  /* line 278, ../scss/elements/_content.scss */
  #content .textMedia.left figure {
    left: -20px;
  }
  /* line 281, ../scss/elements/_content.scss */
  #content .textMedia.left figure:after, #content .textMedia.left figure:before {
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  /* line 285, ../scss/elements/_content.scss */
  #content .textMedia.left figure:before {
    left: calc(100% - 20px);
  }
  /* line 289, ../scss/elements/_content.scss */
  #content .textMedia.left figure:after {
    left: 100%;
  }
  /* line 294, ../scss/elements/_content.scss */
  #content .textMedia.left .content {
    padding-left: 50%;
  }
  /* line 297, ../scss/elements/_content.scss */
  #content .textMedia.left .content .floater {
    float: left;
    shape-outside: polygon(0 0, 100% 0, calc(100% - 4224px) 9999px, 0 9999px);
  }
  /* line 305, ../scss/elements/_content.scss */
  #content .textMedia.right figure {
    right: -20px;
  }
  /* line 308, ../scss/elements/_content.scss */
  #content .textMedia.right figure:after, #content .textMedia.right figure:before {
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  /* line 312, ../scss/elements/_content.scss */
  #content .textMedia.right figure:before {
    right: calc(100% - 20px);
  }
  /* line 316, ../scss/elements/_content.scss */
  #content .textMedia.right figure:after {
    right: 100%;
  }
  /* line 321, ../scss/elements/_content.scss */
  #content .textMedia.right .content {
    padding-right: 50%;
  }
  /* line 324, ../scss/elements/_content.scss */
  #content .textMedia.right .content .floater {
    float: right;
    shape-outside: polygon(4224px -9999px, 100% -9999px, 100% 100%, 0 100%);
  }
}
@media (min-width: 1350px) {
  /* line 333, ../scss/elements/_content.scss */
  #content .textMedia.left figure {
    width: calc(50% + 130px);
    left: -130px;
  }
  /* line 337, ../scss/elements/_content.scss */
  #content .textMedia.right figure {
    width: calc(50% + 130px);
    right: -130px;
  }
}
/* line 344, ../scss/elements/_content.scss */
#content a.video {
  display: block;
  font-weight: bold;
}
/* line 348, ../scss/elements/_content.scss */
#content a.video figure {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
/* line 353, ../scss/elements/_content.scss */
#content a.video figure img {
  -moz-transition: -moz-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
/* line 357, ../scss/elements/_content.scss */
#content a.video figure:after {
  content: url("../Images/play.svg");
  width: 85px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -42.5px;
  margin-left: -42.5px;
}
/* line 370, ../scss/elements/_content.scss */
#content a.video:hover figure img, #content a.video:active figure img, #content a.video:focus figure img {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 1, ../scss/elements/_footer.scss */
footer {
  padding-left: 10px;
  padding-right: 10px;
  background: #073a5f;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 1px;
  font-size: 16px;
}
/* line 2, ../scss/_mixins.scss */
footer:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}
@media (min-width: 600px) {
  /* line 1, ../scss/elements/_footer.scss */
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 11, ../scss/elements/_footer.scss */
footer > * {
  margin-bottom: 20px;
}
/* line 16, ../scss/elements/_footer.scss */
footer a:hover, footer a:active, footer a:focus {
  text-decoration: underline;
}
/* line 21, ../scss/elements/_footer.scss */
footer .logo {
  display: block;
  width: 175px;
  margin-left: 0;
}
/* line 27, ../scss/elements/_footer.scss */
footer nav {
  font-weight: bold;
}
/* line 30, ../scss/elements/_footer.scss */
footer nav ul, footer nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 800px) {
  /* line 38, ../scss/elements/_footer.scss */
  footer > :nth-child(odd) {
    float: right;
    clear: right;
  }
  /* line 44, ../scss/elements/_footer.scss */
  footer nav li {
    display: inline-block;
  }
  /* line 47, ../scss/elements/_footer.scss */
  footer nav li + li {
    margin-left: 20px;
  }
}

/* line 1, ../scss/elements/_header.scss */
header {
  font-size: 16px;
}
/* line 4, ../scss/elements/_header.scss */
header .top, header .bottom {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 600px) {
  /* line 4, ../scss/elements/_header.scss */
  header .top, header .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 8, ../scss/elements/_header.scss */
header .top {
  background: #073a5f;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 16, ../scss/elements/_header.scss */
header .top a {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
/* line 21, ../scss/elements/_header.scss */
header .top a:hover, header .top a:active, header .top a:focus {
  text-decoration: underline;
}
/* line 26, ../scss/elements/_header.scss */
header .top form {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 165px;
  vertical-align: middle;
}
/* line 33, ../scss/elements/_header.scss */
header .top form input {
  background: #ffffff;
  border: none;
  padding: 2px 60px 2px 5px;
  line-height: 20px;
  margin: 0;
  width: 100%;
  display: block;
  height: auto;
  outline: none;
  font-weight: inherit;
  font-size: 1em;
  font-family: inherit;
  color: inherit;
}
/* line 48, ../scss/elements/_header.scss */
header .top form input:hover, header .top form input:active, header .top form input:focus {
  background: #f0f0f0;
}
/* line 53, ../scss/elements/_header.scss */
header .top form button {
  position: absolute;
  top: 4px;
  right: 5px;
  border: 0;
  padding: 0;
  margin: 0;
  background: 0;
}
/* line 62, ../scss/elements/_header.scss */
header .top form button img {
  width: 15px;
  height: 15px;
}
/* line 70, ../scss/elements/_header.scss */
header .bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #ffffff;
  position: relative;
}
/* line 78, ../scss/elements/_header.scss */
header .bottom .logo {
  display: block;
  width: 175px;
}
/* line 83, ../scss/elements/_header.scss */
header .bottom nav {
  position: relative;
  z-index: 9;
}
/* line 87, ../scss/elements/_header.scss */
header .bottom nav ul, header .bottom nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 699px) {
  /* line 95, ../scss/elements/_header.scss */
  header .bottom #navToggle {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    cursor: pointer;
  }
  /* line 110, ../scss/elements/_header.scss */
  header .bottom #navToggle div {
    -moz-transition: -moz-transform 0.1s ease, top 0.1s ease 0.1s;
    -o-transition: -o-transform 0.1s ease, top 0.1s ease 0.1s;
    -webkit-transition: -webkit-transform 0.1s ease, top 0.1s ease;
    -webkit-transition-delay: 0s, 0.1s;
    transition: transform 0.1s ease, top 0.1s ease 0.1s;
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: #000000;
  }
  /* line 122, ../scss/elements/_header.scss */
  header .bottom #navToggle div:nth-child(1) {
    top: 0;
  }
  /* line 126, ../scss/elements/_header.scss */
  header .bottom #navToggle div:nth-child(2) {
    top: 8px;
  }
  /* line 130, ../scss/elements/_header.scss */
  header .bottom #navToggle div:nth-child(3) {
    top: 16px;
  }
  /* line 134, ../scss/elements/_header.scss */
  body.navOpen header .bottom #navToggle div {
    -moz-transition: top 0.1s ease, -moz-transform 0.1s ease 0.1s;
    -o-transition: top 0.1s ease, -o-transform 0.1s ease 0.1s;
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s ease;
    -webkit-transition-delay: 0s, 0.1s;
    transition: top 0.1s ease, transform 0.1s ease 0.1s;
    top: 8px;
  }
  /* line 142, ../scss/elements/_header.scss */
  body.navOpen header .bottom #navToggle div:nth-child(1), body.navOpen header .bottom #navToggle div:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 146, ../scss/elements/_header.scss */
  body.navOpen header .bottom #navToggle div:nth-child(2) {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  /* line 153, ../scss/elements/_header.scss */
  header .bottom nav {
    -moz-transition: right 0.2s ease;
    -o-transition: right 0.2s ease;
    -webkit-transition: right 0.2s ease;
    transition: right 0.2s ease;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px;
  }
}
@media (max-width: 699px) and (min-width: 600px) {
  /* line 153, ../scss/elements/_header.scss */
  header .bottom nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 699px) {
  /* line 169, ../scss/elements/_header.scss */
  body:not(.navOpen) header .bottom nav {
    right: -110%;
  }
  /* line 173, ../scss/elements/_header.scss */
  header .bottom nav a {
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    display: inline-block;
    padding: 5px 0;
  }
  /* line 179, ../scss/elements/_header.scss */
  header .bottom nav a:hover, header .bottom nav a:active, header .bottom nav a:focus {
    color: #f18643;
  }
  /* line 185, ../scss/elements/_header.scss */
  header .bottom nav > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 189, ../scss/elements/_header.scss */
  header .bottom nav > ul > li > a {
    text-transform: uppercase;
    font-weight: bold;
  }
  /* line 194, ../scss/elements/_header.scss */
  header .bottom nav > ul > li > ul {
    padding-left: 10px;
  }
}
@media (min-width: 700px) {
  /* line 70, ../scss/elements/_header.scss */
  header .bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 2, ../scss/_mixins.scss */
  header .bottom:after {
    content: "";
    width: 100%;
    height: 0;
    display: block;
    clear: both;
  }
  /* line 207, ../scss/elements/_header.scss */
  header .bottom .logo {
    float: left;
    margin-right: 40px;
    margin-left: 25px;
    margin-top: 5px;
  }
  /* line 214, ../scss/elements/_header.scss */
  header .bottom #navToggle {
    display: none;
  }
  /* line 218, ../scss/elements/_header.scss */
  header .bottom nav {
    margin-top: 29px;
    margin-left: 30%;
  }
  /* line 222, ../scss/elements/_header.scss */
  header .bottom nav > ul > li {
    display: inline-block;
    position: relative;
  }
  /* line 226, ../scss/elements/_header.scss */
  header .bottom nav > ul > li:not(:last-child) {
    margin-right: 30px;
  }
  /* line 231, ../scss/elements/_header.scss */
  header .bottom nav > ul > li.hover:after, header .bottom nav > ul > li:hover:after, header .bottom nav > ul > li.current:after {
    -moz-transform: skewX(-23deg);
    -ms-transform: skewX(-23deg);
    -webkit-transform: skewX(-23deg);
    transform: skewX(-23deg);
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    height: 5px;
    background: #f18643;
  }
  /* line 245, ../scss/elements/_header.scss */
  header .bottom nav > ul > li.hover > a, header .bottom nav > ul > li:hover > a {
    color: #f18643;
  }
  /* line 249, ../scss/elements/_header.scss */
  header .bottom nav > ul > li.hover > ul, header .bottom nav > ul > li:hover > ul {
    display: block;
  }
  /* line 254, ../scss/elements/_header.scss */
  header .bottom nav > ul > li > a {
    text-transform: uppercase;
    font-weight: bold;
  }
  /* line 259, ../scss/elements/_header.scss */
  header .bottom nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    margin-top: 20px;
    left: 0;
    background: #f18643;
    color: #ffffff;
    font-size: 18px;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 500;
  }
  /* line 272, ../scss/elements/_header.scss */
  header .bottom nav > ul > li > ul li {
    white-space: nowrap;
  }
  /* line 276, ../scss/elements/_header.scss */
  header .bottom nav > ul > li > ul li + li {
    margin-top: 15px;
  }
  /* line 281, ../scss/elements/_header.scss */
  header .bottom nav > ul > li > ul a:hover, header .bottom nav > ul > li > ul a:active, header .bottom nav > ul > li > ul a:focus {
    color: #000000;
  }
}

/* line 3, ../scss/elements/_modal.scss */
.modal {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}
/* line 12, ../scss/elements/_modal.scss */
.modal .modalOuter {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%;
}
/* line 19, ../scss/elements/_modal.scss */
.modal .modalInner {
  display: table-cell;
  vertical-align: middle;
}
/* line 24, ../scss/elements/_modal.scss */
.modal .modalContent {
  position: relative;
  display: inline-block;
  background: #ffffff;
  margin: 0px auto;
  text-align: left;
  max-width: 90%;
  padding: 0;
}
/* line 34, ../scss/elements/_modal.scss */
.modal .modalContent div.video video {
  max-width: 100%;
  vertical-align: middle;
}
/* line 41, ../scss/elements/_modal.scss */
.modal .modalClose {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 24px;
  line-height: 22px;
  background: #ffffff;
  position: absolute;
  top: -10px;
  right: -10px;
  text-align: center;
}
/* line 55, ../scss/elements/_modal.scss */
.modal .modalClose::before {
  content: "×";
}

/* line 1, ../scss/elements/_products.scss */
#content .product {
  margin-bottom: 20px;
  text-align: center;
}
/* line 5, ../scss/elements/_products.scss */
#content .product h2 {
  font-size: 18px;
  color: inherit;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
/* line 12, ../scss/elements/_products.scss */
#content .product h2 + p {
  margin-top: 15px;
}
/* line 17, ../scss/elements/_products.scss */
#content .product img {
  vertical-align: middle;
  line-height: 0;
  margin: 20px auto;
}
/* line 23, ../scss/elements/_products.scss */
#content .product dl {
  margin: 0;
  text-align: left;
  font-weight: 500;
}
/* line 28, ../scss/elements/_products.scss */
#content .product dl dt {
  font-weight: inherit;
}
/* line 33, ../scss/elements/_products.scss */
#content .product .infoToggle {
  display: none;
}
@media (min-width: 600px) {
  /* line 38, ../scss/elements/_products.scss */
  .js #content .product {
    position: relative;
    overflow: hidden;
    margin: -20px;
    padding: 20px;
  }
  /* line 44, ../scss/elements/_products.scss */
  .js #content .product .infoToggle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    background: #ffffff;
  }
  /* line 55, ../scss/elements/_products.scss */
  .js #content .product .infoToggle:before {
    content: url("../Images/information.svg");
    width: 30px;
    height: 30px;
    display: block;
  }
  /* line 63, ../scss/elements/_products.scss */
  .js #content .product dl {
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
    -moz-transition: -moz-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
  }
  /* line 77, ../scss/elements/_products.scss */
  .js #content .product.infoOpen .infoToggle:before {
    content: url("../Images/close.svg");
  }
  /* line 82, ../scss/elements/_products.scss */
  .js #content .product.infoOpen dl {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* line 1, ../scss/elements/_slideshow.scss */
#content .slideshow {
  margin: 0 0 20px;
}
/* line 5, ../scss/elements/_slideshow.scss */
#content .slideshow ul.smallNav li, #content .slideshow ul.bigNav li {
  margin: 0;
  padding: 0;
}
/* line 9, ../scss/elements/_slideshow.scss */
#content .slideshow ul.smallNav li:before, #content .slideshow ul.bigNav li:before {
  content: none;
  display: none;
}
/* line 16, ../scss/elements/_slideshow.scss */
#content .slideshow .slides {
  position: relative;
  overflow: hidden;
}
/* line 20, ../scss/elements/_slideshow.scss */
#content .slideshow .slides .slide {
  position: relative;
  z-index: 1;
}
/* line 24, ../scss/elements/_slideshow.scss */
#content .slideshow .slides .slide.active {
  -moz-animation: slide-in 0.5s ease forwards;
  -webkit-animation: slide-in 0.5s ease forwards;
  animation: slide-in 0.5s ease forwards;
  z-index: 2;
}
/* line 30, ../scss/elements/_slideshow.scss */
#content .slideshow .slides .slide:not(.active) {
  -moz-animation: slide-out 0.5s 0.5s ease forwards;
  -webkit-animation: slide-out 0.5s 0.5s ease forwards;
  animation: slide-out 0.5s 0.5s ease forwards;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 40, ../scss/elements/_slideshow.scss */
#content .slideshow .slides .slide img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: 0;
}
/* line 47, ../scss/elements/_slideshow.scss */
#content .slideshow .slides .slide .content {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  background: #073a5f;
  padding: 20px 10px 40px;
}
/* line 55, ../scss/elements/_slideshow.scss */
#content .slideshow .slides .slide .content .title {
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 500px) {
  /* line 55, ../scss/elements/_slideshow.scss */
  #content .slideshow .slides .slide .content .title {
    font-size: 40px;
  }
}
@media (min-width: 1000px) {
  /* line 55, ../scss/elements/_slideshow.scss */
  #content .slideshow .slides .slide .content .title {
    font-size: 58px;
  }
}
@media (min-width: 1400px) {
  /* line 55, ../scss/elements/_slideshow.scss */
  #content .slideshow .slides .slide .content .title {
    font-size: 80px;
  }
}
@media (min-width: 600px) {
  /* line 47, ../scss/elements/_slideshow.scss */
  #content .slideshow .slides .slide .content {
    padding: 20px 20px 40px;
  }
}
@media (min-width: 700px) {
  /* line 47, ../scss/elements/_slideshow.scss */
  #content .slideshow .slides .slide .content {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 20px;
    width: 50%;
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  /* line 47, ../scss/elements/_slideshow.scss */
  #content .slideshow .slides .slide .content {
    left: 50px;
  }
}
/* line 95, ../scss/elements/_slideshow.scss */
#content .slideshow .slides ul.smallNav {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  text-align: center;
  z-index: 3;
}
/* line 107, ../scss/elements/_slideshow.scss */
#content .slideshow .slides ul.smallNav li {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ffffff;
  vertical-align: middle;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 119, ../scss/elements/_slideshow.scss */
#content .slideshow .slides ul.smallNav li.active {
  width: 10px;
  height: 10px;
}
/* line 124, ../scss/elements/_slideshow.scss */
#content .slideshow .slides ul.smallNav li:hover, #content .slideshow .slides ul.smallNav li:active, #content .slideshow .slides ul.smallNav li:focus {
  background: #eeeeee;
}
/* line 131, ../scss/elements/_slideshow.scss */
#content .slideshow ul.bigNav {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #073a5f;
  color: #ffffff;
  overflow: hidden;
}
/* line 139, ../scss/elements/_slideshow.scss */
#content .slideshow ul.bigNav li {
  margin: 0;
  padding: 15px 30px 0;
  height: 75px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
/* line 147, ../scss/elements/_slideshow.scss */
#content .slideshow ul.bigNav li .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 153, ../scss/elements/_slideshow.scss */
#content .slideshow ul.bigNav li .title {
  font-weight: bold;
}
/* line 157, ../scss/elements/_slideshow.scss */
#content .slideshow ul.bigNav li:after {
  -moz-transform: skew(-23deg);
  -ms-transform: skew(-23deg);
  -webkit-transform: skew(-23deg);
  transform: skew(-23deg);
  position: absolute;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
/* line 170, ../scss/elements/_slideshow.scss */
#content .slideshow ul.bigNav li:not(.active) {
  cursor: pointer;
}
/* line 174, ../scss/elements/_slideshow.scss */
#content .slideshow ul.bigNav li:first-child:after {
  left: -100vw;
}
/* line 178, ../scss/elements/_slideshow.scss */
#content .slideshow ul.bigNav li:last-child:after {
  right: -100vw;
}
/* line 182, ../scss/elements/_slideshow.scss */
#content .slideshow ul.bigNav li:not(:last-child):after {
  border-right: 1px solid #ffffff;
}
/* line 186, ../scss/elements/_slideshow.scss */
#content .slideshow ul.bigNav li.active:after {
  background: rgba(255, 255, 255, 0.5);
  border-top: 5px solid #f18643;
}
@media (max-width: 1199px) {
  /* line 131, ../scss/elements/_slideshow.scss */
  #content .slideshow ul.bigNav {
    display: none;
  }
}

@-moz-keyframes slide-in {
  0% {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in {
  0% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.language-menu {
  position: absolute;
  right: 140px;
  bottom: 7px;
  z-index: 999;
  list-style-type: none;
  display: flex;
}

.language-menu img {
  width: 40px;
  height: 30px;
  margin-right: 5px;
}
  