@charset "UTF-8";
/*
* ██████╗ ██████╗  █████╗ ███╗   ██╗ █████╗ 
* ██╔══██╗██╔══██╗██╔══██╗████╗  ██║██╔══██╗
* ██████╔╝██████╔╝███████║██╔██╗ ██║███████║
* ██╔═══╝ ██╔══██╗██╔══██║██║╚██╗██║██╔══██║
* ██║     ██║  ██║██║  ██║██║ ╚████║██║  ██║
* ╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═══╝╚═╝  ╚═╝
*
* The cosmic energy permeating the Universe on all levels
* and also the starter theme for USM Interactive
*
*/
/*
* node_module Imports
*/
/*!
 * Bootstrap Grid v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1270px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1330px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
/*
 * Variables
 */
/*
 * Colors
 */
/*
 * Shadows
 */
/*
 * Typography
 */
/*
 * Navigation
 */
/*
 * Mixins
 */
/*
 * Base styles
 */
/* Text meant only for screen readers. */
.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus,
.sr-only:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

#wpadminbar {
  position: fixed;
}

body.admin-bar .site-header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}
@media screen and (max-width: 1119px) and (max-width: 782px) {
  body.admin-bar .main-navigation {
    top: 115px;
  }
}
@media screen and (min-width: 782px) and (max-width: 1119px) {
  body.admin-bar .main-navigation {
    top: 101px;
  }
}

.btn-white-ghost, .btn-white-ghost-small, .btn-white, .btn-white-small, .btn-accent-4, .btn-accent-4-small, .btn-accent-3, .btn-accent-3-small, .btn-accent-2, .btn-accent-2-small, .btn-accent-1, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files, .gform_button, .btn-accent-1-small, .btn-primary, .gform_page_footer .gform_next_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_button, .btn-primary-small {
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  min-width: 195px;
  padding: 20px 25px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
}
.btn-white-ghost:hover, .btn-white-ghost-small:hover, .btn-white:hover, .btn-white-small:hover, .btn-accent-4:hover, .btn-accent-4-small:hover, .btn-accent-3:hover, .btn-accent-3-small:hover, .btn-accent-2:hover, .btn-accent-2-small:hover, .btn-accent-1:hover, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:hover, .gform_button:hover, .btn-accent-1-small:hover, .btn-primary:hover, .gform_page_footer .gform_next_button:hover,
.gform_page_footer .gform_previous_button:hover, .btn-primary-small:hover, .btn-white-ghost:focus, .btn-white-ghost-small:focus, .btn-white:focus, .btn-white-small:focus, .btn-accent-4:focus, .btn-accent-4-small:focus, .btn-accent-3:focus, .btn-accent-3-small:focus, .btn-accent-2:focus, .btn-accent-2-small:focus, .btn-accent-1:focus, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus, .gform_button:focus, .btn-accent-1-small:focus, .btn-primary:focus, .gform_page_footer .gform_next_button:focus,
.gform_page_footer .gform_previous_button:focus, .btn-primary-small:focus {
  box-shadow: 0 2px 4px rgba(52, 46, 45, 0.15);
}

.btn-reset {
  background-color: transparent;
  border: none;
  appearance: none;
}

/*
 * Normal sized buttons
 */
.btn-primary, .gform_page_footer .gform_next_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_button, .btn-primary-small {
  background-color: #7aa03b;
}
.btn-primary:hover, .gform_page_footer .gform_next_button:hover,
.gform_page_footer .gform_previous_button:hover,
.gform_page_footer .gform_button:hover, .btn-primary-small:hover, .btn-primary:focus, .gform_page_footer .gform_next_button:focus,
.gform_page_footer .gform_previous_button:focus,
.gform_page_footer .gform_button:focus, .btn-primary-small:focus {
  background-color: #5e7b2d;
}

.btn-accent-1, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files, .gform_button, .btn-accent-1-small {
  background-color: #4a6d67;
}
.btn-accent-1:hover, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:hover, .gform_button:hover, .btn-accent-1-small:hover, .btn-accent-1:focus, .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:focus, .gform_button:focus, .btn-accent-1-small:focus {
  background-color: #354f4a;
}

.btn-accent-2, .btn-accent-2-small {
  background-color: #f6b04c;
}
.btn-accent-2:hover, .btn-accent-2-small:hover, .btn-accent-2:focus, .btn-accent-2-small:focus {
  background-color: #f49b1b;
}

.btn-accent-3, .btn-accent-3-small {
  background-color: #f4d352;
}
.btn-accent-3:hover, .btn-accent-3-small:hover, .btn-accent-3:focus, .btn-accent-3-small:focus {
  background-color: #f1c722;
}

.btn-accent-4, .btn-accent-4-small {
  background-color: #ABCC76;
}
.btn-accent-4:hover, .btn-accent-4-small:hover, .btn-accent-4:focus, .btn-accent-4-small:focus {
  background-color: #94be51;
}

.btn-white, .btn-white-small {
  background-color: #fff;
  color: #7aa03b;
}
.btn-white:hover, .btn-white-small:hover, .btn-white:focus, .btn-white-small:focus {
  background-color: #ABCC76;
  color: #fff;
}

.btn-white-ghost, .btn-white-ghost-small {
  border: 1px solid #fff;
  color: #fff;
}
.btn-white-ghost:hover, .btn-white-ghost-small:hover, .btn-white-ghost:focus, .btn-white-ghost-small:focus {
  background-color: #fff;
  color: #161313;
}

/*
 * List of buttons used to create small button selector.
 * If you add a new button above add it to this list to create a small button
 */
/*
 * Small buttons
 * All buttons in the above list will be give a selector with -small appended. Example .btn-primary-small
 */
.btn-primary-small {
  min-width: initial;
  padding: 10px 30px;
}

.btn-accent-1-small {
  min-width: initial;
  padding: 10px 30px;
}

.btn-accent-2-small {
  min-width: initial;
  padding: 10px 30px;
}

.btn-accent-3-small {
  min-width: initial;
  padding: 10px 30px;
}

.btn-accent-4-small {
  min-width: initial;
  padding: 10px 30px;
}

.btn-white-small {
  min-width: initial;
  padding: 10px 30px;
}

.btn-white-ghost-small {
  min-width: initial;
  padding: 10px 30px;
}

/*
 * Or use normal size selector in conjunction with .btn-small
 */
.btn-small {
  padding: 10px 30px;
}

img {
  max-width: 100%;
  height: auto;
}

.alignleft {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .alignleft {
    display: inline;
    float: left;
    margin: 0 15px 0 0;
  }
}

.alignright {
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .alignright {
    display: inline;
    float: right;
    margin: 0 0 0 15px;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.noty-warning, .noty-info, .noty-success, .noty-error, .gfield_creditcard_warning_message {
  border-radius: 4px;
  margin: 15px 0;
  padding: 15px 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .noty-warning, .noty-info, .noty-success, .noty-error, .gfield_creditcard_warning_message {
    box-shadow: 0 1px 2px rgba(52, 46, 45, 0.15);
    margin: 20px 0;
  }
}
@media (min-width: 992px) {
  .noty-warning::before, .noty-info::before, .noty-success::before, .noty-error::before, .gfield_creditcard_warning_message::before {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
  }
}
.noty-warning span, .noty-info span, .noty-success span, .noty-error span, .gfield_creditcard_warning_message span {
  display: inline-block;
  vertical-align: middle;
}

.noty-warning, .noty-info, .noty-success, .noty-error, .gfield_creditcard_warning_message,
.noty-warning span,
.noty-info span,
.noty-success span,
.noty-error span,
.gfield_creditcard_warning_message span {
  color: #fff;
  font-family: "Spectral", serif;
  font-size: 13px;
  text-transform: uppercase;
}

.noty-error, .gfield_creditcard_warning_message {
  background-color: #dc3545;
}
@media (min-width: 992px) {
  .noty-error::before, .gfield_creditcard_warning_message::before {
    content: url("../img/notifications/error-icon.svg");
  }
}

.noty-success {
  background-color: #28a745;
  padding: 17.5px 20px;
}
@media (min-width: 992px) {
  .noty-success::before {
    content: url("../img/notifications/success-icon.svg");
  }
}

.noty-info {
  background-color: #17a2b8;
}
@media (min-width: 992px) {
  .noty-info::before {
    content: url("../img/notifications/info-icon.svg");
  }
}

.noty-warning {
  background-color: #ffc107;
  padding: 15.5px 20px;
}
@media (min-width: 992px) {
  .noty-warning::before {
    content: url("../img/notifications/warning-icon.svg");
  }
}

.position-0-0 {
  object-fit: cover;
  object-position: 0% 0%;
}

.position-0-25 {
  object-fit: cover;
  object-position: 0% 25%;
}

.position-0-50 {
  object-fit: cover;
  object-position: 0% 50%;
}

.position-0-75 {
  object-fit: cover;
  object-position: 0% 75%;
}

.position-0-100 {
  object-fit: cover;
  object-position: 0% 100%;
}

.position-25-0 {
  object-fit: cover;
  object-position: 25% 0%;
}

.position-25-25 {
  object-fit: cover;
  object-position: 25% 25%;
}

.position-25-50 {
  object-fit: cover;
  object-position: 25% 50%;
}

.position-25-75 {
  object-fit: cover;
  object-position: 25% 75%;
}

.position-25-100 {
  object-fit: cover;
  object-position: 25% 100%;
}

.position-50-0 {
  object-fit: cover;
  object-position: 50% 0%;
}

.position-50-25 {
  object-fit: cover;
  object-position: 50% 25%;
}

.position-50-50 {
  object-fit: cover;
  object-position: 50% 50%;
}

.position-50-75 {
  object-fit: cover;
  object-position: 50% 75%;
}

.position-50-100 {
  object-fit: cover;
  object-position: 50% 100%;
}

.position-75-0 {
  object-fit: cover;
  object-position: 75% 0%;
}

.position-75-25 {
  object-fit: cover;
  object-position: 75% 25%;
}

.position-75-50 {
  object-fit: cover;
  object-position: 75% 50%;
}

.position-75-75 {
  object-fit: cover;
  object-position: 75% 75%;
}

.position-75-100 {
  object-fit: cover;
  object-position: 75% 100%;
}

.position-100-0 {
  object-fit: cover;
  object-position: 100% 0%;
}

.position-100-25 {
  object-fit: cover;
  object-position: 100% 25%;
}

.position-100-50 {
  object-fit: cover;
  object-position: 100% 50%;
}

.position-100-75 {
  object-fit: cover;
  object-position: 100% 75%;
}

.position-100-100 {
  object-fit: cover;
  object-position: 100% 100%;
}

table:not(.gfield_list) {
  width: 100%;
  border-collapse: collapse;
  border-radius: 3px;
  overflow: hidden;
}
table:not(.gfield_list) thead th {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.5px;
}
table:not(.gfield_list) th,
table:not(.gfield_list) td {
  line-height: 1.3;
  padding: 20px;
}
table:not(.gfield_list) tbody tr:hover, table:not(.gfield_list) tbody tr:active, table:not(.gfield_list) tbody tr:focus {
  background-color: rgba(22, 19, 19, 0.1) !important;
}
table:not(.gfield_list) tbody tr:nth-child(2n) {
  background-color: rgba(22, 19, 19, 0.05);
}

body {
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p,
ol,
ul {
  margin-top: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(22, 19, 19, 0.6);
  margin-bottom: 1.875em;
}

p {
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Spectral", serif;
  margin-top: 0;
  color: #161313;
  line-height: 1.2;
  margin-bottom: 0.690909091em;
}
@media (min-width: 992px) {
  h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0.789473684em;
  }
}

h1 {
  font-size: 38px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 84px;
  }
}

h2 {
  font-size: 22px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 18px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 16px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 18px;
  }
}

