/*! WS-CSS-1.1
* Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.siteRow {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.siteCol-1,
.siteCol-10,
.siteCol-11,
.siteCol-12,
.siteCol-2,
.siteCol-3,
.siteCol-4,
.siteCol-5,
.siteCol-6,
.siteCol-7,
.siteCol-8,
.siteCol-9,
.siteCol-auto,
.siteCol-lg,
.siteCol-lg-1,
.siteCol-lg-10,
.siteCol-lg-11,
.siteCol-lg-12,
.siteCol-lg-2,
.siteCol-lg-3,
.siteCol-lg-4,
.siteCol-lg-5,
.siteCol-lg-6,
.siteCol-lg-7,
.siteCol-lg-8,
.siteCol-lg-9,
.siteCol-lg-auto,
.siteCol-md,
.siteCol-md-1,
.siteCol-md-10,
.siteCol-md-11,
.siteCol-md-12,
.siteCol-md-2,
.siteCol-md-3,
.siteCol-md-4,
.siteCol-md-5,
.siteCol-md-6,
.siteCol-md-7,
.siteCol-md-8,
.siteCol-md-9,
.siteCol-md-auto,
.siteCol-sm,
.siteCol-sm-1,
.siteCol-sm-10,
.siteCol-sm-11,
.siteCol-sm-12,
.siteCol-sm-2,
.siteCol-sm-3,
.siteCol-sm-4,
.siteCol-sm-5,
.siteCol-sm-6,
.siteCol-sm-7,
.siteCol-sm-8,
.siteCol-sm-9,
.siteCol-sm-auto,
.siteCol-xl,
.siteCol-xl-1,
.siteCol-xl-10,
.siteCol-xl-11,
.siteCol-xl-12,
.siteCol-xl-2,
.siteCol-xl-3,
.siteCol-xl-4,
.siteCol-xl-5,
.siteCol-xl-6,
.siteCol-xl-7,
.siteCol-xl-8,
.siteCol-xl-9,
.siteCol-xl-auto,
.siteCol-xs,
.siteCol-xs-1,
.siteCol-xs-10,
.siteCol-xs-11,
.siteCol-xs-12,
.siteCol-xs-2,
.siteCol-xs-3,
.siteCol-xs-4,
.siteCol-xs-5,
.siteCol-xs-6,
.siteCol-xs-7,
.siteCol-xs-8,
.siteCol-xs-9,
.siteCol-xs-auto {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.siteRow-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.siteRow-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.siteRow-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.siteRow-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.siteRow-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.siteRow-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.siteCol,
.siteCol-xs {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.siteCol-auto,
.siteCol-xs-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1,
.siteCol-xs-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2,
.siteCol-xs-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3,
.siteCol-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4,
.siteCol-xs-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5,
.siteCol-xs-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6,
.siteCol-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7,
.siteCol-xs-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8,
.siteCol-xs-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9,
.siteCol-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10,
.siteCol-xs-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11,
.siteCol-xs-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12,
.siteCol-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.siteCol-offset-1,
.siteCol-xs-offset-1 {
  margin-left: 8.333333%;
}
.siteCol-offset-2,
.siteCol-xs-offset-2 {
  margin-left: 16.666667%;
}
.siteCol-offset-3,
.siteCol-xs-offset-3 {
  margin-left: 25%;
}
.siteCol-offset-4,
.siteCol-xs-offset-4 {
  margin-left: 33.333333%;
}
.siteCol-offset-5,
.siteCol-xs-offset-5 {
  margin-left: 41.666667%;
}
.siteCol-offset-6,
.siteCol-xs-offset-6 {
  margin-left: 50%;
}
.siteCol-offset-7,
.siteCol-xs-offset-7 {
  margin-left: 58.333333%;
}
.siteCol-offset-8,
.siteCol-xs-offset-8 {
  margin-left: 66.666667%;
}
.siteCol-offset-9,
.siteCol-xs-offset-9 {
  margin-left: 75%;
}
.siteCol-offset-10,
.siteCol-xs-offset-10 {
  margin-left: 83.333333%;
}
.siteCol-offset-11,
.siteCol-xs-offset-11 {
  margin-left: 91.666667%;
}
.siteCol-offset-12,
.siteCol-xs-offset-12 {
  margin-left: 100%;
}
.siteCol-order-first {
  order: -1 !important;
}
.siteCol-order-0 {
  order: 0 !important;
}
.siteCol-order-1 {
  order: 1 !important;
}
.siteCol-order-2 {
  order: 2 !important;
}
.siteCol-order-3 {
  order: 3 !important;
}
.siteCol-order-4 {
  order: 4 !important;
}
.siteCol-order-5 {
  order: 5 !important;
}
.siteCol-order-last {
  order: 6 !important;
}
.siteCol-br,
.siteCol-lg-br,
.siteCol-md-br,
.siteCol-sm-br,
.siteCol-xl-br,
.siteCol-xs-br {
  display: none;
  width: 100%;
}
@media (max-width: 575px) {
  .siteCol-br,
  .siteCol-xs-br {
      display: block;
  }
}
@media (min-width: 576px) {
  .siteCol-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
  .siteRow-cols-sm-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .siteRow-cols-sm-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .siteRow-cols-sm-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .siteRow-cols-sm-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .siteRow-cols-sm-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
  }
  .siteRow-cols-sm-6 > * {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .siteCol-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
  }
  .siteCol-sm-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .siteCol-sm-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .siteCol-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .siteCol-sm-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .siteCol-sm-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .siteCol-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .siteCol-sm-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .siteCol-sm-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .siteCol-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
  .siteCol-sm-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .siteCol-sm-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .siteCol-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .siteCol-sm-offset-0 {
      margin-left: 0;
  }
  .siteCol-sm-offset-1 {
      margin-left: 8.333333%;
  }
  .siteCol-sm-offset-2 {
      margin-left: 16.666667%;
  }
  .siteCol-sm-offset-3 {
      margin-left: 25%;
  }
  .siteCol-sm-offset-4 {
      margin-left: 33.333333%;
  }
  .siteCol-sm-offset-5 {
      margin-left: 41.666667%;
  }
  .siteCol-sm-offset-6 {
      margin-left: 50%;
  }
  .siteCol-sm-offset-7 {
      margin-left: 58.333333%;
  }
  .siteCol-sm-offset-8 {
      margin-left: 66.666667%;
  }
  .siteCol-sm-offset-9 {
      margin-left: 75%;
  }
  .siteCol-sm-offset-10 {
      margin-left: 83.333333%;
  }
  .siteCol-sm-offset-11 {
      margin-left: 91.666667%;
  }
  .siteCol-order-sm-first {
      order: -1 !important;
  }
  .siteCol-order-sm-0 {
      order: 0 !important;
  }
  .siteCol-order-sm-1 {
      order: 1 !important;
  }
  .siteCol-order-sm-2 {
      order: 2 !important;
  }
  .siteCol-order-sm-3 {
      order: 3 !important;
  }
  .siteCol-order-sm-4 {
      order: 4 !important;
  }
  .siteCol-order-sm-5 {
      order: 5 !important;
  }
  .siteCol-order-sm-last {
      order: 6 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .siteCol-sm-br {
      display: block;
  }
}
@media (min-width: 768px) {
  .siteCol-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
  .siteRow-cols-md-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .siteRow-cols-md-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .siteRow-cols-md-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .siteRow-cols-md-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .siteRow-cols-md-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
  }
  .siteRow-cols-md-6 > * {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .siteCol-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
  }
  .siteCol-md-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .siteCol-md-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .siteCol-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .siteCol-md-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .siteCol-md-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .siteCol-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .siteCol-md-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .siteCol-md-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .siteCol-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
  .siteCol-md-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .siteCol-md-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .siteCol-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .siteCol-md-offset-0 {
      margin-left: 0;
  }
  .siteCol-md-offset-1 {
      margin-left: 8.333333%;
  }
  .siteCol-md-offset-2 {
      margin-left: 16.666667%;
  }
  .siteCol-md-offset-3 {
      margin-left: 25%;
  }
  .siteCol-md-offset-4 {
      margin-left: 33.333333%;
  }
  .siteCol-md-offset-5 {
      margin-left: 41.666667%;
  }
  .siteCol-md-offset-6 {
      margin-left: 50%;
  }
  .siteCol-md-offset-7 {
      margin-left: 58.333333%;
  }
  .siteCol-md-offset-8 {
      margin-left: 66.666667%;
  }
  .siteCol-md-offset-9 {
      margin-left: 75%;
  }
  .siteCol-md-offset-10 {
      margin-left: 83.333333%;
  }
  .siteCol-md-offset-11 {
      margin-left: 91.666667%;
  }
  .siteCol-order-md-1 {
      order: 1 !important;
  }
  .siteCol-order-md-2 {
      order: 2 !important;
  }
  .siteCol-order-md-3 {
      order: 3 !important;
  }
  .siteCol-order-md-4 {
      order: 4 !important;
  }
  .siteCol-order-md-5 {
      order: 5 !important;
  }
  .siteCol-order-md-last {
      order: 6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .siteCol-md-br {
      display: block;
  }
}
@media (min-width: 992px) {
  .siteCol-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
  .siteRow-cols-lg-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .siteRow-cols-lg-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .siteRow-cols-lg-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .siteRow-cols-lg-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .siteRow-cols-lg-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
  }
  .siteRow-cols-lg-6 > * {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .siteCol-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
  }
  .siteCol-lg-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .siteCol-lg-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .siteCol-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .siteCol-lg-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .siteCol-lg-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .siteCol-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .siteCol-lg-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .siteCol-lg-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .siteCol-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
  .siteCol-lg-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .siteCol-lg-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .siteCol-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .siteCol-lg-offset-0 {
      margin-left: 0;
  }
  .siteCol-lg-offset-1 {
      margin-left: 8.333333%;
  }
  .siteCol-lg-offset-2 {
      margin-left: 16.666667%;
  }
  .siteCol-lg-offset-3 {
      margin-left: 25%;
  }
  .siteCol-lg-offset-4 {
      margin-left: 33.333333%;
  }
  .siteCol-lg-offset-5 {
      margin-left: 41.666667%;
  }
  .siteCol-lg-offset-6 {
      margin-left: 50%;
  }
  .siteCol-lg-offset-7 {
      margin-left: 58.333333%;
  }
  .siteCol-lg-offset-8 {
      margin-left: 66.666667%;
  }
  .siteCol-lg-offset-9 {
      margin-left: 75%;
  }
  .siteCol-lg-offset-10 {
      margin-left: 83.333333%;
  }
  .siteCol-lg-offset-11 {
      margin-left: 91.666667%;
  }
  .siteCol-order-lg-1 {
      order: 1 !important;
  }
  .siteCol-order-lg-2 {
      order: 2 !important;
  }
  .siteCol-order-lg-3 {
      order: 3 !important;
  }
  .siteCol-order-lg-4 {
      order: 4 !important;
  }
  .siteCol-order-lg-5 {
      order: 5 !important;
  }
  .siteCol-order-lg-last {
      order: 6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .siteCol-lg-br {
      display: block;
  }
}
@media (min-width: 1200px) {
  .siteCol-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
  .siteRow-cols-xl-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .siteRow-cols-xl-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .siteRow-cols-xl-3 > * {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .siteRow-cols-xl-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .siteRow-cols-xl-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
  }
  .siteRow-cols-xl-6 > * {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .siteCol-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
  }
  .siteCol-xl-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
  }
  .siteCol-xl-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
  }
  .siteCol-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
  }
  .siteCol-xl-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .siteCol-xl-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .siteCol-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .siteCol-xl-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .siteCol-xl-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
  }
  .siteCol-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
  }
  .siteCol-xl-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
  }
  .siteCol-xl-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
  }
  .siteCol-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  .siteCol-xl-offset-0 {
      margin-left: 0;
  }
  .siteCol-xl-offset-1 {
      margin-left: 8.333333%;
  }
  .siteCol-xl-offset-2 {
      margin-left: 16.666667%;
  }
  .siteCol-xl-offset-3 {
      margin-left: 25%;
  }
  .siteCol-xl-offset-4 {
      margin-left: 33.333333%;
  }
  .siteCol-xl-offset-5 {
      margin-left: 41.666667%;
  }
  .siteCol-xl-offset-6 {
      margin-left: 50%;
  }
  .siteCol-xl-offset-7 {
      margin-left: 58.333333%;
  }
  .siteCol-xl-offset-8 {
      margin-left: 66.666667%;
  }
  .siteCol-xl-offset-9 {
      margin-left: 75%;
  }
  .siteCol-xl-offset-10 {
      margin-left: 83.333333%;
  }
  .siteCol-xl-offset-11 {
      margin-left: 91.666667%;
  }
  .siteCol-order-xl-1 {
      order: 1 !important;
  }
  .siteCol-order-xl-2 {
      order: 2 !important;
  }
  .siteCol-order-xl-3 {
      order: 3 !important;
  }
  .siteCol-order-xl-4 {
      order: 4 !important;
  }
  .siteCol-order-xl-5 {
      order: 5 !important;
  }
  .siteCol-order-xl-last {
      order: 6 !important;
  }
}
::-moz-focus-inner {
  border: 0;
}




@-webkit-keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

@-webkit-keyframes zoomin {
    0% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
}

/*

Colors:
1. #ffffff
2. #000000
3. #fecc00

*/

