@charset "UTF-8";
/* CSS Document */ :root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 14px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1200px;
  --reflex-xlg: 1332px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1199px;
  --reflex-lg-max: 1331px
}
.container, .container-full {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  width: 100%
}
.container .grid, .container-full .grid {
  margin-left: -14px;
  margin-right: -14px
}
@media(min-width:576px) {
  .container {
    max-width: 576px
  }
}
@media(min-width:768px) {
  .container {
    max-width: 768px
  }
}
@media(min-width:992px) {
  .container {
    max-width: 992px
  }
}
@media(min-width:1200px) {
  .container {
    max-width: 1200px
  }
}
@media(min-width:1332px) {
  .container {
    max-width: 1332px
  }
}
.grid {
  box-sizing: border-box;
  display: block;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -.31em;
  *letter-spacing: normal;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  word-spacing: -.43em
}
.grid:after, .grid:before, [class*=col-] {
  box-sizing: border-box;
  letter-spacing: normal;
  white-space: normal;
  word-spacing: normal
}
[class*=col-] {
  zoom: 1;
  display: inline-block;
  *display: inline;
  padding: 14px;
  position: relative;
  vertical-align: top;
  width: 100%
}
[class*=col-]:after, [class*=col-]:before {
  box-sizing: border-box;
  letter-spacing: normal;
  white-space: normal;
  word-spacing: normal
}
[class*=col-] .grid {
  flex: 1 1 auto;
  margin: -14px
}
.col-12 {
  width: 100%;
  *width: 99.9%
}
.col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%
}
.col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%
}
.col-9 {
  width: 75%;
  *width: 74.9%
}
.col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%
}
.col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%
}
.col-6 {
  width: 50%;
  *width: 49.9%
}
.col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%
}
.col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%
}
.col-3 {
  width: 25%;
  *width: 24.9%
}
.col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%
}
.col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%
}
@media(min-width:576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%
  }
  .col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%
  }
  .col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%
  }
  .col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%
  }
  .col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%
  }
  .col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%
  }
  .col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%
  }
  .col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%
  }
  .col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%
  }
}
@media(min-width:768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%
  }
  .col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%
  }
  .col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%
  }
  .col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%
  }
  .col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%
  }
  .col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%
  }
  .col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%
  }
  .col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%
  }
  .col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%
  }
}
@media(min-width:992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%
  }
  .col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%
  }
  .col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%
  }
  .col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%
  }
  .col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%
  }
  .col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%
  }
  .col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%
  }
  .col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%
  }
  .col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%
  }
}
@media(min-width:1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%
  }
  .col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%
  }
  .col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%
  }
  .col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%
  }
  .col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%
  }
  .col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%
  }
  .col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%
  }
  .col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%
  }
  .col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%
  }
}
@media(min-width:1332px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%
  }
  .col-xlg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%
  }
  .col-xlg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%
  }
  .col-xlg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%
  }
  .col-xlg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%
  }
  .col-xlg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%
  }
  .col-xlg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%
  }
  .col-xlg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%
  }
  .col-xlg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%
  }
}
.col-auto {
  flex: 1 0 0px;
  width: auto
}
@media(min-width:576px) {
  .col-xs-auto {
    flex: 1 0 0px;
    width: auto
  }
}
@media(min-width:768px) {
  .col-sm-auto {
    flex: 1 0 0px;
    width: auto
  }
}
@media(min-width:992px) {
  .col-md-auto {
    flex: 1 0 0px;
    width: auto
  }
}
@media(min-width:1200px) {
  .col-lg-auto {
    flex: 1 0 0px;
    width: auto
  }
}
@media(min-width:1332px) {
  .col-xlg-auto {
    flex: 1 0 0px;
    width: auto
  }
}
.order-12 {
  order: 12
}
.order-11 {
  order: 11
}
.order-10 {
  order: 10
}
.order-9 {
  order: 9
}
.order-8 {
  order: 8
}
.order-7 {
  order: 7
}
.order-6 {
  order: 6
}
.order-5 {
  order: 5
}
.order-4 {
  order: 4
}
.order-3 {
  order: 3
}
.order-2 {
  order: 2
}
.order-1 {
  order: 1
}
.order-0 {
  order: 0
}
@media(min-width:576px) {
  .order-xs-12 {
    order: 12
  }
  .order-xs-11 {
    order: 11
  }
  .order-xs-10 {
    order: 10
  }
  .order-xs-9 {
    order: 9
  }
  .order-xs-8 {
    order: 8
  }
  .order-xs-7 {
    order: 7
  }
  .order-xs-6 {
    order: 6
  }
  .order-xs-5 {
    order: 5
  }
  .order-xs-4 {
    order: 4
  }
  .order-xs-3 {
    order: 3
  }
  .order-xs-2 {
    order: 2
  }
  .order-xs-1 {
    order: 1
  }
  .order-xs-0 {
    order: 0
  }
}
@media(min-width:768px) {
  .order-sm-12 {
    order: 12
  }
  .order-sm-11 {
    order: 11
  }
  .order-sm-10 {
    order: 10
  }
  .order-sm-9 {
    order: 9
  }
  .order-sm-8 {
    order: 8
  }
  .order-sm-7 {
    order: 7
  }
  .order-sm-6 {
    order: 6
  }
  .order-sm-5 {
    order: 5
  }
  .order-sm-4 {
    order: 4
  }
  .order-sm-3 {
    order: 3
  }
  .order-sm-2 {
    order: 2
  }
  .order-sm-1 {
    order: 1
  }
  .order-sm-0 {
    order: 0
  }
}
@media(min-width:992px) {
  .order-md-12 {
    order: 12
  }
  .order-md-11 {
    order: 11
  }
  .order-md-10 {
    order: 10
  }
  .order-md-9 {
    order: 9
  }
  .order-md-8 {
    order: 8
  }
  .order-md-7 {
    order: 7
  }
  .order-md-6 {
    order: 6
  }
  .order-md-5 {
    order: 5
  }
  .order-md-4 {
    order: 4
  }
  .order-md-3 {
    order: 3
  }
  .order-md-2 {
    order: 2
  }
  .order-md-1 {
    order: 1
  }
  .order-md-0 {
    order: 0
  }
}
@media(min-width:1200px) {
  .order-lg-12 {
    order: 12
  }
  .order-lg-11 {
    order: 11
  }
  .order-lg-10 {
    order: 10
  }
  .order-lg-9 {
    order: 9
  }
  .order-lg-8 {
    order: 8
  }
  .order-lg-7 {
    order: 7
  }
  .order-lg-6 {
    order: 6
  }
  .order-lg-5 {
    order: 5
  }
  .order-lg-4 {
    order: 4
  }
  .order-lg-3 {
    order: 3
  }
  .order-lg-2 {
    order: 2
  }
  .order-lg-1 {
    order: 1
  }
  .order-lg-0 {
    order: 0
  }
}
@media(min-width:1332px) {
  .order-xlg-12 {
    order: 12
  }
  .order-xlg-11 {
    order: 11
  }
  .order-xlg-10 {
    order: 10
  }
  .order-xlg-9 {
    order: 9
  }
  .order-xlg-8 {
    order: 8
  }
  .order-xlg-7 {
    order: 7
  }
  .order-xlg-6 {
    order: 6
  }
  .order-xlg-5 {
    order: 5
  }
  .order-xlg-4 {
    order: 4
  }
  .order-xlg-3 {
    order: 3
  }
  .order-xlg-2 {
    order: 2
  }
  .order-xlg-1 {
    order: 1
  }
  .order-xlg-0 {
    order: 0
  }
}
.offset-11 {
  margin-left: 91.6666666667%;
  *margin-left: 91.5666666667%
}
.offset-10 {
  margin-left: 83.3333333333%;
  *margin-left: 83.2333333333%
}
.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%
}
.offset-8 {
  margin-left: 66.6666666667%;
  *margin-left: 66.5666666667%
}
.offset-7 {
  margin-left: 58.3333333333%;
  *margin-left: 58.2333333333%
}
.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%
}
.offset-5 {
  margin-left: 41.6666666667%;
  *margin-left: 41.5666666667%
}
.offset-4 {
  margin-left: 33.3333333333%;
  *margin-left: 33.2333333333%
}
.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%
}
.offset-2 {
  margin-left: 16.6666666667%;
  *margin-left: 16.5666666667%
}
.offset-1 {
  margin-left: 8.3333333333%;
  *margin-left: 8.2333333333%
}
@media(min-width:576px) {
  .offset-xs-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -.1%
  }
}
@media(min-width:768px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -.1%
  }
}
@media(min-width:992px) {
  .offset-md-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -.1%
  }
}
@media(min-width:1200px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -.1%
  }
}
@media(min-width:1332px) {
  .offset-xlg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%
  }
  .offset-xlg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%
  }
  .offset-xlg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%
  }
  .offset-xlg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%
  }
  .offset-xlg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%
  }
  .offset-xlg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%
  }
  .offset-xlg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%
  }
  .offset-xlg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -.1%
  }
}
@media screen and (max-width:992px) {
  [class*=col-] {
    padding: 12px
  }
  .container, .container-full {
    padding-left: 24px;
    padding-right: 24px
  }
}
@media screen and (max-width:768px) {
  [class*=col-] {
    padding: 10px
  }
  .container, .container-full {
    padding-left: 30px;
    padding-right: 30px
  }
}
.wrap {
  flex-wrap: wrap
}
.no-wrap {
  flex-wrap: nowrap
}
.no-wrap [class*=col-] {
  flex-shrink: 1
}
.wrap-reverse {
  flex-wrap: wrap-reverse
}
.direction-row {
  flex-direction: row
}
.direction-row-reverse {
  flex-direction: row-reverse
}
.direction-column {
  flex-direction: column
}
.direction-column-reverse {
  flex-direction: column-reverse
}
.align-start {
  align-items: flex-start
}
.align-end {
  align-items: flex-end
}
.align-end [class*=col-] {
  vertical-align: bottom
}
.align-center {
  align-items: center
}
.align-center [class*=col-] {
  vertical-align: middle
}
.align-baseline {
  align-items: baseline
}
.align-content-start {
  align-content: flex-start
}
.align-content-end {
  align-content: flex-end
}
.align-content-end [class*=col-] {
  vertical-align: bottom
}
.align-content-center {
  align-content: center
}
.align-content-space-between {
  align-content: space-between
}
.align-content-space-around {
  align-content: space-around
}
.align-self-stretch {
  align-self: stretch
}
.align-self-start {
  align-self: flex-start
}
.align-self-end {
  align-self: flex-end;
  vertical-align: bottom
}
.align-self-center {
  align-self: center;
  vertical-align: middle
}
.align-self-baseline {
  align-self: baseline;
  vertical-align: baseline
}
.justify-start {
  justify-content: flex-start
}
.justify-start.grid {
  text-align: left
}
.justify-end {
  justify-content: flex-end
}
.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right
}
.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start
}
.justify-center {
  justify-content: center
}
.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center
}
.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start
}
.justify-space-between {
  justify-content: space-between
}
.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify
}
.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start
}
.justify-space-around {
  justify-content: space-around
}
.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify
}
.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start
}
.grid-bleed [class*=col-] {
  padding: 0
}
.col-grid {
  display: flex;
  flex-direction: column
}
.col-grid.direction-row {
  flex-direction: row
}
.col-bleed {
  padding: 0
}
.col-bleed-x {
  padding: 14px 0
}
.col-bleed-y {
  padding: 0 14px
}
.flex-img {
  display: block;
  flex: 0 0 auto;
  height: auto;
  max-width: 100%;
  width: 100%;
  *width: auto
}
.flex-footer {
  margin-top: auto;
  width: 100%
}
.flex-footer, .flex-footer > :last-child {
  margin-bottom: 0
}
@media(min-width:0px)and (max-width:575px) {
  .hidden-xxs {
    display: none
  }
}
@media(min-width:576px) {
  .hidden-xs-up {
    display: none
  }
}
@media(max-width:767px) {
  .hidden-xs-down {
    display: none
  }
}
@media(min-width:576px)and (max-width:767px) {
  .hidden-xs {
    display: none
  }
}
@media(min-width:768px) {
  .hidden-sm-up {
    display: none
  }
}
@media(max-width:991px) {
  .hidden-sm-down {
    display: none
  }
}
@media(min-width:768px)and (max-width:991px) {
  .hidden-sm {
    display: none
  }
}
@media(min-width:992px) {
  .hidden-md-up {
    display: none
  }
}
@media(max-width:1199px) {
  .hidden-md-down {
    display: none
  }
}
@media(min-width:992px)and (max-width:1199px) {
  .hidden-md {
    display: none
  }
}
@media(min-width:1200px) {
  .hidden-lg-up {
    display: none
  }
}
@media(max-width:1331px) {
  .hidden-lg-down {
    display: none
  }
}
@media(min-width:1200px)and (max-width:1331px) {
  .hidden-lg {
    display: none
  }
}
@media(min-width:1332px) {
  .hidden-xlg {
    display: none
  }
}