h5, h6 {
  font-size: 16px;
}

button {
  cursor: pointer;
}

a:not([class]),
a[class=""] {
  text-decoration: none;
  color: #7aa03b;
  font-weight: bold;
}
a:not([class]):hover, a:not([class]):active, a:not([class]):focus,
a[class=""]:hover,
a[class=""]:active,
a[class=""]:focus {
  color: #5e7b2d;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.flush p:first-child,
.flush ol:first-child,
.flush ul:first-child,
.flush h1:first-child,
.flush h2:first-child,
.flush h3:first-child,
.flush h4:first-child,
.flush h5:first-child {
  margin-top: 0;
}
.flush p:last-child,
.flush ol:last-child,
.flush ul:last-child,
.flush h1:last-child,
.flush h2:last-child,
.flush h3:last-child,
.flush h4:last-child,
.flush h5:last-child {
  margin-bottom: 0;
}

.no-scroll {
  overflow: hidden !important;
}

.padded {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .padded {
    padding-left: 0;
    padding-right: 0;
  }
}

/*
 * Component styles
 */
.flex-col .flex-col-item {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .flex-col .flex-col-item:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .flex-col-2 {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-col-2 .flex-col-item {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .flex-col-2 .flex-col-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .flex-col-3 {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-col-3 .flex-col-item {
    width: calc(33.333333% - 26.666666667px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .flex-col-3 .flex-col-item:nth-child(2n) {
    margin-right: 40px;
  }
  .flex-col-3 .flex-col-item:nth-child(3n) {
    margin-right: 0;
  }
}

.page-banner {
  padding: 150px 40px 60px;
}
@media (min-width: 992px) {
  .page-banner {
    padding: 220px 0;
  }
}
.single-post .page-banner, .blog .page-banner {
  position: relative;
  padding: 150px 40px 60px;
}
.single-post .page-banner:after, .blog .page-banner:after {
  background-image: linear-gradient(to bottom, rgba(52, 46, 45, 0.7), transparent);
  background-color: initial;
}
.single-post .page-banner:before, .blog .page-banner:before {
  z-index: 12;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
}
@media (min-width: 992px) {
  .single-post .page-banner, .blog .page-banner {
    padding: 260px 0;
  }
}

.resident-stories-banner {
  background-image: url("../img/lightpaperfibers.png");
  padding: 150px 40px 60px;
}
@media (min-width: 992px) {
  .resident-stories-banner {
    padding: 220px 0 70px;
  }
}
.resident-stories-banner .page-banner-title {
  color: #342e2d;
  text-shadow: none;
}
.resident-stories-banner .page-banner-subtitle {
  color: #6b605e;
}

.page-banner-content {
  text-align: center;
}
@media (min-width: 992px) {
  .page-banner-content {
    max-width: 870px;
    margin: 0 auto;
  }
}

.page-banner-title {
  margin-bottom: 22px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  line-height: 1.152777778;
  color: #fff;
}
@media (min-width: 992px) {
  .page-banner-title {
    font-size: 84px;
  }
}

.page-banner-subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
  max-width: 670px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .page-banner-subtitle {
    font-size: 18px;
  }
}

.cover {
  position: relative;
}
.cover::after {
  background-color: rgba(52, 46, 45, 0.7);
  opacity: 0.65;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: opacity 0.25s;
}

.cover-content {
  position: relative;
  z-index: 15;
}

.cover-image {
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.gradient-cover {
  position: relative;
}
.gradient-cover::before {
  content: "";
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, #342e2d 87%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal[aria-hidden=true] {
  opacity: 0;
  pointer-events: none;
}

.modal {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.25s;
}

.modal-backdrop {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 19, 19, 0.9);
}

.modal-dialog {
  position: relative;
  z-index: 15;
  max-width: 900px;
  width: 90vw;
}
.modal-dialog a {
  color: #6ead8e;
}
.modal-dialog a:hover, .modal-dialog a:active, .modal-dialog a:focus {
  color: #549475;
}

.modal-header {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 5;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 17px 25px rgba(56, 63, 61, 0.15);
}
@media (min-width: 992px) {
  .post-card {
    flex-direction: row;
    max-width: 1040px;
    margin: 0 auto;
  }
}

.post-card-image {
  position: relative;
  height: 80vw;
  min-height: 230px;
  max-height: 310px;
  width: 100%;
}
@media (min-width: 992px) {
  .post-card-image {
    width: 424px;
    min-width: 424px;
  }
}
.post-card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-card-excerpt {
  color: #6b605e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.post-card-content {
  padding: 30px;
}
@media (min-width: 992px) {
  .post-card-content {
    padding: 40px 60px;
  }
}

.author-box {
  display: flex;
  align-items: center;
}

.author-img {
  width: 47px;
  border-radius: 100%;
}

.author-detail {
  color: #6b605e;
  margin-left: 15px;
}

.author-name {
  color: #f6b04c;
  font-weight: 600;
  font-size: 16px;
}

.article-date {
  display: block;
  color: #6b605e;
  font-size: 16px;
  font-weight: 400;
}

.post-card-title {
  font-size: 24px;
  margin-bottom: 12px;
  color: #342e2d;
}
@media (min-width: 992px) {
  .post-card-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .post-card-featured {
    display: flex;
  }
  .post-card-featured .post-card-image,
.post-card-featured .post-card-content {
    width: 100%;
  }
  .post-card-featured .post-card-image {
    height: auto;
    max-height: none;
  }
  .post-card-featured .post-card-content {
    padding: 60px;
  }
  .post-card-featured .post-card-title {
    font-size: 36px;
  }
}

.post-card-related {
  position: relative;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 25px !important;
  display: block;
}
@media (min-width: 992px) {
  .post-card-related {
    min-height: 360px;
  }
}
.post-card-related .post-card-content {
  position: relative;
  background: #6b605e;
  padding: 25px;
  color: #fff;
  margin-top: -60px;
}
.post-card-related .post-card-content::before {
  content: "";
  background-image: linear-gradient(to top, #6b605e, transparent);
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}
.post-card-related .post-card-title {
  color: #fff;
}
.post-card-related .post-card-excerpt {
  color: #fff;
}

.social-share {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-share li {
  position: relative;
  margin-right: 20px;
}
.social-share li:last-child {
  margin-right: 0;
}
.social-share li a, .social-share li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: rgba(22, 19, 19, 0.6);
  border-radius: 100%;
  border: none;
  transition: background-color 0.2s;
  padding: 0;
}
.social-share li a:hover, .social-share li a:active, .social-share li a:focus, .social-share li button:hover, .social-share li button:active, .social-share li button:focus {
  background-color: #161313;
}

.social-share-tooltip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 5px);
  white-space: nowrap;
  background-color: #161313;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}
.social-share-tooltip.is-open {
  opacity: 1;
}
.social-share-tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #161313;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.stories-two-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 992px) {
  .stories-two-col {
    flex-direction: row;
  }
}
.stories-two-col .resident-story {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 370px;
  width: 100%;
  padding: 18px;
  margin-bottom: 24px;
  overflow: hidden;
  text-decoration: none;
}
.stories-two-col .resident-story:hover .resident-story__image, .stories-two-col .resident-story:focus .resident-story__image {
  transform: scale(1.04);
}
.stories-two-col .resident-story:hover .resident-story__quote,
.stories-two-col .resident-story:hover .resident-story__details, .stories-two-col .resident-story:focus .resident-story__quote,
.stories-two-col .resident-story:focus .resident-story__details {
  transform: translateY(-4px);
}
.stories-two-col .resident-story__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.stories-two-col .resident-story * {
  z-index: 1;
}
@media (min-width: 992px) {
  .stories-two-col .resident-story {
    height: 620px;
    width: calc(50% - 16px);
    padding: 50px;
    margin-bottom: 32px;
  }
  .stories-two-col .resident-story:nth-child(2n) {
    margin-left: 32px;
  }
}
.stories-two-col .resident-story__quote {
  color: #fff;
  margin-bottom: 14px;
  font-size: 24px;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .stories-two-col .resident-story__quote {
    font-size: 30px;
  }
}
.stories-two-col .resident-story__details {
  margin-bottom: 0;
  color: #cdc7c6;
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .stories-two-col .resident-story__details {
    font-size: 18px;
  }
}

.team-modal {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  background-image: url("../img/light-bg-tile.png");
  background-repeat: repeat;
  will-change: opacity, display;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}
.team-modal__top-bar {
  background-image: linear-gradient(270deg, #feeac0 0%, #ffb89e 80%, #ffb89e 100%);
  height: 10px;
  width: 100%;
}
.team-modal .dialog {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .team-modal .dialog {
    flex-direction: row;
  }
}
.team-modal .modal-title {
  color: #342e2d;
  font-family: "Spectral", serif;
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: -1.05px;
  line-height: 65px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .team-modal .modal-title {
    font-size: 3.75rem;
  }
}
.team-modal .modal-position {
  font-size: 1rem;
  color: #4a6d67;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 3.27px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .team-modal .modal-position {
    margin-bottom: 2rem;
  }
}
.team-modal .modal-bio {
  line-height: 26px;
  font-size: 16px;
}
.team-modal .modal-image {
  background-color: #fff;
  position: relative;
  min-height: 385px;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 768px) {
  .team-modal .modal-image {
    min-height: 560px;
  }
}
@media (min-width: 992px) {
  .team-modal .modal-image {
    width: 45%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .team-modal .modal-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    background-repeat: no-repeat;
    background-image: url("../img/shred_vertical.png");
    height: 100%;
    width: 50px;
    z-index: 25;
  }
}
.team-modal.visible {
  transform: scale(1);
  opacity: 1;
}
.team-modal .contents {
  background-image: url("../img/bg_texture.png");
  padding: 70px 28px;
  position: relative;
}
@media (min-width: 992px) {
  .team-modal .contents {
    width: 55%;
    overflow-y: auto;
    padding: 60px 120px;
    display: grid;
    align-content: center;
  }
}
.team-modal .contents::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  height: 50px;
  background-image: url("../img/shred_top.png");
  background-position: center;
  background-size: cover;
  z-index: 15;
}
.team-modal .left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .team-modal .left {
    flex-basis: 50%;
  }
}
@media (max-width: 991.98px) {
  .team-modal .left {
    max-height: 340px;
    overflow: hidden;
  }
}
.team-modal .left .image {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .team-modal .left .image {
    position: fixed;
    width: 50%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
  }
}
.team-modal .left .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team-modal .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (min-width: 992px) {
  .team-modal .right {
    flex-basis: 50%;
    padding: 100px;
  }
}
.team-modal .team-member__description {
  font-size: 15px;
  line-height: 2;
  color: rgba(22, 19, 19, 0.6);
}
.team-modal .team-member__description h1 {
  font-size: 35px;
}
.team-modal .team-member__description h2 {
  font-size: 25px;
}

.team-modal .close-modal {
  position: absolute;
  top: 35px;
  right: 10px;
  height: 91px;
  width: 91px;
  z-index: 10;
  cursor: pointer;
}
.team-modal .close-modal img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .team-modal .close-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }
}