html {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
html.siteFloatMenuOpen{
  min-height: 120vh;
}

body {
  margin: 0;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  /* line-height: 1.5; */
  font-family: 'Open Sans', 'Trebuchet MS', 'Lucida Grande', Tahoma, sans-serif;
  background-color: #fff;
  overflow: scroll;
  overflow-x: hidden;
  max-width: 100vw;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.siteFloatMenuOpen > body{
  overflow: hidden;
  position: fixed;
  width: 100%;
}

html, body, #fullSiteWrapper{
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

embed, img, object, video {
  max-width: 100%;
  height: auto;
  border: 0;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

iframe:not(.siteTopSliderVideo) {
  max-width: 99%;
  border: 0;
  box-sizing: border-box;
}
.siteTopSliderVideoContainer{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.siteTopSliderVideo{
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100%;
}

table td{
  vertical-align:top;
}

table {
  display: table;
  table-layout: fixed;
}

h1, h2, h3, h4, h5, h6, 
.siteTopSliderHeader,
.siteContactFormHeader,
.siteContactFormErrorHeader {
  margin-top: 0;
  margin-bottom: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Bebas Neue', 'Trebuchet MS', Tahoma, sans-serif;
  color: #000;
}
h1, h2, h3, h4, h5, h6{
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
}
.siteContactFormHeader,
.siteContactFormErrorHeader,
h2 {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6rem;
}
h3 {
  font-size: 1.6rem;
  font-weight: 600;
}

h4 {
  font-size: 1.6rem;
  font-weight: 400;
}

h5 {
  font-size: 1.45rem;
}

h6 {
  font-size: 1.2rem;
}

hr {
  margin: 2.5rem 0;
  border: 0;
  height: 1px;
  position: relative;
  border-top: 1px solid #ccc;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}


a:not(.topLink) {
  text-decoration: none;
  -webkit-transition: color .15s;
  transition: color .15s;
  color: #000;
}

#siteContent a, 
#siteContent a:visited{
  color: #000;
}

a:not(.topLink):hover {
  color:#000;
}

#siteHeaderContent{
  display: none;
}

#siteContent a,
#siteFooter a{
  position: relative;
  text-decoration: none;
  display: inline-block;
}


#siteFooter a,
#siteFooter a:visited{
  color: #fff;
}

#siteContent a:not(.colorbox):after,
#siteFooter a:not(.colorbox):after{
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  content:  '';
  border-bottom: solid 1px #000099;
  transition: width 250ms ease-in-out;
  width: 0%;
  z-index: 1;
}