:focus-visible {
  border-radius: 1px;
  outline-offset: 1px;
  outline-width: 2px
}
body {
  background: #fff;
  color: #101212;
  font-family: "work-sans", sans-serif
}
*, :after, :before {
  box-sizing: border-box
}
body, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  text-rendering: optimizeLegibility
}
h1 {
  font-size: max(32px, min(5vw, 52px))
}
h2 {
  font-size: max(32px, min(4vw, 40px))
}
h3 {
  font-size: max(25px, min(3vw, 32px))
}
h4 {
  font-size: max(15px, min(2vw, 19px))
}
h5 {
  font-size: 24px
}
@media screen and (max-width:767px) {
  h5 {
    font-size: 15px
  }
}
h6 {
  font-size: 16px
}
@media screen and (max-width:767px) {
  h6 {
    font-size: 13px
  }
}
p {
  margin-bottom: 24px
}
ol li, p, ul li {
  color: #101212;
  font-size: 1rem;
  line-height: 150%;
  margin-top: 0
}
@media screen and (max-width:767px) {
  ol li, p, ul li {
    font-size: 15px
  }
}
ol li a, p a, ul li a {
  color: #008573
}
ol li a:hover, p a:hover, ul li a:hover {
  color: #66bba9
}
.blockSettings ol li, .blockSettings ul li {
  margin-bottom: 16px
}
button {
  background: transparent;
  border: none
}
picture img {
  display: block;
  flex: 0 0 auto;
  height: auto;
  max-width: 100%;
  width: 100%
}
.maincopy {
  margin-top: 0
}
.maincopy img {
  display: block;
  flex: 0 0 auto;
  height: auto;
  max-width: 100%;
  width: 100%;
  *width: auto
}
.maincopy h1, .maincopy h2, .maincopy h3, .maincopy h4, .maincopy h5, .maincopy h6 {
  line-height: 120%;
  margin-bottom: 20px
}
.maincopy h1 {
  font-size: 60px
}
@media screen and (max-width:767px) {
  .maincopy h1 {
    font-size: 48px
  }
}
.maincopy h2 {
  font-size: max(32px, min(4vw, 40px))
}
.maincopy h3 {
  font-size: 35px
}
@media screen and (max-width:767px) {
  .maincopy h3 {
    font-size: 28px
  }
}
.maincopy h4 {
  font-size: 27px
}
@media screen and (max-width:767px) {
  .maincopy h4 {
    font-size: 21px
  }
}
.maincopy h5 {
  font-size: 24px
}
@media screen and (max-width:767px) {
  .maincopy h5 {
    font-size: 15px
  }
}
.maincopy h6 {
  font-size: 16px
}
@media screen and (max-width:767px) {
  .maincopy h6 {
    font-size: 13px
  }
}
.maincopy ol li, .maincopy p, .maincopy ul li {
  color: #101212;
  font-size: 1rem;
  line-height: 160%
}
@media screen and (max-width:767px) {
  .maincopy ol li, .maincopy p, .maincopy ul li {
    font-size: 15px
  }
}
.maincopy a:not(.mainCTA) {
  color: #ccf1e3;
  font-weight: 600;
  -webkit-text-decoration: underline;
  text-decoration: underline
}
.maincopy a:not(.mainCTA):focus, .maincopy a:not(.mainCTA):hover {
  color: #e9f7f4
}
.maincopy blockquote {
  border-left: 3px solid #cfedf4;
  margin-left: 0;
  margin-right: 0
}
.maincopy blockquote p {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  padding-left: 20px
}
@media screen and (max-width:767px) {
  .maincopy blockquote p {
    font-size: 16px
  }
}
.maincopy ul, .tableblock__content ul {
  padding: 0
}
.maincopy ul li, .tableblock__content ul li {
  list-style-type: none;
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative
}
.maincopy ul li:before, .tableblock__content ul li:before {
  color: #ccf1e3;
  content: "â€¢";
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  left: 0;
  margin-left: 0;
  position: absolute;
  width: 10px
}
.darkTheme blockquote {
  border-left: 3px solid #fff !important
}
.darkTheme .cardBasic.noBorder .cardBasicBody .excerpt p, .darkTheme .cardBasic.noBorder h2, .darkTheme .cardBasic.noBorder p, .darkTheme .intro h2, .darkTheme .intro h3, .darkTheme .intro h4, .darkTheme .intro h5, .darkTheme .intro h6, .darkTheme .intro p, .darkTheme .maincopy ol li, .darkTheme .maincopy p, .darkTheme .maincopy ul li, .darkTheme .sliderTimeline .year, .darkTheme .sub-header, .darkTheme .tableblock__title, .darkTheme h2, .darkTheme ol li, .darkTheme p, .darkTheme ul li {
  color: #fff
}
.darkTheme .slick-control {
  border-color: #fff
}
.darkTheme.heroComplexFluid h1, .darkTheme.heroComplexFluid h2, .darkTheme.heroComplexFluid h3, .darkTheme.heroComplexFluid h4, .darkTheme.heroComplexFluid h5, .darkTheme.heroComplexFluid h6, .darkTheme.heroComplexFluid p {
  color: #fff
}
.darkTheme.heroComplexFluid .overlay {
  opacity: .7
}
.searchWrapper {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  width: 22%
}
.searchWrapper label {
  display: table;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 4px
}
.searchWrapper input, .searchWrapper select {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  font-size: 14px;
  padding: 12px;
  width: 100%
}
.searchWrapper select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../316dc6a67c01b2d7bf29.png);
  background-position-x: 97%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  position: relative
}
.searchWrapper .search-icon {
  bottom: 15px;
  color: #101212;
  position: absolute;
  right: 10px
}
.post-container {
  padding-top: 26px
}
.teamContainer {
  padding-bottom: 60px;
  padding-top: 60px
}
.teamContainer .name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px
}
.teamContainer .position {
  font-size: 18px;
  margin-top: 0
}
.teamHero {
  background-color: #66bba9;
  padding-bottom: 100px;
  padding-top: 100px
}
.teamHero h1 {
  color: #fff;
  font-size: 52px;
  margin: 0 auto;
  max-width: 600px;
  text-align: center
}
@media screen and (max-width:767px) {
  .teamHero {
    padding-bottom: 30px;
    padding-top: 30px
  }
  .teamHero h1 {
    font-size: 36px
  }
}
.breadcrumbs {
  font-size: 14px;
  margin-bottom: 32px
}
.breadcrumbs > span {
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: flex;
  justify-content: center
}
.breadcrumbs a {
  color: #101212;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration: none;
  text-decoration: none
}
.breadcrumbs a:hover {
  color: #101212;
  -webkit-text-decoration: underline;
  text-decoration: underline
}
.breadcrumbs a.breadcrumb_home:has(i):hover {
  -webkit-text-decoration: none;
  text-decoration: none
}
.breadcrumbs a.breadcrumb_home > i {
  align-items: center;
  background-color: #ccf1e3;
  border: 1px solid #b2d9d1;
  border-radius: 8px;
  color: #424545;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  padding: 6px;
  width: 28px
}
.breadcrumbs i:last-of-type {
  font-weight: 600
}
.breadcrumbs .breadcrumb_last {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%
}
.introCenter {
  margin: 0 auto;
  max-width: 800px;
  text-align: center
}
.introCenter .maincopy, .introLeft .maincopy {
  margin-bottom: 28px
}
.introCenter .maincopy ~ .mainCTA + .mainCTA, .introLeft .maincopy ~ .mainCTA + .mainCTA {
  margin-top: 10px
}
.introCenter .ctaCenter, .introCenter .ctaRight, .introLeft .ctaCenter, .introLeft .ctaRight {
  margin-bottom: 28px
}
@media screen and (max-width:767px) {
  .introCenter .ctaCenter, .introCenter .ctaRight, .introLeft .ctaCenter, .introLeft .ctaRight {
    margin: 15px 0
  }
  .introCenter, .introLeft {
    margin-bottom: 30px
  }
}
.smallGrid {
  margin: 0 auto !important;
  max-width: 1050px
}
@media screen and (max-width:767px) {
  .smallGrid {
    margin-left: -14px !important;
    margin-right: -14px !important
  }
}
.intro-wrapper {
  margin-bottom: 56px
}
@media screen and (max-width:767px) {
  .intro-wrapper {
    margin-bottom: 40px
  }
}
.blockSettings {
  overflow: hidden;
  position: relative
}
.overlay {
  background: #66bba9;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0
}
.topGradient {
  background: linear-gradient(180deg, #c2c2c2, #fff)
}
.bottomGradient {
  background: linear-gradient(180deg, #fff, #c2c2c2)
}
.bgVideoEmbed {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
.bgVideoEmbed video {
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}
#utility-bar {
  align-items: center;
  background-color: #e1f5fa;
  display: flex;
  justify-content: flex-end;
  position: relative
}
#utility-bar .links-wrap a {
  color: #101212;
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none
}
#utility-bar .links-wrap a:after {
  color: #86dbfa;
  content: "|";
  position: absolute;
  right: 0
}
#utility-bar .links-wrap a:last-of-type {
  margin-right: 0
}
#utility-bar .links-wrap a:active, #utility-bar .links-wrap a:focus, #utility-bar .links-wrap a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline
}
#utility-bar .translate-wrap {
  align-items: center;
  display: flex;
  margin-left: 16px;
  margin-right: 20px
}
#utility-bar .translate-wrap .gtranslate_wrapper {
  padding-left: 25px;
  position: relative
}
#utility-bar .translate-wrap .gtranslate_wrapper:before {
  border: none;
  color: #101212;
  content: "ï‚¬";
  font-family: Font Awesome\ 6 Pro;
  font-size: 16px;
  font-weight: 300;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}
