@charset "UTF-8";
/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
@font-face {
  font-family: "iconfont-monadnockTheme";
  src: url("../fonts/iconfont-monadnockTheme/iconfont-monadnockTheme.eot?k1h44s");
  src: url("../fonts/iconfont-monadnockTheme/iconfont-monadnockTheme.eot?k1h44s#iefix") format("eot"), url("../fonts/iconfont-monadnockTheme/iconfont-monadnockTheme.woff2?k1h44s") format("woff2"), url("../fonts/iconfont-monadnockTheme/iconfont-monadnockTheme.woff?k1h44s") format("woff"), url("../fonts/iconfont-monadnockTheme/iconfont-monadnockTheme.ttf?k1h44s") format("truetype"), url("../fonts/iconfont-monadnockTheme/iconfont-monadnockTheme.svg?k1h44s#iconfont-monadnockTheme") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "iconfont-monadnockTheme";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-downward::before {
  content: "\EA01";
}

.icon-arrow-left::before {
  content: "\EA02";
}

.icon-arrow-right::before {
  content: "\EA03";
}

.icon-arrow-upward::before {
  content: "\EA04";
}

.icon-bunny-icon::before {
  content: "\EA05";
}

.icon-calendar::before {
  content: "\EA06";
}

.icon-cancel::before {
  content: "\EA07";
}

.icon-cart::before {
  content: "\EA08";
}

.icon-cat-icon::before {
  content: "\EA09";
}

.icon-check-box-checked::before {
  content: "\EA0A";
}

.icon-check-box-unchecked::before {
  content: "\EA0B";
}

.icon-check-circle::before {
  content: "\EA0C";
}

.icon-check::before {
  content: "\EA0D";
}

.icon-chev-collapse::before {
  content: "\EA0E";
}

.icon-chev-expand::before {
  content: "\EA0F";
}

.icon-chev-left::before {
  content: "\EA10";
}

.icon-chev-right::before {
  content: "\EA11";
}

.icon-clear::before {
  content: "\EA12";
}

.icon-clock::before {
  content: "\EA13";
}

.icon-close::before {
  content: "\EA14";
}

.icon-corpmatching-icon::before {
  content: "\EA15";
}

.icon-cost::before {
  content: "\EA16";
}

.icon-cursor::before {
  content: "\EA17";
}

.icon-dog-icon::before {
  content: "\EA18";
}

.icon-download::before {
  content: "\EA19";
}

.icon-drop-down::before {
  content: "\EA1A";
}

.icon-drop-up::before {
  content: "\EA1B";
}

.icon-email::before {
  content: "\EA1C";
}

.icon-error::before {
  content: "\EA1D";
}

.icon-featured-icon::before {
  content: "\EA1E";
}

.icon-filter-list::before {
  content: "\EA1F";
}

.icon-filter::before {
  content: "\EA20";
}

.icon-fundraiser-icon::before {
  content: "\EA21";
}

.icon-gift-icon::before {
  content: "\EA22";
}

.icon-grid-view::before {
  content: "\EA23";
}

.icon-image::before {
  content: "\EA24";
}

.icon-inkind-icon::before {
  content: "\EA25";
}

.icon-launch-external::before {
  content: "\EA26";
}

.icon-link::before {
  content: "\EA27";
}

.icon-list-view::before {
  content: "\EA28";
}

.icon-menu::before {
  content: "\EA29";
}

.icon-pdf::before {
  content: "\EA2A";
}

.icon-phone::before {
  content: "\EA2B";
}

.icon-pin::before {
  content: "\EA2C";
}

.icon-play::before {
  content: "\EA2D";
}

.icon-quote::before {
  content: "\EA2E";
}

.icon-radio-button-checked::before {
  content: "\EA2F";
}

.icon-radio-button-unchecked::before {
  content: "\EA30";
}

.icon-search::before {
  content: "\EA31";
}

.icon-social-facebook::before {
  content: "\EA32";
}

.icon-social-instagram::before {
  content: "\EA33";
}

.icon-social-linkedin::before {
  content: "\EA34";
}

.icon-social-tiktok::before {
  content: "\EA35";
}

.icon-social-twitter::before {
  content: "\EA36";
}

.icon-social-youtube::before {
  content: "\EA37";
}

.icon-sponsor-icon::before {
  content: "\EA38";
}

.icon-upload::before {
  content: "\EA39";
}

.icon-wishlist-icon::before {
  content: "\EA3A";
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1290px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

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

.row, .gform_wrapper .gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    order: -1;
  }
  .order-xxxl-last {
    order: 13;
  }
  .order-xxxl-0 {
    order: 0;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
}

.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: 1200px) {
  .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: 1400px) {
  .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 (min-width: 1600px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-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: 1200px) {
  .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: 1400px) {
  .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;
  }
}

@media (min-width: 1600px) {
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-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: 1200px) {
  .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: 1400px) {
  .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;
  }
}

@media (min-width: 1600px) {
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }
  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #000;
}

/*! normalize.css v6.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
   ========================================================================== */
/**
 * 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 2.5rem;
}

/**
 * 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: #fff;
  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
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */
/* Set font and clear body padding */
html,
button,
input,
select,
textarea {
  font-family: "stevie-sans", sans-serif;
}

body {
  margin: 0;
  font-family: "stevie-sans", sans-serif;
  color: #000;
  background-color: #fff;
  font-family: "stevie-sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 992px) {
  body {
    font-family: "stevie-sans", sans-serif;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

body.lock-scroll {
  overflow: hidden;
}

body.overlayed #page {
  position: relative;
}

body.overlayed #page:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}

body.overlayed #page .main-header {
  background-color: #fff;
}

/* Setting sizes is much more predictable with border-box */
*, *:before, *:after {
  box-sizing: border-box;
}

figure {
  margin: 0;
}

/* Make all images responsive */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

blockquote {
  padding-left: 1rem;
  margin: 2rem 0;
  border-left: 4px solid #8c0324;
  font-family: "filson-pro", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  blockquote {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  blockquote {
    padding-left: 2.5rem;
    margin: 3rem 0;
  }
}

blockquote p, blockquote .content-column {
  font-family: "filson-pro", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  blockquote p, blockquote .content-column {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
}

blockquote > :first-child {
  margin-top: 0;
}

blockquote > :last-child {
  margin-bottom: 0;
}

hr {
  margin: 3rem 0;
  border-top: 1px solid #b5b1a6;
}

@media (min-width: 768px) {
  hr {
    margin: 5rem 0;
  }
}

/* Normalize links across browsers */
a {
  color: #000;
  text-decoration: none;
  transition: all .2s linear;
}

a:before, a:after {
  transition: all .2s linear;
}

a img {
  border: 0;
}

a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}

main a:not([class]) {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid #d68000;
}

main a:not([class]):focus, main a:not([class]):hover {
  color: #b5b1a6;
}

.tablet-checker {
  display: none;
}

@media (max-width: 991.98px) {
  .tablet-checker {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .container-fluid {
    padding: 0 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .row, .gform_wrapper .gform_body .gform_fields {
    margin: 0 -1.25rem;
  }
}

@media (max-width: 767.98px) {
  .col-12 {
    padding: 0 1.25rem;
  }
}

#page {
  position: relative;
}

/* Set custom outline styles */
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

html.user-tab-nav a:focus, html.user-tab-nav
button:focus, html.user-tab-nav
input:focus, html.user-tab-nav
select:focus, html.user-tab-nav
textarea:focus {
  outline: 0.125rem solid #7aacfe;
  outline-offset: 0;
}

/**
 * WordPress specific base styles.
 */
.gm-style img {
  max-width: none;
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Make WordPress media inserted to post behave correctly */
.alignleft {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.alignright {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.navigation.pagination {
  clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */
nav a {
  text-decoration: none;
  color: #000;
}

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

nav li {
  display: inline-block;
  margin: 0;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

nav ul ul li::before {
  content: none;
}

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

.wp-block-image figure figcaption,
.wp-caption-text {
  font-size: 15px;
  line-height: 22px;
  padding: 5px 0;
}

.wp-block-image figure figcaption {
  width: 100%;
  max-width: 100%;
  display: block !important;
  text-align: center;
}

.wp-block-image figure.alignleft figcaption {
  text-align: left;
}

.wp-block-image figure.alignright figcaption {
  text-align: right;
}

.wp-video {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Display legacy inline elements correctly */
main .container p > img, main .container .content-column > img,
main .container p > iframe,
main .container .content-column > iframe {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  main .container p > img, main .container .content-column > img,
  main .container p > iframe,
  main .container .content-column > iframe {
    margin-bottom: 2rem;
  }
}

/* Headings */
h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}

h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 4.25rem;
    line-height: 4.5rem;
    margin-bottom: 2rem;
  }
}

h2,
.h2 {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 1rem;
}

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    margin: 0 0 2rem;
  }
}

h3,
.h3 {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0 0.5rem;
}

@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin: 0 0 1rem;
  }
}

h4,
.h4 {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-top: 1rem;
  }
}

h5,
.h5 {
  font-family: "stevie-sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

h6,
.h6 {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

p, .content-column {
  font-family: "stevie-sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  p, .content-column {
    font-family: "stevie-sans", sans-serif;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}

p:first-child, .content-column:first-child {
  margin-top: 0;
}

p:last-child, .content-column:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

.block-title,
.block-title:last-child {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .block-title,
  .block-title:last-child {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .block-title,
  .block-title:last-child {
    margin-bottom: 4rem;
  }
}

.overline {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.nuetral-30 {
  color: #4d4d4d;
}

.nuetral-45 {
  color: #737373;
}

.nuetral-70 {
  color: #b3b3b3;
}

.nuetral-88 {
  color: #e1e1e1;
}

.nuetral-94 {
  color: #f0f0f0;
}

.maroon {
  color: #8c0324;
}

.dark-maroon {
  color: #350210;
}

.yellow {
  color: #d68000;
}

.yellow-hover {
  color: #ff9900;
}

.light-beige {
  color: #f2efe8;
}

.beige {
  color: #b5b1a6;
}

.dark-beige {
  color: #6b6963;
}

.teal {
  color: #008e8e;
}

.body-1 {
  font-family: "stevie-sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .body-1 {
    font-family: "stevie-sans", sans-serif;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}

.body-2 {
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .body-2 {
    font-family: "stevie-sans", sans-serif;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.list {
  font-family: "stevie-sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .list {
    font-family: "stevie-sans", sans-serif;
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2rem;
  }
}

.lead {
  font-family: "filson-pro", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .lead {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
}

.quote {
  font-family: "filson-pro", sans-serif;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .quote {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
}

.wp-block-quote {
  color: #350210;
}

.subtitle-1 {
  font-family: "stevie-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.subtitle-2 {
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.button-1 {
  font-family: "stevie-sans", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
}

.button-2 {
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
}

.caption {
  font-family: "stevie-sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.overline {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.tag {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #737373;
}

.page-columns {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .page-columns {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1600px) {
  .container {
    padding-left: 115px;
    padding-right: 115px;
  }
}

.page-content > .container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .page-content > .container {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.page-content > .container h2:first-child,
.page-content > .container h3:first-child,
.page-content > .container h4:first-child,
.page-content > .container h5:first-child,
.page-content > .container h6:first-child {
  margin-top: 0;
}

.page-content > .container h2:last-child,
.page-content > .container h3:last-child,
.page-content > .container h4:last-child,
.page-content > .container h5:last-child,
.page-content > .container h6:last-child {
  margin-bottom: -1.25rem;
}

@media (min-width: 768px) {
  .page-content > .container h2:last-child,
  .page-content > .container h3:last-child,
  .page-content > .container h4:last-child,
  .page-content > .container h5:last-child,
  .page-content > .container h6:last-child {
    margin-bottom: -2.5rem;
  }
}

.page-content > .container .block-hook:first-child + h2,
.page-content > .container .block-hook:first-child + h3,
.page-content > .container .block-hook:first-child + h4,
.page-content > .container .block-hook:first-child + h5,
.page-content > .container .block-hook:first-child + h6 {
  margin-top: 0;
}

.acf-block {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .acf-block {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.acf-block:last-child:not(.block-key-features):not(.block-grid-columns) {
  margin-bottom: 0;
}

figure.aspectratio {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  position: relative;
}

figure.aspectratio:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

figure.aspectratio.ratio-2x1:before {
  padding-top: 50%;
}

figure.aspectratio.ratio-16x9:before {
  padding-top: 56.25%;
}

figure.aspectratio.ratio-3x2:before {
  padding-top: 66.67%;
}

figure.aspectratio.ratio-1x1:before {
  padding-top: 100%;
}

figure.aspectratio.ratio-2x3:before {
  padding-top: 150%;
}

@media (min-width: 768px) {
  figure.aspectratio.ratio-md-2x1:before {
    padding-top: 50%;
  }
  figure.aspectratio.ratio-md-16x9:before {
    padding-top: 56.25%;
  }
  figure.aspectratio.ratio-md-3x2:before {
    padding-top: 66.67%;
  }
  figure.aspectratio.ratio-md-1x1:before {
    padding-top: 100%;
  }
  figure.aspectratio.ratio-md-2x3:before {
    padding-top: 150%;
  }
}

figure.aspectratio > :first-child {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.aspectratio > :first-child > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

figure.aspectratio > :nth-child(n + 2) {
  position: absolute;
  z-index: 5;
}

a:hover figure.aspectratio:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(255, 153, 0, 0.4);
}

.c-btn, .gform_wrapper .gform_footer input[type="submit"], .email-registration-form input[type="submit"] {
  cursor: pointer;
  appearance: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-block;
}

.c-btn-primary, .gform_wrapper .gform_footer input[type="submit"], .email-registration-form input[type="submit"],
.c-btn-secondary {
  border: 2px solid #d68000;
  border-radius: 2px;
  padding: 0.875rem 1.4375rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.c-btn-primary, .gform_wrapper .gform_footer input[type="submit"], .email-registration-form input[type="submit"] {
  background-color: #d68000;
  color: #000;
}

.c-btn-primary:hover, .gform_wrapper .gform_footer input:hover[type="submit"], .email-registration-form input:hover[type="submit"], .c-btn-primary:focus, .gform_wrapper .gform_footer input:focus[type="submit"], .email-registration-form input:focus[type="submit"] {
  border-color: #ff9900;
  background-color: #ff9900;
  color: #000;
}

.c-btn-primary--small,
.c-btn-secondary--small {
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
}

.c-btn-secondary {
  color: #000;
}

.c-btn-secondary:hover, .c-btn-secondary:focus {
  background-color: #ff9900;
  border-color: #ff9900;
  color: #000;
}

.c-btn-tertiary {
  color: #000;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}

.c-btn-tertiary::after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 1rem;
  border: 2px solid #d68000;
  border-radius: 100%;
}

.c-btn-tertiary:hover, .c-btn-tertiary:focus {
  color: #000;
}

.c-btn-tertiary:hover:after, .c-btn-tertiary:focus:after {
  background: #ff9900;
  border-color: #ff9900;
}

.c-btn-color-alt {
  color: #000;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  border-bottom: 2px solid #d68000;
}

.c-btn-color-alt:hover, .c-btn-color-alt:focus {
  color: #000;
  border-color: #ff9900;
}

.c-btn-color-alt:hover:after, .c-btn-color-alt:focus:after {
  background: #d68000;
}

.c-btn-wrapper {
  margin: 2rem 0;
  line-height: 1;
}

@media (min-width: 768px) {
  .c-btn-wrapper {
    margin: 2.5rem 0;
  }
}

.c-btn-wrapper:last-child {
  margin-bottom: 0;
}

.c-btn-group {
  margin: 2rem 0;
  line-height: 1;
  font-size: 0;
}

@media (min-width: 768px) {
  .c-btn-group {
    margin: 2.5rem 0;
  }
}

.c-btn-group:last-child {
  margin-bottom: 0;
}

.c-btn-group .c-btn-wrapper {
  margin: 0;
  display: inline-block;
}

.c-btn-group .c-btn-wrapper:not(:last-child) .c-btn, .c-btn-group .c-btn-wrapper:not(:last-child) .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .c-btn-group .c-btn-wrapper:not(:last-child) input[type="submit"], .c-btn-group .c-btn-wrapper:not(:last-child) .email-registration-form input[type="submit"], .email-registration-form .c-btn-group .c-btn-wrapper:not(:last-child) input[type="submit"] {
  margin-right: 1.25rem;
}

.c-btn-group .c-btn-wrapper:not(:last-child) .c-btn.c-btn-tertiary, .c-btn-group .c-btn-wrapper:not(:last-child) .gform_wrapper .gform_footer input.c-btn-tertiary[type="submit"], .gform_wrapper .gform_footer .c-btn-group .c-btn-wrapper:not(:last-child) input.c-btn-tertiary[type="submit"], .c-btn-group .c-btn-wrapper:not(:last-child) .email-registration-form input.c-btn-tertiary[type="submit"], .email-registration-form .c-btn-group .c-btn-wrapper:not(:last-child) input.c-btn-tertiary[type="submit"] {
  margin-right: 1.5rem;
}

button:focus {
  outline: none;
}

.play-btn {
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
}

.play-btn::before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

/* Embed Video Styles */
@media (min-width: 992px) {
  .wp-block-embed {
    max-width: 840px;
    width: 840px;
    margin-bottom: 5rem;
    margin-left: 50%;
    transform: translate(-50%, 0);
  }
}

@media (min-width: 1200px) {
  .wp-block-embed {
    max-width: 1020px;
    width: 1020px;
  }
}

@media (min-width: 1400px) {
  .wp-block-embed {
    max-width: 1170px;
    width: 1170px;
  }
}

@media (min-width: 1600px) {
  .wp-block-embed {
    max-width: 1290px;
    width: 1290px;
  }
}

.iframe-wrapper {
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  margin: 3.25rem auto 3.25rem;
  overflow: hidden;
}

.iframe-wrapper__overlay {
  position: absolute;
  z-index: 1;
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
  background-color: black;
  background-position: center;
  background-size: cover;
}

.iframe-wrapper__play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.1875rem;
  height: 7.1875rem;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background-color: white;
  box-shadow: none;
  cursor: pointer;
  transition: background-color .2s, border-color .2s;
}

.iframe-wrapper__play:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 5px;
  border-width: 1.25rem 0 1.25rem 2rem;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.iframe-wrapper__play:hover {
  background-color: #d68000;
}

.iframe-wrapper__play:hover:before {
  border-color: transparent transparent transparent white;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* Slider Global */
.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  cursor: pointer;
  transform: translate(0, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  z-index: 2;
  border: none;
  text-align: center;
  transition: all 0.2s linear;
}

.slick-arrow:hover {
  background: #fff;
}

.slick-arrow:hover:after {
  color: #000;
}

.slick-arrow:after {
  content: '';
  line-height: 3.5rem;
  color: #000;
  transition: all 0.2s linear;
}

.slick-arrow.slick-prev {
  left: 2rem;
}

.slick-arrow.slick-prev:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-arrow.slick-next {
  right: 2rem;
}

.slick-arrow.slick-next:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-slide {
  outline: none;
}

/* BASE TABLES */
#page .tablepress-table-name {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.09375rem;
  text-transform: none;
}

#page .tablepress {
  padding: 0 1.25rem 0 0;
  margin: 2rem 0 2rem;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  #page .tablepress {
    margin: 1rem 0 1rem;
  }
}

#page .tablepress caption {
  display: none;
}

#page .tablepress thead th {
  padding: 0 1.3125rem 1rem;
  position: relative;
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
}

#page .tablepress thead th br {
  display: none;
}

#page .tablepress thead tr {
  border: none;
}

#page .tablepress tbody td {
  padding: 1.0625rem 1.1875rem 1.0625rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000;
  border: 0;
}

@media (max-width: 767.98px) {
  #page .tablepress tbody td {
    padding: 1.0625rem 5.625rem 1.0625rem 1.3125rem;
  }
}

#page .tablepress tbody tr {
  position: relative;
  border-bottom: 1px solid #b5b1a6;
}

#page .tablepress tbody tr:nth-child(2n + 1) {
  background: #f2efe8;
}

#page .tablepress-scroll-wrapper {
  position: relative;
  margin: 2rem 0 2rem;
}

#page .tablepress-scroll-wrapper:last-child {
  margin-bottom: 0;
}