#siteFooter a:not(.colorbox):after{
  border-bottom: solid 1px #fff;
}

/* link animation on hover */
#siteFooter a:not(.colorbox):hover:after, #siteContent a:not(.colorbox):hover:after{
  width: 100%; right: auto; left: 0%;
}

.logoCarousel{
  height: 100px;
}
.nojs.logoCarousel{
  visibility: hidden;
}



a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
ol > li{
  margin-bottom: .5rem;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

strong {
  font-weight: 600;
}

small {
  font-size: 0.875em;
}

@-webkit-keyframes loading {
  to {
    opacity: 1;
  }
}
@keyframes loading {
  to {
    opacity: 1;
  }
}

.WSimg-loading{
  opacity: .5;
  animation: loading 1s ease infinite;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: vertical;
}

::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
/* End of reboot */


#siteCenterWrapper a{
  text-decoration: none;
}

body,
#fullSiteWrapper,
#siteHeaderBar,
#siteHeaderWrapper, 
#siteMenuWrapper,
#siteHeaderCarouselWrap,
#bodyWrapper,
#siteFooter,
#siteFooterWrapper,
#siteWrapper,
.extra-slider,
.extra-slider-wrapper,
.extra-slider-first,
.extra-slider ul,
.STCLA,.STCRA{
  position: relative;
}


#siteContent table p:before{
  width: auto;
  display: inline;
}


.cb {
  clear: both;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

/* Clearfix */
.cf::after, .siteInfoBox::after {
  display: block;
  clear: both;
  content: "";
}

.tleft {
  text-align: left;
}
.tcenter,
.center {
  text-align:center;
}
.tright {
  text-align: right;
}

.fright{
  float: right;
}
.fleft{
  float: left;
}
.w100{
  width: 100%;
}
.hide {
  display: none !important;
}


#siteMenu input,
.subMenuEXT input,
#siteMobileMenuChkBox,
#siteToolbar,
#siteContent .subMenuEXT > li > a,
#siteContent .subMenuEXT > li > .prvConW,
#siteContent .subMenuEXT li::before,
#siteContent .subMenuEXT ul li::before,
#siteContent .subMenuEXT .dropdown-toggle,
#siteContent .subMenuEXT input,
#siteFooterMenu,
#siteFooterMenu input,
#siteFooterMenu .dropdown,
.extra-slider-navigation,
.sr-only{
  display: none;
}
.extra-slider-navigation{
  z-index: 3;
}
.hasVideos > .extra-slider-navigation .STCLAW,
.hasVideos > .extra-slider-navigation .STCRAW {
  bottom: 50px;
  height: 50px;
}

#siteMenu ul,
#siteMenu li,
#siteFooterMenu ul,
#siteFooterMenu li,
/* .extra-slider h1, */
.siteSubMenu ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#siteMenu ul > li,
#siteMenu li {
  border-bottom: 1px solid #eaeaea;
}
#siteMenu ul ul li:not(.hasmore):last-child{
  border-bottom-color: transparent;
}