#utility-bar .translate-wrap .gtranslate_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../c43666aa9aeea2704cda.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: none;
  color: #101212;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-right: 20px;
  position: relative
}
#utility-bar .translate-wrap .gtranslate_wrapper select option {
  color: inherit
}
#utility-bar .my-chart-btn {
  align-items: center;
  background-color: #008573;
  border-top-left-radius: 12px;
  color: #fff;
  -moz-column-gap: 8px;
  column-gap: 8px;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  justify-content: center;
  padding: 12px 16px
}
#utility-bar .my-chart-btn i {
  font-weight: 400
}
#utility-bar .my-chart-btn i.fa-folders {
  font-size: 16px
}
#utility-bar .my-chart-btn i.fa-chevron-down {
  font-size: 14px
}
#utility-bar .my-chart-btn span {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%
}
#utility-bar .my-chart-btn .caret-icon {
  transition: transform .3s ease-in-out
}
#utility-bar .my-chart-btn.open .caret-icon {
  transform: rotate(180deg)
}
#utility-bar .my-chart-panel {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 10px 55px 0 rgba(51, 50, 48, .14);
  display: none;
  position: absolute;
  right: 4px;
  top: 90%;
  z-index: 1000
}
#utility-bar .my-chart-panel .panel-content {
  display: flex;
  flex-direction: column;
  padding: 9px 0;
  text-align: left
}
#utility-bar .my-chart-panel .panel-content a {
  color: #101212;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 7px 32px 7px 24px;
  -webkit-text-decoration: none;
  text-decoration: none
}
#utility-bar .my-chart-panel .panel-content a:hover {
  background-color: #ccf1e3
}
#utility-bar .my-chart-panel.open {
  display: block;
  top: 100%
}
.mainLogo {
  display: block;
  height: 49px;
  width: 225px
}
.mainLogoLink {
  display: inline-block;
  position: relative
}
.navDesktop {
  background: #fff;
  border-bottom: 1px solid #e4e8e8
}
.navDesktop .headerRight {
  grid-column-gap: 14px;
  align-items: center;
  -moz-column-gap: 14px;
  column-gap: 14px;
  display: grid;
  grid-template-columns: 1fr 40px
}
.navTablet {
  background-color: #fff;
  display: none
}
.navTablet button#openPanel span {
  font-size: 20px;
  font-weight: 400
}
.mobilemenuwrapper {
  display: none
}
.mobilePhone {
  color: #66bba9;
  display: table;
  font-size: 30px;
  margin-left: auto
}
.main-navigation {
  display: flex;
  font-family: "work-sans", sans-serif;
  justify-content: flex-end;
  margin: 0;
  padding: 0
}
.main-navigation:after {
  clear: both
}
.main-navigation:after, .main-navigation:before {
  content: " ";
  display: table
}
.main-navigation li {
  display: block;
  position: relative
}
.main-navigation li a, .main-navigation li button {
  background-color: transparent;
  border: none;
  color: #101212;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0 14px;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap
}
.main-navigation li a .fa-solid, .main-navigation li button .fa-solid {
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
  position: relative
}
.main-navigation li a:hover, .main-navigation li button:hover {
  color: #008573;
  -webkit-text-decoration: underline;
  text-decoration: underline
}
.main-navigation > li:nth-last-child(-n+2) > .sub-menu {
  right: 0
}
.parentActive a, .parentActive button {
  color: #008573 !important
}
.sub-menu {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(51, 50, 48, .251);
  display: none;
  list-style: none;
  margin: 0;
  min-width: 225px;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  z-index: 10
}
.sub-menu li a {
  background-color: #fff;
  color: #101212 !important;
  font-size: 16px;
  padding: 10px 20px
}
.sub-menu li a:hover {
  background-color: #ccf1e3;
  -webkit-text-decoration: underline;
  text-decoration: underline
}
.sub-menu li a:focus-visible {
  outline-offset: -2px
}
.sub-menu a:focus-visible, .sub-menu li:focus-visible {
  outline-offset: -2px
}
#openPanel, .burgerMobile {
  cursor: pointer
}
.burgerMobile {
  display: table;
  margin-left: auto;
  vertical-align: middle
}
.burgerMobile span {
  font-size: 30px
}
.panel {
  background-color: #fff;
  height: 100%;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: transform .4s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1000
}
.panel .header {
  border-bottom: 1px solid #e4e8e8;
  padding: 12px 20px
}
.panel.open {
  transform: translateX(0);
  visibility: visible
}
.close-btn {
  background: none;
  border: none;
  color: #66bba9;
  cursor: pointer;
  display: inline-table;
  margin-left: auto
}
.close-btn span {
  color: #101212;
  font-size: 24px
}
.mobileMenuPhone {
  display: inline-table;
  margin-right: 8px
}
.mobileMenuPhone span {
  color: #66bba9;
  font-size: 20px
}
.slideRight {
  text-align: right
}
.content {
  padding: 32px 20px
}
.content .mainCTA {
  display: block;
  margin-top: 15px;
  text-align: center
}
.content ul {
  list-style-type: none;
  padding: 0
}
.content ul li {
  border: none;
  cursor: pointer;
  text-align: left;
  white-space: break-spaces;
  width: 100%
}
.content ul li a {
  color: #101212;
  font-family: "work-sans", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration: none;
  text-decoration: none
}
.content ul > :last-child {
  border-bottom: none !important
}
.beefup.openMenu {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #e4e8e8
}
li.top-level {
  border-bottom: 1px solid #e4e8e8 !important;
  padding: 20px 0
}
li.top-level a {
  font-size: 17px !important;
  font-weight: 500 !important
}
.openMenu {
  background-color: #fff;
  border: none;
  border-radius: 0 !important;
  margin: 0 auto !important;
  overflow: hidden
}
.openMenu .beefup__head {
  color: #101212;
  cursor: pointer;
  font-family: "work-sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  padding: 20px 0;
  text-align: left;
  width: 100%
}
.openMenu .beefup__head:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline
}
.openMenu:hover {
  border-color: #e4e8e8 !important
}
.openMenu .beefup__head:after {
  border: none;
  color: #101212;
  content: "ï¸";
  font-family: Font Awesome\ 6 Pro;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 25px;
  top: 25px
}
.openMenu .beefup__body {
  margin-top: 0;
  padding: 0
}
.openMenu .beefup__body p:last-of-type {
  margin: 0
}
.openMenu.is-open .beefup__head:after {
  color: #101212;
  content: "ï·"
}
.openMenu.is-open .beefup__head {
  color: #101212;
  -webkit-text-decoration: none;
  text-decoration: none
}
.openMenu.is-open .beefup__head:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline
}
.html-lock-scroll {
  overflow: hidden
}
.children li {
  margin-bottom: 16px
}
.children li:last-of-type {
  margin-bottom: 20px
}
.search-form-mobile {
  display: flex;
  position: relative;
  width: 100%
}
.search-form-mobile label {
  flex: 1;
  margin: 0
}
.search-mobile {
  border: 1px solid #c7cccc;
  border-radius: 8px;
  box-sizing: border-box;
  color: #0c0d0d;
  font-size: 13;
  font-weight: 400;
  line-height: 150%;
  padding: 16px 40px 16px 16px;
  width: 100%
}
.search-mobile::-moz-placeholder {
  color: #101212;
  font-size: 13px;
  opacity: 1
}
.search-mobile::placeholder {
  color: #101212;
  font-size: 13px;
  opacity: 1
}
.search-submit-mobile {
  color: #424545 !important;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}
.mainCTA {
  border: 2px solid;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding: 14px 22px;
  position: relative;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  transition: all .3s
}
.mainCTA + .mainCTA {
  margin-left: 6px
}
@media screen and (max-width:767px) {
  .mainCTA + .mainCTA {
    margin-left: 0
  }
}
.mainCTA span {
  margin-left: 5px
}
@media screen and (max-width:767px) {
  .mainCTA {
    display: block;
    font-size: 14px;
    text-align: center
  }
}
.light1 {
  background: #fff;
  border-color: #fff;
  color: #01695b
}
.light1:hover {
  background: #ccf1e3;
  border-color: #ccf1e3
}
.light1:disabled {
  opacity: .5
}
.light2 {
  background: transparent;
  border: 2px solid #fff;
  color: #fff
}
.light2:hover {
  background: #ccf1e3;
  border-color: #ccf1e3;
  color: #01695b
}
.light2:disabled {
  opacity: .5
}
.light3 {
  background: transparent;
  border: 2px solid #008573;
  color: #008573
}
.light3:hover {
  background: #66bba9;
  border-color: #66bba9;
  color: #101212
}
.light3:focus:after {
  border-color: #86dbfa
}
.light3:disabled {
  opacity: .5
}
.dark1 {
  background: #008573;
  border: 2px solid #008573;
  color: #fff
}
.dark1:hover {
  background: #66bba9;
  border-color: #66bba9;
  color: #101212
}
.dark1:focus:after {
  border-color: #86dbfa
}
.dark1:disabled {
  opacity: .5
}
.dark2 {
  background: transparent;
  border: 2px solid #fff;
  color: #fff
}
.dark2:hover {
  border-color: #008573;
  color: #008573
}
.dark2:disabled {
  opacity: .5
}
.dark3 {
  background: transparent;
  border: none;
  color: #fff
}
.dark3:hover {
  border: none;
  color: #008573
}
.dark3:disabled {
  opacity: .5
}
#breadcrumbs, #mobile-breadcrumbs {
  font-size: 15px
}
#breadcrumbs .fa-home, #mobile-breadcrumbs .fa-home {
  align-items: center;
  background: #ccf1e3;
  border: 1px solid #b2d9d1;
  border-radius: 8px;
  color: #424545;
  display: inline-flex;
  font-size: 14px;
  height: 28px;
  justify-content: center;
  line-height: 14px;
  width: 28px
}
#breadcrumbs span:first-of-type, #mobile-breadcrumbs span:first-of-type {
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: flex;
  flex-wrap: wrap
}
#breadcrumbs span.breadcrumb_last, #mobile-breadcrumbs span.breadcrumb_last {
  font-weight: 600;
  line-height: 150%
}
#breadcrumbs span a, #mobile-breadcrumbs span a {
  color: #101212
}
#mobile-breadcrumbs.mobile-back-nav a {
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: flex;
  -webkit-text-decoration: none;
  text-decoration: none
}
#breadcrumbs {
  display: none
}
@media screen and (min-width:767px) {
  #breadcrumbs {
    display: block
  }
  #mobile-breadcrumbs {
    display: none
  }
}
.skipContent {
  background: #b2d9d1;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-weight: 600;
  left: 0;
  outline: none;
  padding: 12px 30px;
  position: absolute;
  text-align: center;
  top: -100px;
  width: 200px;
  z-index: 2
}
.skipContent:focus:after {
  border: 3px solid #cfedf4;
  border-radius: 8px;
  bottom: -6px;
  content: "";
  display: block;
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px
}
.skipContent:focus {
  top: 0
}
.skipPrivacy {
  background: #ccf1e3;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-weight: 600;
  left: 0;
  outline: none;
  padding: 12px 30px;
  position: absolute;
  text-align: center;
  top: -100px;
  width: 200px;
  z-index: 2
}
.skipPrivacy:focus:after {
  border: 3px solid #cfedf4;
  border-radius: 8px;
  bottom: -6px;
  content: "";
  display: block;
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px
}
.skipPrivacy:focus {
  top: 0
}
.headerCTA a {
  background: #ccf1e3;
  border: 2px solid #ccf1e3;
  border-radius: 8px;
  color: #fff !important;
  margin-left: 20px;
  margin-top: 5px;
  outline: none;
  padding: 8px 30px !important;
  position: relative
}
.headerCTA a:focus:after {
  border: 3px solid #cfedf4;
  border-radius: 8px;
  bottom: -6px;
  content: "";
  display: block;
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px
}
.headerCTA a:focus, .headerCTA a:hover {
  background: #66bba9;
  border: 2px solid #66bba9;
  -webkit-text-decoration: none !important;
  text-decoration: none !important
}
.headerSearch {
  height: 40px;
  position: relative;
  width: 41px
}
.headerSearch a {
  background: #ccf1e3;
  border: 1px solid #b2d9d1;
  border-radius: 8px;
  color: #101212 !important;
  cursor: pointer;
  font-size: 18px !important;
  height: 100%;
  transition: all .3s;
  width: 100%
}
.headerSearch a, .headerSearch a i {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}
.headerSearch a:hover {
  border-radius: 32px
}
.readMore {
  align-items: center;
  color: #008573;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .3s
}
.readMore span.icon-backgroud {
  align-items: center;
  background: #008573;
  border-radius: 8px;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px
}
.readMore span.fa-regular.fa-arrow-right {
  color: #fff;
  font-size: 14px;
  transform: rotate(-45deg);
  transition: .2s ease-in-out
}
.readMore .readMoreIconTarget {
  margin-left: 8px
}
.readMore .readMoreIcon, .readMore .readMoreIconTarget, .readMore > span {
  transition: all .3s
}
.readMore .readMoreIcon {
  background-color: #008573;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  margin-right: 2px;
  padding: 7px 8.8px;
  position: relative;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  width: 28px
}
.readMore .readMoreIcon:before {
  display: inline-block;
  transition: all .3s
}
.readMore:hover {
  -webkit-text-decoration: none;
  text-decoration: none
}
.readMore:hover .readMoreIcon {
  background-color: #66bba9 !important;
  border-radius: 50% !important;
  color: #101212 !important
}
.readMore:hover .readMoreIcon:before {
  transform: rotate(45deg)
}
.readMore:focus .readMoreIcon:after {
  border: 2px solid #cfedf4;
  border-radius: 8px;
  bottom: -6px;
  bottom: -4px;
  content: "";
  display: block;
  left: -6px;
  left: -4px;
  position: absolute;
  right: -6px;
  right: -4px;
  top: -6px;
  top: -4px
}
#search-dialog {
  background: #fff;
  border-radius: 25px;
  margin: 40px auto;
  max-width: 1100px;
  padding: 40px;
  position: relative;
  text-align: center
}
#search-dialog .mfp-close {
  border-radius: 50%;
  color: #101212;
  height: 25px;
  line-height: 90%;
  opacity: 1;
  padding: 0;
  right: 15px;
  top: 15px;
  width: 25px
}
#search-dialog .mfp-close:focus:after {
  border: 3px solid #cfedf4;
  border-radius: 8px;
  bottom: -6px;
  content: "";
  display: block;
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px
}
#search-dialog .mfp-close:focus, #search-dialog .mfp-close:hover {
  background: #101212;
  color: #fff
}
.search-form {
  margin-bottom: 20px
}
.search-form .search-field {
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  font-size: 16px;
  height: 52px;
  padding: 15px 20px;
  vertical-align: middle;
  width: 520px
}
.search-form .search-field:focus {
  border: 1px solid #101212
}
.search-form .search-submit {
  background-color: #008573;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 52px;
  margin-left: 14px;
  outline: none;
  position: relative;
  text-align: center;
  transition: all .3s;
  vertical-align: middle;
  width: 130px
}
.search-form .search-submit span {
  margin-right: 8px
}
.search-form .search-submit:hover {
  background: #66bba9;
  border-color: #66bba9;
  color: #101212
}
.search-form .search-submit:focus:after {
  border-color: #86dbfa
}
.search-form .search-submit:disabled {
  opacity: .5
}
.textButton {
  background-color: #f6f7f7;
  color: #101212;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  justify-content: space-between;
  line-height: 140%;
  padding: 20px 20px 20px 24px;
  text-align: left;
  -webkit-text-decoration: none;
  text-decoration: none
}
.textButton, .textButton span {
  align-items: center;
  border-radius: 8px;
  display: flex;
  transition: all .3s
}
.textButton span {
  background: #ccf1e3;
  border: 1px solid #b2d9d1;
  color: #424545;
  font-size: 18px;
  font-weight: 300;
  height: 40px;
  justify-content: center;
  width: 40px
}
.textButton span:before {
  transition: all .3s
}
.textButton:hover > span {
  border-radius: 50%
}
.textButton:hover > span:before {
  transform: rotate(45deg)
}
.textButton:focus {
  -webkit-text-decoration: underline;
  text-decoration: underline
}
.textButton.shadow:hover {
  filter: drop-shadow(0 4px 31px rgba(51, 50, 48, .08))
}
.searchGrid [class*=col-] {
  padding: 7px
}
.searchRoutes {
  margin: 0 auto 28px;
  max-width: 375px;
  position: relative;
  vertical-align: middle;
  width: 100%
}
.searchRoutes input {
  border: 1px solid #dadbdb;
  border-radius: 4px;
  font-size: 14px;
  height: 46px;
  padding: 10px 35px 10px 16px;
  width: 100%
}
.searchRoutes button {
  background: none;
  border: none;
  color: #b2d9d1;
  font-size: 18px;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
.openSingle {
  background: #fff;
  border: 1px solid #dadbdb;
  border-radius: 4px;
  margin: 0 auto 28px !important;
  max-width: 840px;
  overflow: hidden;
  position: relative
}
@media screen and (max-width:767px) {
  .openSingle {
    margin-bottom: 16px !important
  }
}
.openSingle:last-child {
  margin-bottom: 0 !important
}
.openSingle.beefup:hover {
  border: 1px solid #66bba9;
  box-shadow: 0 3px 26px 0 rgba(51, 50, 48, .08)
}
.openSingle .beefup__head {
  background: transparent;
  border: none;
  color: #66bba9;
  cursor: pointer;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 18px 60px 16px 20px;
  text-align: left;
  white-space: break-spaces;
  width: 100%
}
.openSingle .beefup__head:after {
  border: none;
  color: #86dbfa;
  content: "ï¸";
  font-family: Font Awesome\ 6 Pro;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  right: 35px;
  top: 23px
}
.openSingle .beefup__body {
  padding: 0 20px 20px
}
.openSingle .beefup__body p:last-of-type {
  margin: 0
}
.openSingle.is-open {
  border-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(51, 50, 48, .25)
}
.openSingle.is-open .beefup__head {
  -webkit-text-decoration: none;
  text-decoration: none
}
.openSingle.is-open .beefup__head:after {
  content: "ï·"
}
.openSingle.is-open.style2 .beefup__head:after {
  content: "ï–"
}
.openSingle.style2 {
  border: 0
}
.openSingle.style2:hover .beefup__head {
  -webkit-text-decoration: underline;
  text-decoration: underline
}
.openSingle.style2:hover .beefup__head:after {
  background-color: #b2d9d1;
  transition: .5s
}
.openSingle.style2 .beefup__head {
  background-color: #66bba9;
  color: #fff;
  padding: 16px 24px 16px 96px;
  transition: .5s
}
.openSingle.style2 .beefup__head:after {
  align-items: center;
  background: #cfedf4;
  bottom: 0;
  color: #fff;
  content: "ï•";
  display: flex;
  font-size: 24px;
  height: 100%;
  justify-content: center;
  left: 0;
  margin: 0;
  right: inherit;
  top: 0;
  width: 72px
}
.openSingle.style2 .beefup__body {
  padding: 24px 32px
}
.darkTheme .openSingle .beefup__body p {
  color: #101212
}
.paddingTopXL {
  padding-top: 180px
}
@media screen and (max-width:991px) {
  .paddingTopXL {
    padding-top: 100px
  }
}
@media screen and (max-width:767px) {
  .paddingTopXL {
    padding-top: 56px
  }
}
.paddingBottomXL {
  padding-bottom: 180px
}
@media screen and (max-width:991px) {
  .paddingBottomXL {
    padding-bottom: 100px
  }
}
@media screen and (max-width:767px) {
  .paddingBottomXL {
    padding-bottom: 56px
  }
}
.paddingTopLG {
  padding-top: 120px
}
@media screen and (max-width:991px) {
  .paddingTopLG {
    padding-top: 64px
  }
}
@media screen and (max-width:767px) {
  .paddingTopLG {
    padding-top: 20px
  }
}
.paddingBottomLG {
  padding-bottom: 120px
}
@media screen and (max-width:991px) {
  .paddingBottomLG {
    padding-bottom: 64px
  }
}
@media screen and (max-width:767px) {
  .paddingBottomLG {
    padding-bottom: 20px
  }
}
.paddingTopMD {
  padding-top: 82px
}
@media screen and (max-width:991px) {
  .paddingTopMD {
    padding-top: 82px
  }
}
@media screen and (max-width:767px) {
  .paddingTopMD {
    padding-top: 30px
  }
}
.paddingBottomMD {
  padding-bottom: 82px
}
@media screen and (max-width:991px) {
  .paddingBottomMD {
    padding-bottom: 82px
  }
}
@media screen and (max-width:767px) {
  .paddingBottomMD {
    padding-bottom: 30px
  }
}
.paddingTopSM {
  padding-top: 80px
}
@media screen and (max-width:991px) {
  .paddingTopSM {
    padding-top: 40px
  }
}
@media screen and (max-width:767px) {
  .paddingTopSM {
    padding-top: 24px
  }
}
.paddingBottomSM {
  padding-bottom: 80px
}
@media screen and (max-width:991px) {
  .paddingBottomSM {
    padding-bottom: 40px
  }
}
@media screen and (max-width:767px) {
  .paddingBottomSM {
    padding-bottom: 24px
  }
}
.paddingTopXS {
  padding-top: 72px
}
@media screen and (max-width:991px) {
  .paddingTopXS {
    padding-top: 36px
  }
}
@media screen and (max-width:767px) {
  .paddingTopXS {
    padding-top: 20px
  }
}
.paddingBottomXS {
  padding-bottom: 72px
}
@media screen and (max-width:991px) {
  .paddingBottomXS {
    padding-bottom: 36px
  }
}
@media screen and (max-width:767px) {
  .paddingBottomXS {
    padding-bottom: 20px
  }
}
.paddingTopNone {
  padding-top: 0
}
.paddingBottomNone {
  padding-bottom: 0
}
.cardBasic {
  background-color: #fff;
  border: 1px solid #e4e8e8;
  border-radius: 8px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .2s ease-in-out
}
.cardBasic.strokeBar {
  border: 0;
  position: relative
}
.cardBasic.strokeBar:hover:after {
  transition: .7s;
  width: 100%
}
.cardBasic.strokeBar:after {
  border-top: 4px solid #cfedf4;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: .7s;
  width: 0;
  z-index: 2
}
.cardBasic.strokeBar:before {
  border-top: 4px solid #ccf1e3;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.cardBasic .cardImage {
  align-items: flex-start;
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 220px;
  justify-content: flex-end;
  padding: 20px;
  position: relative
}
.cardBasic hr {
  background-color: #dadbdb;
  border: none;
  height: 1px;
  margin-bottom: 20px
}
.cardBasic .fa-location-pin {
  color: #ccf1e3;
  margin-right: 5px
}
.cardBasic .cardImagePill {
  background-color: #cfedf4;
  border-radius: 8px;
  color: #101212;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  margin: 3px;
  padding: 4px 12px
}
.cardBasic .icon {
  color: #ccf1e3;
  font-size: 48px;
  margin-bottom: -10px;
  margin-top: 30px;
  padding: 0 28px
}
.cardBasic .dineBottom {
  color: #5a5f5f;
  margin: 0
}
.cardBasic .cardBasicBody {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 24px 32px
}
.cardBasic .cardBasicBody .preHeadline {
  color: #424545;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
  margin-top: 0
}
.cardBasic .cardBasicBody h2 {
  color: #101212;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0
}
@media screen and (max-width:767px) {
  .cardBasic .cardBasicBody h2 {
    font-size: 21px
  }
}
.cardBasic .cardBasicBody .excerpt p {
  margin-bottom: 20px
}
@media screen and (max-width:767px) {
  .cardBasic .cardBasicBody .excerpt p {
    font-size: 14px
  }
}
.cardBasic:hover .readMore {
  -webkit-text-decoration: none;
  text-decoration: none
}
.cardBasic:hover .readMore span.fa-regular {
  transform: rotate(0deg)
}
.cardBasic:focus {
  filter: drop-shadow(0 4px 16px rgba(51, 50, 48, .25))
}
.cardBasic:focus .readMore {
  color: #66bba9
}
.cardBasic:focus:after {
  border: 2px solid #86dbfa;
  border-radius: 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
a.cardBasic:hover {
  filter: drop-shadow(0 4px 16px rgba(51, 50, 48, .25))
}
.cardBasicImageBg {
  background: none;
  position: relative
}
.cardBasicImageBg:hover .mainCTA {
  background-color: #c9540b;
  border-color: #c9540b;
  color: #101212
}
.cardBasicImageBg:hover .cardImage {
  transform: scale(1.2);
  transition: .5s
}
.cardBasicImageBg:before {
  background: linear-gradient(0deg, #0a1e4a 13.87%, transparent 72.02%);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2
}
.cardBasicImageBg .cardImage {
  height: 470px;
  transform: scale(1);
  transition: .5s
}
@media screen and (max-width:767px) {
  .cardBasicImageBg .cardImage {
    height: 370px
  }
}
.cardBasicImageBg .cardBasicBody {
  bottom: 0;
  left: 0;
  padding: 40px 28px;
  position: absolute;
  right: 0;
  z-index: 3
}
.cardBasicImageBg .cardBasicBody h2 {
  color: #fff;
  font-size: 35px;
  line-height: 125%
}
@media screen and (max-width:767px) {
  .cardBasicImageBg .cardBasicBody h2 {
    font-size: 28px
  }
}
.cardBasicImageBg .mainCTA {
  padding: 12px 24px;
  transition: .5s
}
.cardBasicImageBg .mainCTA .first {
  margin-left: 0;
  margin-right: 5px
}
.cardBasic.noBorder {
  background-color: transparent;
  border: none;
  box-shadow: none
}
.cardBasic.noBorder .cardBasicBody {
  padding: 30px 0
}
a.cardBasic.noBorder:hover {
  filter: none
}
.cardBasic.Horizontal {
  flex-direction: row;
  padding: 32px
}
.cardBasic.Horizontal .cardImage {
  flex-basis: 35%;
  height: 100%
}
.cardBasic.Horizontal .icon {
  align-items: center;
  display: flex;
  margin-top: 0;
  padding: 0;
  width: 48px
}
.cardBasic.Horizontal .cardBasicBody {
  padding: 0 0 0 28px;
  width: calc(100% - 48px)
}
.cardBasicText {
  border-top: 6px solid #ccf1e3
}
.cardBasic.Center {
  text-align: center
}
@media screen and (max-width:991px) {
  .cardBasic.Horizontal .icon {
    margin-bottom: 20px
  }
  .cardBasic.Horizontal .cardImage {
    height: 220px
  }
}
.footerFluid {
  background: #008573;
  padding: 32px 0
}
.footerFluid .inner, .footerFluid .main {
  grid-row-gap: 24px;
  display: grid;
  row-gap: 24px
}
.footerFluid .main .mainLogoLink {
  width: 255px
}
.footerFluid .main .copy p {
  color: #fff
}
.footerFluid .main .copy p:last-of-type {
  margin-bottom: 0
}
.footerFluid .main .socials {
  -moz-column-gap: 12px;
  column-gap: 12px;
  display: flex
}
.footerFluid .main .socials a {
  background-color: #e9f7f4;
  border-radius: 8px;
  color: #01695b;
  display: block;
  height: 44px;
  position: relative;
  width: 44px
}
.footerFluid .main .socials a i {
  font-size: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}
.footerFluid .navs .nav-column {
  margin-bottom: 16px
}
.footerFluid .navs .nav-column:last-of-type {
  margin-bottom: 0
}
.footerFluid .navs .nav-column .column-heading {
  align-items: center;
  border-bottom: 1px solid #66bba9;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  position: relative
}
.footerFluid .navs .nav-column .column-heading p {
  color: #fff;
  font-family: "poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 0
}
.footerFluid .navs .nav-column .column-heading .icon-wrap {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  height: calc(100% - 19px);
}
.footerFluid .navs .nav-column .column-heading .icon-wrap i {
  color: #fff;
  transition: transform .3s ease-in-out
}
.footerFluid .navs .nav-column .column-heading .icon-wrap.open i {
  transform: rotate(180deg)
}
.footerFluid .navs .nav-column ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0
}
.footerFluid .navs .nav-column ul li:not(:last-child) {
  margin-bottom: 12px
}
.footerFluid .navs .nav-column ul li a,
.footerFluid .navs .nav-column ul li button {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-text-decoration: none;
  text-decoration: none;
  padding:0;
}
.footerFluid .navs .nav-column ul li a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline
}
.footerFluid .ctas {
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  grid-column-end: -1;
  grid-column-start: 1;
  row-gap: 16px
}
.footerFluid .ctas a {
  flex-basis: 100%;
  margin: 0;
  padding: 16px 24px;
  text-transform: uppercase
}
@media screen and (min-width:767px) {
  .footerFluid {
    padding: 72px 0
  }
  .footerFluid .inner {
    -moz-column-gap: 72px;
    column-gap: 72px;
    grid-template-columns: 300px 1fr;
    row-gap: 40px
  }
  .footerFluid .main {
    align-content: flex-start;
    justify-content: flex-start;
    place-content: flex-start;
    row-gap: 20px
  }
  .footerFluid .ctas a {
    flex-basis: auto
  }
}
@media screen and (min-width:1199px) {
  .footerFluid .navs {
    grid-column-gap: 72px;
    -moz-column-gap: 72px;
    column-gap: 72px;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
  }
  .footerFluid .navs .nav-column {
    margin-bottom: 0
  }
  .footerFluid .navs .nav-column .column-heading {
    border-bottom: none;
    padding: 0
  }
  .footerFluid .navs .nav-column .column-heading .icon-wrap {
    display: none
  }
  .footerFluid .navs .nav-column ul {
    display: block !important;
    margin: 0
  }
  .footerFluid .navs .nav-column ul li {
    margin-top: 12px
  }
  .footerFluid .ctas {
    margin-top: 40px
  }
}
.footerCopyFluid {
  background-color: #fff;
  padding: 20px 0
}
.footerCopyFluid .links-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 16px;
  text-align: center
}
.footerCopyFluid .links-wrap a {
  color: #101212;
  -webkit-text-decoration: none;
  text-decoration: none
}
.footerCopyFluid .links-wrap a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline
}
@media screen and (min-width:480px) {
  .footerCopyFluid .links-wrap {
    flex-direction: row;
    flex-wrap: wrap
  }
  .footerCopyFluid .links-wrap a:not(:last-child) {
    margin-right: 16px;
    padding-right: 16px;
    position: relative
  }
  .footerCopyFluid .links-wrap a:not(:last-child):after {
    color: #c2c2c2;
    content: " | ";
    position: absolute;
    right: 0
  }
}
.gfield--type-honeypot {
  display: none
}
.no-padding-vertical {
  padding-bottom: 0;
  padding-top: 0
}
.megaMenu {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 24px rgba(51, 50, 48, .251);
  display: none;
  padding: 56px;
  position: absolute;
  width: 600px;
  z-index: 1
}
.megaMenu .grid {
  margin: 0 !important
}
.megaMenu #closeModal {
  color: #101212 !important;
  padding: 0;
  position: absolute;
  right: -45px;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  top: -45px
}
.megaMenu #closeModal:focus, .megaMenu #closeModal:hover {
  color: #ccf1e3 !important
}
.megaMenu ul {
  -moz-columns: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 0
}
.megaMenu ul li {
  padding-top: 10px !important
}
.megaMenu ul li a {
  background-color: #fff;
  color: #0c0d0d !important;
  font-size: 16px;
  padding: 0 !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important
}
.megaMenu ul li a:focus, .megaMenu ul li a:hover {
  color: #ccf1e3 !important
}
.megaMenu .megaTitle {
  color: #101212 !important;
  font-size: 24px;
  padding: 0 !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important
}
.megaMenu .megaTitle:focus, .megaMenu .megaTitle:hover {
  color: #ccf1e3 !important
}
.newsLetter {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  margin-left: auto;
  max-width: 360px;
  padding: 20px
}
.newsLetter .gform_submission_error {
  display: none
}
.newsLetter .validation_message {
  color: #86dbfa;
  display: table;
  font-size: 14px;
  margin-top: 5px
}
.newsLetter p {
  color: #101212;
  font-weight: 700;
  margin-top: 0
}
.newsLetter label {
  display: none
}
.newsLetter .gform-body input {
  border: 1px solid #c2c2c2;
  font-size: 16px;
  padding: 15px 10px;
  width: 100%
}
.newsLetter .gform-body input:focus {
  border: 1px solid #ccf1e3
}
.newsLetter .gform-body .gfield_error input {
  border: 1px solid #86dbfa
}
.newsLetter .gform_button {
  background-color: #ccf1e3;
  border: none !important;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  padding: 13px;
  width: 100%
}
.newsLetter .gform_button:focus, .newsLetter .gform_button:hover {
  background-color: #66bba9
}
.socialFooter {
  display: #ccf1e3;
  margin-top: 40px
}
.socialFooter a {
  border: 1px solid #ccf1e3;
  border-radius: 50%;
  color: #ccf1e3;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  margin: 0 3px;
  padding-top: 4px;
  text-align: center;
  width: 30px
}
.socialFooter a:focus, .socialFooter a:hover {
  border: 1px solid #66bba9;
  color: #66bba9
}
.searchHero {
  background-color: #66bba9
}
.search-form-page {
  position: relative
}
.search-form-page input {
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  padding: 15px 20px;
  width: 100%
}
.search-form-page input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none
}
.search-form-page button {
  bottom: 10px;
  font-size: 20px;
  position: absolute;
  right: 15px
}
.formHeroWrap {
  background-color: #f0f1f3;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  margin: 80px auto -120px;
  max-width: 85%;
  padding: 56px
}
.formHeroWrap p {
  color: #101212;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px
}
.searchContainer {
  padding-bottom: 40px;
  padding-top: 140px
}
.searchFor {
  color: #101212;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px
}
.searchBoxResults {
  border-bottom: 2px solid #dadbdb;
  padding: 30px 0
}
.searchBoxResults p {
  font-size: 18px;
  line-height: 140%;
  margin: 0 0 20px
}
.searchBoxResults h2 {
  font-size: 24px !important;
  margin-top: 0
}
.searchBoxResults h2 a {
  color: #101212 !important;
  -webkit-text-decoration: none;
  text-decoration: none
}
.searchBoxResults h2 a:focus, .searchBoxResults h2 a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline
}
@media screen and (max-width:767px) {
  .formHeroWrap {
    max-width: 100%;
    padding: 25px
  }
  .searchFor {
    font-size: 28px
  }
}
.notFoundRight {
  background-color: #66bba9;
  background-size: cover
}
.notFoundLeft {
  margin-left: auto;
  max-width: 700px;
  padding: 40px;
  text-align: center
}
.notFoundLeft p {
  color: #101212;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px
}
.notFoundLeft h1 {
  color: #ccf1e3;
  font-size: 180px;
  font-weight: 700;
  margin: 0 !important
}
.copyRight404 {
  max-width: 700px;
  padding: 80px 40px
}
.copyRight404 p {
  color: #fff;
  font-size: 29px;
  font-weight: 700
}
.copyRight404 .mainCTA {
  border: 2px solid #fff;
  color: #fff;
  margin-bottom: 20px
}
.copyRight404 .mainCTA:focus, .copyRight404 .mainCTA:hover {
  background: #ccf1e3
}
@media screen and (max-width:991px) {
  .notFoundLeft {
    max-width: 100%;
    padding: 40px
  }
  .notFoundLeft p {
    font-size: 20px
  }
  .notFoundLeft h1 {
    font-size: 80px
  }
  .copyRight404 {
    max-width: 100%;
    padding: 40px
  }
  .copyRight404 p {
    font-size: 24px
  }
}
.navigation {
  text-align: center
}
.navigation ul {
  list-style-type: none;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0
}
.navigation ul li {
  display: inline-block;
  padding: 0 3px
}
.navigation ul .active a {
  background-color: transparent;
  color: #66bba9
}
.navigation ul a {
  background-color: #ccf1e3;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  padding: 5px 10px;
  -webkit-text-decoration: none;
  text-decoration: none
}
.pagination {
  padding-top: 10px;
  text-align: center
}
.pagination a {
  background-color: #f6f7f7;
  border-radius: 5px;
  color: #101212
}
.pagination .current, .pagination a {
  font-weight: 500;
  margin: 0 3px;
  padding: 8px 14px;
  -webkit-text-decoration: none;
  text-decoration: none
}
.pagination .current {
  background-color: #008573;
  border-radius: 8px;
  color: #fff;
  font-size: 14px
}
.formWrapper {
  padding: 0 40px
}
.formWrapper .gform_confirmation_message {
  font-size: 18px;
  line-height: 140%;
  padding-left: 15px;
  padding-top: 20px
}
.formWrapper h2 {
  color: #101212;
  font-size: 36px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 0
}
.formWrapper .formLeft, .formWrapper .formRight {
  display: inline-block;
  padding: 0 10px;
  width: 50%
}
.formWrapper .formRight {
  clear: both
}
.formWrapper .formFull {
  padding: 0 10px
}
.formWrapper .gform_required_legend {
  display: none
}
.formWrapper .gform-body label {
  color: #101212;
  display: table;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px
}
.formWrapper .gform-body input {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  box-shadow: none;
  color: #101212;
  margin-top: 5px;
  padding: 15px 10px;
  width: 100%
}
.formWrapper .gform-body input:focus {
  border: 1px solid #ccf1e3
}
.formWrapper .gform-body textarea {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  box-shadow: none;
  color: #101212;
  font-family: "work-sans", sans-serif;
  margin-top: 5px;
  max-height: 150px;
  padding: 15px 10px;
  width: 100%
}
.formWrapper .gform-body textarea:focus {
  border: 1px solid #ccf1e3
}
.formWrapper .gform_footer {
  padding: 0 10px
}
.formWrapper .gform_button {
  background-color: #ccf1e3;
  border: none;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 12px 30px;
  text-align: center
}
.formWrapper .gform_button:focus, .formWrapper .gform_button:hover {
  background-color: #66bba9
}
.formWrapper .hide_summary {
  display: none
}
.formWrapper .validation_message {
  color: #da500b;
  font-size: 14px
}
.formWrapper .gfield_error input, .formWrapper .gfield_error textarea {
  border: 1px solid #da500b
}
.formWrapper .hidden_label label, .formWrapper .instruction.validation_message {
  display: none
}
.formWrapper .gfield--type-checkbox {
  border: none;
  margin: 20px 0;
  padding: 0 10px
}
.formWrapper .gfield--type-checkbox legend {
  color: #101212;
  display: table;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px
}
.formWrapper .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}
.formWrapper .gfield_checkbox div {
  flex-basis: 33.33%;
  margin-bottom: 5px
}
.formWrapper .gfield_checkbox input {
  display: inline-block;
  position: absolute;
  width: inherit
}
.formWrapper .gfield_checkbox label {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding-left: 22px;
  vertical-align: middle
}
.darkTheme .formWrapper .gform-body label, .darkTheme .formWrapper h2 {
  color: #fff
}
.darkTheme .formWrapper .gform_button {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff
}
.darkTheme .formWrapper .gform_button:hover {
  background-color: #ccf1e3
}
.basicForm [class*=col-] {
  padding: 6px
}
.basicForm .required {
  color: #86dbfa
}
.basicForm label {
  display: table;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 4px
}
.basicForm input, .basicForm select {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  font-size: 16px;
  padding: 12px;
  width: 100%
}
.basicForm select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../316dc6a67c01b2d7bf29.png);
  background-position-x: 95%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  position: relative
}
.basicForm .search-container {
  position: relative
}
.basicForm .search-container .search-icon {
  color: #101212;
  position: absolute;
  right: 15px;
  top: 13px
}
.headerTabs {
  background-color: #66bba9;
  padding-top: 20px
}
.tabNav {
  overflow: hidden
}
.tabNav button {
  background-color: #b2d9d1;
  border: none;
  border-top: 5px solid transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-right: 12px;
  outline: none;
  padding: 7px 20px 10px;
  transition: .3s
}
.tabNav button.active, .tabNav button:hover {
  background-color: #fff;
  border-top: 5px solid #ccf1e3;
  color: #3b3d3d
}
.tabcontentNav {
  border: 1px solid #ccc;
  border-top: none;
  display: none
}
@media screen and (max-width:991px) {
  .formWrapper {
    padding: 20px 0
  }
}
@media screen and (max-width:767px) {
  .formWrapper h2 {
    font-size: 30px !important;
    margin-left: 0;
    margin-top: 0
  }
  .formWrapper .formLeft, .formWrapper .formRight {
    padding: 0;
    width: 100%
  }
  .formWrapper .formFull {
    padding: 0
  }
}
@media screen and (max-width:1199px) {
  .navDesktop {
    display: none !important
  }
  .navTablet {
    display: inherit
  }
}
@media screen and (max-width:991px) {
  .searchWrapper {
    margin-bottom: 20px;
    width: 48%
  }
}
@media screen and (max-width:767px) {
  .tabNav {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center
  }
  .tabNav button {
    font-size: 10px;
    margin: 0 5px;
    padding: 7px 10px 10px
  }
  .searchWrapper {
    width: 100%
  }
  .basicForm select {
    background-position-x: 97%
  }
}
.alertBar {
  position: relative
}
.alertBar.is-open .alertBarItem {
  opacity: 0;
  position: absolute;
  transition: opacity .5s
}
@media screen and (max-width:991px) {
  .alertBar.is-open .alertBarItem {
    opacity: 1;
    position: relative
  }
}
.alertBar.is-open .alertBarItem.is-open {
  opacity: 1;
  position: static;
  transition: opacity .5s;
  width: 100%;
  z-index: 3
}
.alertBar.is-open .alertBarItem.is-open .alertDropdown {
  border: 0
}
.alertFirst {
  padding: 0
}
.alertFirst .alertText {
  background-color: #ccf1e3;
  border-right: 2px solid #fff;
  color: #fff
}
@media screen and (max-width:991px) {
  .alertFirst .alertText {
    border: 0
  }
}
.alertSecond {
  padding: 0
}
.alertSecond .alertText {
  background-color: #c9540b;
  border-left: 2px solid #fff;
  color: #101212
}
@media screen and (max-width:991px) {
  .alertSecond .alertText {
    border: 0
  }
}
.alertText {
  align-items: center;
  display: flex;
  font-family: "work-sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  padding: 8px 48px;
  position: relative
}
@media screen and (max-width:991px) {
  .alertText {
    font-size: 12px;
    padding: 8px 45px 8px 20px
  }
}
.alertText i {
  font-size: 24px;
  line-height: 0;
  margin-right: 10px;
  -webkit-text-decoration: none;
  text-decoration: none
}
.alertText .dropdown {
  font-size: 18px;
  margin-top: -9px;
  position: absolute;
  right: 30px;
  top: 50%
}
@media screen and (max-width:991px) {
  .alertText .dropdown {
    right: 20px
  }
}
.alertDropdown {
  cursor: pointer
}
.alertDropdown.is-open .dropdown:before {
  content: "ï·"
}
.alertBarItem .alertBody {
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(51, 50, 48, .14);
  display: none;
  font-family: "work-sans", sans-serif;
  font-size: 16px;
  line-height: 160%;
  padding: 24px 48px;
  position: relative;
  width: 100vw;
  z-index: 9
}
@media screen and (max-width:991px) {
  .alertBarItem .alertBody {
    padding: 16px 20px
  }
}
.alertBarItem .alertBody p:last-child {
  margin-bottom: 0
}
@media screen and (max-width:991px) {
  .alertBarItem .alertBody p {
    font-size: 14px
  }
}
.alertBarItem .alertBody .readMore {
  font-size: 14px;
  margin-top: 32px
}
@media screen and (max-width:991px) {
  .alertBarItem .alertBody .readMore {
    font-size: 12px;
    margin-top: 20px
  }
}
.alertBarItem.twoAlertBar.alertSecond .alertBody {
  left: -50vw
}
@media screen and (max-width:991px) {
  .alertBarItem.twoAlertBar.alertSecond .alertBody {
    left: 0
  }
}
.alertBarItem.is-open.twoAlertBar.alertSecond .alertBody {
  left: 0
}
.alertBarItem:hover .alertDropdown .text {
  -webkit-text-decoration: underline;
  text-decoration: underline
}
@media screen and (max-width:991px) {
  .alertBarItem {
    margin-bottom: 4px
  }
}
.oneAlerBar .alertDropdown {
  border: 0
}
.mediaObject .mediaImage {
  margin-top: 28px
}
.mediaImage img {
  border-radius: 4px;
  height: auto;
  width: 100%
}
@media screen and (max-width:767px) {
  .imageLeft {
    padding-top: 0
  }
}
@media screen and (min-width:768px) {
  .imageLeft .mediaImage {
    padding-right: 32px
  }
  .imageRight .mediaImage {
    padding-left: 32px
  }
}
.navLinks {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 26px 0
}
@media screen and (max-width:767px) {
  .navLinks {
    padding: 14px 0
  }
}
.navLinks li {
  margin: 0 10px
}
@media screen and (max-width:767px) {
  .navLinks li {
    margin: 0 8px
  }
}
.navLinks li a {
  border-bottom: 1px solid #818888;
  color: #818888;
  display: inline-block;
  font-family: "work-sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 8px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: capitalize
}
@media screen and (max-width:767px) {
  .navLinks li a {
    font-size: 15px
  }
}
.navLinks li a:focus, .navLinks li a:hover {
  border-color: #ccf1e3;
  color: #ccf1e3
}
.navLinks li a.is-active {
  border-bottom: 3px solid #ccf1e3;
  color: #ccf1e3
}
.darkTheme .navLinks li a {
  border-color: #fff;
  color: #fff
}
.blogIntroWrap {
  margin: 0 auto;
  max-width: 860px;
  text-align: center
}
.blogIntroWrap img {
  border-radius: 10px
}
.blogFluidArchive, .relatedBlogs {
  padding: 96px 0
}
.blogFluidArchive .cardBasic, .relatedBlogs .cardBasic {
  position: relative
}
.blogFluidArchive .cardBasic:hover, .relatedBlogs .cardBasic:hover {
  filter: drop-shadow(0 4px 31px rgba(51, 50, 48, .08))
}
.blogFluidArchive .cardBasic .readMore:after, .relatedBlogs .cardBasic .readMore:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}
.blogFluidArchive .cardBasicBody, .relatedBlogs .cardBasicBody {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 24px 32px
}
.blogFluidArchive .cardBasicBody h2, .relatedBlogs .cardBasicBody h2 {
  font-size: 16px;
  line-height: 140%
}
.backBlog {
  text-align: left
}
.backBlog a {
  color: #66bba9 !important
}
.backBlog span {
  margin-right: 8px
}
.blogCore {
  margin: 0 auto;
  max-width: 860px;
  padding-bottom: 30px
}
.blogFluid {
  background-color: #f2f3f3;
  padding-bottom: 60px;
  padding-top: 60px
}
.blogIntro {
  color: #66bba9;
  font-size: 40px;
  margin: 0 auto;
  max-width: 700px;
  text-align: center
}
.relatedBlogs {
  padding-bottom: 50px;
  padding-top: 50px
}
.relatedBlogs .intro h2 {
  color: #66bba9;
  font-size: 42px;
  line-height: 120%;
  text-align: center
}
.socialShare {
  background-color: #e9ecec;
  margin-bottom: 30px;
  padding: 5px;
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 10
}
.socialShare p {
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0 0;
  text-transform: uppercase
}
.socialShare a {
  background-color: #66bba9;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 22px;
  height: 45px;
  margin: 10px 2px;
  padding-top: 9px;
  text-align: center;
  width: 45px
}
.blogFilterWrap {
  -moz-column-gap: 16px;
  column-gap: 16px;
  display: flex;
  justify-content: center;
  text-align: center
}
.blogFilterWrap label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px
}
.blogFilterWrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  font-size: 14px;
  padding: 16px 40px 16px 16px;
  position: relative
}
.blogFilterWrap input::-moz-placeholder {
  color: #101212;
  font-size: 14px;
  opacity: 1
}
.blogFilterWrap input::placeholder {
  color: #101212;
  font-size: 14px;
  opacity: 1
}
.blogFilterWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  font-size: 14px;
  padding: 16px 40px 16px 16px
}
.blogFilterWrap .selectWrapper {
  position: relative
}
@media screen and (min-width:991px) {
  .blogFilterWrap .selectWrapper input, .blogFilterWrap .selectWrapper select {
    width: 434px
  }
}
.blogFilterWrap .selectWrapper i {
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}
@media screen and (max-width:480px) {
  .blogFilterWrap {
    flex-direction: column;
    row-gap: 16px
  }
  .blogFilterWrap .selectWrapper input, .blogFilterWrap .selectWrapper select {
    width: 100%
  }
}
.backBlog {
  font-weight: 600;
  text-align: center
}
@media screen and (max-width:767px) {
  .socialShare {
    background-color: transparent;
    position: relative;
    top: 0
  }
  .socialShare a {
    display: inline-block
  }
}
.post-type-archive-tribe_events #footer, .post-type-archive-tribe_events #header, .post-type-archive-tribe_events hr, .single-tribe_events #footer, .single-tribe_events #header, .single-tribe_events hr {
  display: none
}
.mfp-bg {
  background: #0b0b0b;
  opacity: .8;
  overflow: hidden;
  z-index: 1042
}
.mfp-bg, .mfp-wrap {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%
}
.mfp-wrap {
  -webkit-backface-visibility: hidden;
  outline: none !important;
  z-index: 1043
}
.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.mfp-align-top .mfp-container:before {
  display: none
}
.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  cursor: auto;
  width: 100%
}
.mfp-ajax-cur {
  cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
  cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.mfp-loading.mfp-figure {
  display: none
}
.mfp-hide {
  display: none !important
}
.mfp-preloader {
  color: #ccc;
  left: 8px;
  margin-top: -.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044
}
.mfp-preloader a {
  color: #ccc
}
.mfp-preloader a:hover {
  color: #fff
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none
}
button.mfp-arrow, button.mfp-close {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046
}
button::-moz-focus-inner {
  border: 0;
  padding: 0
}
.mfp-close {
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: .65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  top: 0;
  width: 44px
}
.mfp-close:focus, .mfp-close:hover {
  opacity: 1
}
.mfp-close:active {
  top: 1px
}
.mfp-close-btn-in .mfp-close {
  color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%
}
.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}
.mfp-arrow {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 110px;
  margin: -55px 0 0;
  opacity: .65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px
}
.mfp-arrow:active {
  margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
  border: inset transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0
}
.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px
}
.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: .7
}
.mfp-arrow-left {
  left: 0
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}
.mfp-arrow-left:before {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px
}
.mfp-arrow-right {
  right: 0
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%
}
.mfp-iframe-holder .mfp-close {
  top: -40px
}
.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%
}
.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0;
  width: auto
}
.mfp-figure, img.mfp-img {
  line-height: 0
}
.mfp-figure:after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}
.mfp-figure figure {
  margin: 0
}
.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%
}
.mfp-title {
  word-wrap: break-word;
  color: #f3f3f3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left
}
.mfp-image-holder .mfp-content {
  max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}
