/*!
Theme Name: Bulletin Resources
Theme URI: N/A
Author: GG @ Indepth
Author URI: 
Description: 
Version: 2.0
*/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-1, .col-2, .col-20, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-20, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-20, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-20, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-20, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll .site-wrapper {
  filter: blur(2px);
}

.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: transparent;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.screen-reader-text,
.skip-link,
.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

.clearfix {
  display: block;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
}
.videoWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .desktop-show {
    display: none !important;
  }
}

/* 
  Worpdress admin area content elements
  Classes to be supplied in the editor-style.css for
  usage in editor.
*/
/* =Images
-------------------------------------------------------------- */
img,
.editor-attachment {
  border: 0;
  max-width: 100%;
}

img.size-full {
  width: auto/9; /* Prevent stretching of full-size images in IE8 */
}

img[class*=wp-image-] {
  height: auto;
  max-width: 100%;
}

img[class*=align],
img[class*=wp-image-],
img[class*=attachment-] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.mceWPnextpage {
  border-radius: 0;
  box-shadow: none;
}

img.wp-smiley {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  background: transparent;
  border: none;
  margin: 0;
  padding: 4px;
  text-align: left;
}

.wp-caption-dt {
  margin: 0;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
  color: #757575;
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.71429rem;
}

.wp-caption {
  margin: 0;
  max-width: 100%;
}

.wp-caption img {
  display: block;
}

div.mceTemp {
  -ms-user-select: element;
}

dl.wp-caption,
dl.wp-caption * {
  -webkit-user-drag: none;
}

.wp-caption-dd {
  font-size: 14px;
  padding-top: 0.5em;
  margin: 0;
}

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

.alignleft {
  margin: 1em 0;
  display: block;
}
@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 1em 2em 1em 0;
    clear: left;
  }
}

.alignright {
  margin: 1em 0;
  display: block;
}
@media (min-width: 768px) {
  .alignright {
    float: right;
    clear: right;
    margin: 1em 0 1em 2em;
  }
}

.wp-caption {
  position: relative;
}

* {
  box-sizing: border-box;
  hyphens: none;
}

html {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  html {
    font-size: 18px;
  }
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: greyscale;
  margin: 0;
  color: #6f655a;
  font-family: "Titillium Web", sans-serif;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
}
a:hover {
  color: #b9b1a9;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0;
}

a img {
  border: 0;
}

a {
  position: relative;
  transition: color 150ms, background 150ms;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #6f655a;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.7rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  color: #f4a947;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.7rem;
  }
}

h3 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #6f655a;
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.2rem;
  }
}

h4 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #f4a947;
}
@media (min-width: 768px) {
  h4 {
    font-size: 2.2rem;
  }
}

h5 {
  font-weight: 600;
  font-size: 1.4rem;
  color: #f4a947;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.4rem;
  }
}

h6 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #f4a947;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.2rem;
  }
}

p {
  margin: 20px 0;
}

.hr {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  height: 1px;
  background: #58595b;
}

.content-block-smaller .container {
  max-width: 900px;
}

.spacer {
  width: 100%;
  clear: both;
  display: block;
}

.spacer--30 {
  height: 30px;
}

.heading-bg-wrapper {
  text-align: center;
}

.heading-bg {
  background: #6f655a;
  text-align: center;
  font-size: 22px;
  padding: 4px 20px;
  display: inline-block;
  color: #ffffff;
}