#siteContent .siteInfoBox {
  border: 1px solid #66a740;
  font-size: 1.2rem;
}


#fullSiteWrapper,
#siteMenuWrapper,
#siteMenu a,
#siteFooterMenu a,
#siteMenu .hasmore,
#siteFooterMenu .hasmore,
#siteFooterMenu .hasmore,
#siteFooterMenu .hasmore > .prvConW,
#siteMenu .dropdown-toggle,
#siteFooterMenu .dropdown-toggle{
  display: -ms-flex;
  display: flex;
}
#siteToolbar a,
.extra-slider ul,
.extra-slider li,
.extra-slider-loader,
.STCLA,.STCRA{
  display: block;
}

#fullSiteWrapper {
  flex-direction: column;
}
#siteWrapper,
#siteHeaderBar,
#siteFooterCopyright{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}


#siteHeaderWrapper {
  z-index: 0;
}

#siteHeader {
  z-index: 1;
}

#siteStickyTop{  
  width: 100%;
  background: #dc9a26;
  border-bottom: 2px solid #e7a22d;
}

#siteHeaderBar {
  padding: 0;
}
.siteHeaderInfoBox{
  display: flex;
  color: #fecc00;

  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}

.siteHeaderInfoBox p{
  border-left: 2px solid #72b258;
  padding: .5rem 0 0 1rem;
  font-size: .9rem;
  line-height: 1.2rem;
}
.siteHeaderInfoBox p + p{
  padding-top: 1rem;
}
.siteHeaderInfoBox strong {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1rem;
}

#siteLogo,.STCLA,.STCRA{
  background-repeat: no-repeat;
}

#siteMenuWrapper {
  z-index: 3;
  min-height: 100px;
}
#siteLogo{
  width: 200px;
  height: 57px;
} 

#siteContent ul {
  list-style: none; /* Remove default bullets */
  margin-left: 1.5em;
  padding-left: 2em;
}
#siteContent ul ul {
  margin-left: 0;
  padding-left: 1em;
}

#siteContent ul li::before {
  font-size: 1.6em;
  content: "\00A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #fecc00; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  height: 1.6em;
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  background: url('../data/favicons/favicon-16x16.png') no-repeat left center;
}
#siteContent ul.subMenuEXT{
  margin-left: 0;
  padding: 1rem 2rem;
  border: 1px solid #ccc;
}
#siteContent .subMenuEXT ul{
  list-style: none;
  line-height: 2.5rem;
}
#siteContent .subMenuEXT > li > .subMenuUL{
  margin-left: 0;
  padding-left: 0;
}

/* Form styles */

#siteContactForm{
  margin: 3rem 0 5rem;
  padding: 3rem 1rem 5rem;
  background-color: #f7f7f7;
}

#siteContactForm input,
#siteContactForm textarea,
#siteContactForm select {
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}
#siteContactForm label{
  display: block;
  margin: .3rem 0;
  color: #000
}

#siteContactForm input:focus,
#siteContactForm textarea:focus,
#siteContactForm select:focus{
  outline: 2px solid #183a5c;
}

#siteContactForm hr:before{
  position: static !important;
}

#siteContactForm input[type="text"],
#siteContactForm input[type="email"],
#siteContactForm input[type="tel"],
#siteContactForm textarea{
  width: 100%;
  padding: .5rem 1rem .5rem;
  border: 1px solid #fecc00;
  background-color: #fff;
  color: #000;
  font-size: 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  background-image: none;
  box-shadow: none;
}

#siteContactForm textarea{
  padding: 1rem;
}

#siteContactForm textarea::-webkit-resizer{
  display: none;
}

#siteContactFormSubmit{
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1rem;
}
#siteContactFormSubmit:hover{
  background-color: #fecc00;
}

#l_captcha{
  margin-bottom: 20px;
}
#siteContactForm .addtInfo{
  font-size: smaller;
}

.siteContactFormErrorWrap{
  margin-top: 1rem;
  padding: 2rem;
  border: 1px solid red;
  border-radius: .5rem;
}
#siteContactFormErrorList{
  margin-bottom: 0;
}
.siteContactFormErrorHeader{
  color: red;
}

/* End of Form styles*/

#bodyWrapper {
  z-index: 1;
  flex: 1 1 100%;
  background-color: #fff;
  color: #000000;
}

#siteFooter {
  flex: 0 0 auto;
  z-index: 0;
  color: #fff;
  background-color: #4a8a3d;
  /* background: linear-gradient(#c4c27a 51.26%, #dad789 92.86%); */
}

#siteFooterWrapper {
  text-align: left;
  padding-top: 5rem;
  /* padding-bottom: 3rem; */
}

#siteFooterContent {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem 2rem 2rem;
}

#siteFooterCopyright{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
}
#siteFooterCopyright p,
#siteFooterCopyright a{
  color: #fff;
  margin: 0;
  padding: 0;
}
#siteFooterCopyright a:visited{
  color: #fff;
}
#siteFooterCopyright p{
  margin: 1rem 0 1rem 1rem;
}
#siteFooterContent .siteRow{
  width: 100%;

}
#WSlightbox_template:not(.pswp--open){
  display: none;
}



#siteFooterContent hr {
  border: 0;
  border-top: 1px solid #555;
}

#siteFooterContent h1, 
#siteFooterContent h2, 
#siteFooterContent h3, 
#siteFooterContent h4, 
#siteFooterContent h5, 
#siteFooterContent h6{
  color:#ffffff;
}