@media screen and (max-height:300px), screen and (max-width:800px)and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, .6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px
  }
}
@media (max-width:900px) {
  .mfp-arrow {
    transform: scale(.75)
  }
  .mfp-arrow-left {
    transform-origin: 0
  }
  .mfp-arrow-right {
    transform-origin: 100%
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all .15s ease-out
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .15s ease-out
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.slick-list, .slick-slider {
  display: block;
  position: relative
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0)
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table
}
.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 {
  border: 1px solid transparent;
  display: block;
  height: auto
}
.slick-arrow.slick-hidden {
  display: none
}
.beefup {
  background-color: #e9f7f4;
  border: 1px solid #b2d9d1;
  border-radius: 8px;
  margin: 1em 0;
  transition: border .2s ease
}
.beefup:first-child {
  margin-top: 0
}
.beefup:last-child {
  margin-bottom: 0
}
.beefup:hover {
  border-color: #aaa
}
.beefup__body, .beefup__head {
  padding: 20px
}
.beefup__head {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding-right: 50px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap
}
.beefup__head:after {
  border-color: #ddd transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  height: 0;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
  transition: border .2s ease;
  width: 0
}
.beefup__body {
  margin-top: -12px;
  padding-top: 0
}
.beefup.is-open > .beefup__head:after {
  border-color: transparent transparent #ddd;
  border-width: 0 10px 10px
}
.mfp-bg {
  background: #0b0b0b;
  opacity: .8;
  overflow: hidden;
  z-index: 1042
}
.mfp-bg, .mfp-wrap {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%
}
.mfp-wrap {
  -webkit-backface-visibility: hidden;
  outline: none !important;
  z-index: 1043
}
.mfp-container {
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0 8px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.mfp-align-top .mfp-container:before {
  display: none
}
.mfp-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: middle;
  z-index: 1045
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  cursor: auto;
  width: 100%
}
.mfp-ajax-cur {
  cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
  cursor: auto
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.mfp-loading.mfp-figure {
  display: none
}
.mfp-hide {
  display: none !important
}
.mfp-preloader {
  color: #ccc;
  left: 8px;
  margin-top: -.8em;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 50%;
  width: auto;
  z-index: 1044
}
.mfp-preloader a {
  color: #ccc
}
.mfp-preloader a:hover {
  color: #fff
}
.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
  display: none
}
button.mfp-arrow, button.mfp-close {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1046
}
button::-moz-focus-inner {
  border: 0;
  padding: 0
}
.mfp-close {
  color: #fff;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  opacity: .65;
  padding: 0 0 18px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  top: 0;
  width: 44px
}
.mfp-close:focus, .mfp-close:hover {
  opacity: 1
}
.mfp-close:active {
  top: 1px
}
.mfp-close-btn-in .mfp-close {
  color: #333
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  padding-right: 6px;
  right: -6px;
  text-align: right;
  width: 100%
}
.mfp-counter {
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap
}
.mfp-arrow {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 110px;
  margin: -55px 0 0;
  opacity: .65;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 90px
}
.mfp-arrow:active {
  margin-top: -54px
}
.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1
}
.mfp-arrow:after, .mfp-arrow:before {
  border: inset transparent;
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin-left: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0;
  width: 0
}
.mfp-arrow:after {
  border-bottom-width: 13px;
  border-top-width: 13px;
  top: 8px
}
.mfp-arrow:before {
  border-bottom-width: 21px;
  border-top-width: 21px;
  opacity: .7
}
.mfp-arrow-left {
  left: 0
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}
.mfp-arrow-left:before {
  border-right: 27px solid #3f3f3f;
  margin-left: 25px
}
.mfp-arrow-right {
  right: 0
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
  padding-bottom: 40px;
  padding-top: 40px
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  max-width: 900px;
  width: 100%
}
.mfp-iframe-holder .mfp-close {
  top: -40px
}
.mfp-iframe-scaler {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  width: 100%
}
.mfp-iframe-scaler iframe {
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
img.mfp-img {
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding: 40px 0;
  width: auto
}
.mfp-figure, img.mfp-img {
  line-height: 0
}
.mfp-figure:after {
  background: #444;
  bottom: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  content: "";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 40px;
  width: auto;
  z-index: -1
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}
.mfp-figure figure {
  margin: 0
}
.mfp-bottom-bar {
  cursor: auto;
  left: 0;
  margin-top: -36px;
  position: absolute;
  top: 100%;
  width: 100%
}
.mfp-title {
  word-wrap: break-word;
  color: #f3f3f3;
  line-height: 18px;
  padding-right: 36px;
  text-align: left
}
.mfp-image-holder .mfp-content {
  max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}
@media screen and (max-height:300px), screen and (max-width:800px)and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0
  }
  .mfp-img-mobile .mfp-figure:after {
    bottom: 0;
    top: 0
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 5px;
    position: fixed;
    top: auto
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }
  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, .6);
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px
  }
}
@media (max-width:900px) {
  .mfp-arrow {
    transform: scale(.75)
  }
  .mfp-arrow-left {
    transform-origin: 0
  }
  .mfp-arrow-right {
    transform-origin: 100%
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transform: scale(.8);
  transition: all .2s ease-in-out
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1)
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: scale(.8)
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity .3s ease-out
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transition: all .2s ease-out
}
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0)
}
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg)
}
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity .3s ease-out
}
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: .8
}
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0
}
/*! jQuery UI - v1.14.0 - 2024-08-14
* https://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright OpenJS Foundation and other contributors; Licensed MIT */ .ui-helper-hidden {
  display: none
}
.ui-helper-hidden-accessible {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.ui-helper-reset {
  border: 0;
  font-size: 100%;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-text-decoration: none;
  text-decoration: none
}
.ui-helper-clearfix:after, .ui-helper-clearfix:before {
  border-collapse: collapse;
  content: "";
  display: table
}
.ui-helper-clearfix:after {
  clear: both
}
.ui-helper-zfix {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.ui-front {
  z-index: 100
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none
}
.ui-icon {
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: -.25em;
  overflow: hidden;
  position: relative;
  text-indent: -99999px;
  vertical-align: middle
}
.ui-widget-icon-block {
  display: block;
  left: 50%;
  margin-left: -8px
}
.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%
}
.ui-datepicker {
  display: none;
  padding: .2em .2em 0;
  width: 17em
}
.ui-datepicker .ui-datepicker-header {
  padding: .2em 0;
  position: relative
}
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em
}
.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px
}
.ui-datepicker .ui-datepicker-next {
  right: 2px
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px
}
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%
}
.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%
}
.ui-datepicker table {
  border-collapse: collapse;
  font-size: .9em;
  margin: 0 0 .4em;
  width: 100%
}
.ui-datepicker th {
  border: 0;
  font-weight: 700;
  padding: .7em .3em;
  text-align: center
}
.ui-datepicker td {
  border: 0;
  padding: 1px
}
.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  -webkit-text-decoration: none;
  text-decoration: none
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: .7em 0 0;
  padding: 0 .2em
}
.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: .5em .2em .4em;
  overflow: visible;
  padding: .2em .6em .3em;
  width: auto
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left
}
.ui-datepicker.ui-datepicker-multi {
  width: auto
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left
}
.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto .4em;
  width: 95%
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left
}
.ui-datepicker-row-break {
  clear: both;
  font-size: 0;
  width: 100%
}
.ui-datepicker-rtl {
  direction: rtl
}
.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0
}
.ui-datepicker .ui-icon {
  background-repeat: no-repeat;
  display: block;
  left: .5em;
  overflow: hidden;
  text-indent: -99999px;
  top: .3em
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif
}
.ui-widget, .ui-widget .ui-widget {
  font-size: 1em
}
.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5
}
.ui-widget-content {
  background: #fff;
  border: 1px solid #ddd;
  color: #333
}
.ui-widget-content a {
  color: #333
}
.ui-widget-header {
  background: #e9e9e9;
  border: 1px solid #ddd;
  color: #333;
  font-weight: 700
}
.ui-widget-header a {
  color: #333
}
.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  color: #454545;
  font-weight: 400
}
.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
  color: #454545;
  -webkit-text-decoration: none;
  text-decoration: none
}
.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  background: #ededed;
  border: 1px solid #ccc;
  color: #2b2b2b;
  font-weight: 400
}
.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
  color: #2b2b2b;
  -webkit-text-decoration: none;
  text-decoration: none
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6
}
.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
  background: #007fff;
  border: 1px solid #003eff;
  color: #fff;
  font-weight: 400
}
.ui-icon-background, .ui-state-active .ui-icon-background {
  background-color: #fff;
  border: #003eff
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #fffa90;
  border: 1px solid #dad55e;
  color: #777620
}
.ui-state-checked {
  background: #fffa90;
  border: 1px solid #dad55e
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  background: #fddfdf;
  border: 1px solid #f1a899;
  color: #5f3f3f
}
.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  font-weight: 400;
  opacity: .7
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  background-image: none;
  opacity: .35
}
.ui-icon {
  height: 16px;
  width: 16px
}
.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url(../9f5bd2cdb1136d3bdbae.png)
}
.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url(../55ad7db286928d516a32.png)
}
.ui-button:active .ui-icon, .ui-state-active .ui-icon {
  background-image: url(../a2cdd0d3a32b4bc9eb68.png)
}
.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
  background-image: url(../db9928faba4014fd74ae.png)
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(../dba82b9f46a2f6b9e1d1.png)
}
.ui-button .ui-icon {
  background-image: url(../a6ebcfbb75a49dacaa2d.png)
}
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none
}
.ui-icon-caret-1-n {
  background-position: 0 0
}
.ui-icon-caret-1-ne {
  background-position: -16px 0
}
.ui-icon-caret-1-e {
  background-position: -32px 0
}
.ui-icon-caret-1-se {
  background-position: -48px 0
}
.ui-icon-caret-1-s {
  background-position: -65px 0
}
.ui-icon-caret-1-sw {
  background-position: -80px 0
}
.ui-icon-caret-1-w {
  background-position: -96px 0
}
.ui-icon-caret-1-nw {
  background-position: -112px 0
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px
}
.ui-icon-arrow-4 {
  background-position: 0 -80px
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px
}
.ui-icon-extlink {
  background-position: -32px -80px
}
.ui-icon-newwin {
  background-position: -48px -80px
}
.ui-icon-refresh {
  background-position: -64px -80px
}
.ui-icon-shuffle {
  background-position: -80px -80px
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px
}
.ui-icon-folder-open {
  background-position: -16px -96px
}
.ui-icon-document {
  background-position: -32px -96px
}
.ui-icon-document-b {
  background-position: -48px -96px
}
.ui-icon-note {
  background-position: -64px -96px
}
.ui-icon-mail-closed {
  background-position: -80px -96px
}
.ui-icon-mail-open {
  background-position: -96px -96px
}
.ui-icon-suitcase {
  background-position: -112px -96px
}
.ui-icon-comment {
  background-position: -128px -96px
}
.ui-icon-person {
  background-position: -144px -96px
}
.ui-icon-print {
  background-position: -160px -96px
}
.ui-icon-trash {
  background-position: -176px -96px
}
.ui-icon-locked {
  background-position: -192px -96px
}
.ui-icon-unlocked {
  background-position: -208px -96px
}
.ui-icon-bookmark {
  background-position: -224px -96px
}
.ui-icon-tag {
  background-position: -240px -96px
}
.ui-icon-home {
  background-position: 0 -112px
}
.ui-icon-flag {
  background-position: -16px -112px
}
.ui-icon-calendar {
  background-position: -32px -112px
}
.ui-icon-cart {
  background-position: -48px -112px
}
.ui-icon-pencil {
  background-position: -64px -112px
}
.ui-icon-clock {
  background-position: -80px -112px
}
.ui-icon-disk {
  background-position: -96px -112px
}
.ui-icon-calculator {
  background-position: -112px -112px
}
.ui-icon-zoomin {
  background-position: -128px -112px
}
.ui-icon-zoomout {
  background-position: -144px -112px
}
.ui-icon-search {
  background-position: -160px -112px
}
.ui-icon-wrench {
  background-position: -176px -112px
}
.ui-icon-gear {
  background-position: -192px -112px
}
.ui-icon-heart {
  background-position: -208px -112px
}
.ui-icon-star {
  background-position: -224px -112px
}
.ui-icon-link {
  background-position: -240px -112px
}
.ui-icon-cancel {
  background-position: 0 -128px
}
.ui-icon-plus {
  background-position: -16px -128px
}
.ui-icon-plusthick {
  background-position: -32px -128px
}
.ui-icon-minus {
  background-position: -48px -128px
}
.ui-icon-minusthick {
  background-position: -64px -128px
}
.ui-icon-close {
  background-position: -80px -128px
}
.ui-icon-closethick {
  background-position: -96px -128px
}
.ui-icon-key {
  background-position: -112px -128px
}
.ui-icon-lightbulb {
  background-position: -128px -128px
}
.ui-icon-scissors {
  background-position: -144px -128px
}
.ui-icon-clipboard {
  background-position: -160px -128px
}
.ui-icon-copy {
  background-position: -176px -128px
}
.ui-icon-contact {
  background-position: -192px -128px
}
.ui-icon-image {
  background-position: -208px -128px
}
.ui-icon-video {
  background-position: -224px -128px
}
.ui-icon-script {
  background-position: -240px -128px
}
.ui-icon-alert {
  background-position: 0 -144px
}
.ui-icon-info {
  background-position: -16px -144px
}
.ui-icon-notice {
  background-position: -32px -144px
}
.ui-icon-help {
  background-position: -48px -144px
}
.ui-icon-check {
  background-position: -64px -144px
}
.ui-icon-bullet {
  background-position: -80px -144px
}
.ui-icon-radio-on {
  background-position: -96px -144px
}
.ui-icon-radio-off {
  background-position: -112px -144px
}
.ui-icon-pin-w {
  background-position: -128px -144px
}
.ui-icon-pin-s {
  background-position: -144px -144px
}
.ui-icon-play {
  background-position: 0 -160px
}
.ui-icon-pause {
  background-position: -16px -160px
}
.ui-icon-seek-next {
  background-position: -32px -160px
}
.ui-icon-seek-prev {
  background-position: -48px -160px
}
.ui-icon-seek-end {
  background-position: -64px -160px
}
.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px
}
.ui-icon-stop {
  background-position: -96px -160px
}
.ui-icon-eject {
  background-position: -112px -160px
}
.ui-icon-volume-off {
  background-position: -128px -160px
}
.ui-icon-volume-on {
  background-position: -144px -160px
}
.ui-icon-power {
  background-position: 0 -176px
}
.ui-icon-signal-diag {
  background-position: -16px -176px
}
.ui-icon-signal {
  background-position: -32px -176px
}
.ui-icon-battery-0 {
  background-position: -48px -176px
}
.ui-icon-battery-1 {
  background-position: -64px -176px
}
.ui-icon-battery-2 {
  background-position: -80px -176px
}
.ui-icon-battery-3 {
  background-position: -96px -176px
}
.ui-icon-circle-plus {
  background-position: 0 -192px
}
.ui-icon-circle-minus {
  background-position: -16px -192px
}
.ui-icon-circle-close {
  background-position: -32px -192px
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px
}
.ui-icon-circle-check {
  background-position: -208px -192px
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px
}
.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  border-top-left-radius: 3px
}
.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  border-top-right-radius: 3px
}
.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  border-bottom-left-radius: 3px
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  border-bottom-right-radius: 3px
}
.ui-widget-overlay {
  background: #aaa;
  opacity: .3
}
.ui-widget-shadow {
  box-shadow: 0 0 5px #666
}
.parkingWidget {
  background-color: #66bba9;
  box-shadow: 0 6px 24px 0 rgba(51, 50, 48, .25);
  height: 100%;
  padding: 28px;
  position: absolute;
  right: -450px;
  top: 0;
  width: 450px;
  z-index: 1
}
.parkingWidget #closeParkingWidget {
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 1
}
.parkingWidget h2 {
  color: #fff
}
.parkingWidget .parkingSubmit {
  background-color: #fff;
  color: #ccf1e3
}
.parkingWidget #output {
  color: #fff
}
.parkingWidget #output p {
  border-bottom: 1px solid #fff
}
.parkingWidget #clearResults {
  border: 2px solid #fff;
  color: #fff
}
.parkingWidget .basicForm label {
  color: #fff
}
.parkingWidget .basicForm input, .parkingWidget .basicForm select {
  border: 1px solid #c2c2c2
}
.parkingWidget .parkingSpinner {
  color: #fff
}
.parkingBlock {
  align-items: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 6px 24px 0 rgba(51, 50, 48, .25);
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 510px;
  min-height: 338px;
  padding: 40px 32px
}
.parkingBlock .parkingSpinner {
  color: #ccf1e3;
  height: 100%
}
.parkingBlock h2 {
  color: #101212;
  margin-bottom: 16px !important
}
.parkingBlock .basicForm label {
  color: #101212
}
.parkingBlock #clearResults {
  border: 2px solid #ccf1e3;
  color: #ccf1e3
}
.parkingBlock .widgetViewAll {
  color: #101212
}
.parkingBlock .parkingSubmit {
  background-color: #ccf1e3;
  color: #fff
}
.parkingBlock #output p {
  border-bottom: 1px solid #c2c2c2;
  color: #101212 !important
}
.parkingBlock .widgetViewAll {
  color: #ccf1e3
}
.parkingColumn [class*=col-] {
  padding: 7px
}
.parkingContainer {
  width: 100%
}
.parkingContainer h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 0 0 10px
}
.parkingContainer .parkingSubmit {
  border: 1px solid #fff;
  border-radius: 48px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
  padding: 15px 12px;
  text-align: center;
  width: 100%
}
.parkingContainer .parkingSubmit:focus, .parkingContainer .parkingSubmit:hover {
  background-color: #66bba9
}
.parkingContainer .fa-calendar, .parkingContainer .fa-clock {
  bottom: 21px;
  position: absolute;
  right: 19px
}
.parkingContainer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff
}
.parkingContainer #output p {
  color: #fff;
  margin: 0;
  padding: 12px 0
}
.parkingContainer #clearResults {
  border-radius: 48px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  padding: 15px 12px;
  text-align: center;
  width: 100%
}
.parkingOutput {
  display: none
}
.parkingSpinner {
  align-items: center;
  display: none;
  height: 100%;
  text-align: center
}
@media screen and (max-width:767px) {
  .parkingWidget {
    height: inherit;
    right: -100%;
    width: 100%
  }
  .parkingWidget .basicForm label {
    font-size: 14px
  }
}
.flightWidget {
  background-color: #66bba9;
  box-shadow: 0 6px 24px 0 rgba(51, 50, 48, .25);
  padding: 28px 28px 50px;
  position: absolute;
  right: -600px;
  top: 0;
  width: 600px;
  z-index: 1
}
.flightWidget #closeFlightWidget {
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 1
}
.flightWidgetBody h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin: 0
}
.flightWidgetBody .basicForm label {
  color: #fff
}
.flightWidgetHeader {
  margin: 0 12px !important
}
.flightWidgetHeader p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  margin: 0
}
.flightWidgetData {
  background-color: #fff;
  border-radius: 4px;
  margin: 0 7px !important;
  padding-bottom: 8px;
  padding-top: 8px
}
.flightWidgetData [class*=col-] {
  padding: 7px 14px
}
.flightWidgetData p {
  color: #101212;
  line-height: 150%;
  margin: 0
}
.flightStatus {
  align-items: center;
  border-radius: 32px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  line-height: 165%;
  padding: 5px 16px 4px 35px;
  position: relative;
  text-align: center
}
.flightStatus:before {
  font-family: Font Awesome\ 6 Pro;
  font-weight: 400;
  left: 13px;
  position: absolute
}
.flightArrived {
  background-color: #3eaa09
}
.flightArrived:before {
  content: "ï˜"
}
.flightInRange {
  background-color: #c9540b
}
.flightInRange:before {
  content: "ï²"
}
.flightOnTime {
  background-color: #ccf1e3
}
.flightOnTime:before {
  content: "ï…¤"
}
.flightCancelled {
  background-color: #cfedf4
}
.flightCancelled:before {
  content: "ï—"
}
.flightDelayed {
  background-color: #cfedf4
}
.flightDelayed:before {
  content: "ïª"
}
.flightNow {
  background-color: #e1f5fa
}
.flightNow:before {
  content: "ïª"
}
.widgetViewAll {
  color: #fff;
  display: table;
  font-weight: 600;
  line-height: 150%;
  margin-top: 14px;
  -webkit-text-decoration: none;
  text-decoration: none
}
.widgetViewAll span {
  margin-left: 8px
}
.skeletonFlight {
  animation: pulse 1s infinite;
  background: #c2c2c2;
  border-radius: 25px;
  height: 30px;
  width: 100%
}
@keyframes pulse {
  0% {
    background-color: #c2c2c2
  }
  50% {
    background-color: #dadbdb
  }
  to {
    background-color: #c2c2c2
  }
}
@media screen and (max-width:767px) {
  .flightWidget {
    height: inherit;
    right: -100%;
    width: 100%
  }
  .flightWidget .basicForm label {
    font-size: 14px
  }
  .flightWidgetData p {
    font-size: 12px
  }
  .flightWidgetData [class*=col-] {
    padding: 7px
  }
  .flightStatus {
    font-size: 10px;
    padding: 5px 7px
  }
  .flightStatus:before {
    display: none
  }
  .flightWidgetHeader {
    margin: 14px 7px 0 !important
  }
  .flightWidgetHeader [class*=col-] {
    padding: 6px
  }
  .flightWidgetHeader p {
    font-size: 12px
  }
  .skeletonFlight {
    border-radius: 5px;
    height: 20px
  }
}
.hero-main-block {
  background:linear-gradient(191deg,#e9f7f4 8.01%,#f6fffd 100.42%);
  padding-bottom:120px;
  padding-top:40px;
  position:relative
}
.hero-main-block .heartbeat {
  left:0;
  position:absolute;
  top:65px;
  z-index:9
}
@media screen and (max-width:991px) {
  .hero-main-block .heartbeat {
    display:none
  }
}
.hero-main-block .background {
  background:linear-gradient(115deg,rgba(10,74,61,.81) 2.68%,rgba(5,116,99,.96) 50.17%,rgba(0,153,132,.97) 83.22%);
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
.hero-main-block #breadcrumbs,
.hero-main-block #mobile-breadcrumbs {
  color:#fff;
  margin-bottom:0;
  position:absolute;
  top:48px
}
.hero-main-block #breadcrumbs a,
.hero-main-block #mobile-breadcrumbs a,
.hero-main-block .content-col h1,
.hero-main-block .content-col p {
  color:#fff
}
.hero-main-block .content-col h1 {
  font-size:max(32px,min(3.5vw,52px))
}
.hero-main-block .content-col h2 {
  font-size: max(25px, min(3vw, 32px));
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
.hero-main-block .content-col .copy-wrap p {
  font-size:19px;
  line-height:150%
}
.hero-main-block .content-col .copy-wrap p:last-of-type {
  margin-bottom:0
}
.hero-main-block .content-col .copy-wrap.large-text p {
  font-size:20px
}
@media screen and (min-width:991px) {
  .hero-main-block .content-col .copy-wrap.large-text p {
    font-size:24px
  }
}
.hero-main-block .content-col .cta-wrap {
  -moz-column-gap:16px;
  column-gap:16px;
  display:flex;
  flex-wrap:wrap;
  margin-bottom:28px;
  margin-top:28px;
  row-gap:16px
}
.hero-main-block .content-col .cta-wrap a {
  flex-grow:1;
  margin:0
}
@media screen and (min-width:767px) {
  .hero-main-block .content-col .cta-wrap a {
    flex-grow:0
  }
}
@media screen and (min-width:991px) {
  .hero-main-block .content-col .cta-wrap {
    margin-bottom:0;
    margin-top:32px
  }
}
.hero-main-block .media-col {
  position:relative
}
@media screen and (max-width:991px) {
  .hero-main-block .media-col {
    height:396px
  }
}
.hero-main-block .media-col img.main-img,
.hero-main-block .media-col picture.main-img {
  background:#d3d3d3;
  border:10px solid #ccf1e3;
  border-radius:8px;
  display:block;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover;
  width:100%
}
@media screen and (max-width:991px) {
  .hero-main-block .media-col img.main-img,
  .hero-main-block .media-col picture.main-img {
    margin-top:20px
  }
	#mainheadervideo.video-holder {
  margin-top:30px;
}
}
.hero-main-block .media-col img.main-img img,
.hero-main-block .media-col picture.main-img img {
  height:100%;
  -o-object-fit:cover;
  object-fit:cover
}
.hero-main-block .media-col .play-button {
  cursor:pointer;
  left:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%)
}
.hero-main-block .media-col .play-button i {
  color:#fff;
  font-size:max(56px,min(5vw,80px))
}
.hero-main-block .media-col .play-button:hover i {
  opacity:.8
}
.hero-main-block .media-col .corner-art {
  bottom: -14%;
  display: none;
  position: absolute;
  right: 10%;
  width: 26%;
}
.hero-main-block .media-col .stats {
  bottom:-9%;
  -moz-column-gap:16px;
  column-gap:16px;
  display:flex;
  justify-content:center;
  left:50%;
  position:absolute;
  transform:translateX(-50%);
  z-index:9
}
.hero-main-block .media-col .stats .stat {
  background-color:#fff;
  border-radius:8px;
  box-shadow:0 6px 38px 0 rgba(51,50,48,.1);
  max-width:177px;
  min-width:133px;
  padding:16px 24px;
  white-space:nowrap
}
.hero-main-block .media-col .stats .stat span {
  color:#01695b;
  display:block;
  font-family:"poppins",sans-serif;
  font-size:max(32px,min(4vw,40px));
  font-weight:400;
  line-height:120%
}
@media screen and (max-width:1199px) {
  .hero-main-block .media-col .stats .stat:first-child,
  .hero-main-block .media-col .stats .stat:nth-child(2) {
    display:none
  }
}
.hero-main-block .video-modal {
  display:none;
  height:100vh;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:1000
}
.hero-main-block .modal-overlay {
  background:rgba(0,0,0,.8);
  height:100%;
  position:absolute;
  width:100%
}
.hero-main-block .modal-content {
  margin:100px auto;
  max-width:90%;
  position:relative;
  width:1200px;
  z-index:1001
}
.hero-main-block .modal-content iframe,
.hero-main-block .modal-content video {
  aspect-ratio:16/9;
  background:#000;
  width:100%
}
.hero-main-block .close-modal {
  background:none;
  border:none;
  color:#fff;
  cursor:pointer;
  font-size:30px;
  position:absolute;
  right:0;
  top:-40px
}
.hero-main-block.show-breadcrumbs {
  padding-bottom: 40px;
  padding-top: 50px;
}
@media screen and (min-width:992px) {
  .hero-main-block {
    padding-bottom:120px;
    padding-top:96px
  }
  .hero-main-block .background {
    width:64%
  }
  .hero-main-block .inner-wrap {
    grid-gap:5%;
    align-items:center;
    display:grid;
    gap:5%;
    grid-template-columns:1fr 1fr
  }
  .hero-main-block .inner-wrap .corner-art {
    display:block
  }
  .hero-main-block .inner-wrap .content-col {
    padding:90px 0
  }
  .hero-main-block .inner-wrap .media-col {
    height:90%
  }
}
@media screen and (min-width:1200px) {
  .hero-main-block .inner-wrap {
    grid-gap:5%;
    display:grid;
    gap:5%;
    grid-template-columns:50% 45%
  }
}