#page .tablepress-scroll-wrapper.has-scroll .tablepress {
  display: block;
  overflow-x: auto;
}

#page .tablepress-scroll-wrapper.has-scroll::before {
  content: '';
  pointer-events: none;
  display: block;
  width: 7.1875rem;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

#page .tablepress-scroll-wrapper .tablepress {
  margin: 0;
}

.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  margin: 0;
  font-family: "stevie-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75rem !important;
  margin-bottom: 1rem;
  color: #000;
  width: 100%;
  outline: none;
  border: 1px solid #b3b3b3;
  transition: all 0.2s linear;
  background: transparent;
  border-radius: 0.125rem;
}

@media (min-width: 576px) {
  .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    font-size: 1rem !important;
  }
}

.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus {
  border: 1px solid #d68000;
  color: #000;
}

.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::placeholder, .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-input-placeholder, .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::-ms-input-placeholder {
  color: #737373;
}

.gform_wrapper .gform_body li::before {
  content: none !important;
}

.gform_wrapper .gform_body .gform_fields {
  padding: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0;
}

@media (min-width: 768px) {
  .gform_wrapper .gform_body .gform_fields .gfield {
    padding-right: 0;
  }
}

.gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  margin: 0;
}

.gform_wrapper .gform_body .ginput_complex {
  display: flex;
  flex-wrap: wrap;
  width: calc( 100% + (0.9375rem));
  margin-bottom: -2.5rem;
}

.gform_wrapper .gform_body .ginput_complex > span,
.gform_wrapper .gform_body .ginput_complex > p:not(:empty),
.gform_wrapper .gform_body .ginput_complex > .content-column:not(:empty) {
  flex: 50%;
  padding: 0 0.9375rem;
  margin-left: -0.9375rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 576px) {
  .gform_wrapper .gform_body .ginput_complex > span.ginput_full,
  .gform_wrapper .gform_body .ginput_complex > p:not(:empty).ginput_full,
  .gform_wrapper .gform_body .ginput_complex > .content-column:not(:empty).ginput_full {
    flex: 100%;
  }
}

.gform_wrapper .gform_body .ginput_complex label {
  display: block;
}

.gform_wrapper .gform_body .ginput_complex br {
  display: none;
}

.gform_wrapper .gform_body .ginput_complex input {
  display: block;
  width: 100%;
}

.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .gform_footer input[type="submit"] {
  line-height: 1.5rem !important;
  border: none;
  border-radius: 0.125rem;
  padding: 1rem 0;
  transition: all 0.2s linear;
  min-width: 100%;
}

@media (min-width: 768px) {
  .gform_wrapper .gform_footer input[type="submit"] {
    min-width: 10rem;
    font-size: 1rem !important;
  }
}

.gfield {
  padding: 0;
  list-style-type: none;
  flex: 100%;
}

.gfield input:not([type='radio']):not([type='checkbox']),
.gfield textarea,
.gfield select {
  font-family: "stevie-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75rem !important;
  margin-bottom: 1rem;
  color: #000;
  width: 100%;
  outline: none;
  border: 1px solid #b3b3b3;
  transition: all 0.2s linear;
  background: transparent;
  border-radius: 0.125rem;
}

@media (min-width: 576px) {
  .gfield input:not([type='radio']):not([type='checkbox']),
  .gfield textarea,
  .gfield select {
    font-size: 1rem !important;
  }
}

.gfield input:not([type='radio']):not([type='checkbox']):focus,
.gfield textarea:focus,
.gfield select:focus {
  border: 1px solid #d68000;
  color: #000;
}

.gfield input:not([type='radio']):not([type='checkbox'])::placeholder, .gfield input:not([type='radio']):not([type='checkbox']):-ms-input-placeholder, .gfield input:not([type='radio']):not([type='checkbox'])::-ms-input-placeholder,
.gfield textarea::placeholder,
.gfield textarea:-ms-input-placeholder,
.gfield textarea::-ms-input-placeholder,
.gfield select::placeholder,
.gfield select:-ms-input-placeholder,
.gfield select::-ms-input-placeholder {
  color: #737373;
}

.gfield label {
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.gfield label .gfield_required {
  color: #b00020;
}

.gfield label .gfield_required::before {
  content: ' ';
}

.gfield label.gfield_label_before_complex {
  font-family: "stevie-sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .gfield label.gfield_label_before_complex {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.gfield.gfield_error input {
  border-color: #b00020;
}

.gfield.gfield_error .validation_message {
  font-family: "stevie-sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  color: #b00020;
  padding-left: 0.8125rem;
  margin-top: 0.5rem;
}

.gfield .mat-select {
  width: 100%;
}

.gfield_checkbox,
.gfield_radio {
  margin: 0 !important;
}

.gfield_checkbox .gfield_label,
.gfield_radio .gfield_label {
  font-family: "stevie-sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
}

@media (min-width: 992px) {
  .gfield_checkbox .gfield_label,
  .gfield_radio .gfield_label {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.gfield_checkbox br,
.gfield_radio br {
  display: none;
}

.gfield_checkbox li,
.gfield_radio li {
  margin-bottom: 0 !important;
}

.cta-form {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .cta-form .gform_wrapper form {
    display: flex;
  }
}

@media (min-width: 768px) {
  .cta-form .gform_body {
    flex: 1;
    padding-right: 0.9375rem;
    flex: 72%;
  }
}

@media (min-width: 768px) {
  .cta-form .gform_body .gform_fields {
    display: flex;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .cta-form .gform_body .gform_fields .gfield {
    flex: 1;
  }
}

@media (min-width: 768px) {
  .cta-form .gform_body .gform_fields .gfield:not(:first-child) {
    padding-left: 0.9375rem;
    margin-bottom: 0;
  }
}

.cta-form .gform_body .gform_fields .gfield label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cta-form .gform_body .gform_fields .gfield input {
  width: 100%;
  border: none;
  border-radius: 2px;
  min-width: 0;
}

@media (min-width: 768px) {
  .cta-form .gform_footer {
    flex: 28%;
    max-width: 11.875rem;
  }
}

.cta-form .gform_footer input[type="submit"] {
  width: 100%;
  padding: 0.75rem;
  border: none;
}

.mat-select {
  display: inline-block;
  position: relative;
  min-width: 18.75rem;
}

.mat-select::after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: calc( 50% - 0.75rem);
  right: 0.75rem;
}

.mat-select__list {
  user-select: none;
  position: absolute;
  z-index: 100;
  transition: 0.25s ease;
  top: 100%;
  left: 0;
  margin: 0.5rem 0 0;
  padding: 0;
  width: 100%;
  display: none;
  list-style: none;
  background: #fff;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  max-height: 18.75rem;
  overflow-y: auto;
}

.mat-select__item {
  font-family: "stevie-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  margin: 0;
  cursor: pointer;
}

.mat-select__item--active, .mat-select__item:hover {
  background-color: #f0f0f0;
}

.mat-select__text {
  font-family: "stevie-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75rem !important;
  margin-bottom: 1rem;
  color: #000;
  width: 100%;
  outline: none;
  border: 1px solid #b3b3b3;
  transition: all 0.2s linear;
  background: transparent;
  border-radius: 0.125rem;
  cursor: pointer;
}

@media (min-width: 576px) {
  .mat-select__text {
    font-size: 1rem !important;
  }
}

.mat-select__text:focus {
  border: 1px solid #d68000;
  color: #000;
}

.mat-select__text::placeholder, .mat-select__text:-ms-input-placeholder, .mat-select__text::-ms-input-placeholder {
  color: #737373;
}

.mat-select__text--empty {
  color: #737373;
}

.mat-select--active .mat-select__text {
  border-color: #d68000;
}

.email-registration-form {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .email-registration-form {
    margin-bottom: 9rem;
  }
}

.email-registration-form .label {
  font-family: "stevie-sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
}

@media (min-width: 992px) {
  .email-registration-form .label {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  margin: 0;
  font-family: "stevie-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75rem !important;
  margin-bottom: 1rem;
  color: #000;
  width: 100%;
  outline: none;
  border: 1px solid #b3b3b3;
  transition: all 0.2s linear;
  background: transparent;
  border-radius: 0.125rem;
}

@media (min-width: 576px) {
  .email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    font-size: 1rem !important;
  }
}

.email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus {
  border: 1px solid #d68000;
  color: #000;
}

.email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::placeholder, .email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-input-placeholder, .email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::-ms-input-placeholder {
  color: #737373;
}

.email-registration-form .consent {
  font-family: "stevie-sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: normal;
  margin-top: -0.75rem;
  margin-bottom: 1rem;
}

.email-registration-form input[type="submit"] {
  line-height: 1.5rem !important;
  border: none;
  border-radius: 0.125rem;
  padding: 1rem 0;
  transition: all 0.2s linear;
  min-width: 100%;
}

@media (min-width: 768px) {
  .email-registration-form input[type="submit"] {
    min-width: 10rem;
    font-size: 1rem !important;
  }
}

.email-registration-form .captcha {
  margin: 0 0 1rem;
}

.pagination {
  display: flex;
  list-style: none;
  justify-content: center;
  align-items: center;
}

.pagination__item {
  margin: 0 0.15625rem;
}

.pagination__item--ellipses {
  min-width: 2rem;
}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  color: #000;
  border-radius: 50%;
}

.pagination__link:hover {
  color: #fff;
  background: #d68000;
}

.pagination__item--current .pagination__link {
  color: #fff;
  background: #d68000;
}

.content-column {
  padding: 0 0.9375rem;
  margin-left: 0.9375rem;
}

.share-icons {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .share-icons {
    display: inline-flex;
  }
}

.share-icons__link {
  border-radius: 50%;
  border: 2px solid #d68000;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
}

.share-icons__link:first-child {
  margin-left: 0;
}

.share-icons__link:last-child {
  margin-right: 0;
}

.share-icons__link span {
  font-size: 1.5rem;
  color: #000;
}

.leadparagraph {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .leadparagraph {
    font-size: 2.125rem;
    line-height: 2.5rem;
    margin-bottom: 5rem;
  }
}

.highlight-text {
  padding: 3px 0;
  background: rgba(214, 128, 0, 0.1);
}

.page-accordion {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .page-accordion {
    margin-bottom: 5rem;
  }
}

.bellow {
  padding: 0.375rem 0;
  border-top: 1px solid #b5b1a6;
}

@media (min-width: 768px) {
  .bellow {
    padding: 1rem 0;
  }
}

.bellow:not(.active):hover, .bellow:not(.active):focus {
  background: none;
}

.bellow:last-of-type {
  border-bottom: 1px solid #b5b1a6;
}

.bellow p:last-child, .bellow .content-column:last-child {
  margin: 0;
}

.bellow.active .bellow__title::after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .bellow.active .bellow__title::after {
    font-size: 1.5rem;
  }
}

.bellow__content {
  display: none;
  padding: 0.5rem 0 0.625rem 0;
}

@media (min-width: 768px) {
  .bellow__content {
    padding: 0.5rem 0 1rem 0;
  }
}

.bellow__title {
  cursor: pointer;
  transition: all .2s linear;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  align-items: center;
}

@media (min-width: 768px) {
  .bellow__title {
    padding: 1rem 0 1rem 0;
  }
}

.bellow__title h3 {
  margin: 0;
  transition: color .2s linear;
  color: #000;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .bellow__title h3 {
    line-height: 2rem;
  }
}

.bellow__title:hover .h4 {
  color: #6b6963;
}

.bellow__title:hover:after {
  background: #d68000;
}

.bellow__title:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #d68000;
  border-radius: 100%;
  margin-top: 2px;
  margin-bottom: 3px;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .bellow__title:after {
    font-size: 1.5rem;
  }
}

.page-fullwidth-image__wrapper:before, .page-fullwidth-image__wrapper:after {
  content: '';
  display: table;
}

.page-fullwidth-image__wrapper:after {
  clear: both;
}

.page-fullwidth-image__wrapper img {
  width: 100%;
  margin: 0;
}

@media (max-width: 767.98px) {
  .content-image + .content-image {
    padding-top: 0.9375rem;
  }
}

.content-image__align-left, .content-image__align-right {
  width: 50%;
}

@media (max-width: 767.98px) {
  .content-image__align-left, .content-image__align-right {
    width: 100%;
  }
}

.content-image__align-left {
  float: left;
}

@media (max-width: 767.98px) {
  .content-image__align-left {
    float: none;
  }
}

.content-image__align-left.spacing-normal {
  padding-right: 0.9375rem;
}

@media (max-width: 767.98px) {
  .content-image__align-left.spacing-normal {
    padding: 0 0 0.9375rem;
  }
  .content-image__align-left.spacing-normal:last-child {
    padding: 0;
  }
}

.content-image__align-right {
  float: right;
}

@media (max-width: 767.98px) {
  .content-image__align-right {
    float: none;
  }
}

.content-image__align-right.spacing-normal {
  padding-left: 0.9375rem;
}

@media (max-width: 767.98px) {
  .content-image__align-right.spacing-normal {
    padding: 0 0 0.9375rem;
  }
  .content-image__align-right.spacing-normal:last-child {
    padding: 0;
  }
}

.content-image img {
  width: 100%;
  margin: 0;
}

/* Main Header */
.main-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .main-header {
    min-height: 5rem;
    height: auto;
  }
}

.main-header__left {
  display: flex;
  align-items: center;
}

.main-header__logo {
  display: block;
  margin: 0;
  max-width: 9.25rem;
  max-height: 2rem;
  margin: 1rem 0;
}

@media (min-width: 1200px) {
  .main-header__logo {
    max-width: 13.75rem;
    max-height: 3rem;
  }
}

.main-header__wrapper {
  width: 100%;
  position: relative;
}

@media (min-width: 1200px) {
  .main-header__wrapper {
    display: block;
  }
}

@media (min-width: 1200px) {
  .main-header__wrapper > div {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
}

.main-header__nav {
  position: static;
  display: none;
}

@media (min-width: 1200px) {
  .main-header__nav {
    display: block;
  }
}

.main-header__nav a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #000;
}

.main-header__nav a:focus {
  color: #000;
}

.main-header__nav a:hover {
  color: #6b6963;
}

.main-header__nav .highlight-text {
  padding: 0;
}

.main-header__nav > .menu > li {
  margin: 0 0 0 1.875rem;
  padding: 1.875rem 0;
}

.main-header__nav > .menu > li > a {
  display: flex;
}

.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item, .main-header__nav > .menu > li.menu-item-has-children {
  cursor: pointer;
}

.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a:after, .main-header__nav > .menu > li.menu-item-has-children > a:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding: 0 0.25rem;
  transition: all .3s;
}

.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a:hover, .main-header__nav > .menu > li.menu-item-has-children > a:hover {
  color: #6b6963;
}

.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a:hover:after, .main-header__nav > .menu > li.menu-item-has-children > a:hover:after {
  color: #6b6963;
}

.main-header__nav > .menu > li.menu-item-object-ccs_custom_menu_item > a.is-active-trigger:after, .main-header__nav > .menu > li.menu-item-has-children > a.is-active-trigger:after {
  transform: rotate(180deg);
}