#bodyWrapper,
#siteCenterWrapper,
#siteContent,
#siteWrapper,
#siteFooter {
  box-sizing: border-box;
  text-align: left;
}

#siteWrapper {
  z-index: 1;
}

#siteCenterWrapper{
  padding: 2rem 0 .5rem;
}

#siteContent {
  word-wrap: break-word;
  word-break: keep-all;
  /*margin-top: 6rem;*/
  margin-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

#siteToolbar {
  position: fixed;
  bottom: 40px;
  right: 5px;
  text-decoration: none;
  color: #000;
  padding: 1em;
  z-index: 100;
}

#siteToolbar a,
.STCLA,
.STCRA,
#siteMobileMenuButton,
.info.siteInfoBox:before,
.call.siteInfoBox:before,
.share.siteInfoBox:before{
  background-image: url(../data/layout/WS-mosaic.png?_=161222-1038);
}

#siteToolbar a{
  /* set to block */
  background-repeat: no-repeat;  
  color: #000;
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  opacity: .5;
  cursor: pointer;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(255,255,255,0.9);
  z-index: 2;
}

#siteToolbar a:visited{
  color: #000;
}

#siteToolbar a:active,
#siteToolbar a:hover {
  opacity: 1;
}

#scrollToTopBtn {
  background-position: 0 -50px;
}

#siteMobileMenuButton{
  position: absolute;
  margin: 30px 20px 0 0;
  background-color: #4f8232;
  background-repeat: no-repeat;
  background-position: -50px -50px;
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
  text-align:center;
  
  height: 50px;
  width: 50px;
  top: 3px;
  cursor:pointer;
  -webkit-transition: top .3s ease-out, background-color .2s linear, background-position .2s linear;
  transition: top .3s ease-out, background-color .2s linear, background-position .2s linear; 
  right: 0;
  z-index: 10;
  border-radius: 5px;
  border: 1px solid #a7a568;
}

#siteMobileMenuChkBox:checked ~ #siteMobileMenuButton{
  top: 25px;
  background-position: -50px -116px;
}

#siteMobileMenuBackdrop{
  position: fixed;
  left: -9999px;
  opacity: 0;
  width: 100%;
  height: 120vh;
  -webkit-transition: opacity .5s linear; 
  transition: opacity .5s linear;
  background-color: rgba(0, 0, 0, .7);
}


#siteMenuJail{
  font-size: .7rem;
  color: #000;
  background-color: #fff;
  left: -100vw;
  width: 90vw;
  box-sizing: border-box;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition: top .7s ease-in-out, left .5s ease-in-out, right .5s ease-in-out; 
  transition: top .7s ease-in-out, left .5s ease-in-out, right .5s ease-in-out;
}
#siteMobileMenuChkBox:checked ~ #siteMenuJail{
  left: 0;
}

#siteMenu .dropdown{
  flex-direction: column;
  -webkit-transition: min-height .5s cubic-bezier(0.075, 0.820, 0.165, 1.000); 
  transition: min-height .5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  flex-grow: 1;
}
#siteMenu ul ul ul.dropdown{
  background-color: #efefef;
}

#siteMenu input:checked ~ .dropdown{
  display: flex;
  height: auto;
  min-height: 0;
  max-height: none;
  opacity: 0;
}
#siteMenu .dropdown.openMenu{
  opacity: 1;
  
}
#siteMenu input ~ .dropdown:not(.openMenu){
  
  
  transform-origin: top center;
  perspective: 1000px;
  animation-timing-function: ease-in-out;
  animation-direction: forward;
  animation-name: rotateX;
  animation-duration: 300ms;
}

#siteMenu a{
  text-decoration: none;
  padding: .5rem 2rem;
  font-size: 1.1rem;
  flex-grow: 1;
  align-items:center;
  white-space: pre;
  -webkit-transition: color 150ms ease-in-out .1s;
  transition: color 150ms ease-in-out .1s;
  color: #000;
  font-weight: bold;
}

#siteMenu .hasmore{
  flex-wrap: wrap;
  z-index: 2;
}
/*
#siteMenu .dropdown-toggle{
  align-items: center;
  justify-content: center;
  width: 48px;
  font-size: 1.5rem;
}

#siteMenu .dropdown-toggle:before,
#siteFooterMenu .dropdown-toggle:before {
  color: #6bc239;
  content: '';
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath d="M8.12 9.29L12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0z" fill="%236bc239"%2F%3E%3C%2Fsvg%3E') no-repeat 50% 50%;
  transform: rotate(-90deg);
  -webkit-transition: transform .2s ease-in-out; 
  transition: transform .2s ease-in-out;
  width: 48px;
  height: 40px;
}

#siteMenu input:checked ~ .dropdown-toggle:before,
#siteMenu input:checked + .prvConW > .dropdown-toggle:before{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#siteMenu ul ul a{
  padding-left: 3rem;
  font-weight: 300;
}
*/
#siteMenu li{
  position: relative;
}
/*
#siteMenu li.hasmore,
#siteMenu li.hasmore > .prvConW{
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-grow: 1;
}
#siteMenu input:not(:checked) ~ .dropdown,
#siteMenu li.hasmore > .dropdown{
  display: none;
  z-index: 1;
  opacity: 0;
}

#siteMenu input:checked ~ .dropdown {
  display: flex;
  opacity: 1;
  width: 100%;
}

#siteMenu a.selected,
#siteMenu a.topLink,
#siteMenu input:checked ~ a,
#siteMenu input:checked  > .prvConW > a{
  color: #000;
}

#siteMenu a.topLink,
#siteMenu ul ul li:not(.hasmore) a.selected,
#siteMenu ul ul ul a.selected{
  font-weight: 700;
}

#siteMenu input:checked ~ a:not(.subTopLink_1):not(.topLink),
#siteMenu input:checked  > .prvConW > a:not(.subTopLink_1):not(.topLink),
#siteMenu ul ul li:not(.hasmore) a.selected,
#siteMenu a.topLink.selected {
  background-color: #efefef;
}

#siteMenu .openMenu > a.selected{
  background-color: transparent;
}

#siteMenu .dropdown > li.hasmore .dropdown{
  margin-left: 0;
}
*/