.mapWrapper {
  display: flex;
  height: 70vh;
  width: 100%
}
#sidebar {
  flex: 0 0 35%;
  height: 100%;
  overflow: auto;
  padding: 24px
}
.sidebarTop {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px
}
.sidebarTop a, .sidebarTop p {
  color: #101212;
  font-size: 14px;
  margin: 0
}
.map {
  flex: 0 0 65%
}
.topSearch {
  background-color: #66bba9;
  display: flex;
  gap: 20px;
  justify-content: start;
  padding: 20px 40px;
  position: relative
}
.topSearch h1 {
  color: #fff;
  font-size: 22px;
  margin: 0
}
.listings {
  height: 100%
}
.listings .item {
  background: #fff;
  border: 1px solid #e2e3e3;
  border-radius: 8px;
  box-shadow: 0 4px 31px 0 rgba(51, 50, 48, .05);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 24px 28px;
  -webkit-text-decoration: none;
  text-decoration: none
}
.listings .item.active {
  background-color: #f6f7f7
}
.details-section {
  box-sizing: border-box;
  padding: 10px 10px 10px 25px;
  position: relative;
  width: 50%
}
.details-section .listIcon {
  color: #c2c2c2;
  left: 0;
  position: absolute;
  top: 13px
}
.details-section h3 {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0
}
.details-section p {
  font-size: 14px;
  margin: 0
}
.button-section {
  padding-top: 10px
}
.button-section, .title-wrapper {
  display: flex;
  flex: 1 1 100%;
  gap: 8px
}
.title-wrapper {
  align-items: center;
  justify-content: space-between;
  position: relative
}
.title-wrapper .distance {
  bottom: 13px;
  color: #ccf1e3;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 0
}
.title-wrapper .title {
  border-bottom: 1px solid #dadbdb;
  color: #101212;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%
}
.listings .item .title:focus, .listings .item .title:hover, .listings .item.active .title {
  border-bottom: 1px solid #ccf1e3;
  color: #ccf1e3
}
.mapWrapper ::-webkit-scrollbar {
  background: rgba(0, 0, 0, .1);
  border-left: 0;
  height: 3px;
  width: 3px
}
.mapWrapper ::-webkit-scrollbar-track {
  background: none
}
.mapWrapper ::-webkit-scrollbar-thumb {
  background: #66bba9;
  border-radius: 0
}
.mapboxgl-popup {
  padding-bottom: 10px
}
.mapboxgl-popup-close-button {
  display: none
}
.mapboxgl-popup-content {
  padding: 20px;
  width: 230px
}
.mapboxgl-popup-content h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 5px;
  margin-top: 0
}
.mapboxgl-popup-content h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin: 0
}
.mapboxgl-popup-content div {
  padding: 10px
}
.mapboxgl-popup-content a {
  color: #ccf1e3;
  display: table;
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  -webkit-text-decoration: none;
  text-decoration: none
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #91c949
}
.dropdown {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 230px
}
.dropdown .dropdown-btn {
  background-color: #fff;
  border-radius: 6px;
  color: #101212;
  cursor: pointer;
  font-size: 14px;
  height: 45px;
  line-height: 160%;
  margin-right: 10px;
  padding: 10px 20px;
  text-align: left;
  width: 100%
}
.dropdown .dropdown-content {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  display: none;
  max-height: 150px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 1
}
.dropdown .dropdown-content label {
  align-items: center;
  color: #101212;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  padding: 5px 10px
}
.dropdown span {
  position: absolute;
  right: 10px;
  top: 14px
}
.dropdown.open .dropdown-content {
  display: block
}
.mapboxgl-ctrl-geocoder--input {
  height: 45px !important;
  padding: 10px 20px !important
}
.mapboxgl-ctrl-geocoder--input::-moz-placeholder {
  color: #101212;
  font-size: 14px
}
.mapboxgl-ctrl-geocoder--input::placeholder {
  color: #101212;
  font-size: 14px
}
.mapboxgl-ctrl-geocoder {
  min-width: 370px !important;
  width: 100% !important
}
.mapboxgl-ctrl-geocoder--icon-search {
  height: 20px;
  left: inherit !important;
  position: absolute !important;
  right: 10px !important;
  top: 12px !important;
  width: 20px !important
}
#reset-button {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  height: 45px;
  padding: 10px 20px
}
.heading {
  margin-right: 40px
}
#find-nearest-button {
  color: #fff;
  cursor: pointer;
  margin-top: 30px;
  padding: 0;
  position: absolute;
  -webkit-text-decoration: underline;
  text-decoration: underline
}
#find-nearest-button i {
  position: absolute
}
#find-nearest-button span {
  margin-left: 17px
}
.mapDirectory {
  background-color: #f6f7f7
}
.openState .beefup__head, .openState button {
  color: #101212
}
.openState button span {
  font-size: 16px;
  font-weight: 300
}
.openState a {
  color: #101212;
  display: table;
  margin-bottom: 10px;
  -webkit-text-decoration: none;
  text-decoration: none
}
.openState a span {
  color: #cfedf4;
  margin-right: 5px
}
.directoryForm {
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 40px
}
.directoryForm .grid {
  margin: 0
}
.spinnerGrid {
  display: none;
  padding-top: 20px;
  text-align: center
}
.spinnerGrid span {
  color: #ccf1e3
}
.searchGrid {
  align-items: center;
  justify-content: center
}
@media screen and (max-width:1199px) {
  #sidebar, .map {
    flex: 0 0 50%
  }
  .mapboxgl-ctrl-geocoder {
    min-width: 240px !important
  }
  .dropdown {
    width: 160px
  }
  #reset-button {
    font-size: 12px;
    padding: 5px;
    position: absolute;
    right: 10px
  }
}
@media screen and (max-width:991px) {
  #sidebar, .map {
    flex: 0 0 100%
  }
  #map {
    display: none
  }
  .topSearch {
    flex-direction: column
  }
  .mapWrapper {
    display: block;
    height: 100%
  }
  #reset-button {
    font-size: 14px;
    margin-top: -20px;
    max-width: 150px;
    position: relative;
    right: 0
  }
  .mapboxgl-ctrl-geocoder {
    margin-top: 20px;
    min-width: 100% !important
  }
  .dropdown {
    margin: 0 0 20px;
    width: 100%
  }
}