.section-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  height: 400px;
  z-index: -1;
}
@media (min-width: 768px) {
  .section-background {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .section-background {
    height: 580px;
  }
}

.col-wysiwyg h1, .col-wysiwyg h2, .col-wysiwyg h3, .col-wysiwyg h4, .col-wysiwyg h5, .col-wysiwyg h6 {
  color: inherit;
}
.col-wysiwyg blockquote {
  border-left: 13px solid;
  padding-left: 15px;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.col-wysiwyg ul,
.col-wysiwyg ol {
  padding-left: 20px;
  list-style: none;
  margin: 20px 0;
}
.col-wysiwyg > ol {
  counter-reset: my-awesome-counter;
  border-left: 7px solid #f4a947;
}
.col-wysiwyg > ol li {
  position: relative;
  padding-left: 25px;
}
.col-wysiwyg > ol li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.col-wysiwyg > ol > li {
  counter-increment: my-awesome-counter;
}
.col-wysiwyg > ol > li:before {
  content: counter(my-awesome-counter) ". ";
  color: #f4a947;
  font-weight: bold;
}
.col-wysiwyg > ol > li > ol {
  counter-reset: awesome-counter;
}
.col-wysiwyg > ol > li > ol > li {
  counter-increment: awesome-counter;
}
.col-wysiwyg > ol > li > ol > li:before {
  content: counter(awesome-counter, lower-alpha) ". ";
  color: #f4a947;
  font-weight: bold;
}
.col-wysiwyg > ul {
  border-left: 7px solid #6f655a;
}
.col-wysiwyg > ul li {
  position: relative;
  padding-left: 25px;
}
.col-wysiwyg > ul li:before {
  content: "";
  display: inline-block;
  border: 1px solid #f4a947;
  background: #f4a947;
  height: 12px;
  width: 12px;
  position: absolute;
  top: 7px;
  left: 0;
}
.col-wysiwyg > ul li li:before {
  background: transparent;
}

/* Form Base */
input, textarea, select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

legend {
  padding: 0;
  margin: 0;
  border: none;
}

select,
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=url],
textarea {
  width: 100%;
  border: 1px solid transparent;
  line-height: 27px;
  font-family: "Titillium Web", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  padding: 2px 10px;
  background: #ffffff;
  border: 1px solid #000;
}
.col-wysiwyg select:focus,
.col-wysiwyg input[type=text]:focus,
.col-wysiwyg input[type=password]:focus,
.col-wysiwyg input[type=email]:focus,
.col-wysiwyg input[type=tel]:focus,
.col-wysiwyg input[type=number]:focus,
.col-wysiwyg input[type=search]:focus,
.col-wysiwyg input[type=url]:focus,
.col-wysiwyg textarea:focus {
  background: #f7bf77;
}

.gform_footer button {
  border: 1px solid #000;
  line-height: 24px;
  font-family: "Titillium Web", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  padding: 4px 8px;
  background: #f4a947;
  text-transform: uppercase;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.gform_fields {
  list-style: none;
  padding-left: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 1rem;
}

.hidden_label label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.validation_message,
.validation_error {
  color: #a63f1e;
}

.orange {
  color: #f4a947;
}

.grey {
  color: #6f655a;
}

blockquote.orange {
  color: #f4a947;
}

blockquote.grey {
  color: #6f655a;
}

@media (min-width: 1024px) {
  .nav-trigger,
  .burger-label,
  .burger {
    display: none;
  }
  .pnavu {
    height: 70px;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 11;
    float: right;
  }
  .pnavu > li {
    list-style: none;
  }
  .pnavu > li {
    position: relative;
    padding: 1px 0;
    height: 70px;
    float: left;
  }
  .pnavu > li:after {
    content: "";
    background: #f4a947;
    top: 10px;
    bottom: 10px;
    width: 1px;
    right: 0;
    position: absolute;
  }
  .pnavu > li:last-child:after {
    display: none;
  }
  .pnavu > li > a {
    font-weight: 600;
    font-size: 11px;
    line-height: 1.1;
    padding: 10px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    position: relative;
    min-width: 90px;
    transition: background 150ms;
  }
  .pnavu > li > a > span {
    position: absolute;
    bottom: 8px;
    left: 10px;
  }
  .pnavu > li:hover > a, .pnavu > li:focus > a, .pnavu > li.current-menu-ancestor > a, .pnavu > li.current-menu-parent > a, .pnavu > li.current-menu-item > a {
    background: #f4a947;
  }
  .pnavu > li:hover > a, .pnavu > li:focus > a, .pnavu > li.current-menu-ancestor > a, .pnavu > li.current-menu-parent > a {
    background: #f4a947;
  }
  .pnavu > li:hover:hover > ul, .pnavu > li:hover:focus > ul, .pnavu > li:focus:hover > ul, .pnavu > li:focus:focus > ul, .pnavu > li.current-menu-ancestor:hover > ul, .pnavu > li.current-menu-ancestor:focus > ul, .pnavu > li.current-menu-parent:hover > ul, .pnavu > li.current-menu-parent:focus > ul {
    display: block;
  }
  .pnavu > li button {
    display: none;
  }
  .pnavu > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute;
    padding-top: 1px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.1;
    box-shadow: 0 8px 8px 2px rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
  }
  .pnavu > li > ul > li {
    list-style: none;
  }
  .pnavu > li > ul > li {
    display: block;
    background: rgba(111, 101, 90, 0.8);
  }
  .pnavu > li > ul > li:first-child > a:after {
    display: none;
  }
  .pnavu > li > ul > li:hover > a {
    background: #f4a947;
  }
  .pnavu > li > ul > li > a {
    font-weight: bold;
    display: block;
    padding: 20px 10px 10px;
    color: #ffffff;
    text-transform: uppercase;
  }
  .pnavu > li > ul > li > a:after {
    content: "";
    background: #f4a947;
    top: -1px;
    height: 1px;
    width: 50px;
    left: 10px;
    position: absolute;
  }
  .pnavu > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .pnavu > li > ul > li > ul > li {
    list-style: none;
  }
}
@media (min-width: 1265px) {
  .pnavu > li > a {
    min-width: 130px;
  }
}
.menu-item-has-children > button span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .pnav {
    top: 0;
    bottom: 0;
    right: 20px;
    position: absolute;
    margin-right: -20px;
    padding-right: 4px;
    padding-left: 7px;
    background: #6f655a;
    z-index: 1;
    left: auto;
    width: auto;
  }
  .nav-trigger {
    position: relative;
    float: right;
    border: none;
    background: transparent;
    z-index: 10;
    padding: 0 35px 0 10px;
    transition: background 150ms;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .nav-trigger:hover, .nav-trigger:focus {
    color: #000;
  }
  .burger-label {
    /*
    font-size:14px;
    line-height:40px;
    color:$black;
    text-transform: uppercase;
    transition:color $fast;
    font-weight:600;*/
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .burger {
    position: absolute;
    height: 10px;
    width: 14px;
    transition: 300ms linear all;
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }
  .burger:before, .burger:after {
    position: absolute;
    content: "";
    border-top: 2px solid #ffffff;
    left: 50%;
    width: 100%;
    margin-left: -50%;
  }
  .pnav-active .burger:before, .pnav-active .burger:after {
    border-color: #000;
    bottom: auto;
    top: 50%;
    margin: -1px 0 0 -50%;
  }
  .burger:before {
    top: 0;
    box-shadow: 0 4px 0 #ffffff;
    transition: 300ms linear border, 200ms linear box-shadow;
  }
  .burger:after {
    bottom: 0;
    transition: 300ms linear border;
  }
  .pnav-active .burger {
    border-radius: 10px;
    transform: rotate(180deg) translateY(50%);
    border-color: #000;
  }
  .pnav-active .burger:before {
    transform: rotate(45deg);
    box-shadow: none;
    transition: 300ms linear border, 1ms linear box-shadow;
  }
  .pnav-active .burger:after {
    transform: rotate(-45deg);
  }
  .pnav-inner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 0;
    transition: width 150ms;
    background: #ffffff;
    box-shadow: -6px 0 15px -5px rgba(0, 0, 0, 0.2);
    visibility: hidden;
  }
  .pnav-active .pnav-inner {
    visibility: visible;
  }
  .pnav-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .pnav-inner ul > li {
    list-style: none;
  }
  .pnav-inner ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .pnav-inner ul li a {
    display: block;
    padding: 10px;
    min-height: 40px;
    text-decoration: none;
    color: #000;
  }
  .pnav-inner ul li a:hover, .pnav-inner ul li a:focus {
    color: #000;
  }
  .pnav-inner ul li.current-menu-ancestor > a, .pnav-inner ul li.current-menu-parent > a, .pnav-inner ul li.current_page_item > a {
    background: #6f655a;
    color: #ffffff;
  }
  .pnav-inner ul li.menu-item-has-children {
    padding-right: 40px;
    position: relative;
  }
  .pnav-inner ul li.menu-item-has-children > button {
    height: 40px;
    width: 40px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/icon-down.svg) center center/20px 11px no-repeat;
    transition: transform 150ms;
    border: none;
    overflow: hidden;
  }
  .pnav-inner ul li.menu-item-has-children > ul > li > a {
    padding-left: 30px;
  }
  .pnav-inner ul li.menu-item-has-children.active-nav > button {
    transform: rotate(180deg);
  }
  .pnav-inner ul li.menu-item-has-children.active-nav > ul {
    display: block;
  }
  .pnav-inner > ul {
    width: 100%;
    min-width: 255px;
    padding-top: 134px;
  }
  .pnav-inner > ul ul {
    display: none;
  }
  .pnav-inner > ul ul li {
    margin-right: -40px;
  }
  .pnav:before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 150ms;
    visibility: hidden;
  }
  .pnav.pnav-active:before {
    opacity: 1;
    visibility: visible;
  }
  .pnav.pnav-active .pnav-inner {
    width: 80%;
  }
}
.hero {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.hero:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .hero {
    padding-top: 120px;
  }
}
@media (min-width: 1024px) {
  .hero {
    padding-top: 200px;
  }
}