/* Custom classes */

.siteInfoBox{
  box-sizing: border-box;
  padding: 1.5rem 2rem;
  font-size: 1rem;
  text-align: center;
}
.siteInfoBox img.stayLeft{
  float: none !important;
  display: block;
  margin: 0 auto 1rem auto !important;
}

.info.siteInfoBox,
.call.siteInfoBox,
.share.siteInfoBox{
  padding-top: 70px;
  position: relative;
}

.info.siteInfoBox:before,
.call.siteInfoBox:before,
.share.siteInfoBox:before{
  position: absolute;
  content: '';
  left: 50%;
  top: 20px;
  width: 40px;
  height: 40px;
  margin-left: -15px;
  background-repeat: no-repeat;
}
.info.siteInfoBox:before{
  background-position: -55px -201px;
}
.call.siteInfoBox:before{
  background-position: -10px -201px; 
}
#siteHeaderContent .call.siteInfoBox{
  margin-bottom: 0.8rem;
}
#siteHeaderContent .call.siteInfoBox:before{
  margin-top: -21px;
}

.call.siteInfoBox:before
.siteInfoBox strong,
.siteInfoBox strong a{
  font-size: 1.5rem;
  color: #000;
}

.siteBlock1,
a.siteBlock1,
.siteBlock2,
a.siteBlock2{
  display: block !important;
  padding: 1em;
  margin-right: 0.5em;
  text-align: center;
}

a.siteBlock1,
a.siteBlock1:visited{
  color: #fff !important;
}

.siteBlock1{
  background-color: #183a5c;
}


.siteBlock2{
  color: #183a5c;
  border: 1px solid #eaeaea;
}

a.siteBlock2,
a.siteBlock2:visited{
  color: #b60000 !important;
}


/* SLIDERS */

.extra-slider-wrapper{
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}

.extra-slider ul {
	/* Set to display: block */
	list-style: none;
  padding: 0;
  margin: 0;
}
.extra-slider li {
  /* Set to display: block */
  padding:0;
  margin:0;
	list-style: none;
	position: absolute;
	top: 0; 
  left: 0;
  width: 100%;
  text-align:left;
}

.extra-slider-loader {
  /* Set to display: block */
	/* background: #1d1d1b; */
	background: #66a740;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 6;
	width: 0;
	height: 5px;
}
.extra-slider-pagination{
  display: flex;
  position: absolute;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 6;
  left: 50%;
}
.extra-slider-pagination a{
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background-color: transparent;
  border: 2px solid rgba(255,255,255,.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.hasVideos#siteTopSlider .extra-slider-pagination{
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.hasVideos#siteTopSlider:hover .extra-slider-pagination{
  opacity: 1;
}
a.extra-slider-link-active{
  background-color: #66a740
}


.STCLAW,
.STCRAW{
  position:absolute;
  width: 48px;
  height: 100px;
  padding: 2px;
  bottom: 0;
  /*transform: translateY(-50%);*/
  background-color: rgba(255,255,255,.2);
  cursor: pointer;
  z-index: 7;
}
.STCLAW{
  left: 0;
}
.STCRAW{
  right: 0;
}
.STCLAW:hover,
.STCRAW:hover{
  background-color: rgba(255,255,255,.5);
}


img.logoCI{
  vertical-align: middle;
}

.STCLA,.STCRA {
  /* Set to display: block */
  width: 50px;
  height: 50px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.STCLA {
  background-position: -5px 0;
}

.STCRA {
  background-position: -58px 0;
}

.logoCarousel .STCLAW,
.logoCarousel .STCRAW{
  position: absolute;
  width: 35px;
  height: 100%;
  top: 0;
  opacity: 1;
  background-color: transparent;
}

.logoCarousel.splide{
  position: static;
}

.logoCarouselSlides .splide__slide{
  display: flex;
  align-items: center;
}
.logoCarousel .STCLAW.splide__arrow,
.logoCarousel .STCRAW.splide__arrow,
.logoCarousel .STCLA, 
.logoCarousel .STCRA{
  top: 0;
  transform: none;
}
.logoCarousel .STCLAW{
  left: 0;
}
.logoCarousel .STCRAW{
  right: 0;
}

/* SLIDERS - top */

#siteHeaderCarouselWrap{
  z-index: 0;
  background-color: #fff;
}

#siteTopSlider{
  z-index: 5;
  background: #fff;
  max-width: 100%;
  height: 100%;
  height: calc((var(--vh, 1vh) * 100) - 90px); /* +5 from loaderbar*/
  
  -webkit-transition: height .25s ease-in-out;
  transition: height .25s ease-in-out;
  max-height: 100%;
}
.siteTopSliderVideo{
  background-color: #fff;
}

#siteTopSlider ul,
#siteTopSlider li{
  height: 100%;
  min-height: 100%;
}

#siteTopSlider ul {
  color:black;
}

#siteTopSlider .bg {
  width: 100%;
  height: 100%;
  display: block;
  transition-property: background-position;
  transform: translate3d(0, 0, 0);  
  animation-fill-mode: forwards;
}
#siteTopSlider .bg > img{
  max-width: 100%;
  max-height:100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topSliderContent{
  opacity: 0;
  box-sizing: border-box;
  background: rgb(20,96,172);
  /* background: linear-gradient(-90deg, rgba(20,96,172,0.93) 0%, rgba(216,11,11,0.32) 100%); */
  /* background: radial-gradient(rgba(4, 4, 4, 0.93), rgba(255, 187, 0, 0.32)); */
  background: rgba(4, 4, 4, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30% 2rem 3rem 2rem;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 600;
}

.topSliderContent a,
.topSliderContent a:visited{
  color: white;
}

.topSliderContent a{
  text-decoration: none;
  background-color: #183a5c;
  padding: .8rem;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 1rem;
}

.siteTopSliderHeader{
  position: relative;
  font-size: 2rem;
  font-size: 8vw; /* Wont scale text too width on small viewport */
  color: #fff;
  line-height: 1.8rem;
}
.siteFHelpers{padding:0;margin-left:0;margin-right:0;}




#siteLeftColumn,
#siteRightColumn{
  padding: 0;
}
body,
#siteLeftColumn,
#siteRightColumn,
#siteHeaderCarouselWrap{
  max-width: 100vw;
}