.main-header__nav .sub-menu {
  display: none;
}

.main-header__right {
  text-align: right;
  display: none;
}

@media (min-width: 1200px) {
  .main-header__right {
    display: flex;
    align-items: center;
    text-align: left;
  }
}

.main-header__right .c-btn + .c-btn, .main-header__right .gform_wrapper .gform_footer input[type="submit"] + .c-btn, .gform_wrapper .gform_footer .main-header__right input[type="submit"] + .c-btn, .main-header__right .email-registration-form input[type="submit"] + .c-btn, .email-registration-form .main-header__right input[type="submit"] + .c-btn, .main-header__right .gform_wrapper .gform_footer .c-btn + input[type="submit"], .gform_wrapper .gform_footer .main-header__right .c-btn + input[type="submit"], .main-header__right .gform_wrapper .gform_footer input[type="submit"] + input[type="submit"], .gform_wrapper .gform_footer .main-header__right input[type="submit"] + input[type="submit"], .main-header__right .email-registration-form .c-btn + input[type="submit"], .email-registration-form .main-header__right .c-btn + input[type="submit"], .main-header__right .email-registration-form input[type="submit"] + input[type="submit"], .email-registration-form .main-header__right input[type="submit"] + input[type="submit"] {
  margin-left: 0.71875rem;
}

.main-header__right .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type {
  margin-left: 0.375rem;
  padding-left: 1.5rem;
}

@media (min-width: 1200px) {
  .main-header__right .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type > a {
    transform: translate(-2px, 0);
    color: transparent;
    font-size: 1px;
  }
}

.main-header__right .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type > a:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

.main-header__right .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type > a:hover:after {
  color: #6b6963;
}

.main-header__right .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type > a.is-active-trigger {
  color: transparent;
}

.main-header__right .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type > a.is-active-trigger:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

.main-header__right .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type > a.is-active-trigger:hover:after {
  color: #6b6963;
}

.main-header__right .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type:hover > a {
  color: transparent;
}

.main-header__right .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type .mega-menu-wrapper {
  width: calc(100% + 8.333%);
  max-width: calc(100% + 8.333%);
  margin-right: -8.333%;
  padding-right: 8.333%;
}

.main-header__search-trigger {
  display: flex;
  margin-right: 1.875rem;
  color: transparent;
  font-size: 1px;
}

.main-header__search-trigger:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

.main-header__search-trigger:hover:before {
  color: #6b6963;
}

.main-header__search-trigger.is-active-trigger:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  body:not(.mega-menu-is-active) .main-header-ghost {
    background-color: #f2efe8;
    border-bottom: 1px solid #b5b1a6;
    top: 0;
  }
}