.video-modal {
  z-index: 1500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 19, 19, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.video-modal .dialog {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-modal .close-video-modal {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (min-width: 992px) {
  .video-modal .contents {
    max-width: 800px;
  }
}
.video-modal.visible {
  display: block;
}

/*
 * Layout styles
 */
body:before {
  display: none;
  content: "mobile";
}
@media (min-width: 1120px) {
  body:before {
    content: "desktop";
  }
}
@media (max-width: 1119px) {
  body.site-nav-is-open {
    overflow: hidden;
  }
}
body:not(.transparent-header) {
  padding-top: 111px;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 15px;
  background-color: #fff;
  transition: background-color 0.2s;
}
@media (min-width: 1120px) {
  .site-header {
    padding: 25px 30px;
  }
}

.site-branding a {
  display: block;
}
.site-branding a img {
  display: block;
  max-width: 200px;
  max-height: 50px;
}
@media (min-width: 1400px) {
  .site-branding a img {
    max-width: 250px;
  }
}

.site-nav {
  display: flex;
  height: auto;
  margin: 0;
  padding: 0;
}
@media (min-width: 1120px) {
  .site-nav {
    justify-content: space-between;
  }
}
.site-nav a {
  text-decoration: none;
}

.site-nav-toggle {
  position: relative;
  z-index: 10;
  border: none;
  background-color: transparent;
  width: 30px;
  padding: 10px;
  height: 20px;
  border-radius: 100%;
  display: block;
  z-index: 25;
}
@media (min-width: 1120px) {
  .site-nav-toggle {
    display: none;
  }
}

.site-nav-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #161313;
  left: 0;
}

.site-nav-toggle-bar-top {
  top: 0;
}

.site-nav-toggle-bar-middle {
  top: 50%;
  transform: translateY(-50%);
}

.site-nav-toggle-bar-bottom {
  bottom: 0;
}

@media (max-width: 1119px) {
  .site-nav-wrap {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 25px 0 rgba(56, 63, 61, 0.25);
  }
}
.site-nav-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1119px) {
  .site-nav-menu > li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e2e1;
  }
  .site-nav-menu > li:last-child {
    border-bottom: none;
  }
  .site-nav-menu > li > a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
    color: #6b605e;
  }
  .site-nav-menu > li > a.site-nav-menu-dropdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site-nav-menu > li > a.site-nav-menu-dropdown svg {
    transition: transform 0.25s;
  }
  .site-nav-menu > li > a.site-nav-menu-dropdown[aria-expanded=true] {
    color: #161313;
  }
  .site-nav-menu > li > a.site-nav-menu-dropdown[aria-expanded=true] svg {
    transform: rotate(90deg);
  }
  .site-nav-menu > li > a.site-nav-menu-dropdown[aria-expanded=true] svg path {
    fill: #f6b04c;
  }
  .site-nav-menu > li > ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 0 15px 0;
  }
  .site-nav-menu > li > ul > li {
    margin: 0;
    padding: 0;
  }
  .site-nav-menu > li > ul > li > a {
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 15px;
    color: #6b605e;
  }
}
@media (min-width: 1120px) {
  .site-nav-menu {
    display: flex;
    align-items: stretch;
    list-style-type: none;
  }
  .site-nav-menu > li {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    margin: 0;
    padding: 0;
  }
  .site-nav-menu > li > a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 14px;
    transition: color 0.2s;
  }
  .page-template-resident-stories .site-nav-menu > li > a {
    color: #6b605e;
  }
  .site-nav-menu > li > a:hover, .site-nav-menu > li > a:focus {
    color: #f6b04c;
  }
  .site-nav-menu > li > a svg {
    display: none;
  }
  .site-nav-menu > li > ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    transform: translateY(50px) translateX(-50%);
    left: 100%;
    width: 220px;
    background-color: #fff;
    margin: 0;
    padding: 20px 30px;
    list-style-type: none;
    border-top: 4px solid #f6b04c;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(52, 46, 45, 0.15);
    transition: transform 0.25s, opacity 0.25s;
    opacity: 0;
    pointer-events: none;
    background-image: url("../img/bg_texture.png");
    background-size: cover;
    background-repeat: repeat;
  }
  .site-nav-menu > li > ul.is-open {
    transform: translateY(0px) translateX(-50%);
    opacity: 1;
    pointer-events: auto;
  }
  .site-nav-menu > li > ul:before {
    position: absolute;
    content: "▲";
    width: 30px;
    text-align: center;
    height: 10px;
    transform: scaleX(2);
    text-shadow: 0 -5px 10px rgba(22, 19, 19, 0.1);
    color: #f6b04c;
    top: -19px;
    left: 0;
    right: 0;
    margin-left: 30px;
  }
  .site-nav-menu > li > ul > li {
    display: block;
  }
  .site-nav-menu > li > ul > li > a {
    display: block;
    color: rgba(22, 19, 19, 0.6);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 0;
    transition: 0.3s;
  }
  .site-nav-menu > li > ul > li > a:hover, .site-nav-menu > li > ul > li > a:focus {
    color: #f6b04c;
  }
}
@media (min-width: 1400px) {
  .site-nav-menu > li > a {
    font-size: 17px;
    padding: 10px 22px;
  }
}

.transparent-header:not(.is-scrolled) .site-header {
  background-color: transparent;
}
.transparent-header:not(.is-scrolled) .site-nav-toggle-bar {
  background-color: #fff;
}

.transparent-header.is-scrolled .site-header {
  box-shadow: 0 17px 25px rgba(56, 63, 61, 0.15);
}

.transparent-header.is-scrolled .site-nav-menu > li > a,
.page-template-resident-stories .site-nav-menu > li > a {
  color: #161313;
}
.transparent-header.is-scrolled .btn-contact a,
.page-template-resident-stories .btn-contact a {
  border: 2px solid #98B9B3;
  color: #98B9B3;
}
.transparent-header.is-scrolled .btn-contact a:hover, .transparent-header.is-scrolled .btn-contact a:focus,
.page-template-resident-stories .btn-contact a:hover,
.page-template-resident-stories .btn-contact a:focus {
  background-color: #98B9B3;
  color: #fff;
}

.page-template-resident-stories:not(.is-scrolled) .site-nav-toggle-bar {
  background-color: #161313;
}

@media (max-width: 1119px) {
  .nav-overlay .site-nav-wrap {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #161313;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
  }
}
.nav-overlay.site-nav-is-open .site-nav-wrap {
  opacity: 1;
  pointer-events: auto;
}

.nav-offcanvas .site-header,
.nav-offcanvas .site-content,
.nav-offcanvas .site-footer,
.nav-offcanvas .site-attribution {
  transition: transform 0.3s;
}
@media (max-width: 1119px) {
  .site-nav-is-open .nav-offcanvas .site-header,
.site-nav-is-open .nav-offcanvas .site-content,
.site-nav-is-open .nav-offcanvas .site-footer,
.site-nav-is-open .nav-offcanvas .site-attribution {
    transform: translateX(-320px);
  }
}
@media (max-width: 385px) {
  .site-nav-is-open .nav-offcanvas .site-header,
.site-nav-is-open .nav-offcanvas .site-content,
.site-nav-is-open .nav-offcanvas .site-footer,
.site-nav-is-open .nav-offcanvas .site-attribution {
    transform: translateX(calc(-100vw + 65px));
  }
}
.nav-offcanvas .site-header {
  transition: all 0.3s;
}
@media (max-width: 1119px) {
  .nav-offcanvas .site-nav-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    background-image: url("../img/bg_texture.png");
    background-size: cover;
    background-repeat: repeat;
    transform: translateX(320px);
    padding: 40px 36px;
    height: 100vh;
    transition: transform 0.3s;
  }
}
@media (max-width: 385px) {
  .nav-offcanvas .site-nav-wrap {
    width: calc(100vw - 65px);
    transform: translateX(calc(100vw - 65px));
  }
}
@media (max-width: 1119px) {
  .nav-offcanvas.site-nav-is-open .site-header,
.nav-offcanvas.site-nav-is-open .site-content,
.nav-offcanvas.site-nav-is-open .site-footer,
.nav-offcanvas.site-nav-is-open .site-attribution {
    transform: translateX(-320px);
  }
  .nav-offcanvas.site-nav-is-open .site-header::before,
.nav-offcanvas.site-nav-is-open .site-content::before,
.nav-offcanvas.site-nav-is-open .site-footer::before,
.nav-offcanvas.site-nav-is-open .site-attribution::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 19, 19, 0.5);
    z-index: 21;
  }
}
@media (max-width: 385px) {
  .nav-offcanvas.site-nav-is-open .site-header,
.nav-offcanvas.site-nav-is-open .site-content,
.nav-offcanvas.site-nav-is-open .site-footer,
.nav-offcanvas.site-nav-is-open .site-attribution {
    transform: translateX(calc(-100vw + 65px));
  }
}

@media (max-width: 1120px) {
  .menu-buttons-container {
    position: static;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    margin-top: 40px;
  }
}
@media (min-width: 1120px) {
  .menu-buttons-container {
    position: static;
    padding: 0;
  }
}

.site-nav-buttons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1120px) {
  .site-nav-buttons {
    flex-direction: row;
  }
}
@media (max-width: 1120px) {
  .site-nav-buttons li {
    margin-bottom: 18px;
  }
}
@media (min-width: 1120px) {
  .site-nav-buttons li:first-child {
    margin-right: 20px;
  }
}
.site-nav-buttons a {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 15px 25px;
  transition: 0.3s;
}
@media (min-width: 1120px) {
  .site-nav-buttons a {
    font-size: 14px;
    width: auto;
    height: 50px;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .site-nav-buttons a {
    font-size: 17px;
    padding: 12px 36px;
  }
}

.btn-contact {
  list-style-type: none;
}
.btn-contact a {
  border: 2px solid #98b9b3;
  color: #4a6d67;
}
@media (min-width: 1120px) {
  .btn-contact a {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.4);
  }
  .btn-contact a:hover, .btn-contact a:focus {
    background-color: #fff;
    color: #161313;
  }
}

.btn-donate a {
  background-color: #f6b04c;
  border: 2px solid #f6b04c;
}
.btn-donate a:hover, .btn-donate a:focus {
  color: #fff;
  background-color: #f49b1b;
  border-color: #f49b1b;
}