#siteHeaderBar{
  min-height: 85px; 
}

#siteLeftColumn{
  position: absolute;
  overflow: hidden;
  top: -95px;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

#siteLeftColumn::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
}

#siteMenuJail{
  position: absolute;
  top: 0;
}

#siteLogo{
  z-index: 10;
  position: absolute;
  top: 0;
  left: 20px; /* Make room for menubtn 50px + margin 5px*/
  background: #fff url(../data/layout/logo-kainuun-biotuote-154x50.png) 25px 40px no-repeat;
  width: 200px;
  height: 100px;
  -webkit-transition: left .5s ease-out, right .5s ease, background-image .2s ease-out, width .5s, height .2s ease-out, top .2s ease-out;
  transition: left .5s ease-out, right .5s ease, background-image .2s ease-out, width .5s, height .2s ease-out, top .2s ease-out;
}
#websiteDiv #siteLogo{
  position: absolute;
}


#siteHeaderContent{
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  z-index: 6;
  bottom: 8px;
  left: -100vw;
  -webkit-transition: left 250ms ease-in-out;
  transition: left 250ms ease-in-out;
  width: 90vw;
}

.siteFloatMenuOpen:not(.siteFloatMenuClosing) #siteHeaderContent{
  left: 0;
  -webkit-transition: left 250ms ease-in-out .5s;
  transition: left 250ms ease-in-out .5s;
}

@media (min-width: 360px){
  #siteContactForm{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 375px){
  #siteCenterWrapper{
    padding: 2rem 1rem .5rem;
  }
  .logoCarousel .STCLAW{
    left: -15px;
  }
  .logoCarousel .STCRAW{
    right: -15px;
  }
}

@media (min-width: 380px){
  .siteTopSliderHeader{
    font-size: 2rem;
  }
  
  #siteLogo{
    left: 40px;
  }
}

@media (min-width: 480px){

  .siteInfoBox{
    padding: 1.5rem 2rem;
    border-width: 1px;
    text-align: left;
  }
  .info.siteInfoBox,
  .call.siteInfoBox,
  .share.siteInfoBox{
    padding-left: 90px;
    padding-top: 1.6rem;
  }

  #siteHeaderContent .call.siteInfoBox{
    padding: .5rem 0 .5rem 80px;
  }

  .info.siteInfoBox:before,
  .call.siteInfoBox:before,
  .share.siteInfoBox:before{
    left: 30px;
    top: 50%;
    margin-left: auto;
    margin-top: -20px;
  }
  .siteInfoBox img.stayLeft{
    float: left !important;
    margin: 0 1rem 0 0 !important;
  }
}

/*
@media (min-height: 600px){
  #siteTopSlider{
    height: 60%;
    height: calc(var(--vh, 1vh) * 60);
  }
}
*/

@media (min-width: 576px) {

  #siteLogo{
    left: 50px;
    width: 220px;
    background-position: 35px 40px;
  }
  
  .topSliderContent{
    font-size: 1.8rem;
  }
  .siteTopSliderHeader{
    font-size: 2.5rem;
    line-height: 2rem;
  }
  
  #siteHeaderSubMenu .subMenuUL:not(:first-of-type){
    padding: 10px 0;
  }
  
  #siteFooterCopyright{
    flex-direction: row;
    align-items: flex-end;
  }

  #siteFooterCopyright p{
    margin: 0;
  }
  
}

@media (max-width: 1199.90px){
  
  .siteFloatMenuOpen #siteLeftColumn{
    z-index: 2;
    overflow: auto;
    overflow-x: hidden;
    min-height: 100%;
    max-height: 100%;
    min-height: calc(var(--vh, 1vh) * 100);
    max-height: calc(var(--vh, 1vh) * 100);    
  }

  #siteMobileMenuChkBox:checked ~ #siteMenuJail{
    z-index: 1;
  }

  .siteFloatMenuOpen:not(.siteFloatMenuClosing) #siteMobileMenuBackdrop,
  #siteMobileMenuChkBox:checked ~ #siteMobileMenuBackdrop{
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #siteMenuJail{
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }

  #siteMenu{
    display: flex;
    flex-direction: column;
  }

  #websiteDiv #siteMenu{
    padding-top: 200px;
  }
}
/*
@media (min-width: 768px) and (min-height: 600px) {
  #siteTopSlider{
    height: 63%;
    height: calc(var(--vh, 1vh) * 63);
  }
}
*/

@media (min-width: 768px){
  #siteHeaderContent{
    display: flex;
    bottom: 8px;
    right: 100px;
    left: unset;
    width: unset;
    -webkit-transition: bottom 250ms ease-in-out;
    transition: bottom 250ms ease-in-out;
  }

  .siteFloatMenuOpen #siteHeaderContent{
    bottom: -100%;
    left: unset;
  }
  .siteFloatMenuOpen:not(.siteFloatMenuClosing) #siteHeaderContent{
    bottom: 10px;
    left: unset;
  }

  
  #siteHeaderContent > .siteHeaderInfoBox,
  #siteHeaderContent > .siteHeaderInfoBox > p,
  #pcw_headerSlot_MAIN .prv_ea_content,
  #pcw_headerSlot_MAIN .prv_ea_content > p,
  #siteContent .siteHeaderInfoBox,
  #siteContent .siteHeaderInfoBox p{
    flex-direction: row;
    align-items: center;
  }

  /* CMS */
  #pcw_headerSlot_MAIN .prv_ea_content{
    display: flex;
  }
  /*
  #siteHeaderContent .siteHeaderInfoBox{
    height: 100%;
  }*/
  #siteHeaderContent .siteHeaderInfoBox p {
    font-size: .8rem;
    line-height: 0.9rem;    
    color: #fff;
  }
  #siteHeaderContent .siteHeaderInfoBox a,
  #siteHeaderContent .siteHeaderInfoBox a:visited {
    color: #fff;
  }

  .siteFloatMenuOpen #siteHeaderContent .siteHeaderInfoBox a,
  .siteFloatMenuOpen #siteHeaderContent .siteHeaderInfoBox a:visited {
    color: #000;
  }


  #siteCenterWrapper {
    padding: 4rem 2rem 3rem 2rem;
  }
  #siteFooterMenu{
    display: block;
  }
  #siteLogo{
    left: auto;
    right: calc( 100vw - 250px );
  }


  #siteMenuJail{
    position: absolute;
    top: 0;
    left: auto;
    right: -380px;
    width: 100%;
    padding-top: 120px;
    max-width: 380px;
  }
  #siteMobileMenuChkBox:checked ~ #siteMenuJail{
    left: auto;
    right: 0;
  }
  .siteFloatMenuOpen:not(.siteFloatMenuClosing) #siteLogo{
    left: auto;
    right: 160px;
  }
  #siteContactForm{
    margin: 3rem 0 5rem;
    padding: 5rem 5rem 5rem;
  }
}