@media (min-width: 1200px) {
  body:not(.mega-menu-is-active).home .main-header-ghost {
    background-color: transparent;
    border-bottom: 1px solid #f2efe8;
    top: 0;
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__logo img {
    filter: grayscale(1) brightness(100);
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__left > nav > ul > li > a,
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__right > nav > ul > li > a {
    color: #fff;
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__left > nav > ul > li > a:after,
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__right > nav > ul > li > a:after {
    color: #fff;
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__left > nav > ul > li > a:hover,
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__right > nav > ul > li > a:hover {
    color: #f2efe8;
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__left > nav > ul > li > a:hover:after,
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__right > nav > ul > li > a:hover:after {
    color: #ff9900;
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__left .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type > a:after,
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__right .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type > a:after {
    color: #fff;
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__left .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type > a:hover:after,
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__right .main-header__subnav .main-header__nav > .menu > li.menu-item-type-post_type > a:hover:after {
    color: #ff9900;
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__left .main-header__search-trigger:before,
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__right .main-header__search-trigger:before {
    color: #fff;
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__left .main-header__search-trigger:hover:before,
  body:not(.mega-menu-is-active).home .main-header-ghost .main-header__right .main-header__search-trigger:hover:before {
    color: #ff9900;
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .c-btn, body:not(.mega-menu-is-active).home .main-header-ghost .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer body:not(.mega-menu-is-active).home .main-header-ghost input[type="submit"], body:not(.mega-menu-is-active).home .main-header-ghost .email-registration-form input[type="submit"], .email-registration-form body:not(.mega-menu-is-active).home .main-header-ghost input[type="submit"] {
    background-color: #fff;
    border-color: #fff;
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .c-btn:hover, body:not(.mega-menu-is-active).home .main-header-ghost .gform_wrapper .gform_footer input:hover[type="submit"], .gform_wrapper .gform_footer body:not(.mega-menu-is-active).home .main-header-ghost input:hover[type="submit"], body:not(.mega-menu-is-active).home .main-header-ghost .email-registration-form input:hover[type="submit"], .email-registration-form body:not(.mega-menu-is-active).home .main-header-ghost input:hover[type="submit"] {
    color: #6b6963;
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .btn-hamburger:not(.open) span {
    background: #fff;
  }
  body:not(.mega-menu-is-active).home .main-header-ghost .btn-hamburger:not(.open):hover span {
    background: #ff9900;
  }
}

/* Mega Menu */
.mega-menu-wrapper {
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  cursor: initial;
  margin: 0;
}

@media (min-width: 1200px) {
  .mega-menu-wrapper {
    position: absolute;
    z-index: -999;
    top: 100%;
    left: 0;
    visibility: hidden;
    background: #fff;
  }
}

.mega-menu-wrapper.col-xl-11 .offset-1 {
  margin-left: calc(100% / 11);
}

.mega-menu-wrapper.col-xl-11 .col-2 {
  flex: 0 0 calc(100% / 11 * 2);
  max-width: calc(100% / 11 * 2);
}

.mega-menu-wrapper.col-xl-11 .col-3 {
  flex: 0 0 calc(100% / 11 * 3);
  max-width: calc(100% / 11 * 3);
}

.mega-menu-wrapper.col-xl-11 .col-4 {
  flex: 0 0 calc(100% / 11 * 4);
  max-width: calc(100% / 11 * 4);
}

.mega-menu-wrapper.col-xl-10 .offset-1 {
  margin-left: calc(100% / 10);
}

.mega-menu-wrapper.col-xl-10 .col-2 {
  flex: 0 0 calc(100% / 10 * 2);
  max-width: calc(100% / 10 * 2);
}

.mega-menu-wrapper.col-xl-10 .col-3 {
  flex: 0 0 calc(100% / 10 * 3);
  max-width: calc(100% / 10 * 3);
}

.mega-menu-wrapper.col-xl-10 .col-4 {
  flex: 0 0 calc(100% / 10 * 4);
  max-width: calc(100% / 10 * 4);
}

.mega-menu-wrapper.col-xl-9 .offset-1 {
  margin-left: calc(100% / 9);
}

.mega-menu-wrapper.col-xl-9 .col-2 {
  flex: 0 0 calc(100% / 9 * 2);
  max-width: calc(100% / 9 * 2);
}

.mega-menu-wrapper.col-xl-9 .col-3 {
  flex: 0 0 calc(100% / 9 * 3);
  max-width: calc(100% / 9 * 3);
}

.mega-menu-wrapper.col-xl-9 .col-4 {
  flex: 0 0 calc(100% / 9 * 4);
  max-width: calc(100% / 9 * 4);
}

.mega-menu-wrapper.col-xl-8 .offset-1 {
  margin-left: calc(100% / 8);
}

.mega-menu-wrapper.col-xl-8 .col-2 {
  flex: 0 0 calc(100% / 8 * 2);
  max-width: calc(100% / 8 * 2);
}

.mega-menu-wrapper.col-xl-8 .col-3 {
  flex: 0 0 calc(100% / 8 * 3);
  max-width: calc(100% / 8 * 3);
}

.mega-menu-wrapper.col-xl-8 .col-4 {
  flex: 0 0 calc(100% / 8 * 4);
  max-width: calc(100% / 8 * 4);
}

.mega-menu-wrapper.col-xl-7 .offset-1 {
  margin-left: calc(100% / 7);
}

.mega-menu-wrapper.col-xl-7 .col-2 {
  flex: 0 0 calc(100% / 7 * 2);
  max-width: calc(100% / 7 * 2);
}

.mega-menu-wrapper.col-xl-7 .col-3 {
  flex: 0 0 calc(100% / 7 * 3);
  max-width: calc(100% / 7 * 3);
}

.mega-menu-wrapper.col-xl-7 .col-4 {
  flex: 0 0 calc(100% / 7 * 4);
  max-width: calc(100% / 7 * 4);
}

.mega-menu-wrapper.col-xl-6 .offset-1 {
  margin-left: calc(100% / 6);
}

.mega-menu-wrapper.col-xl-6 .col-2 {
  flex: 0 0 calc(100% / 6 * 2);
  max-width: calc(100% / 6 * 2);
}

.mega-menu-wrapper.col-xl-6 .col-3 {
  flex: 0 0 calc(100% / 6 * 3);
  max-width: calc(100% / 6 * 3);
}

.mega-menu-wrapper.col-xl-6 .col-4 {
  flex: 0 0 calc(100% / 6 * 4);
  max-width: calc(100% / 6 * 4);
}

.mega-menu-wrapper.col-xl-5 .offset-1 {
  margin-left: calc(100% / 5);
}

.mega-menu-wrapper.col-xl-5 .col-2 {
  flex: 0 0 calc(100% / 5 * 2);
  max-width: calc(100% / 5 * 2);
}

.mega-menu-wrapper.col-xl-5 .col-3 {
  flex: 0 0 calc(100% / 5 * 3);
  max-width: calc(100% / 5 * 3);
}

.mega-menu-wrapper.col-xl-5 .col-4 {
  flex: 0 0 calc(100% / 5 * 4);
  max-width: calc(100% / 5 * 4);
}

.mega-menu-wrapper.col-xl-4 .offset-1 {
  margin-left: calc(100% / 4);
}

.mega-menu-wrapper.col-xl-4 .col-2 {
  flex: 0 0 calc(100% / 4 * 2);
  max-width: calc(100% / 4 * 2);
}

.mega-menu-wrapper.col-xl-4 .col-3 {
  flex: 0 0 calc(100% / 4 * 3);
  max-width: calc(100% / 4 * 3);
}

.mega-menu-wrapper.col-xl-4 .col-4 {
  flex: 0 0 100%;
  max-width: 100%;
}

.mega-menu-wrapper.col-xl-3 .offset-1 {
  margin-left: calc(100% / 3);
}

.mega-menu-wrapper.col-xl-3 .col-2 {
  flex: 0 0 calc(100% / 3 * 2);
  max-width: calc(100% / 3 * 2);
}

.mega-menu-wrapper.col-xl-3 .col-3 {
  flex: 0 0 100%;
  max-width: 100%;
}

.mega-menu-wrapper.col-xl-2 .col-2 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .mega-menu-wrapper > .row, .gform_wrapper .gform_body .mega-menu-wrapper > .gform_fields {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    width: calc(100% + 30px);
  }
}

.mega-menu-wrapper li {
  display: block;
  padding: 0 0 1rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.mega-menu-wrapper li:last-child {
  padding-bottom: 0;
}

.mega-menu-wrapper li.current-menu-item > a {
  color: #d68000;
}

.mega-menu-wrapper a {
  font-weight: bold;
  padding: 0;
  transition: none;
  color: #000;
}

@media (min-width: 1200px) {
  .mega-menu-wrapper a {
    visibility: hidden;
    opacity: 0;
    transform: translateY(5px);
  }
}

.mega-menu-wrapper a.active {
  visibility: visible;
  transition: all .1s !important;
  opacity: 1;
}

.mega-menu-wrapper a:hover {
  transition: color .1s !important;
  color: #000;
}

.mega-menu-wrapper a:not([class]):hover, .mega-menu-wrapper a[class="active"]:hover {
  color: #6b6963;
}

.mega-menu-wrapper a[target="_blank"]:not([href^="tel"]) {
  display: flex;
  align-items: center;
}

.mega-menu-wrapper a[target="_blank"]:not([href^="tel"]):after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.25rem;
}

@media (min-width: 1200px) {
  .mega-menu-wrapper h1,
  .mega-menu-wrapper h2,
  .mega-menu-wrapper h3,
  .mega-menu-wrapper h4,
  .mega-menu-wrapper h5,
  .mega-menu-wrapper h6,
  .mega-menu-wrapper p,
  .mega-menu-wrapper .content-column,
  .mega-menu-wrapper blockquote,
  .mega-menu-wrapper img,
  .mega-menu-wrapper i,
  .mega-menu-wrapper hr {
    visibility: hidden;
    transition: none;
    opacity: 0;
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .mega-menu-wrapper h1.active,
  .mega-menu-wrapper h2.active,
  .mega-menu-wrapper h3.active,
  .mega-menu-wrapper h4.active,
  .mega-menu-wrapper h5.active,
  .mega-menu-wrapper h6.active,
  .mega-menu-wrapper p.active,
  .mega-menu-wrapper .active.content-column,
  .mega-menu-wrapper blockquote.active,
  .mega-menu-wrapper img.active,
  .mega-menu-wrapper i.active,
  .mega-menu-wrapper hr.active {
    visibility: visible;
    transition: all .1s;
    opacity: 1;
  }
}

.mega-menu-wrapper hr {
  margin: 1rem 0 0;
  border: none;
  border-top: 1px solid #b5b1a6;
}

.mega-menu-wrapper.active {
  z-index: 999;
  visibility: visible;
}

.mega-menu-wrapper.active a {
  transform: none;
}

.mega-menu-wrapper .overline {
  color: #6b6963;
  margin-bottom: 1.5rem;
}

.mega-menu-wrapper .c-btn-wrapper {
  margin: 1.5rem 0;
}

.mega-menu-wrapper .c-btn-wrapper span {
  transition-delay: 0s !important;
}

.mega-menu-wrapper img + .c-btn-wrapper {
  margin: 1rem 0 0.5rem;
}

.mega-menu-wrapper img + .c-btn-wrapper a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.mega-menu-wrapper img + .c-btn-wrapper span {
  text-transform: none;
}

.mega-menu-wrapper .mega-menu_accordion {
  display: grid;
  grid-template-columns: 4fr 1fr 4fr;
  margin-bottom: -1.5rem;
}

.mega-menu-wrapper .mega-menu_accordion .mm_fh_image {
  width: 100%;
  margin-top: calc(-3.5rem - 8px);
  margin-bottom: -2rem;
  margin-left: -15px;
  height: 38.4375rem;
}

.mega-menu-wrapper .mega-menu_accordion .mm_fh_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu-wrapper .mega-menu_accordion a {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
  padding: 1.5rem 0;
  border-bottom: 1px solid #b5b1a6;
}

@media (min-width: 992px) {
  .mega-menu-wrapper .mega-menu_accordion a {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.mega-menu-wrapper .mega-menu_accordion-wrapper {
  margin-top: -1.5rem;
  position: relative;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children .mm_fh_image {
  display: none;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children > * {
  transition-delay: 0s !important;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children > a {
  transition-delay: 0s !important;
  position: relative;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children > a:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #d68000;
  position: absolute;
  right: 0;
  top: 1.5rem;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children > a h4 {
  transition-delay: 0s !important;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children > a:hover h4 {
  color: #6b6963;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children > a:hover:after {
  background-color: #d68000;
  color: #000;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children > a.open {
  border: none;
  padding-bottom: 1rem;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children > a.open:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children > a.open + .sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0.5rem;
  margin: 0;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #b5b1a6;
  transition-delay: 0s !important;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children > a.open + .sub-menu .mm-accordion-item {
  padding: 0;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children > a.open + .sub-menu .mm-accordion-item > a {
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
  border: none;
}

.mega-menu-wrapper .mega-menu_accordion-wrapper .menu-item-has-children > a.open + .sub-menu + .mm_fh_image {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 3;
  transform: translate(-125%, 1.5rem);
  width: 100%;
}

.mega-menu-wrapper .mega-menu_icon-link {
  padding: 1rem 1rem 0 0;
  display: grid;
  grid-template-columns: 4rem 1fr;
  grid-gap: 1.875rem;
}

.mega-menu-wrapper .mega-menu_icon-link:first-of-type {
  padding-top: 0;
}

.mega-menu-wrapper .mega-menu_icon-link [class^="icon-"],
.mega-menu-wrapper .mega-menu_icon-link [class*=" icon-"] {
  background: #f2efe8;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.mega-menu-wrapper .mega-menu_icon-link [class^="icon-"]:before,
.mega-menu-wrapper .mega-menu_icon-link [class*=" icon-"]:before {
  font-size: 3.1875rem;
  color: #350210;
}

.mega-menu-wrapper .mega-menu_icon-link .c-btn, .mega-menu-wrapper .mega-menu_icon-link .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .mega-menu-wrapper .mega-menu_icon-link input[type="submit"], .mega-menu-wrapper .mega-menu_icon-link .email-registration-form input[type="submit"], .email-registration-form .mega-menu-wrapper .mega-menu_icon-link input[type="submit"] {
  justify-content: space-between;
  text-transform: none;
}

.mega-menu-wrapper .mega-menu_additional_info {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  vertical-align: middle;
}

.mega-menu-wrapper .mega-menu_additional_info [class^="icon-"]:before,
.mega-menu-wrapper .mega-menu_additional_info [class*=" icon-"]:before {
  font-size: 1rem;
  vertical-align: middle;
}

.mega-menu-wrapper .mega-menu_additional_info p *, .mega-menu-wrapper .mega-menu_additional_info .content-column * {
  transition-delay: 0s !important;
}

@media (min-width: 1200px) {
  .mega-menu-wrapper .mega-menu_additional_info .subtitle-2 a {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.mega-menu-wrapper .sub-menu {
  margin: 1.25rem 0 0.9375rem;
}

.mega-menu-wrapper .sub-menu li {
  padding-bottom: 0.9375rem;
  padding-left: 0;
}

.mega-menu-wrapper .sub-menu li:last-child {
  padding-bottom: 0;
}

.mega-menu-wrapper .sub-menu a {
  font-family: "stevie-sans", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5rem;
}

.mega-menu-is-active:after {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  left: 0;
  top: 0;
  background: #000;
  opacity: .5;
}

/* Header Live Search */
#jquery-live-search {
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  background: #fff;
}

#live-search {
  transition-delay: 0s !important;
}

#live-search * {
  transition-delay: 0s !important;
}

#live-search #searchform {
  width: 100%;
  border-bottom: 2px solid #000;
  position: relative;
  padding: 0 0 1rem;
}

#live-search #s {
  width: 100%;
  background: none;
  font-family: "filson-pro", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000;
  border: none;
  box-shadow: none;
  position: relative;
  outline: 0;
}

@media (min-width: 992px) {
  #live-search #s {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}

#live-search #s::placeholder {
  color: #b5b1a6;
}

#live-search #s:not(:focus) {
  color: #b5b1a6;
}

#live-search #searchsubmit {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

#live-search #searchsubmit:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
  #live-search #searchsubmit:before {
    content: "";
    font-family: "iconfont-monadnockTheme";
    font-size: 3rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

#live-search #searchsubmit:hover {
  color: #d68000;
}

#search-wrap {
  position: relative;
}

#search-result {
  padding: 2.5rem 0.9375rem 0;
  width: calc(100% / 12 * 8);
  margin: 0 auto;
}

#search-result .search-result {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

#search-result .c-btn-tertiary {
  display: flex;
  justify-content: center;
  margin: 2.5rem auto 6.375rem;
}

bode:not(.mega-menu-is-active) #search-result {
  display: none !important;
  transition: 0s !important;
}

#jquery-live-search {
  overflow: visible !important;
}

#jquery-live-search .nothing-here {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 992px) {
  #jquery-live-search .nothing-here {
    font-size: 1.375rem;
    line-height: 2rem;
    margin-top: 1rem;
  }
}

html[lang=en-US] body.admin-bar #jquery-live-search {
  top: 15rem !important;
}

/* Main Header Mobile */
.btn-hamburger {
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 0.9375rem;
  display: block;
  width: 1.5625rem;
  height: 1.125rem;
  margin: -2px 0 0;
  padding: 0;
  cursor: pointer;
  transform: translate(0, -50%);
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

@media (min-width: 1200px) {
  .btn-hamburger {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .btn-hamburger {
    width: 1.25rem;
    height: 0.9375rem;
    margin: 0;
  }
}

.btn-hamburger:hover, .btn-hamburger:focus {
  outline: 0;
}

.btn-hamburger span {
  position: absolute;
  left: 0;
  display: block;
  width: 1.5625rem;
  height: 2px;
  transition: .45s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  border-radius: 0.5625rem;
  background: #000;
}

@media (max-width: 767.98px) {
  .btn-hamburger span {
    width: 1.25rem;
  }
}

.btn-hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

.btn-hamburger span:nth-child(2) {
  top: 0.5rem;
  transform-origin: left center;
}

@media (max-width: 767.98px) {
  .btn-hamburger span:nth-child(2) {
    top: 6px;
  }
}

.btn-hamburger span:nth-child(3) {
  top: 1rem;
  transform-origin: left center;
}

@media (max-width: 767.98px) {
  .btn-hamburger span:nth-child(3) {
    top: 0.75rem;
  }
}

.btn-hamburger.open span:nth-child(1) {
  top: -1px;
  left: 2px;
  transform: rotate(45deg);
}

.btn-hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.btn-hamburger.open span:nth-child(3) {
  top: 1rem;
  left: 2px;
  transform: rotate(-45deg);
}

@media (max-width: 767.98px) {
  .btn-hamburger.open span:nth-child(3) {
    top: 0.8125rem;
  }
}

.main-header__nav-mobile {
  font-size: 1rem;
  line-height: 1.5rem;
}

.main-header__nav-mobile .menu > li > a {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #b5b1a6;
  margin: 0.4375rem 1.25rem 0;
  padding: 0.625rem 0 1.0625rem;
}

.main-header__nav-mobile .menu > li > a + .sub-menu {
  position: absolute;
  z-index: 1002;
  top: 0;
  left: 110vw;
  transition: all .15s;
  width: 100%;
  min-height: 100%;
}

.main-header__nav-mobile .menu > li > a.open + .sub-menu {
  left: 0;
}

.main-header__nav-mobile .menu > li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-header__nav-mobile .menu > li.menu-item-has-children > a:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  border: 2px solid #d68000;
}

.main-header__nav-mobile .sub-menu {
  padding: 0;
  background: #fff;
}

.main-header__nav-mobile .sub-menu > li {
  margin: 0 0 0.9375rem;
}

.main-header__nav-mobile .sub-menu > li:last-child {
  margin: 0;
}

.main-header__nav-mobile .sub-menu > li.menu-item-type-post_type > a {
  font-family: "stevie-sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  margin: 0;
  padding: 1.0625rem 2.8125rem 1.0625rem 1.25rem;
  background: #f2efe8;
  display: grid;
  grid-template-columns: 18px 1fr;
  text-align: center;
}

@media (min-width: 992px) {
  .main-header__nav-mobile .sub-menu > li.menu-item-type-post_type > a {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.main-header__nav-mobile .sub-menu > li.menu-item-type-post_type > a:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  border: 2px solid #d68000;
}

.main-header__nav-mobile .sub-menu a {
  padding: 0 3.75rem;
}

@media (max-width: 767.98px) {
  .main-header__nav-mobile .sub-menu a {
    padding: 0 2.5rem;
  }
}

.main-header__nav-mobile a {
  font-weight: 400;
  display: block;
}

.main-header__nav-mobile a:hover, .main-header__nav-mobile a:focus {
  color: #000;
}

.main-header__nav-mobile a.c-btn-tertiary {
  display: flex;
}

.main-header__nav-mobile--wrapper {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
}

.main-header__nav-mobile--wrapper.active {
  display: block;
}

@media (min-width: 1200px) {
  .main-header__nav-mobile--wrapper.active {
    display: none;
  }
}

.main-header__nav-mobile--wrapper nav li {
  display: block;
}

.main-header__nav-mobile--wrapper .c-btn, .main-header__nav-mobile--wrapper .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .main-header__nav-mobile--wrapper input[type="submit"], .main-header__nav-mobile--wrapper .email-registration-form input[type="submit"], .email-registration-form .main-header__nav-mobile--wrapper input[type="submit"] {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  width: 100%;
}

.main-header__nav-mobile .mega-menu-wrapper {
  padding: 1.5rem 1.25rem;
}

.main-header__nav-mobile .mega-menu-wrapper .row, .main-header__nav-mobile .mega-menu-wrapper .gform_wrapper .gform_body .gform_fields, .gform_wrapper .gform_body .main-header__nav-mobile .mega-menu-wrapper .gform_fields {
  width: 100%;
}

.main-header__nav-mobile .mega-menu-wrapper .col-1,
.main-header__nav-mobile .mega-menu-wrapper .col-2,
.main-header__nav-mobile .mega-menu-wrapper .col-3,
.main-header__nav-mobile .mega-menu-wrapper .col-4,
.main-header__nav-mobile .mega-menu-wrapper .col-5,
.main-header__nav-mobile .mega-menu-wrapper .col-6,
.main-header__nav-mobile .mega-menu-wrapper .col-7,
.main-header__nav-mobile .mega-menu-wrapper .col-8,
.main-header__nav-mobile .mega-menu-wrapper .col-9,
.main-header__nav-mobile .mega-menu-wrapper .col-10,
.main-header__nav-mobile .mega-menu-wrapper .col-11 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 1.25rem;
}

.main-header__nav-mobile .mega-menu-wrapper .col-1 + div,
.main-header__nav-mobile .mega-menu-wrapper .col-2 + div,
.main-header__nav-mobile .mega-menu-wrapper .col-3 + div,
.main-header__nav-mobile .mega-menu-wrapper .col-4 + div,
.main-header__nav-mobile .mega-menu-wrapper .col-5 + div,
.main-header__nav-mobile .mega-menu-wrapper .col-6 + div,
.main-header__nav-mobile .mega-menu-wrapper .col-7 + div,
.main-header__nav-mobile .mega-menu-wrapper .col-8 + div,
.main-header__nav-mobile .mega-menu-wrapper .col-9 + div,
.main-header__nav-mobile .mega-menu-wrapper .col-10 + div,
.main-header__nav-mobile .mega-menu-wrapper .col-11 + div {
  margin-top: 2rem;
}

.main-header__nav-mobile .mega-menu-wrapper .offset-1 {
  margin-left: 0 !important;
}

.main-header__nav-mobile .mega-menu-wrapper .overline {
  margin-bottom: 1rem;
}

.main-header__nav-mobile .mega-menu-wrapper li {
  padding: 0 0 0.5rem;
}

.main-header__nav-mobile .mega-menu-wrapper li > a {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
}

.main-header__nav-mobile .mega-menu-wrapper .c-btn-wrapper {
  margin: 0.5rem 0 1rem;
}

.main-header__nav-mobile .mega-menu-wrapper .c-btn-tertiary {
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.main-header__nav-mobile .mega-menu-wrapper img {
  display: none;
}

.main-header__nav-mobile .mega-menu-wrapper .mega-menu_icon-link [class^="icon-"],
.main-header__nav-mobile .mega-menu-wrapper .mega-menu_icon-link [class*=" icon-"] {
  width: 3.5rem;
  height: 3.5rem;
}

.main-header__nav-mobile--subnav {
  margin: 1.5rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
}

.main-header__nav-mobile--subnav a {
  display: flex;
}

.main-header__nav-mobile--subnav i {
  margin-right: 5px;
}

.main-header__nav-mobile--subnav i:before {
  font-size: 1rem;
}

.main-header__cta-wrapper--mobile {
  padding: 0 1.25rem;
  margin: 1.5rem auto;
  text-align: center;
}

@media (min-width: 576px) {
  .main-header__cta-wrapper--mobile {
    max-width: 17.5rem;
  }
}

.main-header__search-mobile {
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 4.8125rem;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  padding: 0;
  cursor: pointer;
  transform: translate(0, -50%);
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.main-header__search-mobile:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .3s;
}

.main-header__search-mobile.open:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .main-header__search-mobile {
    display: none;
  }
}

.main-header__search-mobile--wrapper {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  background: #fff;
  padding: 2.5rem 1.25rem;
}

.main-header__search-mobile--wrapper.active {
  display: block;
}

@media (min-width: 1200px) {
  .main-header__search-mobile--wrapper.active {
    display: none;
  }
}

.main-header__search-mobile--wrapper form {
  border-bottom: 2px solid black;
  padding: 0 0 1rem;
  position: relative;
}

.main-header__search-mobile--wrapper input {
  font-family: "filson-pro", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  width: calc(100% - 1.5rem);
  border: none;
}

@media (min-width: 992px) {
  .main-header__search-mobile--wrapper input {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}

.main-header__search-mobile--wrapper input:not(:focus) {
  color: #b5b1a6;
}

.main-header__search-mobile--wrapper button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  width: 1.5rem;
  height: 1.5rem;
}

.main-header__search-mobile--wrapper button[type="submit"]:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-alert {
  background-color: #8c0324;
  padding: 0.5rem 0;
}

.header-alert:not(.show-alert) {
  display: none;
}

.header-alert .container {
  position: relative;
  font-family: "stevie-sans", sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: normal;
  color: #fff;
  border-right: 2.5rem solid transparent;
}

.header-alert .container a {
  color: #fff;
  text-decoration: underline;
}

.header-alert .container a:hover, .header-alert .container a:focus {
  color: #b5b1a6;
}

.header-alert--close {
  position: absolute;
  top: -0.125rem;
  right: -1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header-alert--close:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.header-alert--close:hover {
  border-color: #b5b1a6;
}

.header-alert--close:hover:after {
  color: #b5b1a6;
}

@media (min-width: 1200px) {
  html[lang=en-US] {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  html[lang=en-US] body.admin-bar #page {
    margin-top: 32px !important;
  }
}

html[lang=en-US] body.admin-bar .main-header {
  top: 32px !important;
}

@media (min-width: 1200px) {
  .archive-content {
    border-top: 5rem solid transparent;
  }
}

.page-hero .archive-hero__wrapper {
  padding: 2rem 0 4rem 0;
}

@media (min-width: 768px) {
  .page-hero .archive-hero__wrapper {
    padding: 4rem 0 8.5rem 0;
  }
}

.eight29-app .app-icon {
  margin-right: 0 !important;
}

.eight29-sidebar {
  position: absolute;
  left: 0;
  width: 100%;
  clip-path: ellipse(18.75rem 100% at 50% 100%);
  padding: 2rem 1.25rem 1.5rem 1.25rem;
  margin: -4.625rem 0 4rem 0;
  background: #8c0324;
}

@media (min-width: 768px) {
  .eight29-sidebar {
    clip-path: ellipse(25rem 100% at 50% 100%);
    padding: 4rem 1.875rem 1.5rem 1.875rem;
    max-width: 40rem;
    left: 0.9375rem;
  }
}

@media (min-width: 992px) {
  .eight29-sidebar {
    max-width: 52.5rem;
    clip-path: ellipse(39.6875rem 100% at 50% 100%);
    padding: 4rem 3.4375rem 0 3.4375rem;
  }
}

@media (min-width: 1200px) {
  .eight29-sidebar {
    max-width: calc(100% - 1.875rem);
    clip-path: ellipse(46.875rem 100% at 50% 100%);
    padding: 4rem 6.875rem 0 6.875rem;
    margin: -6.5625rem 0 4rem 0;
  }
}

.eight29-sidebar .eight29-sidebar-toggle.c-btn, .eight29-sidebar .gform_wrapper .gform_footer input.eight29-sidebar-toggle[type="submit"], .gform_wrapper .gform_footer .eight29-sidebar input.eight29-sidebar-toggle[type="submit"], .eight29-sidebar .email-registration-form input.eight29-sidebar-toggle[type="submit"], .email-registration-form .eight29-sidebar input.eight29-sidebar-toggle[type="submit"] {
  background: transparent;
  padding: 0;
  flex-direction: row-reverse;
  justify-content: space-between;
  border: none;
  text-transform: initial;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}

.eight29-sidebar .mobile-modal .eight29-filter-group,
.eight29-sidebar .eight29-filter-group {
  margin: 0;
  padding: 0;
}

.eight29-sidebar .mobile-modal .eight29-filter-group .eight29-filter-list,
.eight29-sidebar .eight29-filter-group .eight29-filter-list {
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .eight29-sidebar .mobile-modal .eight29-filter-group .eight29-filter-list,
  .eight29-sidebar .eight29-filter-group .eight29-filter-list {
    padding-top: 2rem;
  }
}

.eight29-sidebar .mobile-modal .eight29-filter-group .eight29-filter-list .button-wrap,
.eight29-sidebar .eight29-filter-group .eight29-filter-list .button-wrap {
  border: none;
}

.eight29-sidebar .mobile-modal .eight29-filter-group .eight29-filter-list .button-wrap button,
.eight29-sidebar .eight29-filter-group .eight29-filter-list .button-wrap button {
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .eight29-sidebar .mobile-modal .eight29-filter-group .eight29-filter-list .button-wrap button,
  .eight29-sidebar .eight29-filter-group .eight29-filter-list .button-wrap button {
    padding-bottom: 0.5rem;
    margin-right: 1.875rem;
  }
}

.eight29-sidebar .mobile-modal .eight29-filter-group .eight29-filter-list .button-wrap button.active,
.eight29-sidebar .eight29-filter-group .eight29-filter-list .button-wrap button.active {
  color: #fff;
  border-color: #fff;
}

.mobile-modal .eight29-sidebar.modal-active {
  clip-path: initial;
}

.mobile-modal .eight29-sidebar.modal-active .eight29-sidebar-content {
  background: #8c0324;
  padding: 2rem 1.25rem;
}

.mobile-modal .eight29-sidebar.modal-active .eight29-sidebar-content .eight29-sidebar-close {
  background: transparent;
  position: absolute;
  right: 0;
}

.mobile-modal .eight29-sidebar.modal-active .eight29-sidebar-content .eight29-sidebar-close path {
  fill: #fff;
}

.mobile-modal .eight29-sidebar.modal-active .eight29-sidebar-content .eight29-sidebar-toggle.apply-filters {
  background: transparent;
  text-align: center;
  display: inline-block;
  border: 2px solid #d68000;
  border-radius: 2px;
  padding: 1rem 1.5625rem;
  text-transform: uppercase;
}

.mobile-modal .eight29-sidebar.modal-active .eight29-sidebar-content .filter-button-group {
  margin-top: 1.5rem;
}

.mobile-modal .eight29-sidebar.modal-active .eight29-sidebar-content .filter-button-group .button-wrap {
  display: block;
}

.mobile-modal .eight29-sidebar.modal-active .eight29-sidebar-content .filter-button-group .button-wrap button {
  width: 100%;
  display: inline-block;
  margin: 0;
  text-align: left;
  padding: 0;
  border: none;
  font-weight: 600;
  margin-bottom: 1rem;
}

.mobile-modal .eight29-sidebar.modal-active .eight29-sidebar-content .filter-button-group .button-wrap button.active {
  font-weight: 200;
}

.eight29-filters {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .eight29-filters {
    margin-bottom: 9rem;
  }
}

.eight29-posts-container {
  margin: 3rem 0 0 0;
}

@media (min-width: 768px) {
  .eight29-posts-container {
    margin: 5.375rem 0 0 0;
  }
}

@media (min-width: 992px) {
  .eight29-posts-container {
    margin: 8.1875rem 0 0 0;
  }
}

.eight29-posts-container .eight29-posts {
  display: grid;
  grid-gap: 2rem;
}

@media (min-width: 992px) {
  .eight29-posts-container .eight29-posts {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 4rem;
    grid-column-gap: 1.875rem;
  }
}

.eight29-post-card {
  position: relative;
  border-bottom: 1px solid #b5b1a6;
  padding-bottom: 1.5rem;
  min-height: 18.9375rem;
  z-index: 1;
}

@media (min-width: 992px) {
  .eight29-post-card {
    height: 100%;
    min-height: 29rem;
  }
}

.eight29-post-card .eight29-featured-image {
  margin-bottom: 0 !important;
}

.eight29-post-card .eight29-featured-image figure.aspectratio:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  transition: all .2s linear;
}

.eight29-post-card .eight29-featured-image:hover + .eight29-post-body .eight29-post-title a {
  color: #6b6963;
}

.eight29-post-card .eight29-featured-image:hover + .eight29-post-body .eight29-post-title a:after,
.eight29-post-card .eight29-featured-image:hover + .eight29-post-body .eight29-post-title a .gp-read-time {
  color: #6b6963;
}

.eight29-post-card .eight29-post-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.eight29-post-card .eight29-post-body:first-child {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.eight29-post-card .eight29-post-body:first-child:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid #b5b1a6;
  border-bottom: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 73%;
}

.eight29-post-card .eight29-post-body:first-child .eight29-post-title a:after {
  left: 1.875rem;
}

.eight29-post-card .eight29-post-body:first-child .eight29-post-title a .gp-read-time {
  left: 7.9375rem;
}

.eight29-post-card .eight29-post-body .eight29-post-categories {
  font-family: "filson-pro", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 1.5rem 0 0;
}

@media (min-width: 768px) {
  .eight29-post-card .eight29-post-body .eight29-post-categories {
    font-size: 0.75rem;
    margin: 2rem 0 0;
  }
}

.eight29-post-card .eight29-post-body .eight29-post-categories a {
  color: #6b6963;
}

.eight29-post-card .eight29-post-body .eight29-post-title {
  margin: 0.5rem 0 1rem;
}

@media (min-width: 768px) {
  .eight29-post-card .eight29-post-body .eight29-post-title {
    margin: 1rem 0;
  }
}

.eight29-post-card .eight29-post-body .eight29-post-title a {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0 0 1.5rem 0;
  display: inline-block;
  color: #000;
  transition: all .1s;
}

@media (min-width: 768px) {
  .eight29-post-card .eight29-post-body .eight29-post-title a {
    font-size: 1.875rem;
    line-height: 2.5rem;
    padding: 0 0 2rem 0;
  }
}

.eight29-post-card .eight29-post-body .eight29-post-title a:after {
  content: 'Read More';
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  font-family: "filson-pro", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  border-bottom: 2px solid #d68000;
  transition: all .1s;
}

@media (min-width: 768px) {
  .eight29-post-card .eight29-post-body .eight29-post-title a:after {
    bottom: 2rem;
  }
}

.eight29-post-card .eight29-post-body .eight29-post-title a .gp-read-time {
  content: '3 mins';
  position: absolute;
  bottom: 1.5rem;
  left: 6.0625rem;
  border-left: 1px solid #b5b1a6;
  padding: 0 0 0 0.625rem;
  color: #000;
  color: #6b6963;
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
  transition: all .1s;
}

@media (min-width: 768px) {
  .eight29-post-card .eight29-post-body .eight29-post-title a .gp-read-time {
    bottom: 2rem;
  }
}

.eight29-post-card .eight29-post-body .eight29-post-title a:hover {
  color: #6b6963;
}

.eight29-post-card .eight29-post-body .eight29-post-title a:hover:after {
  color: #000;
  pointer-events: all;
  cursor: pointer;
  border-bottom: 2px solid #ff9900;
}

.eight29-post-card .eight29-post-body .eight29-post-title a:hover .gp-read-time {
  color: #6b6963;
  pointer-events: all;
  cursor: pointer;
}

.eight29-post-card .eight29-post-body .eight29-post-categories > a,
.eight29-post-card .eight29-post-body .eight29-post-title > a {
  text-decoration: none;
  border: none;
}

.c-btn-wrapper.pagination {
  grid-column: 1 / -1;
  margin-top: 1rem;
}

.ajax-filter-posts-filterbar {
  width: 100%;
  margin: -4.625rem 0 4rem 0;
}

@media (max-width: 991.98px) {
  .ajax-filter-posts-filterbar {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}

@media (min-width: 992px) {
  .ajax-filter-posts-filterbar {
    margin-top: -9.8125rem;
  }
}

.ajax-filter-posts-filterbar .section-top-arc {
  height: 1.5rem;
  background: #8c0324;
  clip-path: ellipse(65% 270% at 50% 270%);
  margin: 0;
  position: relative;
}

@media (min-width: 992px) {
  .ajax-filter-posts-filterbar .section-top-arc {
    height: 4rem;
  }
}

.ajax-filter-posts-filterbar-wrapper {
  background: #8c0324;
  padding-bottom: 4rem;
}

@media (max-width: 991.98px) {
  .ajax-filter-posts-filterbar-wrapper {
    padding: 0 1.25rem 1rem;
  }
}

@media (min-width: 992px) {
  .ajax-filter-posts-filterbar-wrapper {
    padding: 2rem 6.875rem;
  }
}

.ajax-filter-posts-mobile-trigger {
  background: #8c0324;
  padding: 0.5rem 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .ajax-filter-posts-mobile-trigger {
    display: none;
  }
}

.ajax-filter-posts-mobile-trigger:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  color: #fff;
}

.ajax-filter-posts-mobile-trigger h4 {
  color: #fff;
}

@media (max-width: 991.98px) {
  .ajax-filter-posts-mobile-trigger:not(.opened) + .ajax-filter-posts-filterbar-wrapper {
    display: none;
  }
}

.ajax-filter-posts-reset, .ajax-filter-posts-status, .ajax-filter-posts-title, .ajax-filter-posts-nav-title {
  display: none;
}

.ajax-filter-posts-nav-filter {
  margin: 2rem 0 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .ajax-filter-posts-nav-filter {
    flex-direction: column;
  }
}

.ajax-filter-posts-nav-filter .afp-term {
  display: block;
  margin: 0 1.875rem 0 0;
}

@media (max-width: 991.98px) {
  .ajax-filter-posts-nav-filter .afp-term {
    margin: 0 0 1rem;
  }
}

.ajax-filter-posts-nav-filter .afp-term > a {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  border: none;
}

.ajax-filter-posts-nav-filter .afp-term > a:focus {
  color: #fff;
}

.ajax-filter-posts-nav-filter .afp-term.active > a {
  border-bottom: 2px solid #fff;
}

.ajax-filter-posts-year, .ajax-filter-posts-tabs {
  position: relative;
}

@media (max-width: 991.98px) {
  .ajax-filter-posts-year, .ajax-filter-posts-tabs {
    margin: 1rem 0;
  }
}

@media (min-width: 992px) {
  .ajax-filter-posts-year, .ajax-filter-posts-tabs {
    width: 9.0625rem;
  }
}

.ajax-filter-posts-year-title, .ajax-filter-posts-tabs-title {
  width: 100%;
  font-family: "stevie-sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 992px) {
  .ajax-filter-posts-year-title, .ajax-filter-posts-tabs-title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.ajax-filter-posts-year-title:after, .ajax-filter-posts-tabs-title:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.ajax-filter-posts-year-title.open:after, .ajax-filter-posts-tabs-title.open:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ajax-filter-posts-year-title.open + .ajax-filter-posts-year-filter, .ajax-filter-posts-tabs-title.open + .ajax-filter-posts-year-filter {
  opacity: 1;
  transform: rotateX(0) translateX(-50%);
  visibility: visible;
}

.ajax-filter-posts-year-title.open + .ajax-filter-posts-tabs-filter, .ajax-filter-posts-tabs-title.open + .ajax-filter-posts-tabs-filter {
  opacity: 1;
  transform: rotateX(0) translateX(-50%);
  visibility: visible;
}

.ajax-filter-posts-year-filter, .ajax-filter-posts-tabs-filter {
  list-style: none;
  display: grid;
  position: absolute;
  top: 39px;
  left: 50%;
  z-index: 9;
  max-height: 200px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  transition: 140ms all 60ms ease-out;
  transform: rotateX(-90deg) translateX(-50%);
  transform-origin: top center;
  visibility: hidden;
  opacity: 0.3;
  padding: 0.5em 0;
  background-color: #8c0324;
  scrollbar-width: 4px;
  scrollbar-color: #fff #6b6963;
}

.ajax-filter-posts-year-filter::-webkit-scrollbar, .ajax-filter-posts-tabs-filter::-webkit-scrollbar {
  width: 4px;
}

.ajax-filter-posts-year-filter::-webkit-scrollbar-track, .ajax-filter-posts-tabs-filter::-webkit-scrollbar-track {
  background: #6b6963;
}

.ajax-filter-posts-year-filter::-webkit-scrollbar-thumb, .ajax-filter-posts-tabs-filter::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #f2efe8;
}

.ajax-filter-posts-year-filter li, .ajax-filter-posts-tabs-filter li {
  padding: 0 0 0.5rem 0.5rem;
}

.ajax-filter-posts-year-filter li a, .ajax-filter-posts-tabs-filter li a {
  font-family: "stevie-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
  text-decoration: none;
  border: none;
}

.ajax-filter-posts-year-filter li a:hover, .ajax-filter-posts-tabs-filter li a:hover {
  color: #b5b1a6;
}

.ajax-filter-posts-search {
  max-width: 100%;
  height: 3.5rem;
  position: relative;
}

@media (min-width: 992px) {
  .ajax-filter-posts-search {
    max-width: 18.75rem;
  }
}

.ajax-filter-posts-search__clear {
  border: none;
  background: transparent;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}

.ajax-filter-posts-search__clear:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  color: #fff;
}

.ajax-filter-posts-search__clear.active {
  pointer-events: auto;
  cursor: pointer;
}

.ajax-filter-posts-search__clear.active:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ajax-filter-posts-search form {
  height: 100%;
}

.ajax-filter-posts-search input[type=search] {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem 0.75rem 1rem 2.875rem;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
}

@media (max-width: 991.98px) {
  .ajax-filter-posts-search input[type=search] {
    width: 100%;
  }
}

.ajax-filter-posts-search input[type=search]::placeholder {
  color: #fff;
  opacity: 0.8;
}

.ajax-filter-posts-container.disabled {
  pointer-events: none;
}

.ajax-filter-posts-container.disabled .ajax-filter-posts-content {
  opacity: 0.6;
}

.blog .sidebar-left {
  flex-direction: column;
}

.blog .sidebar-left .eight29-sidebar {
  margin: -4.625rem 0 4rem 0;
  clip-path: none;
  padding: 0 0 2rem;
  background: transparent;
  z-index: 3;
}

@media (min-width: 1200px) {
  .blog .sidebar-left .eight29-sidebar {
    margin: -6.5625rem 0 4rem 0;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}

.blog .sidebar-left .eight29-sidebar:before {
  display: block;
  content: '';
  height: 1.5rem;
  background: #8c0324;
  clip-path: ellipse(65% 270% at 50% 270%);
  margin: 0;
  position: relative;
}

@media (min-width: 992px) {
  .blog .sidebar-left .eight29-sidebar:before {
    height: 4rem;
  }
}

.blog .sidebar-left .eight29-sidebar .eight29-sidebar-content {
  background: #8c0324;
  padding: 0 6.875rem 2rem;
}

.blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group {
  width: 100%;
  margin: 0;
}

.blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-input {
  height: 3.5rem;
}

.blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-search {
  max-width: 100%;
  height: 3.5rem;
  position: relative;
}

@media (min-width: 992px) {
  .blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-search {
    max-width: 18.75rem;
  }
}

.blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-search:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  width: 1.5rem;
  height: 100%;
  color: #fff;
  position: absolute;
  left: 0.75rem;
}

.blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-search input[type=search] {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-search input[type=search]::placeholder {
  color: #fff;
  opacity: 0.8;
}

.blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-search .clear-search span {
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-accordion-multi-select {
  color: #fff;
  max-width: 100%;
}

@media (min-width: 992px) {
  .blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-accordion-multi-select .eight29-filter-label {
    display: none;
  }
}

@media (min-width: 992px) {
  .blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-accordion-multi-select .eight29-filter-label + div {
    height: auto;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-accordion-multi-select .accordion-select ul {
    display: flex;
    flex-wrap: wrap;
  }
  .blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-accordion-multi-select .accordion-select ul > li {
    margin: 0 1.875rem 1.875rem 0;
  }
  .blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-accordion-multi-select .accordion-select ul > li > button {
    padding: 0;
  }
  .blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-accordion-multi-select .accordion-select ul > li > button:hover {
    text-decoration: none;
  }
  .blog .sidebar-left .eight29-sidebar .eight29-sidebar-content .eight29-filter-group .filter-accordion-multi-select .accordion-select ul > li > button span {
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
  }
}

@media (min-width: 1200px) {
  .blog .sidebar-left .eight29-sidebar + .eight29-posts-container {
    margin-top: 0;
  }
}

.eight29-news.eight29-post-card .eight29-post-body .eight29-post-categories a:last-of-type {
  padding-right: 0.625rem;
  border-right: 1px solid #b5b1a6;
  margin-right: 0.4375rem;
}

.news-archive_featured_wrapper {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  .news-archive_featured_wrapper {
    margin: 0.75rem 0 7.625rem;
  }
}

.news-archive_featured_thumb:after {
  content: 'Featured';
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 4;
  background: #8c0324;
  padding: 0.25rem 0.5rem;
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

.news-archive_featured_date-tax {
  margin: 1rem 0;
}

@media (min-width: 992px) {
  .news-archive_featured_date-tax {
    margin: 0 0 1rem;
  }
}

.news-archive_featured_tax a {
  color: #6b6963;
  text-decoration: none;
}

.news-archive_featured_tax a:hover {
  color: #b5b1a6;
}

.news-archive_featured_tax:after {
  content: '';
  display: inline-block;
  margin: 0 0.625rem;
  background-color: #b5b1a6;
  height: 1rem;
  width: 1px;
  vertical-align: middle;
}

.news-archive_featured_date {
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.news-archive_featured_link a {
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.news-archive-content .eight29-posts-container .eight29-posts {
  grid-row-gap: 3rem;
  grid-auto-rows: 1fr;
}

@media (min-width: 992px) {
  .news-archive-content article.loop-item.eight29-news {
    grid-column: 1 / -1;
    height: auto;
    min-height: auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 1.875rem;
    padding: 0;
    border: 0;
  }
}

@media (min-width: 992px) {
  .news-archive-content article.loop-item.eight29-news .loop-item-post {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 1.875rem;
    position: relative;
    border-bottom: 1px solid #b5b1a6;
  }
}

@media (min-width: 992px) {
  .news-archive-content article.loop-item.eight29-news .loop-item-post:first-child {
    padding: 0;
  }
  .news-archive-content article.loop-item.eight29-news .loop-item-post:first-child:after {
    left: auto;
    right: calc(-50% - 30px);
    bottom: 0;
    width: 50%;
    border: none;
    background-position: center bottom;
    background-size: auto 100%;
  }
}

.news-archive-content article.loop-item.eight29-news .loop-item-post .eight29-post-categories a:hover {
  color: #000;
}

.news-archive-content article.loop-item.eight29-news .loop-item-post .eight29-post-categories a:last-of-type {
  padding: 0;
  border-right: none;
  margin-right: 0;
}

.news-archive-content article.loop-item.eight29-news .loop-item-post .eight29-post-categories .caption {
  display: block;
  margin: 8px 0;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .news-archive-content article.loop-item.eight29-news .loop-item-post .eight29-post-title a:after {
    bottom: 2rem;
    position: relative;
    left: initial;
    bottom: initial;
    display: block;
    margin: 2rem 0 0;
    text-transform: uppercase;
    width: max-content;
  }
}

@media (min-width: 992px) {
  .news-archive-content .ajax-filter-posts-filterbar-wrapper {
    display: grid;
    grid-template-columns: 4fr 1fr;
    grid-column-gap: 30px;
  }
}

@media (min-width: 992px) {
  .news-archive-content .ajax-filter-posts-search {
    grid-column: 1 / -1;
  }
}

.news-archive-content .ajax-filter-posts-year {
  justify-self: end;
  align-self: end;
}

.page-hero {
  padding: 4rem 0 0 0;
  background: #f2efe8;
}

@media (min-width: 1200px) {
  .page-hero {
    padding: 0;
  }
}

.page-hero .blog-hero__wrapper {
  padding: 4rem 0 8.625rem 0;
}

@media (min-width: 768px) {
  .page-hero .blog-hero__wrapper {
    padding: 4rem 0 9rem 0;
  }
}

@media (min-width: 992px) {
  .page-hero .blog-hero__wrapper {
    padding: 9rem 0 15.5625rem 0;
  }
}

.page-hero .blog-hero__wrapper .page-hero__title {
  margin: 0 0 1rem 0;
}

.page-hero__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .page-hero__wrapper {
    flex-wrap: nowrap;
    align-items: center;
    max-width: 80.625rem;
  }
}

.page-hero__text {
  margin: 4rem 1.25rem 3rem 1.25rem;
}

@media (min-width: 992px) {
  .page-hero__text {
    display: flex;
    align-items: flex-start;
    margin: 8.5625rem 0 9rem 0;
    width: 100%;
    justify-content: space-between;
  }
}

.page-hero__text:only-child {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 539.98px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 576px) {
  .page-hero__text:only-child {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-hero__text:only-child {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-hero__text:only-child {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-hero__text:only-child {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .page-hero__text:only-child {
    max-width: 1290px;
  }
}

@media (min-width: 1600px) {
  .page-hero__text:only-child {
    max-width: 1520px;
  }
}

@media (min-width: 768px) {
  .page-hero__text:only-child {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .page-hero__text:only-child {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1600px) {
  .page-hero__text:only-child {
    padding-left: 115px;
    padding-right: 115px;
  }
}

@media (min-width: 992px) {
  .page-hero__text:only-child .page-hero__block-title {
    margin-right: 1.875rem;
    min-width: 50%;
  }
}

.page-hero__title {
  color: #350210;
  margin: 0 0 2rem 0;
}

.page-hero__content {
  max-width: 39.375rem;
}

.page-hero .c-btn-wrapper {
  margin: 1rem;
}

@media (min-width: 768px) {
  .page-hero .c-btn-wrapper {
    display: inline-block;
    margin: 0 1.25rem 1.25rem 0;
  }
}

.page-hero .c-btn-wrapper a {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .page-hero__image-holder {
    padding: 6rem 0;
  }
}

.page-hero__image img {
  object-fit: cover;
  width: 100%;
}

.page-hero + .block-content.default-content {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {
  .page-hero + .block-content.default-content {
    margin-top: 5rem;
  }
}

@media (min-width: 992px) {
  .page-hero--has-image {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}

.page-hero--has-image .page-hero__wrapper {
  margin: initial;
  max-width: 539.98px;
}

@media (min-width: 576px) {
  .page-hero--has-image .page-hero__wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .page-hero--has-image .page-hero__wrapper {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .page-hero--has-image .page-hero__wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .page-hero--has-image .page-hero__wrapper {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .page-hero--has-image .page-hero__wrapper {
    max-width: 1290px;
  }
}

@media (min-width: 1600px) {
  .page-hero--has-image .page-hero__wrapper {
    max-width: 1520px;
  }
}

@media (max-width: 991.98px) {
  .page-hero--has-image .page-hero__wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .page-hero--has-image .page-hero__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.page-hero--has-image .page-hero__content {
  margin: 0 0 2.5rem 0;
}

@media (min-width: 992px) {
  .page-hero--has-image .page-hero__content {
    max-width: 39.375rem;
  }
}

.page-hero--has-image .page-hero__content p, .page-hero--has-image .page-hero__content .content-column {
  margin: 0 0 2rem 0;
}

.page-hero--has-image .page-hero__text {
  padding: 4rem 1.25rem 0 1.25rem;
  margin: 0;
}

@media (min-width: 768px) {
  .page-hero--has-image .page-hero__text {
    padding-left: 20px;
    padding-right: 60px;
  }
}

@media (min-width: 992px) {
  .page-hero--has-image .page-hero__text {
    display: initial;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .page-hero--has-image .page-hero__text {
    padding-right: 0;
  }
}

@media (min-width: 1600px) {
  .page-hero--has-image .page-hero__text {
    padding-left: 115px;
  }
}

@media (max-width: 991.98px) {
  .page-hero--has-image .page-hero__image {
    position: relative;
    width: 100%;
  }
  .page-hero--has-image .page-hero__image-holder {
    width: 100%;
  }
  .page-hero--has-image .page-hero__image:before {
    content: '';
    display: block;
    padding-top: 50%;
    width: 100%;
    height: 0;
  }
  .page-hero--has-image .page-hero__image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .page-hero--has-image .page-hero__image {
    margin-right: -95px;
    margin-left: 95px;
  }
}

@media (min-width: 1400px) {
  .page-hero--has-image .page-hero__image {
    margin-right: -107.5px;
    margin-left: 107.5px;
  }
}

@media (min-width: 1600px) {
  .page-hero--has-image .page-hero__image {
    margin-right: -126.66666667px;
    margin-left: 126.66666667px;
  }
}

.page-hero_home {
  background-color: #fff;
}

.page-hero_home .container-fluid {
  padding: 0;
}

@media (min-width: 1200px) {
  .page-hero_home .container-fluid {
    margin-top: -5rem;
  }
}

.page-hero_home figure {
  min-height: 100vh;
}

@media (min-width: 1200px) {
  .page-hero_home figure {
    min-height: 53.6875rem;
  }
}

.page-hero_home figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #000;
  opacity: .4;
}

.page-hero_home .page-hero_wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56.25%);
}

.page-hero_home .page-hero_wrapper h1,
.page-hero_home .page-hero_wrapper h6,
.page-hero_home .page-hero_wrapper p,
.page-hero_home .page-hero_wrapper .content-column,
.page-hero_home .page-hero_wrapper a {
  color: #fff;
}

.page-hero_home .page-hero_links {
  margin-top: 2rem;
  border-top: 1px solid #f2efe8;
  padding-top: 1rem;
}

@media (min-width: 1200px) {
  .page-hero_home .page-hero_links {
    margin-top: 3.5rem;
  }
}

@media (min-width: 1400px) {
  .page-hero_home .page-hero_links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.page-hero_home .page-hero_links h6 {
  margin-bottom: 1rem;
  color: #fff;
}

@media (min-width: 1400px) {
  .page-hero_home .page-hero_links h6 {
    flex-shrink: 0;
    width: 100%;
  }
}

.page-hero_home .page-hero_links .c-btn, .page-hero_home .page-hero_links .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .page-hero_home .page-hero_links input[type="submit"], .page-hero_home .page-hero_links .email-registration-form input[type="submit"], .email-registration-form .page-hero_home .page-hero_links input[type="submit"] {
  margin: 0 2.25rem 0.5rem 0;
}

@media (min-width: 1400px) {
  .page-hero_home .page-hero_links .c-btn, .page-hero_home .page-hero_links .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .page-hero_home .page-hero_links input[type="submit"], .page-hero_home .page-hero_links .email-registration-form input[type="submit"], .email-registration-form .page-hero_home .page-hero_links input[type="submit"] {
    margin-right: 1.5rem;
  }
}

.page-hero_home .page-hero_links .c-btn:after, .page-hero_home .page-hero_links .gform_wrapper .gform_footer input[type="submit"]:after, .gform_wrapper .gform_footer .page-hero_home .page-hero_links input[type="submit"]:after, .page-hero_home .page-hero_links .email-registration-form input[type="submit"]:after, .email-registration-form .page-hero_home .page-hero_links input[type="submit"]:after {
  border-color: #fff;
}

.page-hero_home .page-hero_links .c-btn:hover:after, .page-hero_home .page-hero_links .gform_wrapper .gform_footer input[type="submit"]:hover:after, .gform_wrapper .gform_footer .page-hero_home .page-hero_links input[type="submit"]:hover:after, .page-hero_home .page-hero_links .email-registration-form input[type="submit"]:hover:after, .email-registration-form .page-hero_home .page-hero_links input[type="submit"]:hover:after {
  background: transparent;
  border-color: #ff9900;
  color: #ff9900;
}

.page-hero_home .page-hero_links .c-btn:last-child, .page-hero_home .page-hero_links .gform_wrapper .gform_footer input:last-child[type="submit"], .gform_wrapper .gform_footer .page-hero_home .page-hero_links input:last-child[type="submit"], .page-hero_home .page-hero_links .email-registration-form input:last-child[type="submit"], .email-registration-form .page-hero_home .page-hero_links input:last-child[type="submit"] {
  margin-right: 0;
}

@media (min-width: 1400px) {
  .page-hero_home .page-hero_links .c-btn:last-child, .page-hero_home .page-hero_links .gform_wrapper .gform_footer input:last-child[type="submit"], .gform_wrapper .gform_footer .page-hero_home .page-hero_links input:last-child[type="submit"], .page-hero_home .page-hero_links .email-registration-form input:last-child[type="submit"], .email-registration-form .page-hero_home .page-hero_links input:last-child[type="submit"] {
    margin-right: 0;
  }
}

.page-hero .page-hero_cta-bar {
  margin-top: -7.8125rem;
  margin-bottom: 0;
  position: relative;
  z-index: 4;
}

@media (max-width: 991.98px) {
  .page-hero .page-hero_cta-bar {
    padding: 0;
  }
}

.page-hero .page-hero_cta-bar .section-top-arc {
  height: 1.5rem;
  background: #f2efe8;
  clip-path: ellipse(65% 270% at 50% 270%);
  margin: 0;
  position: relative;
}

@media (min-width: 992px) {
  .page-hero .page-hero_cta-bar .section-top-arc {
    height: 4rem;
  }
}

.page-hero .page-hero_cta-bar_page1,
.page-hero .page-hero_cta-bar_page2 > div {
  background: #f2efe8;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.25rem 2.5rem;
}

@media (min-width: 768px) {
  .page-hero .page-hero_cta-bar_page1,
  .page-hero .page-hero_cta-bar_page2 > div {
    padding: 0 2.5rem 2.5rem;
  }
}

@media (min-width: 992px) {
  .page-hero .page-hero_cta-bar_page1,
  .page-hero .page-hero_cta-bar_page2 > div {
    min-height: 12.1875rem;
  }
}

@media (max-width: 767.98px) {
  .page-hero .page-hero_cta-bar_page1 .c-btn, .page-hero .page-hero_cta-bar_page1 .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .page-hero .page-hero_cta-bar_page1 input[type="submit"], .page-hero .page-hero_cta-bar_page1 .email-registration-form input[type="submit"], .email-registration-form .page-hero .page-hero_cta-bar_page1 input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}

.page-hero .page-hero_cta-bar_page2 {
  display: none;
}

.page-hero .page-hero_cta-bar_page2 .c-btn-wrapper {
  margin: 2rem 0 0;
}

.page-hero .page-hero_cta-bar_form {
  display: flex;
}

@media (max-width: 767.98px) {
  .page-hero .page-hero_cta-bar_form {
    max-width: 25.625rem;
    flex-direction: column;
  }
}

.page-hero .page-hero_cta-bar_form > * {
  margin: 0 0.9375rem;
  box-sizing: border-box;
  border-radius: 2px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .page-hero .page-hero_cta-bar_form > * {
    margin: 0 0.5rem;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .page-hero .page-hero_cta-bar_form > * {
    margin: 0.9375rem 0;
  }
}

.page-hero .page-hero_cta-bar_form input[type="number"] {
  padding: 0.875rem 1.4375rem;
  border: 2px solid #d68000;
  background: transparent;
}

.page-hero .page-hero_cta-bar_form input[type="radio"] {
  opacity: 0.01;
  position: absolute;
  left: -50px;
  z-index: -5;
}

.page-hero .page-hero_cta-bar_form input[type="radio"] + span {
  font-weight: 500;
  cursor: pointer;
  padding: 0.875rem 1.4375rem;
  border: 2px solid #d68000;
}

@media (max-width: 991.98px) {
  .page-hero .page-hero_cta-bar_form input[type="radio"] + span {
    width: 100%;
  }
}

.page-hero .page-hero_cta-bar_form input[type="radio"]:checked + span {
  background-color: #ff9900;
  border-color: #ff9900;
}

.page-hero .page-hero_cta-bar_form input[type="submit"] {
  display: flex;
  justify-content: center;
}

.page-hero .page-hero_cta-bar h3 {
  margin-bottom: 2rem;
}

@media (min-width: 1200px) {
  .page-content {
    border-top: 5rem solid transparent;
  }
}

.page-content ul:not([class]), .page-content ul.is-style-check-icon,
.page-content ul.is-style-default,
.page-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .page-content ul:not([class]), .page-content ul.is-style-check-icon,
  .page-content ul.is-style-default,
  .page-content ol {
    margin-bottom: 2rem;
    padding-left: 2rem;
  }
}

.page-content ul:not([class]) ul, .page-content ul.is-style-check-icon ul,
.page-content ul:not([class]) ol,
.page-content ul.is-style-check-icon ol,
.page-content ul.is-style-default ul,
.page-content ul.is-style-default ol,
.page-content ol ul,
.page-content ol ol {
  margin-top: 1rem;
}

.page-content ul:not([class]) li, .page-content ul.is-style-check-icon li,
.page-content ul.is-style-default li,
.page-content ol li {
  font-family: "stevie-sans", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .page-content ul:not([class]) li, .page-content ul.is-style-check-icon li,
  .page-content ul.is-style-default li,
  .page-content ol li {
    font-family: "stevie-sans", sans-serif;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.page-content ul:not([class]) li ul, .page-content ul.is-style-check-icon li ul,
.page-content ul:not([class]) li ol,
.page-content ul.is-style-check-icon li ol,
.page-content ul.is-style-default li ul,
.page-content ul.is-style-default li ol,
.page-content ol li ul,
.page-content ol li ol {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .page-content ul:not([class]) li ul, .page-content ul.is-style-check-icon li ul,
  .page-content ul:not([class]) li ol,
  .page-content ul.is-style-check-icon li ol,
  .page-content ul.is-style-default li ul,
  .page-content ul.is-style-default li ol,
  .page-content ol li ul,
  .page-content ol li ol {
    margin-bottom: 0;
  }
}

.page-content ul:not([class]) li, .page-content ul.is-style-check-icon li,
.page-content ul.is-style-default li {
  list-style-type: none;
  position: relative;
}

.page-content ul:not([class]) li::before, .page-content ul.is-style-check-icon li::before,
.page-content ul.is-style-default li::before {
  display: inline-block;
  content: '•';
  position: absolute;
  top: 0;
  left: -1.25rem;
}

@media (min-width: 768px) {
  .page-content ul:not([class]) li::before, .page-content ul.is-style-check-icon li::before,
  .page-content ul.is-style-default li::before {
    left: -1.5625rem;
  }
}

.page-content ul:not([class]) ul, .page-content ul.is-style-check-icon ul,
.page-content ul.is-style-default ul {
  padding-left: 0;
}

.page-content ul:not([class]) ul li::before, .page-content ul.is-style-check-icon ul li::before,
.page-content ul.is-style-default ul li::before {
  content: '– ';
  display: inline;
  position: static;
  left: auto;
  top: auto;
}

.page-content ul.is-style-check-icon > li {
  position: relative;
}

.page-content ul.is-style-check-icon > li::before {
  content: '';
  width: 1.0625rem;
  height: 1.0625rem;
  top: 0.5rem;
  left: -1.5625rem;
  border: none;
  background-color: #d68000;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .page-content ul.is-style-check-icon > li::before {
    left: -1.875rem;
  }
}

.page-content ul.is-style-check-icon > li::after {
  content: '';
  display: inline-block;
  width: 0.3125rem;
  height: 0.5625rem;
  position: absolute;
  top: 0.6875rem;
  left: -1.1875rem;
  transform: rotate(45deg);
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
}

@media (min-width: 768px) {
  .page-content ul.is-style-check-icon > li::after {
    left: -1.5rem;
  }
}

.page-content ol {
  list-style-type: none;
  counter-reset: item;
}

.page-content ol li {
  position: relative;
}

.page-content ol li::before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: -1.25rem;
}

@media (min-width: 768px) {
  .page-content ol li::before {
    left: -1.75rem;
  }
}

.page-content ol ol {
  padding-left: 0;
}

.page-content ol ol li::before {
  content: counters(item, ".") " ";
  position: static;
  top: auto;
  left: auto;
}

.search-hero {
  margin-bottom: 2.5rem;
  border-top: 4rem solid transparent;
  background: #f2efe8;
  padding: 4rem 0;
}

@media (min-width: 1200px) {
  .search-hero {
    margin-bottom: 5rem;
    border-top: 5rem solid transparent;
    padding: 5rem 0;
  }
}

.search-hero .search-field {
  display: flex;
  padding-bottom: 1rem;
  border-bottom: 2px solid #000;
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .search-hero .search-field {
    margin-bottom: 1.875rem;
  }
}

.search-hero .search-field__input {
  border: none;
  appearance: none;
  background: transparent;
  font-family: "filson-pro", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  width: calc(100% - 1.5rem);
}

@media (min-width: 992px) {
  .search-hero .search-field__input {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .search-hero .search-field__input {
    width: calc(100% - 3rem);
  }
}

.search-hero .search-field__submit {
  border: none;
  background: none;
  transition: all 0.2s linear;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
}

.search-hero .search-field__submit:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1200px) {
  .search-hero .search-field__submit:before {
    content: "";
    font-family: "iconfont-monadnockTheme";
    font-size: 3rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.search-hero .search-field__submit:hover {
  color: #d68000;
}

.search-hero p, .search-hero .content-column {
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 992px) {
  .search-hero p, .search-hero .content-column {
    font-family: "stevie-sans", sans-serif;
    font-size: 1rem;
  }
}

.search-hero + .container {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

@media (min-width: 1200px) {
  .search-hero + .container {
    margin-top: 5rem;
    margin-bottom: 8.25rem;
  }
}

.search-result {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .search-result {
    padding-bottom: 1.5rem;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 1.875rem;
  }
}

@media (min-width: 992px) {
  .search-result__title {
    margin-bottom: 1rem;
  }
}

.search-result__link:hover {
  color: #6b6963;
}

.search-result__excerpt {
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #6b6963;
}

@media (min-width: 992px) {
  .search-result__excerpt {
    font-family: "stevie-sans", sans-serif;
    font-size: 1rem;
  }
}

.search-result__excerpt p, .search-result__excerpt .content-column {
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 992px) {
  .search-result__excerpt p, .search-result__excerpt .content-column {
    font-family: "stevie-sans", sans-serif;
    font-size: 1rem;
  }
}

@media (max-width: 991.98px) {
  .search-result__image {
    max-width: calc(50% - 0.625rem);
    margin-top: 1rem;
  }
}

/* Make a 404 page look nicer and more readable */
.error404 .page-content {
  text-align: center;
}

.error404 ul {
  text-align: left;
}

.error404 h6 {
  color: #6b6963;
}

.error404 h1 {
  margin: 0;
}

@media (min-width: 768px) {
  .error404 h1 {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .error404 h1 {
    font-size: 4.25rem;
    line-height: 4.5rem;
  }
}

.error404 .block-buttons {
  margin: 2.5rem 0 5.5rem 0;
}

@media (min-width: 992px) {
  .error404 .block-buttons {
    margin: 3rem 0 9rem 0;
  }
}

.error404 .block-buttons .c-btn, .error404 .block-buttons .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .error404 .block-buttons input[type="submit"], .error404 .block-buttons .email-registration-form input[type="submit"], .email-registration-form .error404 .block-buttons input[type="submit"] {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
  .error404 .block-buttons .c-btn, .error404 .block-buttons .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_footer .error404 .block-buttons input[type="submit"], .error404 .block-buttons .email-registration-form input[type="submit"], .email-registration-form .error404 .block-buttons input[type="submit"] {
    display: inline-flex;
    margin: 0 2.25rem 0 0;
  }
}

.error404 .block-buttons .c-btn:last-child, .error404 .block-buttons .gform_wrapper .gform_footer input:last-child[type="submit"], .gform_wrapper .gform_footer .error404 .block-buttons input:last-child[type="submit"], .error404 .block-buttons .email-registration-form input:last-child[type="submit"], .email-registration-form .error404 .block-buttons input:last-child[type="submit"] {
  margin: 0;
}

.content-post__content {
  margin: 4rem 0;
}

@media (min-width: 768px) {
  .content-post__content {
    margin: 9rem 0;
  }
}

.content-post__footer {
  margin: 0 0 4rem;
}

@media (min-width: 768px) {
  .content-post__footer {
    margin: 0 0 9rem;
  }
}

.content-post__footer hr {
  margin: 0 0 2rem;
}

.content-post__tags {
  margin: 0 0 1.5rem;
}

@media (min-width: 768px) {
  .content-post__tags {
    margin: 0;
  }
}

.content-post__tags-title {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #6b6963;
}

.content-post__tag {
  font-family: "stevie-sans", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
  margin-right: 0.625rem;
  color: #000;
  border-bottom: 2px solid #d68000;
}

.content-post__tag:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .content-post__share {
    float: right;
  }
}

.block-related-posts--grey {
  background: #f2efe8;
  padding: 4rem 0;
}

@media (min-width: 768px) {
  .block-related-posts--grey {
    padding: 9rem 0;
  }
}

.block-related-posts article {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .block-related-posts article {
    margin-bottom: 0;
  }
}

.block-related-posts .related-posts__all-link_top {
  display: none;
}

@media (min-width: 768px) {
  .block-related-posts .related-posts__all-link_top {
    display: block;
  }
}

.block-related-posts .related-posts__all-link_bottom {
  margin: 0.5rem 0 0;
}

@media (min-width: 768px) {
  .block-related-posts .related-posts__all-link_bottom {
    display: none;
  }
}

.post-hero {
  border-top: 4rem solid #f2efe8;
  padding: 2.375rem 0 0;
  background: #f2efe8;
}

@media (min-width: 1200px) {
  .post-hero {
    border-top: 5rem solid #f2efe8;
    padding: 4rem 0 6rem;
    overflow: hidden;
  }
}

.post-hero:not(.post-hero--has-image) {
  padding-bottom: 8.0625rem;
  background-image: url(../images/post_hero-placeholder.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: calc(100% - 40px) auto;
}

@media (min-width: 1200px) {
  .post-hero:not(.post-hero--has-image) {
    background-size: 36.25% auto;
    background-position: right 7.5% bottom 0;
  }
}

@media (min-width: 768px) {
  .post-hero.post-hero--has-image .post-hero__back {
    margin-bottom: 0.5rem;
  }
}

.post-hero__back {
  margin-bottom: 4rem;
}

.post-hero__back .c-btn:after, .post-hero__back .gform_wrapper .gform_footer input[type="submit"]:after, .gform_wrapper .gform_footer .post-hero__back input[type="submit"]:after, .post-hero__back .email-registration-form input[type="submit"]:after, .email-registration-form .post-hero__back input[type="submit"]:after {
  content: '';
  display: none;
}

.post-hero__back .c-btn:before, .post-hero__back .gform_wrapper .gform_footer input[type="submit"]:before, .gform_wrapper .gform_footer .post-hero__back input[type="submit"]:before, .post-hero__back .email-registration-form input[type="submit"]:before, .email-registration-form .post-hero__back input[type="submit"]:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 1rem;
  border: 2px solid #d68000;
  border-radius: 100%;
}

.post-hero__back .c-btn:hover, .post-hero__back .gform_wrapper .gform_footer input:hover[type="submit"], .gform_wrapper .gform_footer .post-hero__back input:hover[type="submit"], .post-hero__back .email-registration-form input:hover[type="submit"], .email-registration-form .post-hero__back input:hover[type="submit"], .post-hero__back .c-btn:focus, .post-hero__back .gform_wrapper .gform_footer input:focus[type="submit"], .gform_wrapper .gform_footer .post-hero__back input:focus[type="submit"], .post-hero__back .email-registration-form input:focus[type="submit"], .email-registration-form .post-hero__back input:focus[type="submit"] {
  color: #000;
}

.post-hero__back .c-btn:hover:before, .post-hero__back .gform_wrapper .gform_footer input[type="submit"]:hover:before, .gform_wrapper .gform_footer .post-hero__back input[type="submit"]:hover:before, .post-hero__back .email-registration-form input[type="submit"]:hover:before, .email-registration-form .post-hero__back input[type="submit"]:hover:before, .post-hero__back .c-btn:focus:before, .post-hero__back .gform_wrapper .gform_footer input[type="submit"]:focus:before, .gform_wrapper .gform_footer .post-hero__back input[type="submit"]:focus:before, .post-hero__back .email-registration-form input[type="submit"]:focus:before, .email-registration-form .post-hero__back input[type="submit"]:focus:before {
  background: #d68000;
}

@media (min-width: 768px) {
  .post-hero__block-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.post-hero__block-title h6 {
  color: #6b6963;
  margin: 0 0 0.5rem;
}

@media (min-width: 768px) {
  .post-hero__block-title h6 {
    margin: 0 0 1rem;
  }
}

.post-hero__block-title h6 a {
  color: #6b6963;
}

.post-hero__block-title h1 {
  color: #350210;
  margin: 0 0 2.25rem;
}

@media (min-width: 768px) {
  .post-hero__block-title h1 {
    margin: 0 0 3.125rem;
  }
}

.post-hero__image-holder {
  padding: 0;
}

@media (min-width: 768px) {
  .post-hero__image-holder {
    padding-left: 15px;
  }
}

.post-hero__image {
  width: 100%;
}

@media (min-width: 768px) {
  .post-hero__image {
    width: calc(50vw - 30px);
  }
}

.post-hero__image img {
  width: 100%;
}

.post-hero__tagline {
  position: relative;
  margin: 0 0 2.75rem;
}

@media (min-width: 768px) {
  .post-hero__tagline {
    margin: 0;
  }
}

.post-hero__author {
  font-family: "stevie-sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  display: inline-block;
  padding-right: 0.9375rem;
}

@media (min-width: 992px) {
  .post-hero__author {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.post-hero__date {
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  border-left: 1px solid #000;
  padding-left: 0.9375rem;
}

@media (min-width: 992px) {
  .post-hero__date {
    font-family: "stevie-sans", sans-serif;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

#page .tribe-events {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  #page .tribe-events {
    margin-bottom: 9rem;
  }
}

#page .tribe-events-c-breadcrumbs {
  margin: 0.5rem 1.5rem;
}

@media (min-width: 992px) {
  #page .tribe-events-c-breadcrumbs {
    margin: 1rem 2.5rem;
  }
}

#page .tribe-events-c-breadcrumbs__list-item-icon-svg {
  fill: #b5b1a6;
  color: #b5b1a6;
}

#page .tribe-events-c-messages__message-list-item {
  margin-left: 0.625rem;
  color: #8c0324;
}

#page .tribe-events-c-messages__message-list-item a {
  border-bottom: 2px solid #d68000;
}

#page .tribe-events-c-nav__next, #page .tribe-events-c-nav__prev {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
}

#page .tribe-events-c-nav__next[disabled], #page .tribe-events-c-nav__prev[disabled] {
  display: none;
}

#page .tribe-events-c-nav__next:before, #page .tribe-events-c-nav__next:after, #page .tribe-events-c-nav__prev:before, #page .tribe-events-c-nav__prev:after {
  color: #000;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #d68000;
  justify-content: center;
  align-items: center;
}

#page .tribe-events-c-nav__next:hover:before, #page .tribe-events-c-nav__prev:hover:before {
  border: 2px solid #ff9900;
}

#page .tribe-events-c-nav__next:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.625rem;
}

#page .tribe-events-c-nav__prev:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.625rem;
}

#page .tribe-events-c-search {
  position: relative;
}

#page .tribe-events-c-search__button {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0;
  color: transparent;
  padding: 0;
  background: transparent;
  border: none;
  position: absolute;
  left: 0.75rem;
  cursor: pointer;
}

#page .tribe-events-c-search__button:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

#page .tribe-events-c-search__button:hover:before {
  color: #d68000;
}

#page .tribe-events-c-view-selector__list-item {
  position: relative;
  padding: 0;
  margin: 0 0.625rem;
}

#page .tribe-events-c-view-selector__list-item-icon {
  display: none !important;
  visibility: hidden;
}

#page .tribe-events-c-view-selector__list-item--list a:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0.375rem;
  left: 0.9375rem;
}

#page .tribe-events-c-view-selector__list-item--month a:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 0.375rem;
  left: 0.9375rem;
}

#page .tribe-events-c-view-selector__list-item--active > a {
  color: #000;
  background: #fff;
}

#page .tribe-events-c-view-selector__list-item--active > a:before {
  color: #000;
}

#page .tribe-events-c-view-selector__list-item-link {
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 0.375rem 0.8125rem 0.375rem 2.625rem;
  border: 2px solid #fff;
  border-radius: 2rem;
  color: #fff;
}

#page .tribe-events-calendar-list__month-separator-text, #page .tribe-events-calendar-latest-past__month-separator-text {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  background: #350210;
  color: #fff;
}

#page .tribe-events-calendar-list__event-row, #page .tribe-events-calendar-latest-past__event-row {
  margin: 1.875rem 0;
}

@media (max-width: 991.98px) {
  #page .tribe-events-calendar-list__event-row, #page .tribe-events-calendar-latest-past__event-row {
    padding-bottom: 1rem;
  }
}

@media (max-width: 991.98px) {
  #page .tribe-events-calendar-list__event-date-tag, #page .tribe-events-calendar-latest-past__event-date-tag {
    display: none;
  }
}

#page .tribe-events-calendar-list__event-date-tag-datetime, #page .tribe-events-calendar-latest-past__event-date-tag-datetime {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #f2efe8;
  align-items: center;
  justify-content: center;
}

#page .tribe-events-calendar-list__event-date-tag-weekday, #page .tribe-events-calendar-latest-past__event-date-tag-weekday {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #350210;
}

#page .tribe-events-calendar-list__event-date-tag-daynum, #page .tribe-events-calendar-latest-past__event-date-tag-daynum {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #350210;
  margin-left: -2px;
}

@media (min-width: 992px) {
  #page .tribe-events-calendar-list__event-date-tag-daynum, #page .tribe-events-calendar-latest-past__event-date-tag-daynum {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

#page .tribe-events-calendar-list__event-details, #page .tribe-events-calendar-latest-past__event-details {
  border-bottom: 1px solid #b5b1a6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#page .tribe-events-calendar-list__event-venue, #page .tribe-events-calendar-latest-past__event-venue {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  color: #6b6963;
  font-style: normal;
}

#page .tribe-events-calendar-list__event-datetime .tribe-event-date-start, #page .tribe-events-calendar-latest-past__event-datetime .tribe-event-date-start {
  margin-right: 2.125rem;
}

#page .tribe-events-calendar-list__event-datetime .tribe-event-date-start:before, #page .tribe-events-calendar-latest-past__event-datetime .tribe-event-date-start:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: sub;
  margin-right: 0.625rem;
  color: #350210;
}