.hero-inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero-inner {
    padding-top: 145px;
  }
}

.hero-home .hero-home-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  z-index: -1;
}
@media (min-width: 768px) {
  .hero-home .hero-home-banner {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .hero-home .hero-home-banner {
    height: 580px;
  }
}

.hero-row {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .hero-row {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .hero-inner .hero-row {
    display: flex;
    align-items: flex-start;
  }
}

.hero-copy {
  background-color: rgba(244, 169, 71, 0.7);
  color: #ffffff;
  position: relative;
  padding: 20px;
}
.hero-copy h1, .hero-copy h2, .hero-copy h3, .hero-copy h4, .hero-copy h5, .hero-copy h6 {
  color: #ffffff;
  margin: 0 0 5px;
  line-height: 1;
}
.hero-home .hero-copy h1, .hero-home .hero-copy h2, .hero-home .hero-copy h3, .hero-home .hero-copy h4, .hero-home .hero-copy h5, .hero-home .hero-copy h6 {
  font-size: 25px;
}
.hero-copy p {
  margin: 0;
}
@media (min-width: 768px) {
  .hero-inner .hero-copy {
    padding: 40px 20px;
  }
}

.hero-copy-wrapper.slider:not(.slick-initialized) {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  transition: opacity 150ms;
}
.hero-copy-wrapper.slider:not(.slick-initialized) .hero-copy {
  display: inline-block;
}

@media (min-width: 768px) {
  .hero-copy-wrapper {
    width: 70%;
  }
}
.hero-copy-wrapper .slick-list {
  padding: 0 !important;
}
.hero-inner .hero-copy-wrapper {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .hero-inner .hero-copy-wrapper {
    padding-bottom: 80px;
  }
}

.hero-link {
  position: absolute;
  top: 0;
  right: 0;
}
.hero-link a {
  color: #ffffff;
  background: #6f655a;
  padding: 3px 22px;
  display: block;
  transition: background 150ms;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.hero-link a:hover, .hero-link a:focus {
  background: #000;
}

.hero-aside {
  display: none;
}
@media (min-width: 768px) {
  .hero-aside {
    display: block;
    width: 30%;
    height: 200px;
  }
}

.hero-aside-img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.form {
  max-width: 1280px;
  margin: 0 auto;
}

.gform_wrapper.gform_wrapper_mailing_wrapper {
  margin: 0;
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing {
  background: #000;
  color: #ffffff;
  padding: 20px;
  margin: 0;
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing:after {
  content: "";
  display: table;
  clear: both;
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing span.gform_description {
  color: #f4a947;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_heading {
  margin: 0;
  margin-top: -2px;
}
@media (min-width: 768px) {
  .gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_heading {
    width: 32.45%;
    float: left;
  }
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_heading h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #f4a947;
}
@media (min-width: 768px) {
  .gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_body {
    width: 51%;
    float: left;
  }
  .gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_body .top_label div.ginput_container {
    padding: 0;
    margin: 0;
  }
  .gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_body ul.gform_fields li.gfield {
    margin: 0;
    float: left;
    width: 33.3%;
    clear: none;
    padding: 0 5px 0 0;
    margin: 0 !important;
  }
  .gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1;
    padding: 4px 8px;
    border: 1px solid #000;
  }
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing img.gform_ajax_spinner {
  display: none !important;
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .validation_error {
  display: none;
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .validation_message {
  display: none;
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_body ul.gform_fields li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_body ul.gform_fields li.gfield_error textarea {
  border-color: red;
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing li.gfield.gfield_error {
  background: transparent;
  border: none;
}
@media (min-width: 768px) {
  .gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_footer {
    width: 16.55%;
    float: left;
    clear: none;
    padding: 0;
    margin: 0;
  }
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_footer button {
  width: 100%;
  background: #f4a947;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 8px;
  transition: all 150ms;
  border: 1px solid #000;
  cursor: pointer;
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_footer button:hover, .gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_footer button:focus {
  background: #f7bf77;
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_body ul.gform_fields li.gfield.name_field {
  padding: 0;
}
@media (min-width: 768px) {
  .gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_body ul.gform_fields li.gfield.name_field {
    width: 66.66%;
  }
}
.gform_wrapper.gform_wrapper_mailing_wrapper .gform_wrapper_mailing .gform_body ul.gform_fields li.gfield.name_field .ginput_container_name {
  width: 100% !important;
}
.gform_wrapper.gform_wrapper_mailing_wrapper li.gfield.name_field .name_first,
.gform_wrapper.gform_wrapper_mailing_wrapper li.gfield.name_field .name_last {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper.gform_wrapper_mailing_wrapper li.gfield.name_field .name_first,
  .gform_wrapper.gform_wrapper_mailing_wrapper li.gfield.name_field .name_last {
    width: 50%;
    padding: 0 5px 0 0 !important;
    float: left;
  }
}
@media (max-width: 767px) {
  .gform_wrapper.gform_wrapper_mailing_wrapper ul li.gfield,
  .gform_wrapper.gform_wrapper_mailing_wrapper li.hidden_label input,
  .gform_wrapper.gform_wrapper_mailing_wrapper .top_label div.ginput_container {
    margin: 0 !important;
  }
  .gform_wrapper.gform_wrapper_mailing_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
  .gform_wrapper.gform_wrapper_mailing_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin: 0;
  }
  .gform_wrapper.gform_wrapper_mailing_wrapper ul li.gfield input {
    margin-top: 30px !important;
  }
}

.feature {
  background: #6f655a;
  color: #ffffff;
  margin: 0 -20px;
  padding: 20px 20px 60px;
  position: relative;
  height: 100%;
}
.feature > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.feature > ul > li {
  list-style: none;
}
.feature li {
  clear: both;
  padding: 5px 0 0;
  line-height: 1.1;
}
.feature li:first-child {
  padding: 0;
}
.feature .date {
  display: inline-block;
  background: #f4a947;
  color: #6f655a;
  width: 50px;
  padding: 7px 2px;
  margin-right: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
}
.feature .date .year {
  font-size: 14px;
  line-height: 1;
}
.feature .title {
  display: inline-block;
  font-size: 14px;
  width: calc(100% - 70px);
  vertical-align: middle;
  color: #ffffff;
}
.feature .title:hover, .feature .title:focus {
  color: #000;
}

.feat-img {
  height: 200px;
  width: 100%;
  border: 1px solid #ffffff;
}

.feat-heading {
  font-weight: 600;
  font-size: 1.4rem;
  color: #f4a947;
  margin: 0 0 10px;
  padding: 0 0 6px;
  border-bottom: 2px solid #ffffff;
  line-height: 1;
}
@media (min-width: 768px) {
  .feat-heading {
    font-size: 1.4rem;
  }
}

.feat-more {
  border-top: 2px solid #ffffff;
  display: block;
  text-align: right;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.feat-more a {
  position: relative;
  color: #6f655a;
  background: #ffffff;
  padding: 0 4px;
  font-size: 19px;
  line-height: 19px;
  top: 2px;
}
.feat-more a:hover, .feat-more a:focus {
  background: #000;
}

.social-media {
  text-align: center;
  padding: 20px;
}
@media (min-width: 768px) {
  .social-media {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.social-media h2 {
  color: #6f655a;
  margin: 0 0 20px;
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .social-media h2 {
    display: inline-block;
    margin: 0 15px 0 0;
  }
}
.social-media a {
  display: inline-block;
  border-radius: 5px;
  background: #f4a947;
  height: 48px;
  width: 48px;
  margin: 0 2px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.social-media a:hover, .social-media a:focus {
  background: #000;
}
.social-media a img {
  margin-top: 8px;
}

.heading-link {
  border-top: 2px solid #f4a947;
  padding-right: 150px;
  position: relative;
  margin-bottom: 20px;
}
.heading-link h2 {
  color: #6f655a;
  line-height: 1.2;
  margin: 0;
}
.heading-link a {
  background: #f4a947;
  color: #ffffff;
  padding: 0 4px;
  line-height: 1;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.heading-link a:hover, .heading-link a:focus {
  background: #000;
}

.tile {
  padding-bottom: 30px;
}
.tile .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 50%;
  width: 100%;
  display: block;
}
.tile.tile-vid .img:after {
  width: 60px;
  height: 70px;
  background: url(images/icon-play.svg) center/contain no-repeat;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  opacity: 1;
  margin: -10px 0 0 5px;
  transition: opacity 150ms;
}
.tile.tile-vid .img:hover:after {
  opacity: 0.8;
}
.tile time {
  margin: 5px 0 5px;
  font-weight: bold;
  display: block;
}
.tile .title {
  font-weight: normal;
  font-size: 1rem;
  color: initial;
  margin: 0;
}

.document-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.document-list > li {
  list-style: none;
}
.document-list li {
  padding-right: 60px;
  position: relative;
  padding: 15px 0;
  margin-bottom: 2px;
}
.document-list li:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .document-list li {
    padding-right: 200px;
    min-height: 58px;
  }
}
.document-list title {
  display: block;
}
.document-list time {
  display: block;
  margin-right: 10px;
  position: relative;
  color: #a63f1e;
}
@media (min-width: 768px) {
  .document-list time {
    width: 200px;
    float: left;
    padding-right: 60px;
    margin-right: 60px;
  }
}
@media (min-width: 768px) {
  .document-list time:after {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/icon-pdf.svg) center/contain no-repeat;
  }
}
.document-list li.doc-post time:after {
  background-image: url(images/icon-document.svg);
}
.document-list a {
  float: right;
  background: #6f655a;
  color: #ffffff;
  padding: 10px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .document-list a {
    padding: 20px;
    width: 120px;
  }
}
.document-list a:hover, .document-list a:focus {
  background: #000;
}

.aside-heading {
  font-size: 28px;
  margin: 0;
}

.aside-list {
  line-height: 1.6;
}

.filter-list.active {
  color: #f4a947;
}

.pagination {
  text-align: center;
  margin-top: 30px;
}
.pagination .page-numbers {
  display: inline-block;
  color: #ffffff;
  background: #6f655a;
  border: 1px solid #6f655a;
  min-width: 20px;
  padding: 4px 7px;
  line-height: 1;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
  background: #000;
  border-color: #000;
}
.pagination .page-numbers.current {
  color: #6f655a;
  background: #ffffff;
  border-color: #6f655a;
}

.content-listing .projects-feature-wrapper {
  padding: 0 70px !important;
  margin: 0;
}
.content-listing .projects-feature-wrapper .tile {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .content-block-listings .heading-link h2 {
    font-size: 2rem;
  }
}

.projects-feature {
  padding-top: 40px;
  padding-bottom: 40px;
}

.projects-feature-wrapper {
  max-width: 1280px;
  margin: 0 -20px;
}
.projects-feature-wrapper .slick-list {
  padding: 0 !important;
}

.projects-feature-wrapper:not(.slick-initialized) {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  transition: opacity 150ms;
}
.projects-feature-wrapper:not(.slick-initialized) .slide {
  display: inline-block;
}

.slide {
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .slide {
    width: 50%;
  }
}

.ptile {
  background: #f4a947;
  border: 4px solid #000;
  padding: 15px;
  position: relative;
}
.ptile:after {
  content: "";
  display: table;
  clear: both;
}
.ptile .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 200px;
  width: 100%;
  display: block;
  border: 3px solid #ffffff;
}
@media (min-width: 1265px) {
  .ptile .img {
    padding-bottom: 39%;
    width: 42%;
    float: left;
  }
}
.ptile .title {
  background: #6f655a;
  padding: 5px;
  right: 15px;
  top: 30px;
  line-height: 1.1;
  margin: 10px 0 0;
}
@media (min-width: 1265px) {
  .ptile .title {
    position: absolute;
    width: 61%;
    margin: 0;
  }
}
.ptile .title span {
  color: #f4a947;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
}
.ptile .title h2 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #f4a947;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 768px) {
  .ptile .title h2 {
    font-size: 1.2rem;
  }
}
.ptile .desc {
  color: #000;
  padding: 15px 15px 30px;
  line-height: 1.4;
}
.ptile .desc p {
  margin: 0;
}
@media (min-width: 1265px) {
  .ptile .desc {
    float: left;
    width: 58%;
    padding: 75px 15px 15px;
  }
}
.ptile .more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: #6f655a;
  color: #ffffff;
  padding: 3px 5px;
  line-height: 1;
  display: block;
}
.ptile .more:hover, .ptile .more:focus {
  background: #000;
}

.slick-arrow {
  text-indent: -999em;
  overflow: hidden;
  background: url(images/icon-left.svg) center/25px auto no-repeat #6f655a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 39px;
  height: 95px;
  z-index: 1;
  transition: background-color 150ms;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
  background-image: url(images/icon-right.svg);
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #000;
}

@media (min-width: 768px) {
  .content-slider {
    padding: 0 60px;
  }
}
.content-slider .slide {
  width: 100%;
}
@media (min-width: 768px) {
  .content-slider .slide {
    width: 50%;
  }
}
.content-slider .slide .tile {
  padding: 0;
}
.content-slider:not(.slick-initialized) {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  transition: opacity 150ms;
}
.content-slider:not(.slick-initialized) .slide {
  display: inline-block;
}

.content-block {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .content-block {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.content-block .col-wysiwyg:not(.col-heading) > *:first-child {
  margin-top: 0;
}
.content-block .col-wysiwyg:not(.col-heading) > *:last-child {
  margin-bottom: 0;
}
.content-block .col-heading > *:first-child {
  margin-top: 0;
}

.header {
  z-index: 100;
  width: 100%;
  position: fixed;
}
@media (min-width: 768px) {
  .header {
    padding: 20px;
  }
}

.header-container {
  max-width: 1280px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.2);
  background: rgba(111, 101, 90, 0.8);
  position: relative;
  margin: 0 auto;
}
.header-container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1024px) {
  .header-container {
    padding-right: 200px;
  }
}

.header-brand {
  background: #ffffff;
  padding: 10px 20px;
  float: left;
}
@media (min-width: 768px) {
  .header-brand {
    margin-left: 20px;
  }
}
.header-brand img {
  width: auto;
  height: 40px;
  display: block;
}
@media (min-width: 1024px) {
  .header-brand img {
    height: 50px;
  }
}

.n-asx {
  height: 60px;
  padding: 7px 60px 7px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f4a947;
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .n-asx {
    padding: 10px;
    height: auto;
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.n-asx p {
  margin: 0;
}

.n-asx-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}

.n-asx-desc {
  margin: 4px 0 0;
}

.sl-price {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  font-size: 20px;
  color: #000000;
  font-weight: bold;
}

/*
.social-icons {
	display:none;
	@include breakpoint(tablet) {
		display:inline-block;
		padding:3px 5px;
	}
	line-height: 1;
	vertical-align:top;
	a {
		display: inline-block;
		text-align:left;
		height:38px;
		width:38px;
		border:4px solid $white;
		background:$black;
		border-radius:100%;
		text-indent:-999em;
		overflow: hidden;
		background-position:center;
		background-size: 20px auto;
		background-repeat: no-repeat;
		margin:0 5px;
		&.facebook {
			background-image:url(images/facebook.svg);
		}
		&.linkedin {
			background-image:url(images/linkedin.svg);
		}
		&.gplus {
			background-image:url(images/googleplus.svg);
		}
		&.youtube {
			background-image:url(images/youtube.svg);
		}
	}
}

*/
.footer {
  background: #000;
  color: #ffffff;
  font-size: 13px;
}
.footer a {
  color: #ffffff;
}
.footer a:before {
  content: "|";
  margin-right: 3px;
}
.footer a:hover, .footer a:focus {
  color: #000;
}
.footer .row {
  align-items: top;
}
.footer .col {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pnavu-footer {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  margin-bottom: 1rem;
}
.pnavu-footer > li {
  list-style: none;
}
.pnavu-footer li {
  display: inline-block;
  padding-right: 10px;
}
.pnavu-footer li ul {
  display: none;
}

.footer-utility {
  background: #6f655a;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 13px;
}
.footer-utility a {
  color: #ffffff;
}
.footer-utility a:hover, .footer-utility a:focus {
  color: #000;
}

.pnavu-ute-footer {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pnavu-ute-footer > li {
  list-style: none;
}
.pnavu-ute-footer li {
  display: inline-block;
  text-transform: uppercase;
}

.footer-ute-copy {
  text-align: right;
}