@media (min-width: 992px){


  .extra-slider-pagination a{
    width: 10px;
    height: 10px;
  }
  .topSliderContent{
    font-size: 2rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
  
  .siteTopSliderHeader{
    font-size: 3.2rem;
    line-height: 3rem;
  }

}

@media (min-width: 1200px) and (min-height: 600px) {
  #siteTopSlider{
    min-height: 540px;
  }
}

@media (min-width: 1200px){
  #siteHeaderContent .call.siteInfoBox{
    margin-bottom: 0;
  }
  #siteHeaderBar,
  #siteMenuWrapper,
  #siteHeaderContent{
    min-height: 60px;
  }
  #siteLeftColumn{
    top: -60px;
  }
  #siteHeaderContent .siteHeaderInfoBox p{
    font-size: .9rem;
    line-height: 1rem;
  }
  #siteHeaderContent .siteHeaderInfoBox p:last-child{
    margin-left: 3rem;
  }
  #siteMenu a{
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 5px 3px;
    color: #fff;
    border-radius: .5rem;
  }

  #siteTopSliderHeader{
    position: relative;
  }
  
  #siteMobileMenuButton{
    display: none;
  }

  .siteFloatMenuOpen:not(.siteFloatMenuClosing) #siteHeaderContent,
  #siteHeaderContent{
    bottom: -5px;
  }
  #siteTopSlider{
    height: calc((var(--vh, 1vh) * 100) - 65px)
  }
 
  #siteLeftColumn{
    overflow: unset;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
  }
  #siteRightColumn{
    top: -60px;
  }
  #siteMenu ul > li,
  #siteMenu li {
    border-bottom: none;
    height: 100%;
  }
  #siteLogo,
  .siteFloatMenuOpen:not(.siteFloatMenuClosing) #siteLogo{
    top: -2px;
    left: 30px;
    right: auto;
    z-index: 5;
    height: 130px;
    width: 250px;
    background-color: #fff;
    background-position: 50% 45px;
    border: 1px solid #dbdbdb;
    border-top: 0;
  }
  
  
  #siteMenuJail{
    position: static;
    right: unset;
    left: unset;
    top: unset;
    width: 100%;
    background-color: transparent;
    padding-top: 0;
    display: flex;
    align-items: flex-end;
    margin-left: 300px;
  }
  #siteMenu {
    display: flex;
    max-width: none;
    background-color: transparent;
    flex-direction: row;
    padding: 0;
    /* min-height: 510px; */
    /* background-color: #f7f7f7; */
  }

  #siteMenuContentHtml{
    padding: 4rem 2rem;
  }
  #siteMenuContentContacts{
    padding: 1rem 0;
  }

  #siteHeaderCarouselWrap {
    margin: 0 auto;
  }
  #siteCenterWrapper {
    padding: 4rem 1rem 3rem 4rem;
  }
  
  .logoCarousel .STCLAW{
    left: -35px;
  }
  .logoCarousel .STCRAW{
    right: -25px;
  }
  .hasVideos#siteTopSlider{
    aspect-ratio: 16 / 9;
    min-height: 540px;
    width: 100%;
  }

    
  h1 {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .siteContactFormHeader,
  .siteContactFormErrorHeader,
  h2 {
    font-size: 2rem;
    font-weight: 400;
  }
}

@media (min-width: 1320px){
  #siteCenterWrapper {
    padding: 4rem 0 3rem 4rem;
  }
}

@media (min-width: 1660px){
  #siteLeftColumn {
    max-width: 1440px;
  }
}

@media (min-width: 1940px){
  #siteLeftColumn {
    max-width: 1920px;
  }
}

/* SOME buttons */

.ss-share{
  padding: 0;
  list-style: none;
  margin: 0;
}

.ss-share-item {
  display: inline;
  margin-right: 2px;
}

.ss-share-link,
[class*="ico-"]:not(.siteInfoBox){
  background-repeat: no-repeat;
  width:30px;
  height:30px;
}

.ss-share-link{
  text-decoration: none;
  color: #444;
  font-weight: bold;
  padding: 0;
  margin-right: .5rem;
  background-color: #1f1f1f;
  border-radius: 100%;
}

.ss-share-link:link,
.ss-share-link:visited{
  color: #999;
}
.ss-share-link:link{
  text-decoration:none;
}
.ss-share-link:hover,
.ss-share-link:active,
.ss-share-link:focus {
  color: #B20000;
  text-decoration:none;
}

[class*="ico-"]:not(.siteInfoBox) {
  display: inline-block;
  padding: 13px;
}

.ico-twitter,
.ico-twitter.siteInfoBox:before{
  background-position: -102px -3px;
}
.ico-twitter:hover,
.ico-twitter:focus{
  background-position:-145px 6px;
}

.ico-facebook,
.ico-facebook.siteInfoBox:before{
  background-position: -103px -53px;
}
.ico-facebook:hover,
.ico-facebook:focus{
  background-position:-147px -45px;
}
.ico-mail,
.ico-mail.siteInfoBox:before{
  background-position:-103px -151px;
}
.ico-mail:hover,
.ico-mail:focus{
  background-position:-148px -143px;
}

/* CMS */
/* #websiteDiv_body #siteStickyTop{position: relative}  */