#page .tribe-events-calendar-list__event-datetime .tribe_single_event_date, #page .tribe-events-calendar-latest-past__event-datetime .tribe_single_event_date {
  margin: 0 1.875rem 0.25rem 0;
}

#page .tribe-events-calendar-list__event-datetime .tribe_single_event_date:before, #page .tribe-events-calendar-latest-past__event-datetime .tribe_single_event_date:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: sub;
  margin-right: 0.625rem;
}

#page .tribe-events-calendar-list__event-datetime .tribe_single_event_time, #page .tribe-events-calendar-latest-past__event-datetime .tribe_single_event_time {
  margin: 0 1.875rem 0.25rem 0;
}

#page .tribe-events-calendar-list__event-datetime .tribe_single_event_time:before, #page .tribe-events-calendar-latest-past__event-datetime .tribe_single_event_time:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: sub;
  margin-right: 0.625rem;
}

#page .tribe-events-calendar-list__event-description, #page .tribe-events-calendar-latest-past__event-description {
  display: none !important;
}

#page .tribe-events-calendar-list__event .c-btn-color-alt, #page .tribe-events-calendar-latest-past__event .c-btn-color-alt {
  margin: 1rem 0;
  border-bottom: 2px solid #d68000;
}

@media (min-width: 992px) {
  #page .tribe-events-calendar-list__event .c-btn-color-alt, #page .tribe-events-calendar-latest-past__event .c-btn-color-alt {
    margin: 0 0 1.5rem;
  }
}