.site-footer {
  padding: 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .site-footer {
    padding: 96px 0;
  }
}
@media (min-width: 992px) {
  .site-footer .flex {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1399.98px) {
  .site-footer .container-fluid, .site-footer .container-sm, .site-footer .container-md, .site-footer .container-lg, .site-footer .container-xl, .site-footer .container-xxl {
    padding: 0;
    margin: 0;
  }
}
.site-footer .footer-item {
  margin-bottom: 30px;
  text-align: center;
  padding: 46px 20px;
  border-bottom: 2px solid #f3f2f1;
}
.site-footer .footer-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 992px) {
  .site-footer .footer-item {
    margin-bottom: 0;
    text-align: center;
    width: 33.333%;
    padding: 0 40px;
    border-bottom: 0;
  }
}
.site-footer .footer-item h4 {
  color: #342e2d;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.42px;
}
.site-footer .footer-item p {
  color: #6b605e;
  font-size: 16px;
}
.site-footer .footer-item p:last-child {
  margin-bottom: 0;
}
.site-footer .footer-item p a {
  color: #6b605e;
}
.site-footer .footer-item p a:hover, .site-footer .footer-item p a:active, .site-footer .footer-item p a:focus {
  color: #342e2d;
}

.carf-accred {
  display: flex;
  flex-direction: row;
  width: 50%;
  margin: auto;
  padding: 20px 0px;
  align-items: center;
}

.carf-logo {
  width: 40%;
  padding: 0px 10px;
}

.carf-logo-img {
  width: 100%;
}

.carf-content {
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .carf-accred {
    flex-direction: column;
    width: 90%;
  }

  .carf-logo {
    width: 50%;
    padding: 10px 0px;
  }

  .carf-content {
    text-align: center;
  }
}
.newsletter-signup-footer .ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header {
  font-family: "Spectral", serif !important;
}
.newsletter-signup-footer div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer a img.ctct-form-footer-img {
  display: none !important;
}
.newsletter-signup-footer div.ctct-form-embed div.ctct-form-defaults {
  padding: 0 !important;
}

.footer-social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social-links li:last-child {
  margin-right: 0;
}
.footer-social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.3s;
}
.footer-social-links li a svg {
  width: 24px;
  height: 24px;
}
.footer-social-links li a path {
  transition: 0.3s;
  fill: #4a6d67;
}
.footer-social-links li a:hover, .footer-social-links li a:active, .footer-social-links li a:focus {
  background-color: #fff;
}
.footer-social-links li a:hover path, .footer-social-links li a:active path, .footer-social-links li a:focus path {
  fill: #161313;
}