#page .tribe-events-calendar-list__event .c-btn-color-alt:hover, #page .tribe-events-calendar-latest-past__event .c-btn-color-alt:hover {
  border-bottom: 2px solid #ff9900;
}

#page .tribe-events-calendar-list__event-featured-image, #page .tribe-events-calendar-latest-past__event-featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page .tribe-events-calendar-list__event-featured-image-link, #page .tribe-events-calendar-latest-past__event-featured-image-link {
  position: relative;
  padding-bottom: 67%;
}

#page .tribe-events-calendar-list__event-featured-image-link:after, #page .tribe-events-calendar-latest-past__event-featured-image-link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all .2s linear;
}

#page .tribe-events-calendar-list__event-featured-image-link:hover:after, #page .tribe-events-calendar-latest-past__event-featured-image-link:hover:after {
  background: rgba(255, 153, 0, 0.4);
}

#page .tribe-events-calendar-latest-past__heading {
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  #page .tribe-events-calendar-latest-past__heading {
    margin-bottom: 4rem;
  }
}

#page .tribe-events-calendar-latest-past__event-date-tag-datetime {
  background: #b3b3b3;
  color: #fff;
  display: block;
  padding: 0.6rem 0.4rem;
}

#page .tribe-events-calendar-latest-past__event-date-tag-month, #page .tribe-events-calendar-latest-past__event-date-tag-daynum, #page .tribe-events-calendar-latest-past__event-date-tag-year {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  display: inline;
}

#page .tribe-events-calendar-latest-past__event-date-tag-daynum {
  margin-left: 0.1rem;
}

#page .tribe-events-calendar-latest-past__event-date-tag-year {
  display: block;
}

#page .tribe-events-calendar-latest-past__event .tribe_single_event_past-time {
  color: #b3b3b3;
}

#page .tribe-events-calendar-month__calendar-event-details {
  display: grid;
}

#page .tribe-events-calendar-month__calendar-event-datetime {
  font-family: "filson-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  color: #b5b1a6;
  margin: 0;
}

#page .tribe-events-calendar-month__calendar-event-datetime-recurring-link {
  position: absolute;
  top: 0.5rem;
  right: 0.25rem;
}

#page .tribe-events-calendar-month__calendar-event-title {
  font-family: "stevie-sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  grid-row: 1;
}

@media (min-width: 992px) {
  #page .tribe-events-calendar-month__calendar-event-title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

#page .tribe-events-calendar-month__header-column {
  padding: 0;
}

#page .tribe-events-calendar-month__header-column-title {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  margin: 0 0 0.25rem;
}

#page .tribe-events-calendar-month__body {
  padding: 0;
}

#page .tribe-events-calendar-month__week:first-child > div {
  border-top: 2px solid #b5b1a6;
}

#page .tribe-events-calendar-month__week:last-child > div {
  border-bottom: 2px solid #b5b1a6;
}

#page .tribe-events-calendar-month__day {
  border: 1px solid #b5b1a6;
}

#page .tribe-events-calendar-month__day:first-child {
  border-left: 2px solid #b5b1a6;
}

#page .tribe-events-calendar-month__day:last-child {
  border-right: 2px solid #b5b1a6;
}

@media (min-width: 992px) {
  #page .tribe-events-calendar-month__day {
    min-height: 7.25rem;
  }
}

#page .tribe-events-calendar-month__day-date {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0.625rem;
  display: flex;
}

#page .tribe-events-calendar-month__day--past h3 {
  opacity: 0.5;
}

#page .tribe-events-notices ul {
  list-style: none;
  padding-left: 0.625rem;
  border-left: 2px solid #8c0324;
}

#page .tribe-events-notices ul li {
  font-family: "filson-pro", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  #page .tribe-events-notices ul li {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
}