.site-attribution {
  padding: 22px 0;
  background-color: #fff;
  text-align: center;
  border-top: 2px solid #f3f2f1;
}
@media (min-width: 992px) {
  .site-attribution {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .site-attribution .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.site-attribution p {
  color: #6b605e;
  font-size: 14px;
}
.site-attribution p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-attribution p {
    margin-bottom: 0;
  }
}
.site-attribution p a {
  color: #6b605e;
}
.site-attribution p a:hover, .site-attribution p a:active, .site-attribution p a:focus {
  color: #342e2d;
}
.site-attribution p .scout-link {
  color: #342e2d;
  font-weight: 700;
  text-decoration: none;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 45px;
  padding: 0;
}
@media (min-width: 992px) {
  .footer-nav {
    margin: 0;
  }
}
.footer-nav li a {
  display: block;
  color: #161313;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 24px;
  transition: 0.3s;
}

.blog .site-main {
  background-image: url("../img/bg_texture.png");
  background-repeat: repeat;
  background-position: auto;
}

.post-list {
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .post-list {
    margin-top: -190px;
  }
}

.post-list-featured {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .post-list-featured {
    padding-top: 60px;
  }
}

.post-list-header {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .post-list-header {
    display: flex;
    justify-content: flex-end;
  }
}

.post-list-filter {
  position: relative;
  width: 100%;
  min-width: 235px;
}
@media (min-width: 768px) {
  .post-list-filter {
    width: auto;
  }
}
.post-list-filter.open .post-list-filter-dropdown {
  opacity: 1;
  pointer-events: auto;
}

.post-list-filter-toggle {
  appearance: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 2px solid rgba(22, 19, 19, 0.05);
}
.post-list-filter-toggle svg {
  display: block;
  margin-left: 10px;
}

.post-list-filter-dropdown {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  pointer-events: none;
  background-color: #fff;
  border: 2px solid rgba(22, 19, 19, 0.05);
  border-top: none;
  transition: opacity 0.25s;
}
.post-list-filter-dropdown li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.post-list-filter-dropdown li a:hover, .post-list-filter-dropdown li a:active, .post-list-filter-dropdown li a:focus {
  background-color: rgba(22, 19, 19, 0.05);
}

.post-list-content {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .post-list-content {
    padding-bottom: 10px;
  }
}
.post-list-content .post-card {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post-list-content .post-card {
    margin-bottom: 40px;
  }
}

.post-list-footer {
  text-align: center;
}
.post-list-footer .btn-primary, .post-list-footer .gform_page_footer .gform_next_button, .gform_page_footer .post-list-footer .gform_next_button,
.post-list-footer .gform_page_footer .gform_previous_button,
.gform_page_footer .post-list-footer .gform_previous_button,
.post-list-footer .gform_page_footer .gform_button,
.gform_page_footer .post-list-footer .gform_button, .post-list-footer .btn-primary-small {
  margin: 30px 0;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .post-list-footer .btn-primary, .post-list-footer .gform_page_footer .gform_next_button, .gform_page_footer .post-list-footer .gform_next_button,
.post-list-footer .gform_page_footer .gform_previous_button,
.gform_page_footer .post-list-footer .gform_previous_button,
.post-list-footer .gform_page_footer .gform_button,
.gform_page_footer .post-list-footer .gform_button, .post-list-footer .btn-primary-small {
    margin-bottom: 90px;
  }
}

.post-detail {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
.post-detail p {
  color: #6b605e;
}
@media (min-width: 992px) {
  .post-detail {
    padding: 40px 0 100px;
  }
}

.post-detail-header {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .post-detail-header {
    padding-bottom: 30px;
  }
}
.post-detail-header p {
  margin-bottom: 0;
}
.post-detail-header h1 {
  margin-bottom: 0;
}
.post-detail-header img {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) {
  .post-detail-header img {
    max-width: 1030px;
    position: relative;
    z-index: 15;
    margin-top: -200px;
  }
}

.post-detail-content figure {
  margin: 1em 0;
  padding: 2em 0;
}
.post-detail-content figure img {
  box-shadow: 0 17px 25px rgba(56, 63, 61, 0.15);
  width: 100%;
}

.post-detail-footer {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .post-detail-footer .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.post-detail-footer h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .post-detail-footer h3 {
    margin-bottom: 0;
  }
}

.post-detail-wrap {
  background-image: url("../img/lightpaperfibers.png");
  position: relative;
}
.post-detail-wrap::after {
  background-image: url("../img/torn_bottom.png");
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 33px;
  z-index: 10;
}

.post-detail-related {
  background-color: #342e2d;
  padding: 60px 0 40px;
}
@media (min-width: 992px) {
  .post-detail-related {
    padding: 120px 0 80px;
  }
}

.post-detail-related-header {
  position: relative;
  text-align: left;
}
.post-detail-related-header h2 {
  font-size: 24px;
  margin-bottom: 40px;
  color: #fff;
}
@media (min-width: 992px) {
  .post-detail-related-header h2 {
    font-size: 32px;
  }
}
.post-detail-related-header a {
  color: #b5acab;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.gallery-grid {
  flex-wrap: wrap;
  display: flex;
  margin-top: -60px;
  z-index: 15;
  position: relative;
}
@media (min-width: 992px) {
  .gallery-grid {
    margin-top: -100px;
  }
}

.gallery-wrap {
  background-image: url("../img/paper_texture.png");
}

.gallery-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  height: 224px;
  width: 100%;
  margin-bottom: 24px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .gallery-item {
    width: calc( 33.3% - 32px );
    height: 430px;
    margin-right: 32px;
    margin-bottom: 32px;
  }
  .gallery-item:first-child {
    width: calc( 66.6% - 32px );
  }
  .gallery-item:nth-child(2) {
    margin-right: 0;
  }
}
.gallery-item__detail {
  z-index: 1;
  position: relative;
}
.gallery-item .gallery-item-title {
  color: #fff;
  font-size: 30px;
  line-height: 39px;
}
.gallery-item .gallery-item-action {
  display: flex;
  align-items: center;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  text-transform: uppercase;
  color: #cdc7c6;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 19px;
}
.gallery-item .gallery-item-action img {
  margin-right: 12px;
}
.gallery-item .video-embed-data {
  display: none;
}

.contact-form {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .contact-form {
    flex-direction: row;
  }
}
.contact-form::before {
  background-image: url("../img/torn_top.png");
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 33px;
  z-index: 10;
  top: -30px;
}
.contact-form__content {
  padding: 40px 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .contact-form__content {
    padding: 60px 110px;
    width: 50%;
  }
  .contact-form__content p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
}
.contact-form__content a {
  color: #f6b04c;
  font-weight: 700;
}
@media (min-width: 992px) {
  .contact-form__content h1 {
    font-size: 60px;
    margin-bottom: 24px;
  }
}
.contact-form__content h4 {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
}
.contact-form__content address {
  font-style: normal;
  color: #6b605e;
  line-height: 2;
}
.contact-form__content strong {
  color: #342e2d;
  font-weight: 700;
}
.contact-form__content .contact-table tr {
  background-color: transparent !important;
}
.contact-form__content .contact-table tr:hover {
  background-color: transparent !important;
}
.contact-form__content .contact-table td {
  padding: 5px 5px 5px 0;
}
.contact-form__content .contact-detail {
  margin-bottom: 35px;
}
.contact-form__form {
  padding: 48px 30px;
  background-color: #342e2d;
}
.contact-form__form h2 {
  color: #fff;
  font-size: 24px;
}
@media (min-width: 992px) {
  .contact-form__form h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .contact-form__form {
    padding: 120px;
    width: 50%;
    margin-top: -60px;
    z-index: 20;
  }
}
.contact-form__form .gfield textarea,
.contact-form__form .gfield input[type=text],
.contact-form__form .gfield input[type=email],
.contact-form__form .gfield input[type=url],
.contact-form__form .gfield input[type=tel],
.contact-form__form .gfield input[type=number],
.contact-form__form .gfield input[type=password] {
  background-color: #6b605e;
  font-family: "Work Sans", sans-serif;
  padding: 15px 16px;
  color: #9d928f;
}
.contact-form__form .gfield textarea::placeholder,
.contact-form__form .gfield input[type=text]::placeholder,
.contact-form__form .gfield input[type=email]::placeholder,
.contact-form__form .gfield input[type=url]::placeholder,
.contact-form__form .gfield input[type=tel]::placeholder,
.contact-form__form .gfield input[type=number]::placeholder,
.contact-form__form .gfield input[type=password]::placeholder {
  color: #9d928f;
  font-size: 16px;
}
.contact-form__form .gfield input[type=text],
.contact-form__form .gfield input[type=email],
.contact-form__form .gfield input[type=url],
.contact-form__form .gfield input[type=tel],
.contact-form__form .gfield input[type=number],
.contact-form__form .gfield input[type=password] {
  height: 57px;
}
.contact-form__form .gfield_label {
  display: none;
}

.contact-form-map {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url("../img/map_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
@media (min-width: 992px) {
  .contact-form-map {
    min-height: 800px;
    margin-top: -150px;
  }
}
.contact-form-map::before {
  position: absolute;
  background-image: linear-gradient(to bottom, #fff, transparent);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
}
/*
* Modules
*/
.module-50-50 {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .module-50-50 {
    flex-direction: row;
  }
}
.module-50-50 .module-part-content {
  padding: 50px 35px;
  background-image: url("../img/lightpaperfibers_@2X.png");
  background-repeat: repeat;
}
@media (min-width: 992px) {
  .module-50-50 .module-part-content {
    padding: 95px 60px;
    width: 50%;
  }
}
.module-50-50 .module-part-content-wrap {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.module-50-50 .module-part-content-wrap p {
  margin-bottom: 25px;
}
.module-50-50 .module-part-title {
  color: #342e2d;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .module-50-50 .module-part-title {
    margin-bottom: 35px;
    font-size: 42px;
    letter-spacing: -1.05px;
    line-height: 1;
  }
}
.module-50-50 .module-part-image {
  position: relative;
  margin: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .module-50-50 .module-part-image {
    width: 50%;
    margin: 0;
  }
}
.module-50-50 .module-part-image img {
  display: block;
  width: 100%;
  max-height: 400px;
}
@media (min-width: 992px) {
  .module-50-50 .module-part-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-height: none;
  }
}
@media (min-width: 992px) {
  .module-50-50.module-setting-image-side-left {
    display: flex;
    flex-direction: row-reverse;
  }
}
.module-50-50.module-setting-bg-dark * {
  color: #fff;
}
.module-50-50 h1, .module-50-50 h2, .module-50-50 h3, .module-50-50 h4, .module-50-50 h5, .module-50-50 h6 {
  line-height: 1.319444444;
  margin-bottom: 20px;
}

.module-featured-story {
  position: relative;
  background-image: url("../img/paper_texture.png");
}
@media (min-width: 992px) {
  .module-featured-story {
    padding-top: 125px;
    padding-bottom: 120px;
  }
}
.module-featured-story::before {
  background-image: url("../img/torn_bottom.png");
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 33px;
}
@media (min-width: 992px) {
  .module-featured-story::before {
    top: 125px;
  }
}
.module-featured-story .module-part-header {
  background-image: url("../img/resident-stories.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 60px 0 140px;
}
@media (min-width: 992px) {
  .module-featured-story .module-part-header {
    padding: 120px 0 250px;
  }
}
.module-featured-story .module-part-title {
  color: #fff;
  margin: 0;
}
@media (min-width: 992px) {
  .module-featured-story .module-part-title {
    font-size: 60px;
  }
}
.module-featured-story .featured-story {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  margin-top: -115px;
  margin-bottom: 24px;
  height: 370px;
  padding: 18px;
}
@media (min-width: 992px) {
  .module-featured-story .featured-story {
    margin-top: -200px;
    margin-bottom: 32px;
    height: 620px;
    padding: 64px;
  }
}
@media (min-width: 992px) {
  .module-featured-story .featured-story.right {
    align-items: flex-end;
  }
}
.module-featured-story .featured-story:hover .featured-story__image, .module-featured-story .featured-story:focus .featured-story__image {
  transform: scale(1.04);
}
.module-featured-story .featured-story:hover .featured-story__quote,
.module-featured-story .featured-story:hover .featured-story__details, .module-featured-story .featured-story:focus .featured-story__quote,
.module-featured-story .featured-story:focus .featured-story__details {
  transform: translateY(-4px);
}
.module-featured-story .featured-story * {
  z-index: 1;
}
.module-featured-story .featured-story__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.module-featured-story .featured-story__quote {
  color: #fff;
  line-height: 1.5;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .module-featured-story .featured-story__quote {
    max-width: 50%;
    line-height: 56px;
    font-size: 46px;
    margin-bottom: 0;
  }
  .module-featured-story .featured-story__quote.right {
    text-align: right;
  }
  .module-featured-story .featured-story__quote.left {
    text-align: left;
  }
}
.module-featured-story .featured-story__details {
  color: #cdc7c6;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  transition: 0.5s;
}

.module-two-col-stories {
  padding: 60px 0;
  background-image: url("../img/lightpaperfibers.png");
}

.module-accordion {
  background-image: url("../img/lightpaperfibers.png");
  background-repeat: repeat;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .module-accordion {
    padding: 90px 0;
  }
}
.module-accordion .module-part-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .module-accordion .module-part-content {
    margin-bottom: 40px;
  }
}
.module-accordion.module-setting-bg-dark * {
  color: #fff;
}
.module-accordion.module-setting-bg-dark .accordion__header {
  border-color: rgba(255, 255, 255, 0.05);
}
.module-accordion.module-setting-bg-dark .accordion__header path {
  fill: #fff;
}
.module-accordion.module-setting-bg-dark .accordion__header:hover, .module-accordion.module-setting-bg-dark .accordion__header:active, .module-accordion.module-setting-bg-dark .accordion__header:focus {
  color: #fff;
}

.accordion {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.accordion__header {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
  appearance: none;
  color: #4a6d67;
  font-size: 23px;
  font-family: "Spectral", serif;
  font-weight: 900;
  text-align: left;
  padding: 26px 0;
  border: none;
  padding-right: 60px;
  border-top: 2px solid #e5e2e1;
  cursor: pointer;
}
.accordion__header:first-child {
  border-top: 0;
}
.accordion__header:hover, .accordion__header:active, .accordion__header:focus {
  color: #4a6d67;
}
.accordion__header svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  transition: transform 0.25s;
}
.accordion__header svg path {
  fill: #4a6d67;
}
.accordion__header[aria-expanded=true] svg {
  transform: translateY(-50%) rotate(-45deg);
}
.accordion__header[aria-expanded=true] svg path {
  fill: #f6b04c;
}

.accordion__panel {
  padding: 20px 0;
}

.module-banner-image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 20px 200px;
  position: relative;
  overflow: hidden;
  /* scrim */
  /* White gradient */
}
@media (min-width: 992px) {
  .module-banner-image {
    padding: 140px 30px 200px;
  }
}
.module-banner-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(52, 46, 45, 0.55);
  opacity: 1;
  width: 100%;
  height: 100%;
}
.module-banner-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/new_gradient_tile.png");
  background-position: bottom center;
  background-repeat: repeat-x;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.module-banner-image .banner-image {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.module-banner-image .banner-content {
  max-width: 970px;
  margin: 0;
  z-index: 10;
}
.module-banner-image .banner-content h1 {
  font-size: 30px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -1.47px;
}
@media (min-width: 992px) {
  .module-banner-image .banner-content h1 {
    font-size: 84px;
    line-height: 81px;
  }
}
.module-banner-image .banner-content p,
.module-banner-image .banner-content h1,
.module-banner-image .banner-content h2,
.module-banner-image .banner-content h3,
.module-banner-image .banner-content h4,
.module-banner-image .banner-content h5,
.module-banner-image .banner-content h6 {
  color: #fff;
}
.module-banner-image .banner-content p:first-child,
.module-banner-image .banner-content h1:first-child,
.module-banner-image .banner-content h2:first-child,
.module-banner-image .banner-content h3:first-child,
.module-banner-image .banner-content h4:first-child,
.module-banner-image .banner-content h5:first-child,
.module-banner-image .banner-content h6:first-child {
  margin-top: 0;
}
.module-banner-image .banner-content p:last-child,
.module-banner-image .banner-content h1:last-child,
.module-banner-image .banner-content h2:last-child,
.module-banner-image .banner-content h3:last-child,
.module-banner-image .banner-content h4:last-child,
.module-banner-image .banner-content h5:last-child,
.module-banner-image .banner-content h6:last-child {
  margin-bottom: 0;
}
.module-banner-image .scroll {
  bottom: 124px;
  position: absolute;
  z-index: 10;
  text-decoration: none;
}
.module-banner-image .scroll:hover img {
  transform: translateY(-3px);
}
.module-banner-image .scroll span,
.module-banner-image .scroll img {
  display: block;
  margin: 0 auto;
}
.module-banner-image .scroll span {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 2.82px;
  text-transform: uppercase;
}
.module-banner-image .scroll img {
  margin-top: 23px;
  transition: transform 0.3s;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.module-cta-grid {
  padding: 20px;
  padding-bottom: 0;
}
.module-cta-grid .ctas {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .module-cta-grid .ctas {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.module-cta-grid .cta {
  align-items: flex-end;
  display: flex;
  min-height: 240px;
  text-decoration: none;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1400px) {
  .module-cta-grid .cta {
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .module-cta-grid .cta:nth-child(3n+1) {
    margin-right: 10px;
    width: calc(33.333333% - 10px);
  }
}
@media (min-width: 992px) {
  .module-cta-grid .cta:nth-child(3n+2) {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(33.333333% - 20px);
  }
}
@media (min-width: 992px) {
  .module-cta-grid .cta:nth-child(3n+3) {
    margin-left: 10px;
    width: calc(33.333333% - 10px);
  }
}
.module-cta-grid .cta .cta-wrap {
  align-items: flex-end;
  display: flex;
}
.module-cta-grid .cta .cta-image {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
.module-cta-grid .cta .cta-content {
  width: 100%;
  padding: 20px;
}
@media (min-width: 992px) {
  .module-cta-grid .cta .cta-content {
    padding: 40px;
  }
}
.module-cta-grid .cta .cta-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.346153846;
  color: #fff;
}
.module-cta-grid .cta .cta-description {
  color: #fff;
}

.module-featured-3-col {
  padding: 60px 0 20px;
  background-image: url("../img/bg_texture.png");
  background-position: center center;
  background-repeat: repeat;
}
@media (min-width: 992px) {
  .module-featured-3-col {
    padding: 90px 0 50px;
  }
}
.module-featured-3-col.module-setting-bg-dark * {
  color: #fff;
}
.module-featured-3-col .columns {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .module-featured-3-col .columns {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.module-featured-3-col .column {
  position: relative;
  overflow: hidden;
}
.module-featured-3-col .column a {
  display: block;
  position: relative;
}
.module-featured-3-col .column:hover .column-image, .module-featured-3-col .column:focus .column-image {
  transform: scale(1.06);
}
.module-featured-3-col .column-content {
  width: 100%;
  padding: 30px 40px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  z-index: 10;
}
.module-featured-3-col .column-image {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.module-featured-3-col .column-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  letter-spacing: 4.91px;
  text-transform: uppercase;
}
.module-featured-2-col {
  padding: 60px 0 20px;
  background-image: url("../img/bg_texture.png");
  background-position: center center;
  background-repeat: repeat;
}
@media (min-width: 992px) {
  .module-featured-2-col {
    padding: 90px 0 50px;
  }
}
.module-featured-2-col.module-setting-bg-dark * {
  color: #fff;
}
.module-featured-2-col .columns {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .module-featured-2-col .columns {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.module-featured-2-col .column {
  position: relative;
  overflow: hidden;
}
.module-featured-2-col .column a {
  position: relative;
}
.module-featured-2-col .column-content {
  width: 100%;
  padding: 0;
  text-align: left;
  z-index: 10;
}
.module-featured-2-col .column-image {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  max-height: 300px;
  object-fit: cover;
}
.module-featured-2-col .column-title {
  color: #342e2d;
  font-size: 36px;
  font-weight: 600;
  font-family: "Spectral", serif;
  letter-spacing: -0.63px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.module-full-width-cta {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .module-full-width-cta {
    padding: 120px 0;
  }
}
.module-full-width-cta .content-wrap {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.module-full-width-cta .content-wrap *:not([class|=btn]) {
  color: #fff;
}
.module-full-width-cta .module-part-content {
  text-align: center;
}
.module-full-width-cta .module-part-content-wrap {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.module-full-width-cta .module-part-content-wrap p {
  color: #fff;
}
.module-full-width-cta .module-part-content-wrap p:last-child {
  margin-bottom: 40px;
}
.module-full-width-cta .module-part-title {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .module-full-width-cta .module-part-title {
    font-size: 72px;
    margin-bottom: 30px;
  }
}

.module-gallery {
  padding: 60px 0 36px;
}
@media (min-width: 992px) {
  .module-gallery {
    padding: 90px 0 66px;
  }
}
.module-gallery .module-part-heading {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .module-gallery .module-part-heading {
    margin-bottom: 40px;
  }
}
.module-gallery .module-part-content {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  text-align: center;
}
.module-gallery .gallery-image {
  background-color: #161313;
  position: relative;
}
.module-gallery .gallery-image a {
  display: block;
}
.module-gallery .gallery-image a img {
  display: block;
  transition: opacity 0.25s;
}
.module-gallery .gallery-image a:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(22, 19, 19, 0.3);
  opacity: 0;
  transition: opacity 0.25s;
}
.module-gallery .gallery-image a:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  width: 57px;
  height: 49px;
  background-image: url(../img/camera.svg);
  display: block;
  background-size: 57px 49px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s;
}
.module-gallery .gallery-image a:hover:before, .module-gallery .gallery-image a:hover:after, .module-gallery .gallery-image a:active:before, .module-gallery .gallery-image a:active:after, .module-gallery .gallery-image a:focus:before, .module-gallery .gallery-image a:focus:after {
  opacity: 0.99;
}
.module-gallery.grid .gallery {
  display: flex;
  flex-wrap: wrap;
}
.module-gallery.grid .gallery-image {
  width: calc(50% - 12px);
  padding-bottom: calc(50% - 12px);
  margin: 0;
  margin-right: 24px;
  margin-bottom: 24px;
}
.module-gallery.grid .gallery-image:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .module-gallery.grid .gallery-image {
    width: calc(33.3333333% - 16px);
    padding-bottom: calc(33.3333333% - 16px);
  }
  .module-gallery.grid .gallery-image:nth-child(2n) {
    margin-right: 24px;
  }
  .module-gallery.grid .gallery-image:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .module-gallery.grid .gallery-image {
    width: calc(25% - 18px);
    padding-bottom: calc(25% - 18px);
  }
  .module-gallery.grid .gallery-image:nth-child(3n) {
    margin-right: 24px;
  }
  .module-gallery.grid .gallery-image:nth-child(4n) {
    margin-right: 0;
  }
}
.module-gallery.grid .gallery-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module-gallery.masonry .grid-sizer {
  width: 50%;
}
@media (min-width: 992px) {
  .module-gallery.masonry .grid-sizer {
    width: 33.333333%;
  }
}
.module-gallery.masonry .gallery-image,
.module-gallery.masonry .grid-sizer {
  margin: 0;
  padding: 0;
  width: calc(50% - 12px);
}
@media (min-width: 992px) {
  .module-gallery.masonry .gallery-image,
.module-gallery.masonry .grid-sizer {
    width: calc(33.333333% - 16px);
  }
}
.module-gallery.masonry .gallery-image {
  background: transparent;
  margin-bottom: 24px;
}
.module-gallery.masonry .gallery-image img {
  width: 100%;
}

.module-google-map {
  height: 500px;
  width: 100%;
}

.module-mini-slider {
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .module-mini-slider {
    padding: 60px 0;
  }
}
.module-mini-slider .slick-dotted.slick-slider {
  margin: 0;
}
.module-mini-slider .slick-list {
  overflow: visible;
}
.module-mini-slider .slides .slick-track {
  display: flex;
}
.module-mini-slider .slides .slick-dots {
  bottom: initial;
  margin-top: 35px;
  position: relative;
}
.module-mini-slider .slides .slick-dots li button::before {
  font-size: 18px;
  opacity: 1;
  color: rgba(22, 19, 19, 0.1);
}
.module-mini-slider .slides .slick-dots li.slick-active button::before {
  color: #f6b04c;
}
.module-mini-slider .slide {
  display: flex;
  padding: 0 12px;
  height: auto;
}
@media (min-width: 768px) {
  .module-mini-slider .slide {
    padding: 0 20px;
  }
}
.module-mini-slider .slide.slick-center .slide-content {
  transform: scale(1);
  opacity: 1;
}
.module-mini-slider .slide-wrap {
  align-items: center;
  display: flex;
  position: relative;
  transition: 0.3s;
  width: 100%;
}
.module-mini-slider .slide-content {
  padding: 100px 15px 60px;
  transform: scaleY(0.9);
  opacity: 0.6;
  transition: all 0.25s;
  width: 100%;
  box-shadow: 0 5px 10px rgba(52, 46, 45, 0.15);
}
@media (min-width: 768px) {
  .module-mini-slider .slide-content {
    transform: scaleY(0.9);
    padding: 60px;
    padding-top: 200px;
  }
}
.module-mini-slider .slide-content * {
  color: #fff;
}
.module-mini-slider .slide-text {
  max-width: 550px;
}
.module-mini-slider .slide-title {
  font-size: 38px;
  max-width: 400px;
}
.module-mini-slider.module-setting-bg-dark .slick-dots li button::before {
  color: rgba(255, 255, 255, 0.1);
}
.module-mini-slider.module-setting-bg-dark .slick-dots li.slick-active button::before {
  color: #fff;
}

.module-tabs {
  background-image: url("../img/lightpaperfibers.png");
  background-repeat: repeat;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .module-tabs {
    padding: 90px 0;
  }
}
@media (min-width: 992px) {
  .module-tabs.module-setting-bg-dark .tabs-nav {
    border-color: rgba(255, 255, 255, 0.05);
  }
  .module-tabs.module-setting-bg-dark .tabs-nav .tabs-nav-item.active a {
    color: #fff;
  }
  .module-tabs.module-setting-bg-dark .tabs-nav .tabs-nav-item a {
    color: rgba(255, 255, 255, 0.4);
  }
  .module-tabs.module-setting-bg-dark .tabs-nav .tabs-nav-item.active {
    border-color: #fff;
  }
}
.module-tabs .module-part-content-wrap {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.module-tabs .tabs-dropdown {
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(52, 46, 45, 0.15);
}
@media (min-width: 992px) {
  .module-tabs .tabs-dropdown {
    box-shadow: none;
  }
}
.module-tabs .tabs-dropdown.open .tabs-nav {
  display: block;
}
.module-tabs .tabs-dropdown.open .tabs-dropdown-toggle .chevron {
  transform: translateY(-50%) rotate(180deg);
}
.module-tabs .tabs-dropdown-toggle {
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  padding: 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media (min-width: 992px) {
  .module-tabs .tabs-dropdown-toggle {
    display: none;
  }
}
.module-tabs .tabs-dropdown-toggle::after {
  content: "mobile-navigation";
  display: none;
}
@media (min-width: 992px) {
  .module-tabs .tabs-dropdown-toggle::after {
    content: "desktop-navigation";
  }
}
.module-tabs .tabs-dropdown-toggle .active {
  font-family: "Spectral", serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #161313;
}
.module-tabs .tabs-dropdown-toggle .chevron {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.module-tabs .tabs-nav {
  border-radius: 0 0 4px 4px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
}
@media (min-width: 992px) {
  .module-tabs .tabs-nav {
    border-bottom: 2px solid #e5e2e1;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .module-tabs .tabs-nav .tabs-nav-item {
    border-bottom: 8px solid transparent;
  }
}
@media (min-width: 992px) {
  .module-tabs .tabs-nav .tabs-nav-item.active {
    border-bottom: 5px solid #f6b04c;
  }
}
.module-tabs .tabs-nav .tabs-nav-item.active a {
  color: #161313;
}
.module-tabs .tabs-nav .tabs-nav-item-link {
  color: #6b605e;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
  text-decoration: none;
}
@media (min-width: 992px) {
  .module-tabs .tabs-nav .tabs-nav-item-link {
    padding: 21px 30px 20px;
  }
}
.module-tabs .tabs-content {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .module-tabs .tabs-content {
    padding-top: 60px;
  }
}
.module-tabs .tabs-content > .tabs-content-pane {
  display: none;
}
.module-tabs .tabs-content > .active {
  display: block;
}

.module-testimonial {
  padding: 50px 0;
}
@media (min-width: 992px) {
  .module-testimonial {
    padding: 120px 0;
  }
}
.module-testimonial .module-part-content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.module-testimonial .module-part-content blockquote {
  margin: 0;
  padding: 0;
}
.module-testimonial .module-part-content p {
  font-size: 26px;
  font-weight: 500;
  font-family: "Spectral", serif;
  margin-bottom: 30px;
}
.module-testimonial .module-part-content cite {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.333333333;
  font-family: "Spectral", serif;
}
.module-testimonial .module-part-content cite span {
  display: block;
  font-size: 13px;
}

.module-video {
  position: relative;
}
.module-video:before {
  content: "";
  position: absolute;
  z-index: 10;
  background-color: rgba(58, 51, 53, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.module-video img {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 44vw;
  max-height: 620px;
  min-height: 370px;
}
.module-video button {
  display: block;
  width: 134px;
  height: 134px;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 15;
  transition: transform 0.25s;
}
.module-video button:hover, .module-video button:active, .module-video button:focus {
  transform: translateY(-50%) scale(1.1);
}
.module-video button svg {
  display: block;
}

.module-image img {
  display: block;
  width: 100%;
  height: 44vw;
  max-height: 666px;
  min-height: 370px;
}

.module-wysiwyg {
  background-image: url("../img/lightpaperfibers.png");
  padding: 50px 0;
}
@media (min-width: 992px) {
  .module-wysiwyg {
    padding: 80px 0;
  }
}
.module-wysiwyg.torn {
  position: relative;
}
.module-wysiwyg.torn::before {
  background-image: url("../img/torn_top.png");
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 33px;
  z-index: 10;
  top: -30px;
}
.module-wysiwyg .module-part-heading {
  text-align: center;
}
.module-wysiwyg .module-part-title {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  color: #342e2d;
}
.module-wysiwyg.module-setting-columns-one .module-part-content {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.module-wysiwyg.module-setting-columns-one .module-part-content p {
  color: #6b605e;
}
@media (min-width: 992px) {
  .module-wysiwyg.module-setting-columns-two .module-part-content {
    column-count: 2;
    column-gap: 50px;
  }
}
@media (min-width: 992px) {
  .module-wysiwyg .flex {
    display: flex;
    flex-wrap: nowrap;
  }
}
.module-wysiwyg .flex-item:first-child {
  margin-bottom: 25px !important;
}
@media (min-width: 992px) {
  .module-wysiwyg .flex-item {
    width: calc(50% - 30px);
  }
  .module-wysiwyg .flex-item:first-child {
    margin-bottom: 0 !important;
    margin-right: 60px;
  }
}

.module-wysiwyg {
  background-image: url("../img/lightpaperfibers.png");
  padding: 50px 0;
}
@media (min-width: 992px) {
  .module-wysiwyg {
    padding: 80px 0;
  }
}
.module-wysiwyg.torn {
  position: relative;
}
.module-wysiwyg.torn::before {
  background-image: url("../img/torn_top.png");
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 33px;
  z-index: 10;
  top: -30px;
}
.module-wysiwyg .module-part-heading {
  text-align: center;
}
.module-wysiwyg .module-part-title {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  color: #342e2d;
}
.module-wysiwyg.module-setting-columns-one .module-part-content {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
.module-wysiwyg.module-setting-columns-one .module-part-content p {
  color: #6b605e;
}
@media (min-width: 992px) {
  .module-wysiwyg.module-setting-columns-two .module-part-content {
    column-count: 2;
    column-gap: 50px;
  }
}
@media (min-width: 992px) {
  .module-wysiwyg .flex {
    display: flex;
    flex-wrap: nowrap;
  }
}
.module-wysiwyg .flex-item:first-child {
  margin-bottom: 25px !important;
}
@media (min-width: 992px) {
  .module-wysiwyg .flex-item {
    width: calc(50% - 30px);
  }
  .module-wysiwyg .flex-item:first-child {
    margin-bottom: 0 !important;
    margin-right: 60px;
  }
}

.module-sidexside-wysiwyg {
  background-image: url("../img/lightpaperfibers.png");
  padding: 50px 0;
}
@media (min-width: 992px) {
  .module-sidexside-wysiwyg {
    padding: 80px 0;
  }
}
.module-sidexside-wysiwyg.torn {
  position: relative;
}
.module-sidexside-wysiwyg.torn::before {
  background-image: url("../img/torn_top.png");
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 33px;
  z-index: 10;
  top: -30px;
}
.module-sidexside-wysiwyg .text-side {
  text-align: center;
}
@media (min-width: 992px) {
  .module-sidexside-wysiwyg .text-side {
    text-align: left;
  }
}
.module-sidexside-wysiwyg .module-part-heading {
  text-align: center;
}
.module-sidexside-wysiwyg .module-part-title {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  color: #342e2d;
  text-align: center;
}
@media (min-width: 992px) {
  .module-sidexside-wysiwyg .module-part-title {
    text-align: left;
  }
}
.module-sidexside-wysiwyg.module-setting-columns-one .module-part-content {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}
.module-sidexside-wysiwyg.module-setting-columns-one .module-part-content p {
  color: #6b605e;
}
@media (min-width: 992px) {
  .module-sidexside-wysiwyg.module-setting-columns-two .module-part-content {
    column-count: 2;
    column-gap: 50px;
  }
}
@media (min-width: 992px) {
  .module-sidexside-wysiwyg .flex {
    display: flex;
    flex-wrap: nowrap;
  }
}
.module-sidexside-wysiwyg .flex-item:first-child {
  margin-bottom: 25px !important;
}
@media (min-width: 992px) {
  .module-sidexside-wysiwyg .flex-item {
    width: calc(50% - 30px);
  }
  .module-sidexside-wysiwyg .flex-item:first-child {
    margin-bottom: 0 !important;
    margin-right: 60px;
  }
}

.module-instagram img {
  margin: 0 10px;
  display: block;
}

.module-our-team {
  padding: 40px 0;
  position: relative;
  background-image: url("../img/bg_texture.png");
}
@media (min-width: 992px) {
  .module-our-team {
    padding: 110px 0 100px;
  }
}
.module-our-team::before {
  background-image: url("../img/torn_top.png");
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 33px;
  z-index: 10;
  top: -30px;
}
.module-our-team .module-part-title {
  color: #342e2d;
  font-family: "Spectral", serif;
  font-weight: 600;
  letter-spacing: -1.05px;
  text-align: center;
}
@media (min-width: 992px) {
  .module-our-team .module-part-title {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
.module-our-team .grid {
  display: grid;
  grid-gap: 32px;
}
@media (min-width: 992px) {
  .module-our-team .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.module-our-team .team-member-card {
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 17px 25px rgba(56, 63, 61, 0.15);
  background-color: #ffffff;
  cursor: pointer;
}
.module-our-team .team-member-card img {
  width: 100%;
}
.module-our-team .team-member-card .team-member-name {
  color: #4a6d67;
  font-family: "Spectral", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.42px;
  margin-top: 32px;
  margin-bottom: 0;
}
.module-our-team .team-member-card .team-member-position {
  color: #6b605e;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  padding: 5px 15px;
}

.module.module-setting-bg-white {
  background-color: #fff;
}
.module.module-setting-bg-light {
  background-color: rgba(22, 19, 19, 0.05);
}
.module.module-setting-bg-dark {
  background-color: #7aa03b;
}
.module.module-setting-bg-dark * {
  color: #fff;
}

.module-part-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.319444444;
}
@media (min-width: 992px) {
  .module-part-title {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.63px;
  }
}
.module-part-title small {
  display: block;
  font-size: 18px;
}

/*
* Plugins
*/
/*
 * Base Styles
 */
.gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.gfield {
  margin-top: 0;
}

.gfield_label {
  color: #161313;
  font-family: "Spectral", serif;
  font-size: 18px;
}
.gfield_label .gfield_required {
  color: #dc3545;
  margin-left: 5px;
}

.ginput_container {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .ginput_container {
    margin-top: 24px;
  }
}

.gform_footer {
  margin-top: 15px;
}

.gform_button {
  border-radius: 4px;
  font-weight: 500;
}

.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}

.hide-label > label {
  display: none;
}
.hide-label .ginput_container {
  margin-top: 0;
}

/*
 * Validation
 */
.validation_error {
  color: #dc3545;
  font-weight: 700;
  margin-top: 15px;
  font-family: "Spectral", serif;
}
@media (min-width: 992px) {
  .validation_error {
    margin-top: 20px;
  }
}

.validation_message {
  color: #dc3545;
  font-weight: 700;
  margin-top: 5px;
  font-family: "Spectral", serif;
}

.gfield_error {
  /*
   * Text, email, url, tel, number fields, textarea, select
   */
  /*
   * Multi File Upload
   */
}
.gfield_error input[type=text],
.gfield_error input[type=email],
.gfield_error input[type=url],
.gfield_error input[type=tel],
.gfield_error input[type=number],
.gfield_error textarea,
.gfield_error select {
  border: 1px solid #dc3545;
}
.gfield_error .gform_fileupload_multifile .gform_drop_area {
  border: 1px dashed #dc3545;
}

/*
 * Validation
 */
/*
 * Progress Bar
 */
.gf_progressbar {
  border: 1px solid rgba(22, 19, 19, 0.25);
  border-radius: 40px;
}
.gf_progressbar .gf_progressbar_percentage {
  align-items: center;
  border-radius: 40px;
  display: flex;
  height: 30px;
  justify-content: center;
}
.gf_progressbar .gf_progressbar_percentage.percentbar_blue {
  background-color: #4a6d67;
}
.gf_progressbar .gf_progressbar_percentage.percentbar_gray {
  background-color: rgba(22, 19, 19, 0.25);
}
.gf_progressbar .gf_progressbar_percentage.percentbar_green {
  background-color: #ABCC76;
}
.gf_progressbar .gf_progressbar_percentage.percentbar_orange {
  background-color: #f6b04c;
}
.gf_progressbar .gf_progressbar_percentage.percentbar_red {
  background-color: #f49b1b;
}
.gf_progressbar .gf_progressbar_percentage span {
  font-family: "Spectral", serif;
}

/*
 * Steps
 */
.gf_page_steps {
  border-bottom: 2px solid rgba(22, 19, 19, 0.25);
  display: flex;
  justify-content: center;
  margin: 15px 0;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .gf_page_steps {
    margin: 20px 0;
    padding-bottom: 20px;
  }
}
.gf_page_steps .gf_step {
  text-align: center;
}
.gf_page_steps .gf_step:not(:last-child) {
  margin-right: 40px;
}
.gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background-color: #4a6d67;
}
.gf_page_steps .gf_step .gf_step_number {
  background-color: #7aa03b;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Spectral", serif;
  height: 36px;
  margin: 0 auto;
  padding: 8px;
  text-align: center;
  width: 36px;
}
.gf_page_steps .gf_step .gf_step_label {
  display: block;
  font-family: "Spectral", serif;
}

/*
 * Navigation buttons
 */
.gform_page_footer {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
@media (max-width: 991.98px) {
  .gform_page_footer .gform_next_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_button {
    min-width: 150px;
  }
}
.gform_page_footer .gform_next_button {
  margin-left: auto;
}

/*
 * Text, Phone, Email, URL, Text Area
 */
/*
 * Text, email, url, tel, number fields
 */
input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=password] {
  border: 1px solid rgba(22, 19, 19, 0.25);
  border-radius: 4px;
  height: 41px;
  padding: 0 10px;
  width: 100%;
  font-family: "Spectral", serif;
  font-size: "Work Sans", sans-serif;
  color: #161313;
}

/*
 * Textarea
 */
textarea {
  border: 1px solid rgba(22, 19, 19, 0.25);
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  font-family: "Spectral", serif;
  font-size: "Work Sans", sans-serif;
  color: #161313;
}

/*
 * Select and Multi Select
 */
.ginput_container_select {
  position: relative;
}
.ginput_container_select::after {
  background-image: url("../img/forms/select-chevron.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(22, 19, 19, 0.25);
  border-radius: 4px;
  width: 100%;
  font-family: "Spectral", serif;
  font-size: "Work Sans", sans-serif;
  color: #161313;
}
select:not([multiple=multiple]) {
  height: 41px;
  padding: 0 10px;
}
select[multiple=multiple] option {
  padding: 5px 10px;
}

/*
 * Checkboxes and Radio Buttons
 */
/*
 * Shared checkbox and radio styles
 */
.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gfield_checkbox li,
.gfield_radio li {
  font-family: "Spectral", serif;
}
.gfield_checkbox li:not(:first-child),
.gfield_radio li:not(:first-child) {
  margin-top: 10px;
}
.gfield_checkbox input,
.gfield_radio input {
  opacity: 0;
  position: absolute;
}
.gfield_checkbox label,
.gfield_radio label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.gfield_checkbox label::before,
.gfield_radio label::before {
  border: 1px solid rgba(22, 19, 19, 0.25);
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  width: 20px;
}

/*
 * Checkbox styles
 */
.gfield_checkbox input:checked + label {
  font-weight: 700;
}
.gfield_checkbox input:checked + label::before {
  background: url("../img/forms/check-mark.svg") center center no-repeat, #4a6d67;
  border: 1px solid #4a6d67;
}
.gfield_checkbox label::before {
  border-radius: 3px;
}

/*
 * Radio styles
 */
.gfield_radio input:checked + label {
  font-weight: 700;
}
.gfield_radio input:checked + label::before {
  background: #4a6d67;
  background-clip: content-box;
  padding: 3px;
}
.gfield_radio label::before {
  border-radius: 50%;
}

/*
 * Name
 */
.ginput_container_name {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.ginput_container_name .name_prefix,
.ginput_container_name .name_first,
.ginput_container_name .name_middle,
.ginput_container_name .name_last,
.ginput_container_name .name_suffix {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .ginput_container_name .name_prefix,
.ginput_container_name .name_first,
.ginput_container_name .name_middle,
.ginput_container_name .name_last,
.ginput_container_name .name_suffix {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.ginput_container_name .name_prefix label,
.ginput_container_name .name_first label,
.ginput_container_name .name_middle label,
.ginput_container_name .name_last label,
.ginput_container_name .name_suffix label {
  color: rgba(22, 19, 19, 0.6);
  display: block;
  font-family: "Spectral", serif;
  font-size: 13px;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .ginput_container_name .name_prefix,
.ginput_container_name .name_suffix {
    flex: 0 0 10%;
  }
}
.ginput_container_name .name_prefix select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
}
@media (max-width: 991.98px) {
  .ginput_container_name span:not(:first-child) {
    margin-top: 15px;
  }
}

.field_sublabel_above .ginput_container_name span label {
  margin-bottom: 5px;
}

.field_sublabel_below .ginput_container_name span label {
  margin-top: 5px;
}

/*
 * Address
 */
.ginput_container_address {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.ginput_container_address span {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 15px;
}
.ginput_container_address span label {
  color: rgba(22, 19, 19, 0.6);
  display: block;
  font-family: "Spectral", serif;
  font-size: 13px;
}
@media (min-width: 992px) {
  .ginput_container_address .address_city,
.ginput_container_address .address_state,
.ginput_container_address .address_zip,
.ginput_container_address .address_country {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ginput_container_address .address_country {
  position: relative;
}
.ginput_container_address .address_country::after {
  background-image: url("../img/forms/select-chevron.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  width: 12px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%) translateY(12px);
}

.field_sublabel_above .ginput_container_address span label {
  margin-bottom: 5px;
}

.field_sublabel_below .ginput_container_address span label {
  margin-top: 5px;
}

/*
 * List
 */
.ginput_container_list table {
  width: 100%;
}
.ginput_container_list .gfield_list_icons img {
  margin-left: 5px;
}

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item.add_list_item,
body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.delete_list_item.delete_list_item {
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
}

/*
 * Date
 */
/*
 * Date field
 */
.ginput_container_date {
  position: relative;
}
.ginput_container_date .ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

/*
 * Date picker
 */
.ui-datepicker {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(52, 46, 45, 0.15);
  display: none;
  padding: 20px;
}
.ui-datepicker .ui-datepicker-header {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next::after {
  content: url("../img/forms/datepicker-arrow.svg");
  cursor: pointer;
  display: block;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  order: 1;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::after {
  transform: rotate(180deg);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
  margin: 0 10px;
  order: 2;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: 85px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin-right: 10px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  order: 3;
}
.ui-datepicker .ui-datepicker-calendar {
  margin-top: 25px;
  width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th span {
  color: #161313;
  font-family: "Spectral", serif;
  font-weight: 700;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 10px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  color: #4a6d67;
}
.ui-datepicker .ui-datepicker-calendar td a {
  color: #161313;
  font-family: "Spectral", serif;
  text-decoration: none;
}

/*
 * Time
 */
.clear-multi {
  display: flex;
}
.clear-multi .gfield_time_hour,
.clear-multi .gfield_time_minute {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.clear-multi .gfield_time_hour label,
.clear-multi .gfield_time_hour i,
.clear-multi .gfield_time_minute label,
.clear-multi .gfield_time_minute i {
  font-family: "Spectral", serif;
}
.clear-multi .gfield_time_hour label,
.clear-multi .gfield_time_minute label {
  width: 100%;
}
.clear-multi .gfield_time_hour i,
.clear-multi .gfield_time_minute i {
  margin: 0 10px;
}
.clear-multi .gfield_time_hour input {
  width: calc(100% - 25px);
}
.clear-multi .gfield_time_minute {
  margin-right: 20px;
}
.clear-multi .gfield_time_ampm select {
  -moz-appearance: menulist-button;
  -webkit-appearance: menulist-button;
}

/*
 * File
 */
/*
 * Single File Upload
 */
.ginput_container_fileupload:not(.multi-upload)::before,
.ginput_container_fileupload:not(.multi-upload) input[type=file] {
  display: inline-block;
  vertical-align: middle;
}
.ginput_container_fileupload:not(.multi-upload)::before {
  content: url("../img/forms/file-icon.svg");
  margin-right: 20px;
}
.ginput_container_fileupload:not(.multi-upload) #extensions_message {
  font-family: "Spectral", serif;
  display: block;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .ginput_container_fileupload:not(.multi-upload) #extensions_message {
    margin-top: 20px;
  }
}

/*
 * Multi File Upload
 */
.gform_fileupload_multifile .gform_drop_area {
  padding: 30px;
  border: 1px dashed rgba(22, 19, 19, 0.25);
  text-align: center;
  border-radius: 4px;
}
.gform_fileupload_multifile .gform_drop_area .gform_drop_instructions,
.gform_fileupload_multifile .gform_drop_area .gform_drop_instructions::before,
.gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
  display: inline-block;
  vertical-align: middle;
}
.gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
  font-family: "Spectral", serif;
}
.gform_fileupload_multifile .gform_drop_area .gform_drop_instructions::before {
  content: url("../img/forms/file-icon.svg");
  margin-right: 20px;
}
.gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

/*
 * Pricing
 */
.ginput_container_singleproduct .ginput_product_price_label {
  font-family: "Spectral", serif;
}
.ginput_container_singleproduct .ginput_product_price {
  color: #dc3545;
  font-family: "Spectral", serif;
}
.ginput_container_singleproduct .ginput_quantity_label {
  display: inline-block;
  font-family: "Spectral", serif;
  margin-top: 10px;
}
.ginput_container_singleproduct input[type=number] {
  display: inline-block;
  width: 100px;
}

.ginput_container_singleshipping .ginput_shipping_price {
  color: #dc3545;
  font-family: "Spectral", serif;
}

.ginput_container_total span {
  color: #28a745;
  font-family: "Spectral", serif;
}

/*
 * Credit Card
 */
/*
 * Unsecure noty
 */
/*
 * Credit Card Icons
 */
.gform_card_icon_container {
  height: 32px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .gform_card_icon_container {
    margin-bottom: 20px;
  }
}

.gform_card_icon {
  background-image: url("../img/forms/gf-creditcard-icons.png");
  background-repeat: no-repeat;
  float: left;
  height: 32px;
  margin-right: 4px;
  text-indent: -9000px;
  width: 36px;
}

.gform_card_icon_style1 .gform_card_icon_visa {
  background-position: 0 0;
}
.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}
.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
.gform_card_icon_style1 .gform_card_icon_mastercard {
  background-position: -36px 0;
}
.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
.gform_card_icon_style1 .gform_card_icon_amex {
  background-position: -72px 0;
}
.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
.gform_card_icon_style1 .gform_card_icon_discover {
  background-position: -108px 0;
}
.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
.gform_card_icon_style1 .gform_card_icon_maestro {
  background-position: -144px 0;
}
.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}
.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}
.gform_card_icon_style1 .gform_card_icon_jcb {
  background-position: -180px 0;
}
.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}
.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

.gform_card_icon_style2 .gform_card_icon_visa {
  background-position: 0 -192px;
}
.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}
.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}
.gform_card_icon_style2 .gform_card_icon_mastercard {
  background-position: -36px -192px;
}
.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}
.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}
.gform_card_icon_style2 .gform_card_icon_amex {
  background-position: -72px -192px;
}
.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}
.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}
.gform_card_icon_style2 .gform_card_icon_discover {
  background-position: -108px -192px;
}
.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}
.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}
.gform_card_icon_style2 .gform_card_icon_maestro {
  background-position: -144px -192px;
}
.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}
.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}
.gform_card_icon_style2 .gform_card_icon_jcb {
  background-position: -180px -192px;
}
.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}
.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

/*
 * Credit card fields
 */
.ginput_container_creditcard > span {
  margin-top: 15px;
  display: block;
}
.ginput_container_creditcard label {
  color: rgba(22, 19, 19, 0.6);
  display: block;
  font-family: "Spectral", serif;
  font-size: 13px;
  margin-bottom: 5px;
}
.ginput_container_creditcard .ginput_cardextras {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::after, .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::before {
  background-image: url("../img/forms/select-chevron.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 7px;
  pointer-events: none;
  position: absolute;
  width: 12px;
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::after {
  right: 35px;
  bottom: 17px;
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::after {
    top: 50%;
    transform: translateY(-50%) translateY(12px);
    right: 35px;
    bottom: initial;
  }
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::before {
  right: 35px;
  top: 42px;
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container::before {
    top: 50%;
    transform: translateY(-50%) translateY(12px);
    right: auto;
    left: calc(50% - 45px);
  }
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container label {
    position: relative;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container select {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_left .ginput_card_expiration_container select.ginput_card_expiration_year {
    margin-top: 20px;
  }
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 991.98px) {
  .ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right {
    margin-top: 15px;
  }
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right label {
  flex: 0 0 100%;
  max-width: 100%;
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code {
  width: calc(100% - 60px);
}
.ginput_container_creditcard .ginput_cardextras .ginput_cardinfo_right .ginput_card_security_code_icon {
  background-image: url("../img/forms/gf-creditcard-icons.png");
  background-position: 0 -128px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 23px;
  left: 6px;
  position: relative;
  top: -1px;
  width: 32px;
  margin-right: 7.5px;
}

.field_sublabel_above .ginput_container_creditcard span label {
  margin-bottom: 5px;
}

.field_sublabel_below .ginput_container_creditcard span label {
  margin-top: 5px;
}

@media (min-width: 1120px) {
  .hide-for-desktop {
    display: none;
  }
}

@media (max-width: 1120px) {
  .hide-for-mobile {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