#page .tribe-events-view-loader {
  margin-top: 11.25rem;
}

#page .tribe-common-c-btn-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page .tribe-common-c-btn-icon[disabled] {
  opacity: .8;
}

@media (min-width: 992px) {
  #page .tribe-common-c-btn-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

#page .tribe-common-c-btn-icon--caret-right svg, #page .tribe-common-c-btn-icon--caret-left svg {
  display: none;
}

#page .tribe-common-c-btn-icon--caret-right:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

#page .tribe-common-c-btn-icon--caret-left:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.375rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

body.archive #page .tribe-common-l-container {
  padding: 0;
}

@media (max-width: 991.98px) {
  body.archive #page .tribe-events .tribe-events-header {
    padding-bottom: 0;
    margin-top: -4.625rem;
    background: #f2efe8;
  }
}

body.archive #page .tribe-events-header .ajax-filter-posts-filterbar {
  width: 100%;
  margin: -4.625rem 0 0;
  position: relative;
}

@media (max-width: 991.98px) {
  body.archive #page .tribe-events-header .ajax-filter-posts-filterbar {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  body.archive #page .tribe-events-header .ajax-filter-posts-filterbar {
    margin-top: -9.8125rem;
  }
}

body.archive #page .tribe-events-header__events-bar {
  background: #8c0324;
  padding-bottom: 4rem;
  margin: 0;
}

@media (max-width: 991.98px) {
  body.archive #page .tribe-events-header__events-bar {
    display: inline-flex;
    margin: 0;
    padding: 14px 20px 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3;
  }
  body.archive #page .tribe-events-header__events-bar .tribe-events-c-events-bar__search {
    padding: 1.5rem 1.25rem;
  }
  body.archive #page .tribe-events-header__events-bar .tribe-events-c-events-bar__search-button {
    width: 1.5rem;
    height: 1.5rem;
    background: transparent;
    border: none;
    color: #fff;
    margin-right: 1rem;
  }
  body.archive #page .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container {
    width: 100vw;
    right: 0;
    left: auto;
    top: calc(100% + 6px);
    padding: 0;
    position: absolute;
    background: #8c0324;
  }
  body.archive #page .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__button {
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
  }
  body.archive #page .tribe-events-header__events-bar .tribe-events-c-view-selector {
    position: unset;
  }
  body.archive #page .tribe-events-header__events-bar .tribe-events-c-view-selector__button {
    background: transparent;
    border: none;
    color: #fff;
  }
  body.archive #page .tribe-events-header__events-bar .tribe-events-c-view-selector__content {
    width: 100vw;
    left: auto;
    right: 0;
    padding: 0;
    background: #8c0324;
  }
  body.archive #page .tribe-events-header__events-bar .tribe-events-c-view-selector__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem 0;
  }
}

@media (min-width: 992px) {
  body.archive #page .tribe-events-header__events-bar {
    padding: 2rem 6.875rem 0.875rem;
    display: grid;
    grid-template-columns: 4fr 2fr 4fr;
    grid-column-gap: 1.875rem;
  }
}

@media (min-width: 992px) {
  body.archive #page .tribe-events-c-events-bar__views {
    position: absolute;
    right: 6.875rem;
    z-index: 3;
  }
}

@media (min-width: 1200px) {
  body.archive #page .tribe-events-c-events-bar__views {
    top: calc(100% + 3.375rem);
  }
}

body.archive #page .tribe-events-c-events-bar__views span.tribe-events-c-view-selector__list-item-text:after {
  content: 'View';
}

#page .tribe-events-c-top-bar {
  background-color: #8c0324;
}

@media (max-width: 991.98px) {
  #page .tribe-events-c-top-bar {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
    padding: 0.5rem 1.25rem 2rem;
  }
}

@media (min-width: 992px) {
  #page .tribe-events-c-top-bar {
    padding: 2.5rem 6.875rem;
  }
}

#page .tribe-events-c-top-bar__datepicker-button {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.75rem;
  color: white;
}

@media (min-width: 992px) {
  #page .tribe-events-c-top-bar__datepicker-button {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 992px) {
  #page .tribe-events-c-top-bar__datepicker-button {
    min-width: 18.75rem;
  }
}

#page .tribe-events-c-top-bar__datepicker-button:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 1.25rem;
}

#page .tribe-events-c-top-bar__datepicker-button--open:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page .tribe-events-c-top-bar__datepicker-container {
  max-width: 100%;
}

#page .tribe-events-c-top-bar__today-button {
  display: none !important;
}

#page .tribe-common-form-control-text__input {
  font-family: "stevie-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1rem 1rem 1rem 2.8125rem;
}

#page .events-archive_featured_tax {
  color: #b5b1a6;
}

#page .tribe-events-c-subscribe-dropdown__container {
  display: none !important;
}

#page .tribe-events-header {
  margin-bottom: 4rem;
}

@media (min-width: 992px) {
  #page .tribe-events-header {
    min-width: 5rem;
  }
}

body.single #tribe-events-pg-template {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

body.single #page .tribe_single_event_meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.25rem;
}

body.single #page .tribe_single_event_meta-date {
  margin: 0 1.875rem 1rem 0;
}

body.single #page .tribe_single_event_meta-date:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: sub;
  margin-right: 0.625rem;
}

body.single #page .tribe_single_event_meta-time {
  margin: 0 1.875rem 1rem 0;
}

body.single #page .tribe_single_event_meta-time:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: sub;
  margin-right: 0.625rem;
}

body.single #page .tribe_single_event_meta-venue {
  margin: 0 1.875rem 1rem 0;
}

body.single #page .tribe_single_event_meta-venue:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: sub;
  margin-right: 0.625rem;
}

body.single #page .tribe_single_event_meta-cost {
  margin: 0 1.875rem 1rem 0;
}

body.single #page .tribe_single_event_meta-cost:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: sub;
  margin-right: 0.625rem;
}

body.single #tribe-events-footer {
  margin: 4rem 0 0;
  border-top: 1px solid #b5b1a6;
}

@media (min-width: 992px) {
  body.single #tribe-events-footer {
    margin: 9rem 0 0;
  }
}

@media (min-width: 992px) {
  body.single #tribe-events-footer .tribe-events-sub-nav {
    display: flex;
    justify-content: space-between;
  }
}

body.single #tribe-events-footer .tribe-events-nav-next a, body.single #tribe-events-footer .tribe-events-nav-previous a {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  display: flex;
}

body.single #tribe-events-footer .tribe-events-nav-next a:before, body.single #tribe-events-footer .tribe-events-nav-next a:after, body.single #tribe-events-footer .tribe-events-nav-previous a:before, body.single #tribe-events-footer .tribe-events-nav-previous a:after {
  color: #000;
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #d68000;
  justify-content: center;
  align-items: center;
}

body.single #tribe-events-footer .tribe-events-nav-next a:hover:before, body.single #tribe-events-footer .tribe-events-nav-previous a:hover:before {
  border: 2px solid #ff9900;
}

body.single #tribe-events-footer .tribe-events-nav-next a span, body.single #tribe-events-footer .tribe-events-nav-previous a span {
  display: none;
}

body.single #tribe-events-footer .tribe-events-nav-next a:after {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.625rem;
}

body.single #tribe-events-footer .tribe-events-nav-previous a:before {
  content: "";
  font-family: "iconfont-monadnockTheme";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.625rem;
}

#page .tribe-events a:hover {
  color: #b5b1a6;
}

#page .tribe-events .datepicker {
  border: 1px solid #b5b1a6;
  border-radius: 0;
  width: 18.75rem;
  max-width: 100%;
  margin-top: 0.5rem;
  padding: 0.625rem 0.9375rem;
}

#page .tribe-events .datepicker:before, #page .tribe-events .datepicker:after {
  display: none;
}

#page .tribe-events .datepicker table {
  width: 100%;
}

#page .tribe-events .datepicker table .month,
#page .tribe-events .datepicker table .year {
  padding: 0;
}

#page .tribe-events .datepicker table thead {
  border-bottom: 25px solid transparent;
}

#page .tribe-events .datepicker table tr td span.active,
#page .tribe-events .datepicker table tr td.active {
  border-radius: 50%;
  background: transparent;
  position: relative;
}

#page .tribe-events .datepicker table tr td span.active:before,
#page .tribe-events .datepicker table tr td.active:before {
  width: 80%;
  content: '';
  display: block;
  padding-top: 80%;
  position: absolute;
  background: #8c0324;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#page .tribe-events .datepicker .next,
#page .tribe-events .datepicker .prev {
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 2px solid #d68000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page .tribe-events .datepicker .next svg,
#page .tribe-events .datepicker .prev svg {
  margin: auto;
}

#page .tribe-events .datepicker-switch {
  font-family: "filson-pro", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 0;
}

#page .tribe-events .datepicker .dow {
  padding-top: 2rem;
}

.tooltipster-base.tribe-events-tooltip-theme {
  padding: 0.5rem !important;
  background: #f2efe8 !important;
  border: 1px solid #b5b1a6 !important;
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box {
  background: transparent !important;
  border: 0 !important;
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box > * {
  font-size: 0.875rem !important;
  line-height: 1rem !important;
  color: #000 !important;
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-title {
  font-family: "stevie-sans", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .tribe-events-calendar-month__calendar-event-tooltip-title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box p, .tooltipster-base.tribe-events-tooltip-theme .tooltipster-box .content-column {
  font-size: 0.75rem !important;
  line-height: 0.875rem !important;
}

.main-footer {
  background-color: #350210;
  color: #fff;
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .main-footer {
    padding: 5rem 0;
  }
}

.main-footer h6 {
  color: #fff;
}

.main-footer a:not(.main-footer__top-link) {
  color: #fff;
}

.main-footer a:not(.main-footer__top-link):hover, .main-footer a:not(.main-footer__top-link):focus {
  color: #b5b1a6;
}

.main-footer__top h3 {
  color: #fff;
  margin: 0 0 1.5rem 0;
}

@media (min-width: 768px) {
  .main-footer__top h3 {
    margin: 0 0 2rem 0;
  }
}

.main-footer__top-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.5rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 0.0625rem solid #fff;
  color: #fff;
}

@media (min-width: 768px) {
  .main-footer__top-link {
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .main-footer__top-link {
    font-size: 1rem;
    margin: 0;
  }
}

.main-footer__top-link:after {
  font-size: 1.25rem;
  border-color: #fff;
}

.main-footer__top-link:hover, .main-footer__top-link:focus {
  color: #fff;
}

.main-footer__top-link:hover:after, .main-footer__top-link:focus:after {
  background-color: #fff;
  border-color: #fff;
  color: #350210;
}

.main-footer__wrapper {
  width: 100%;
  margin: 0 auto;
  display: grid;
  margin: 1.5rem auto 0 auto;
}

@media (min-width: 768px) {
  .main-footer__wrapper {
    grid-template-columns: 3fr 5fr 1fr 3fr;
    grid-column-gap: 1.25rem;
  }
}

@media (min-width: 992px) {
  .main-footer__wrapper {
    grid-template-columns: 3fr 4fr 2fr 3fr;
    grid-column-gap: 1.875rem;
    margin: 5rem 0 0 0;
  }
}

@media (min-width: 768px) {
  .main-footer__form {
    grid-column: 4;
    grid-row: 1;
    margin: 0;
  }
}

.main-footer__form .overline {
  margin: 0;
}

.main-footer__form .email-registration-form,
.main-footer__form .gform_wrapper {
  margin: 1.5rem 0 0 0;
}

.main-footer__form .email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.main-footer__form .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  margin: 0;
  font-family: "stevie-sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75rem !important;
  margin-bottom: 1rem;
  color: #000;
  width: 100%;
  outline: none;
  border: 1px solid #b3b3b3;
  transition: all 0.2s linear;
  background: transparent;
  border-radius: 0.125rem;
  color: #fff;
  border-color: #fff;
}

@media (min-width: 576px) {
  .main-footer__form .email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
  .main-footer__form .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    font-size: 1rem !important;
  }
}

.main-footer__form .email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
.main-footer__form .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus {
  border: 1px solid #d68000;
  color: #000;
}

.main-footer__form .email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::placeholder, .main-footer__form .email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-input-placeholder, .main-footer__form .email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::-ms-input-placeholder,
.main-footer__form .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::placeholder,
.main-footer__form .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):-ms-input-placeholder,
.main-footer__form .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::-ms-input-placeholder {
  color: #737373;
}

.main-footer__form .email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):active, .main-footer__form .email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
.main-footer__form .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):active,
.main-footer__form .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus {
  color: #fff;
  border-color: #fff;
}

.main-footer__form .email-registration-form input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::placeholder,
.main-footer__form .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file'])::placeholder {
  color: #fff;
  opacity: 0.5;
}

.main-footer__form .email-registration-form .gform_fields,
.main-footer__form .gform_wrapper .gform_fields {
  margin: 0 !important;
  grid-column-gap: initial !important;
  grid-row-gap: initial !important;
}

.main-footer__form .gform_heading {
  display: none;
}

.main-footer__form .gform_footer input[type="submit"],
.main-footer__form .email-registration-form input[type="submit"] {
  background: #fff;
  width: 100% !important;
  margin-right: 0 !important;
}

.main-footer__form .gform_footer input[type="submit"]:hover, .main-footer__form .gform_footer input[type="submit"]:focus,
.main-footer__form .email-registration-form input[type="submit"]:hover,
.main-footer__form .email-registration-form input[type="submit"]:focus {
  background-color: #fff;
  color: #6b6963;
}

@media (max-width: 767.98px) {
  .main-footer__form .email-registration-form {
    margin-bottom: 1.5rem;
  }
}

.main-footer__form .email-registration-form h1,
.main-footer__form .email-registration-form h2,
.main-footer__form .email-registration-form h3,
.main-footer__form .email-registration-form label {
  display: none;
}

.main-footer__form .email-registration-form input:not(.required):not([type='submit']) {
  display: none;
}

.main-footer__form .email-registration-form .required {
  padding: 0;
}

.main-footer__form .email-registration-form .required label {
  color: #fff;
  opacity: 0.5;
  display: block;
}

.main-footer__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  margin: 1.25rem 0 1rem 0;
}

@media (min-width: 768px) {
  .main-footer__menu {
    grid-column: 2;
    grid-row: 1;
    grid-column-gap: 1.25rem;
    margin: 0 0 1.5rem;
  }
}

@media (min-width: 992px) {
  .main-footer__menu {
    grid-column: 2;
    grid-row: 1;
    grid-column-gap: 1.875rem;
  }
}

.main-footer__menu .overline {
  margin: 0.75rem 0 1.5rem 0;
}

@media (min-width: 768px) {
  .main-footer__menu .overline {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .main-footer__menu .overline {
    margin: 0 0 0.8125rem 0;
  }
}

.main-footer__menu a {
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 1px;
  margin: 0 0 1rem 0;
}

.main-footer__branding {
  margin: 1rem 0 0 0;
}

@media (min-width: 768px) {
  .main-footer__branding {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .main-footer__branding {
    margin: 0;
  }
}

.main-footer__branding .footer__logo {
  display: block;
  width: 11.6875rem;
  margin: 0;
}

@media (min-width: 768px) {
  .main-footer__branding .footer__logo {
    width: 10rem;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .main-footer__branding .footer__logo {
    width: 11.875rem;
    margin: 0;
  }
}

.main-footer__branding .footer__logo img,
.main-footer__branding .footer__logo svg {
  width: 100%;
  height: auto;
}

.main-footer__branding .subtitle-2 {
  margin: 1rem 0 1rem 0;
}

@media (min-width: 768px) {
  .main-footer__branding .subtitle-2 {
    margin: 1.5rem 0 1.5rem 0;
  }
}

.main-footer__social {
  margin: 0;
  text-align: left;
}

@media (min-width: 768px) {
  .main-footer__social {
    max-width: 10rem;
  }
}

@media (min-width: 1600px) {
  .main-footer__social {
    max-width: 100%;
  }
}

.main-footer__social-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border: 0.125rem solid #fff;
  border-radius: 100%;
  margin: 0 0.9375rem 0.9375rem 0;
}

@media (min-width: 1600px) {
  .main-footer__social-link {
    margin: 0 0.8125rem 0.9375rem 0;
  }
}

.main-footer__social-link i {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-footer__social-link i:before {
  font-size: 0.875rem;
}

.main-footer__social-link:hover, .main-footer__social-link:focus {
  background: #fff;
}

.main-footer__social-link:hover i:before, .main-footer__social-link:focus i:before {
  color: #350210;
}

@media (min-width: 768px) {
  .main-footer__copyright {
    margin: 5rem 0 0 0;
  }
}

.main-footer__copyright ul,
.main-footer__copyright .caption {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

@media (min-width: 768px) {
  .main-footer__copyright ul,
  .main-footer__copyright .caption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-direction: row;
    max-width: initial;
  }
}

.main-footer__copyright ul li,
.main-footer__copyright .caption li {
  display: inline;
}

.main-footer__copyright ul li:first-child,
.main-footer__copyright .caption li:first-child {
  display: block;
  padding: 0 0 1rem 0;
}

@media (min-width: 768px) {
  .main-footer__copyright ul li:first-child,
  .main-footer__copyright .caption li:first-child {
    padding: 0 0.9375rem 0 0;
  }
}

@media (max-width: 991.98px) {
  .main-footer__copyright ul li:not(:first-child) a,
  .main-footer__copyright .caption li:not(:first-child) a {
    margin-bottom: 1rem;
  }
}

.main-footer__copyright ul a,
.main-footer__copyright .caption a {
  display: inline-block;
  margin: 0 0.9375rem 0 0;
  text-align: center;
}
