@charset "UTF-8";
@import url(../node_modules/select2/dist/css/select2.css);
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiJ-Ek-_EeA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* #E5E5E5 */
/*!
   * Bootstrap  v5.2.2 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
  --bs-blue: #183872;
  --bs-indigo: #6610f2;
  --bs-purple: #905898;
  --bs-pink: #d63384;
  --bs-red: #e85950;
  --bs-orange: #d75242;
  --bs-yellow: #f3c200;
  --bs-green: #389360;
  --bs-teal: #489eaa;
  --bs-cyan: #0dcaf0;
  --bs-black: #333333;
  --bs-white: white;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #183872;
  --bs-secondary: #6c757d;
  --bs-success: #389360;
  --bs-info: #0dcaf0;
  --bs-warning: #f3c200;
  --bs-danger: #e85950;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 24, 56, 114;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 56, 147, 96;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 243, 194, 0;
  --bs-danger-rgb: 232, 89, 80;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 51, 51, 51;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: white;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(51, 51, 51, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #183872;
  --bs-link-hover-color: #132d5b;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fdf3cc; }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, .top-ten .top-ten-event .content .title, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.5rem; } }
h2, .h2, .top-ten .top-ten-event .content .title {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2, .h2, .top-ten .top-ten-event .content .title {
      font-size: 2rem; } }
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }
h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--bs-link-color);
  text-decoration: underline; }
  a:hover {
    color: var(--bs-link-hover-color); }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }
.list-unstyled, body:not(.wp-admin) .gform_wrapper ul {
  padding-left: 0;
  list-style: none; }

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

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

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

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

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .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%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(51, 51, 51, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(51, 51, 51, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(51, 51, 51, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color); }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }

.table-group-divider {
  border-top: 2px solid currentcolor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-color: #333333;
  --bs-table-bg: #d1d7e3;
  --bs-table-border-color: #c1c7d1;
  --bs-table-striped-bg: #c9cfda;
  --bs-table-striped-color: #333333;
  --bs-table-active-bg: #c1c7d1;
  --bs-table-active-color: #333333;
  --bs-table-hover-bg: #c5cbd6;
  --bs-table-hover-color: #333333;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-secondary {
  --bs-table-color: #333333;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #d1d1d3;
  --bs-table-striped-bg: #d9dadc;
  --bs-table-striped-color: #333333;
  --bs-table-active-bg: #d1d1d3;
  --bs-table-active-color: #333333;
  --bs-table-hover-bg: #d5d6d8;
  --bs-table-hover-color: #333333;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-success {
  --bs-table-color: #333333;
  --bs-table-bg: #d7e9df;
  --bs-table-border-color: #c7d7ce;
  --bs-table-striped-bg: #cfe0d6;
  --bs-table-striped-color: #333333;
  --bs-table-active-bg: #c7d7ce;
  --bs-table-active-color: #333333;
  --bs-table-hover-bg: #cbdbd2;
  --bs-table-hover-color: #333333;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-info {
  --bs-table-color: #333333;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #bfe1e8;
  --bs-table-striped-bg: #c7eaf2;
  --bs-table-striped-color: #333333;
  --bs-table-active-bg: #bfe1e8;
  --bs-table-active-color: #333333;
  --bs-table-hover-bg: #c3e6ed;
  --bs-table-hover-color: #333333;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-warning {
  --bs-table-color: #333333;
  --bs-table-bg: #fdf3cc;
  --bs-table-border-color: #e9e0bd;
  --bs-table-striped-bg: #f3e9c4;
  --bs-table-striped-color: #333333;
  --bs-table-active-bg: #e9e0bd;
  --bs-table-active-color: #333333;
  --bs-table-hover-bg: #eee5c1;
  --bs-table-hover-color: #333333;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-danger {
  --bs-table-color: #333333;
  --bs-table-bg: #fadedc;
  --bs-table-border-color: #e6cdcb;
  --bs-table-striped-bg: #f0d5d4;
  --bs-table-striped-color: #333333;
  --bs-table-active-bg: #e6cdcb;
  --bs-table-active-color: #333333;
  --bs-table-hover-bg: #ebd1cf;
  --bs-table-hover-color: #333333;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-light {
  --bs-table-color: #333333;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #e4e5e6;
  --bs-table-striped-bg: #eeeff0;
  --bs-table-striped-color: #333333;
  --bs-table-active-bg: #e4e5e6;
  --bs-table-active-color: #333333;
  --bs-table-hover-bg: #e9eaeb;
  --bs-table-hover-color: #333333;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-dark {
  --bs-table-color: white;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: white;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: white;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: white;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control, body:not(.wp-admin) .ginput_container input,
body:not(.wp-admin) .ginput_container select,
body:not(.wp-admin) .ginput_container textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, body:not(.wp-admin) .ginput_container input,
    body:not(.wp-admin) .ginput_container select,
    body:not(.wp-admin) .ginput_container textarea {
      transition: none; } }
  .form-control[type="file"], body:not(.wp-admin) .ginput_container input[type="file"],
  body:not(.wp-admin) .ginput_container select[type="file"],
  body:not(.wp-admin) .ginput_container textarea[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]), body:not(.wp-admin) .ginput_container input[type="file"]:not(:disabled):not([readonly]),
    body:not(.wp-admin) .ginput_container select[type="file"]:not(:disabled):not([readonly]),
    body:not(.wp-admin) .ginput_container textarea[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus, body:not(.wp-admin) .ginput_container input:focus,
  body:not(.wp-admin) .ginput_container select:focus,
  body:not(.wp-admin) .ginput_container textarea:focus {
    color: #212529;
    background-color: white;
    border-color: #8c9cb9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(24, 56, 114, 0.25); }
  .form-control::-webkit-date-and-time-value, body:not(.wp-admin) .ginput_container input::-webkit-date-and-time-value,
  body:not(.wp-admin) .ginput_container select::-webkit-date-and-time-value,
  body:not(.wp-admin) .ginput_container textarea::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder, body:not(.wp-admin) .ginput_container input::placeholder,
  body:not(.wp-admin) .ginput_container select::placeholder,
  body:not(.wp-admin) .ginput_container textarea::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, body:not(.wp-admin) .ginput_container input:disabled,
  body:not(.wp-admin) .ginput_container select:disabled,
  body:not(.wp-admin) .ginput_container textarea:disabled {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button, body:not(.wp-admin) .ginput_container input::file-selector-button,
  body:not(.wp-admin) .ginput_container select::file-selector-button,
  body:not(.wp-admin) .ginput_container textarea::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button, body:not(.wp-admin) .ginput_container input::file-selector-button,
      body:not(.wp-admin) .ginput_container select::file-selector-button,
      body:not(.wp-admin) .ginput_container textarea::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button, body:not(.wp-admin) .ginput_container input:hover:not(:disabled):not([readonly])::file-selector-button,
  body:not(.wp-admin) .ginput_container select:hover:not(:disabled):not([readonly])::file-selector-button,
  body:not(.wp-admin) .ginput_container textarea:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext:focus {
    outline: 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem; }
  .form-control-color::-webkit-color-swatch {
    border-radius: 0.375rem; }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px); }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px); }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #8c9cb9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(24, 56, 114, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(51, 51, 51, 0.25);
  appearance: none;
  print-color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #8c9cb9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(24, 56, 114, 0.25); }
  .form-check-input:checked {
    background-color: #183872;
    border-color: #183872; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='white'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #183872;
    border-color: #183872;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    cursor: default;
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2851, 51, 51, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238c9cb9'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e"); }
  .form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0; }
    .form-switch.form-check-reverse .form-check-input {
      margin-right: -2.5em;
      margin-left: 0; }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .search-form-extended .searchform .btn-check[disabled] + #searchsubmit, .searchform-header .btn-check[disabled] + #searchsubmit-header, .nav-links .btn-check[disabled] + .next, .nav-links .btn-check[disabled] + .prev, .join-us form .gform_footer .btn-check[disabled] + input[type=submit], #masthead .search-bar .search-form .btn-check[disabled] + .search-submit, .btn-check[disabled] + .btn-outline-secondary, .btn-check[disabled] + .btn-white, .btn-check[disabled] + .btn-green, .btn-check[disabled] + .btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-check[disabled] + input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-check[disabled] + #gform_submit_button_1, body:not(.wp-admin) .btn-check[disabled] + .gform_button, .btn-check:disabled + .btn, .search-form-extended .searchform .btn-check:disabled + #searchsubmit, .searchform-header .btn-check:disabled + #searchsubmit-header, .nav-links .btn-check:disabled + .next, .nav-links .btn-check:disabled + .prev, .join-us form .gform_footer .btn-check:disabled + input[type=submit], #masthead .search-bar .search-form .btn-check:disabled + .search-submit, .btn-check:disabled + .btn-outline-secondary, .btn-check:disabled + .btn-white, .btn-check:disabled + .btn-green, .btn-check:disabled + .btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-check:disabled + input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-check:disabled + #gform_submit_button_1, body:not(.wp-admin) .btn-check:disabled + .gform_button {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(24, 56, 114, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(24, 56, 114, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #183872;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #bac3d5; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #183872;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #bac3d5; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control, body:not(.wp-admin) .ginput_container .form-floating > input,
  body:not(.wp-admin) .ginput_container .form-floating > select,
  body:not(.wp-admin) .ginput_container .form-floating > textarea,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control, body:not(.wp-admin) .ginput_container .form-floating > input,
  body:not(.wp-admin) .ginput_container .form-floating > select,
  body:not(.wp-admin) .ginput_container .form-floating > textarea,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder, body:not(.wp-admin) .ginput_container .form-floating > input::placeholder,
    body:not(.wp-admin) .ginput_container .form-floating > select::placeholder,
    body:not(.wp-admin) .ginput_container .form-floating > textarea::placeholder,
    .form-floating > .form-control-plaintext::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, body:not(.wp-admin) .ginput_container .form-floating > input:focus,
    body:not(.wp-admin) .ginput_container .form-floating > select:focus,
    body:not(.wp-admin) .ginput_container .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), body:not(.wp-admin) .ginput_container .form-floating > input:not(:placeholder-shown),
    body:not(.wp-admin) .ginput_container .form-floating > select:not(:placeholder-shown),
    body:not(.wp-admin) .ginput_container .form-floating > textarea:not(:placeholder-shown),
    .form-floating > .form-control-plaintext:focus,
    .form-floating > .form-control-plaintext:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill, body:not(.wp-admin) .ginput_container .form-floating > input:-webkit-autofill,
    body:not(.wp-admin) .ginput_container .form-floating > select:-webkit-autofill,
    body:not(.wp-admin) .ginput_container .form-floating > textarea:-webkit-autofill,
    .form-floating > .form-control-plaintext:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label, body:not(.wp-admin) .ginput_container .form-floating > input:focus ~ label,
  body:not(.wp-admin) .ginput_container .form-floating > select:focus ~ label,
  body:not(.wp-admin) .ginput_container .form-floating > textarea:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  body:not(.wp-admin) .ginput_container .form-floating > input:not(:placeholder-shown) ~ label,
  body:not(.wp-admin) .ginput_container .form-floating > select:not(:placeholder-shown) ~ label,
  body:not(.wp-admin) .ginput_container .form-floating > textarea:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label, body:not(.wp-admin) .ginput_container .form-floating > input:-webkit-autofill ~ label,
  body:not(.wp-admin) .ginput_container .form-floating > select:-webkit-autofill ~ label,
  body:not(.wp-admin) .ginput_container .form-floating > textarea:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control-plaintext ~ label {
    border-width: 1px 0; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, body:not(.wp-admin) .ginput_container .input-group > input,
  body:not(.wp-admin) .ginput_container .input-group > select,
  body:not(.wp-admin) .ginput_container .input-group > textarea,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus, body:not(.wp-admin) .ginput_container .input-group > input:focus,
  body:not(.wp-admin) .ginput_container .input-group > select:focus,
  body:not(.wp-admin) .ginput_container .input-group > textarea:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5; }
  .input-group .btn, .input-group .search-form-extended .searchform #searchsubmit, .search-form-extended .searchform .input-group #searchsubmit, .input-group .searchform-header #searchsubmit-header, .searchform-header .input-group #searchsubmit-header, .input-group .nav-links .next, .nav-links .input-group .next, .input-group .nav-links .prev, .nav-links .input-group .prev, .input-group .join-us form .gform_footer input[type=submit], .join-us form .gform_footer .input-group input[type=submit], .input-group #masthead .search-bar .search-form .search-submit, #masthead .search-bar .search-form .input-group .search-submit, .input-group .btn-outline-secondary, .input-group .btn-white, .input-group .btn-green, .input-group .btn-primary, .input-group .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .input-group input[type="submit"], .input-group body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .input-group #gform_submit_button_1, .input-group body:not(.wp-admin) .gform_button, body:not(.wp-admin) .input-group .gform_button {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus, .input-group .search-form-extended .searchform #searchsubmit:focus, .search-form-extended .searchform .input-group #searchsubmit:focus, .input-group .searchform-header #searchsubmit-header:focus, .searchform-header .input-group #searchsubmit-header:focus, .input-group .nav-links .next:focus, .nav-links .input-group .next:focus, .input-group .nav-links .prev:focus, .nav-links .input-group .prev:focus, .input-group .join-us form .gform_footer input[type=submit]:focus, .join-us form .gform_footer .input-group input[type=submit]:focus, .input-group #masthead .search-bar .search-form .search-submit:focus, #masthead .search-bar .search-form .input-group .search-submit:focus, .input-group .btn-outline-secondary:focus, .input-group .btn-white:focus, .input-group .btn-green:focus, .input-group .btn-primary:focus, .input-group .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"]:focus, .search-content-layout .filter-businesses-wrapper .filter-businesses .input-group input[type="submit"]:focus, .input-group body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1:focus, body:not(.wp-admin) #gform_wrapper_1 .input-group #gform_submit_button_1:focus, .input-group body:not(.wp-admin) .gform_button:focus, body:not(.wp-admin) .input-group .gform_button:focus {
      z-index: 5; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem; }

.input-group-lg > .form-control, body:not(.wp-admin) .ginput_container .input-group-lg > input,
body:not(.wp-admin) .ginput_container .input-group-lg > select,
body:not(.wp-admin) .ginput_container .input-group-lg > textarea,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.search-form-extended .searchform .input-group-lg > #searchsubmit,
.searchform-header .input-group-lg > #searchsubmit-header,
.nav-links .input-group-lg > .next,
.nav-links .input-group-lg > .prev,
.join-us form .gform_footer .input-group-lg > input[type=submit],
#masthead .search-bar .search-form .input-group-lg > .search-submit,
.input-group-lg > .btn-outline-secondary,
.input-group-lg > .btn-white,
.input-group-lg > .btn-green,
.input-group-lg > .btn-primary,
.search-content-layout .filter-businesses-wrapper .filter-businesses .input-group-lg > input[type="submit"],
body:not(.wp-admin) #gform_wrapper_1 .input-group-lg > #gform_submit_button_1,
body:not(.wp-admin) .input-group-lg > .gform_button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.input-group-sm > .form-control, body:not(.wp-admin) .ginput_container .input-group-sm > input,
body:not(.wp-admin) .ginput_container .input-group-sm > select,
body:not(.wp-admin) .ginput_container .input-group-sm > textarea,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.search-form-extended .searchform .input-group-sm > #searchsubmit,
.searchform-header .input-group-sm > #searchsubmit-header,
.nav-links .input-group-sm > .next,
.nav-links .input-group-sm > .prev,
.join-us form .gform_footer .input-group-sm > input[type=submit],
#masthead .search-bar .search-form .input-group-sm > .search-submit,
.input-group-sm > .btn-outline-secondary,
.input-group-sm > .btn-white,
.input-group-sm > .btn-green,
.input-group-sm > .btn-primary,
.search-content-layout .filter-businesses-wrapper .filter-businesses .input-group-sm > input[type="submit"],
body:not(.wp-admin) #gform_wrapper_1 .input-group-sm > #gform_submit_button_1,
body:not(.wp-admin) .input-group-sm > .gform_button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
body:not(.wp-admin) .ginput_container .input-group:not(.has-validation) > .form-floating:not(:last-child) > input,
body:not(.wp-admin) .ginput_container .input-group:not(.has-validation) > .form-floating:not(:last-child) > select,
body:not(.wp-admin) .ginput_container .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
body:not(.wp-admin) .ginput_container .input-group.has-validation > .form-floating:nth-last-child(n + 3) > input,
body:not(.wp-admin) .ginput_container .input-group.has-validation > .form-floating:nth-last-child(n + 3) > select,
body:not(.wp-admin) .ginput_container .input-group.has-validation > .form-floating:nth-last-child(n + 3) > textarea,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .form-floating:not(:first-child) > .form-control, body:not(.wp-admin) .ginput_container .input-group > .form-floating:not(:first-child) > input,
body:not(.wp-admin) .ginput_container .input-group > .form-floating:not(:first-child) > select,
body:not(.wp-admin) .ginput_container .input-group > .form-floating:not(:first-child) > textarea,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #389360; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: white;
  background-color: rgba(56, 147, 96, 0.9);
  border-radius: 0.375rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .was-validated body:not(.wp-admin) .ginput_container input:valid, body:not(.wp-admin) .ginput_container .was-validated input:valid,
.was-validated body:not(.wp-admin) .ginput_container select:valid,
body:not(.wp-admin) .ginput_container .was-validated select:valid,
.was-validated body:not(.wp-admin) .ginput_container textarea:valid,
body:not(.wp-admin) .ginput_container .was-validated textarea:valid, .form-control.is-valid, body:not(.wp-admin) .ginput_container input.is-valid,
body:not(.wp-admin) .ginput_container select.is-valid,
body:not(.wp-admin) .ginput_container textarea.is-valid {
  border-color: #389360;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23389360' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .was-validated body:not(.wp-admin) .ginput_container input:valid:focus, body:not(.wp-admin) .ginput_container .was-validated input:valid:focus,
  .was-validated body:not(.wp-admin) .ginput_container select:valid:focus,
  body:not(.wp-admin) .ginput_container .was-validated select:valid:focus,
  .was-validated body:not(.wp-admin) .ginput_container textarea:valid:focus,
  body:not(.wp-admin) .ginput_container .was-validated textarea:valid:focus, .form-control.is-valid:focus, body:not(.wp-admin) .ginput_container input.is-valid:focus,
  body:not(.wp-admin) .ginput_container select.is-valid:focus,
  body:not(.wp-admin) .ginput_container textarea.is-valid:focus {
    border-color: #389360;
    box-shadow: 0 0 0 0.25rem rgba(56, 147, 96, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #389360; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23389360' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #389360;
    box-shadow: 0 0 0 0.25rem rgba(56, 147, 96, 0.25); }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #389360; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #389360; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(56, 147, 96, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #389360; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated body:not(.wp-admin) .ginput_container .input-group > input:not(:focus):valid, body:not(.wp-admin) .ginput_container .was-validated .input-group > input:not(:focus):valid,
.was-validated body:not(.wp-admin) .ginput_container .input-group > select:not(:focus):valid,
body:not(.wp-admin) .ginput_container .was-validated .input-group > select:not(:focus):valid,
.was-validated body:not(.wp-admin) .ginput_container .input-group > textarea:not(:focus):valid,
body:not(.wp-admin) .ginput_container .was-validated .input-group > textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, body:not(.wp-admin) .ginput_container .input-group > input:not(:focus).is-valid,
body:not(.wp-admin) .ginput_container .input-group > select:not(:focus).is-valid,
body:not(.wp-admin) .ginput_container .input-group > textarea:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #e85950; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: white;
  background-color: rgba(232, 89, 80, 0.9);
  border-radius: 0.375rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .was-validated body:not(.wp-admin) .ginput_container input:invalid, body:not(.wp-admin) .ginput_container .was-validated input:invalid,
.was-validated body:not(.wp-admin) .ginput_container select:invalid,
body:not(.wp-admin) .ginput_container .was-validated select:invalid,
.was-validated body:not(.wp-admin) .ginput_container textarea:invalid,
body:not(.wp-admin) .ginput_container .was-validated textarea:invalid, .form-control.is-invalid, body:not(.wp-admin) .ginput_container input.is-invalid,
body:not(.wp-admin) .ginput_container select.is-invalid,
body:not(.wp-admin) .ginput_container textarea.is-invalid {
  border-color: #e85950;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e85950'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e85950' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .was-validated body:not(.wp-admin) .ginput_container input:invalid:focus, body:not(.wp-admin) .ginput_container .was-validated input:invalid:focus,
  .was-validated body:not(.wp-admin) .ginput_container select:invalid:focus,
  body:not(.wp-admin) .ginput_container .was-validated select:invalid:focus,
  .was-validated body:not(.wp-admin) .ginput_container textarea:invalid:focus,
  body:not(.wp-admin) .ginput_container .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, body:not(.wp-admin) .ginput_container input.is-invalid:focus,
  body:not(.wp-admin) .ginput_container select.is-invalid:focus,
  body:not(.wp-admin) .ginput_container textarea.is-invalid:focus {
    border-color: #e85950;
    box-shadow: 0 0 0 0.25rem rgba(232, 89, 80, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #e85950; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e85950'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e85950' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #e85950;
    box-shadow: 0 0 0 0.25rem rgba(232, 89, 80, 0.25); }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #e85950; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #e85950; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(232, 89, 80, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #e85950; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated body:not(.wp-admin) .ginput_container .input-group > input:not(:focus):invalid, body:not(.wp-admin) .ginput_container .was-validated .input-group > input:not(:focus):invalid,
.was-validated body:not(.wp-admin) .ginput_container .input-group > select:not(:focus):invalid,
body:not(.wp-admin) .ginput_container .was-validated .input-group > select:not(:focus):invalid,
.was-validated body:not(.wp-admin) .ginput_container .input-group > textarea:not(:focus):invalid,
body:not(.wp-admin) .ginput_container .was-validated .input-group > textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, body:not(.wp-admin) .ginput_container .input-group > input:not(:focus).is-invalid,
body:not(.wp-admin) .ginput_container .input-group > select:not(:focus).is-invalid,
body:not(.wp-admin) .ginput_container .input-group > textarea:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4; }

.btn, .search-form-extended .searchform #searchsubmit, .searchform-header #searchsubmit-header, .nav-links .next, .nav-links .prev, .join-us form .gform_footer input[type=submit], #masthead .search-bar .search-form .search-submit, .btn-outline-secondary, .btn-white, .btn-green, .btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1, body:not(.wp-admin) .gform_button {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(51, 51, 51, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .search-form-extended .searchform #searchsubmit, .searchform-header #searchsubmit-header, .nav-links .next, .nav-links .prev, .join-us form .gform_footer input[type=submit], #masthead .search-bar .search-form .search-submit, .btn-outline-secondary, .btn-white, .btn-green, .btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1, body:not(.wp-admin) .gform_button {
      transition: none; } }
  .btn:hover, .search-form-extended .searchform #searchsubmit:hover, .searchform-header #searchsubmit-header:hover, .nav-links .next:hover, .nav-links .prev:hover, .join-us form .gform_footer input[type=submit]:hover, #masthead .search-bar .search-form .search-submit:hover, .btn-outline-secondary:hover, .btn-white:hover, .btn-green:hover, .btn-primary:hover, .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"]:hover, body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1:hover, body:not(.wp-admin) .gform_button:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn-check + .btn:hover, .search-form-extended .searchform .btn-check + #searchsubmit:hover, .searchform-header .btn-check + #searchsubmit-header:hover, .nav-links .btn-check + .next:hover, .nav-links .btn-check + .prev:hover, .join-us form .gform_footer .btn-check + input[type=submit]:hover, #masthead .search-bar .search-form .btn-check + .search-submit:hover, .btn-check + .btn-outline-secondary:hover, .btn-check + .btn-white:hover, .btn-check + .btn-green:hover, .btn-check + .btn-primary:hover, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-check + input[type="submit"]:hover, body:not(.wp-admin) #gform_wrapper_1 .btn-check + #gform_submit_button_1:hover, body:not(.wp-admin) .btn-check + .gform_button:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color); }
  .btn:focus-visible, .search-form-extended .searchform #searchsubmit:focus-visible, .searchform-header #searchsubmit-header:focus-visible, .nav-links .next:focus-visible, .nav-links .prev:focus-visible, .join-us form .gform_footer input[type=submit]:focus-visible, #masthead .search-bar .search-form .search-submit:focus-visible, .btn-outline-secondary:focus-visible, .btn-white:focus-visible, .btn-green:focus-visible, .btn-primary:focus-visible, .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"]:focus-visible, body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1:focus-visible, body:not(.wp-admin) .gform_button:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:focus-visible + .btn, .search-form-extended .searchform .btn-check:focus-visible + #searchsubmit, .searchform-header .btn-check:focus-visible + #searchsubmit-header, .nav-links .btn-check:focus-visible + .next, .nav-links .btn-check:focus-visible + .prev, .join-us form .gform_footer .btn-check:focus-visible + input[type=submit], #masthead .search-bar .search-form .btn-check:focus-visible + .search-submit, .btn-check:focus-visible + .btn-outline-secondary, .btn-check:focus-visible + .btn-white, .btn-check:focus-visible + .btn-green, .btn-check:focus-visible + .btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-check:focus-visible + input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-check:focus-visible + #gform_submit_button_1, body:not(.wp-admin) .btn-check:focus-visible + .gform_button {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn, .search-form-extended .searchform .btn-check:checked + #searchsubmit, .searchform-header .btn-check:checked + #searchsubmit-header, .nav-links .btn-check:checked + .next, .nav-links .btn-check:checked + .prev, .join-us form .gform_footer .btn-check:checked + input[type=submit], #masthead .search-bar .search-form .btn-check:checked + .search-submit, .btn-check:checked + .btn-outline-secondary, .btn-check:checked + .btn-white, .btn-check:checked + .btn-green, .btn-check:checked + .btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-check:checked + input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-check:checked + #gform_submit_button_1, body:not(.wp-admin) .btn-check:checked + .gform_button, :not(.btn-check) + .btn:active, .search-form-extended .searchform :not(.btn-check) + #searchsubmit:active, .searchform-header :not(.btn-check) + #searchsubmit-header:active, .nav-links :not(.btn-check) + .next:active, .nav-links :not(.btn-check) + .prev:active, .join-us form .gform_footer :not(.btn-check) + input[type=submit]:active, #masthead .search-bar .search-form :not(.btn-check) + .search-submit:active, :not(.btn-check) + .btn-outline-secondary:active, :not(.btn-check) + .btn-white:active, :not(.btn-check) + .btn-green:active, :not(.btn-check) + .btn-primary:active, .search-content-layout .filter-businesses-wrapper .filter-businesses :not(.btn-check) + input[type="submit"]:active, body:not(.wp-admin) #gform_wrapper_1 :not(.btn-check) + #gform_submit_button_1:active, body:not(.wp-admin) :not(.btn-check) + .gform_button:active, .btn:first-child:active, .search-form-extended .searchform #searchsubmit:first-child:active, .searchform-header #searchsubmit-header:first-child:active, .nav-links .next:first-child:active, .nav-links .prev:first-child:active, .join-us form .gform_footer input[type=submit]:first-child:active, #masthead .search-bar .search-form .search-submit:first-child:active, .btn-outline-secondary:first-child:active, .btn-white:first-child:active, .btn-green:first-child:active, .btn-primary:first-child:active, .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"]:first-child:active, body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1:first-child:active, body:not(.wp-admin) .gform_button:first-child:active, .btn.active, .search-form-extended .searchform .active#searchsubmit, .searchform-header .active#searchsubmit-header, .nav-links .active.next, .nav-links .active.prev, .join-us form .gform_footer input.active[type=submit], #masthead .search-bar .search-form .active.search-submit, .active.btn-outline-secondary, .active.btn-white, .active.btn-green, .active.btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses input.active[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .active#gform_submit_button_1, body:not(.wp-admin) .active.gform_button, .btn.show, .search-form-extended .searchform .show#searchsubmit, .searchform-header .show#searchsubmit-header, .nav-links .show.next, .nav-links .show.prev, .join-us form .gform_footer input.show[type=submit], #masthead .search-bar .search-form .show.search-submit, .show.btn-outline-secondary, .show.btn-white, .show.btn-green, .show.btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses input.show[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .show#gform_submit_button_1, body:not(.wp-admin) .show.gform_button {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color); }
    .btn-check:checked + .btn:focus-visible, .search-form-extended .searchform .btn-check:checked + #searchsubmit:focus-visible, .searchform-header .btn-check:checked + #searchsubmit-header:focus-visible, .nav-links .btn-check:checked + .next:focus-visible, .nav-links .btn-check:checked + .prev:focus-visible, .join-us form .gform_footer .btn-check:checked + input[type=submit]:focus-visible, #masthead .search-bar .search-form .btn-check:checked + .search-submit:focus-visible, .btn-check:checked + .btn-outline-secondary:focus-visible, .btn-check:checked + .btn-white:focus-visible, .btn-check:checked + .btn-green:focus-visible, .btn-check:checked + .btn-primary:focus-visible, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-check:checked + input[type="submit"]:focus-visible, body:not(.wp-admin) #gform_wrapper_1 .btn-check:checked + #gform_submit_button_1:focus-visible, body:not(.wp-admin) .btn-check:checked + .gform_button:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .search-form-extended .searchform :not(.btn-check) + #searchsubmit:active:focus-visible, .searchform-header :not(.btn-check) + #searchsubmit-header:active:focus-visible, .nav-links :not(.btn-check) + .next:active:focus-visible, .nav-links :not(.btn-check) + .prev:active:focus-visible, .join-us form .gform_footer :not(.btn-check) + input[type=submit]:active:focus-visible, #masthead .search-bar .search-form :not(.btn-check) + .search-submit:active:focus-visible, :not(.btn-check) + .btn-outline-secondary:active:focus-visible, :not(.btn-check) + .btn-white:active:focus-visible, :not(.btn-check) + .btn-green:active:focus-visible, :not(.btn-check) + .btn-primary:active:focus-visible, .search-content-layout .filter-businesses-wrapper .filter-businesses :not(.btn-check) + input[type="submit"]:active:focus-visible, body:not(.wp-admin) #gform_wrapper_1 :not(.btn-check) + #gform_submit_button_1:active:focus-visible, body:not(.wp-admin) :not(.btn-check) + .gform_button:active:focus-visible, .btn:first-child:active:focus-visible, .search-form-extended .searchform #searchsubmit:first-child:active:focus-visible, .searchform-header #searchsubmit-header:first-child:active:focus-visible, .nav-links .next:first-child:active:focus-visible, .nav-links .prev:first-child:active:focus-visible, .join-us form .gform_footer input[type=submit]:first-child:active:focus-visible, #masthead .search-bar .search-form .search-submit:first-child:active:focus-visible, .btn-outline-secondary:first-child:active:focus-visible, .btn-white:first-child:active:focus-visible, .btn-green:first-child:active:focus-visible, .btn-primary:first-child:active:focus-visible, .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"]:first-child:active:focus-visible, body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1:first-child:active:focus-visible, body:not(.wp-admin) .gform_button:first-child:active:focus-visible, .btn.active:focus-visible, .search-form-extended .searchform .active#searchsubmit:focus-visible, .searchform-header .active#searchsubmit-header:focus-visible, .nav-links .active.next:focus-visible, .nav-links .active.prev:focus-visible, .join-us form .gform_footer input.active[type=submit]:focus-visible, #masthead .search-bar .search-form .active.search-submit:focus-visible, .active.btn-outline-secondary:focus-visible, .active.btn-white:focus-visible, .active.btn-green:focus-visible, .active.btn-primary:focus-visible, .search-content-layout .filter-businesses-wrapper .filter-businesses input.active[type="submit"]:focus-visible, body:not(.wp-admin) #gform_wrapper_1 .active#gform_submit_button_1:focus-visible, body:not(.wp-admin) .active.gform_button:focus-visible, .btn.show:focus-visible, .search-form-extended .searchform .show#searchsubmit:focus-visible, .searchform-header .show#searchsubmit-header:focus-visible, .nav-links .show.next:focus-visible, .nav-links .show.prev:focus-visible, .join-us form .gform_footer input.show[type=submit]:focus-visible, #masthead .search-bar .search-form .show.search-submit:focus-visible, .show.btn-outline-secondary:focus-visible, .show.btn-white:focus-visible, .show.btn-green:focus-visible, .show.btn-primary:focus-visible, .search-content-layout .filter-businesses-wrapper .filter-businesses input.show[type="submit"]:focus-visible, body:not(.wp-admin) #gform_wrapper_1 .show#gform_submit_button_1:focus-visible, body:not(.wp-admin) .show.gform_button:focus-visible {
      box-shadow: var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .search-form-extended .searchform #searchsubmit:disabled, .searchform-header #searchsubmit-header:disabled, .nav-links .next:disabled, .nav-links .prev:disabled, .join-us form .gform_footer input[type=submit]:disabled, #masthead .search-bar .search-form .search-submit:disabled, .btn-outline-secondary:disabled, .btn-white:disabled, .btn-green:disabled, .btn-primary:disabled, .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"]:disabled, body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1:disabled, body:not(.wp-admin) .gform_button:disabled, .btn.disabled, .search-form-extended .searchform .disabled#searchsubmit, .searchform-header .disabled#searchsubmit-header, .nav-links .disabled.next, .nav-links .disabled.prev, .join-us form .gform_footer input.disabled[type=submit], #masthead .search-bar .search-form .disabled.search-submit, .disabled.btn-outline-secondary, .disabled.btn-white, .disabled.btn-green, .disabled.btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses input.disabled[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .disabled#gform_submit_button_1, body:not(.wp-admin) .disabled.gform_button, fieldset:disabled .btn, fieldset:disabled .search-form-extended .searchform #searchsubmit, .search-form-extended .searchform fieldset:disabled #searchsubmit, fieldset:disabled .searchform-header #searchsubmit-header, .searchform-header fieldset:disabled #searchsubmit-header, fieldset:disabled .nav-links .next, .nav-links fieldset:disabled .next, fieldset:disabled .nav-links .prev, .nav-links fieldset:disabled .prev, fieldset:disabled .join-us form .gform_footer input[type=submit], .join-us form .gform_footer fieldset:disabled input[type=submit], fieldset:disabled #masthead .search-bar .search-form .search-submit, #masthead .search-bar .search-form fieldset:disabled .search-submit, fieldset:disabled .btn-outline-secondary, fieldset:disabled .btn-white, fieldset:disabled .btn-green, fieldset:disabled .btn-primary, fieldset:disabled .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses fieldset:disabled input[type="submit"], fieldset:disabled body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 fieldset:disabled #gform_submit_button_1, fieldset:disabled body:not(.wp-admin) .gform_button, body:not(.wp-admin) fieldset:disabled .gform_button {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity); }

.btn-primary, .search-form-extended .searchform #searchsubmit, .nav-links .next, .nav-links .prev, .join-us form .gform_footer input[type=submit], #masthead .search-bar .search-form .search-submit {
  --bs-btn-color: white;
  --bs-btn-bg: #183872;
  --bs-btn-border-color: #183872;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #143061;
  --bs-btn-hover-border-color: #132d5b;
  --bs-btn-focus-shadow-rgb: 59, 86, 135;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #132d5b;
  --bs-btn-active-border-color: #122a56;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #183872;
  --bs-btn-disabled-border-color: #183872; }

.btn-secondary, .searchform-header #searchsubmit-header {
  --bs-btn-color: white;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d; }

.btn-success {
  --bs-btn-color: white;
  --bs-btn-bg: #389360;
  --bs-btn-border-color: #389360;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #307d52;
  --bs-btn-hover-border-color: #2d764d;
  --bs-btn-focus-shadow-rgb: 86, 163, 120;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #2d764d;
  --bs-btn-active-border-color: #2a6e48;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #389360;
  --bs-btn-disabled-border-color: #389360; }

.btn-info {
  --bs-btn-color: #333333;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #333333;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 19, 179, 212;
  --bs-btn-active-color: #333333;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: #333333;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0; }

.btn-warning {
  --bs-btn-color: #333333;
  --bs-btn-bg: #f3c200;
  --bs-btn-border-color: #f3c200;
  --bs-btn-hover-color: #333333;
  --bs-btn-hover-bg: #f5cb26;
  --bs-btn-hover-border-color: #f4c81a;
  --bs-btn-focus-shadow-rgb: 214, 173, 8;
  --bs-btn-active-color: #333333;
  --bs-btn-active-bg: #f5ce33;
  --bs-btn-active-border-color: #f4c81a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: #333333;
  --bs-btn-disabled-bg: #f3c200;
  --bs-btn-disabled-border-color: #f3c200; }

.btn-danger {
  --bs-btn-color: white;
  --bs-btn-bg: #e85950;
  --bs-btn-border-color: #e85950;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #c54c44;
  --bs-btn-hover-border-color: #ba4740;
  --bs-btn-focus-shadow-rgb: 235, 114, 106;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #ba4740;
  --bs-btn-active-border-color: #ae433c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #e85950;
  --bs-btn-disabled-border-color: #e85950; }

.btn-light {
  --bs-btn-color: #333333;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #333333;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 218, 219, 220;
  --bs-btn-active-color: #333333;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: #333333;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa; }

.btn-dark {
  --bs-btn-color: white;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529; }

.btn-outline-primary {
  --bs-btn-color: #183872;
  --bs-btn-border-color: #183872;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #183872;
  --bs-btn-hover-border-color: #183872;
  --bs-btn-focus-shadow-rgb: 24, 56, 114;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #183872;
  --bs-btn-active-border-color: #183872;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: #183872;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #183872;
  --bs-gradient: none; }

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #389360;
  --bs-btn-border-color: #389360;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #389360;
  --bs-btn-hover-border-color: #389360;
  --bs-btn-focus-shadow-rgb: 56, 147, 96;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #389360;
  --bs-btn-active-border-color: #389360;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: #389360;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #389360;
  --bs-gradient: none; }

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #333333;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #333333;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none; }

.btn-outline-warning {
  --bs-btn-color: #f3c200;
  --bs-btn-border-color: #f3c200;
  --bs-btn-hover-color: #333333;
  --bs-btn-hover-bg: #f3c200;
  --bs-btn-hover-border-color: #f3c200;
  --bs-btn-focus-shadow-rgb: 243, 194, 0;
  --bs-btn-active-color: #333333;
  --bs-btn-active-bg: #f3c200;
  --bs-btn-active-border-color: #f3c200;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: #f3c200;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f3c200;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #e85950;
  --bs-btn-border-color: #e85950;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #e85950;
  --bs-btn-hover-border-color: #e85950;
  --bs-btn-focus-shadow-rgb: 232, 89, 80;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #e85950;
  --bs-btn-active-border-color: #e85950;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: #e85950;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e85950;
  --bs-gradient: none; }

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #333333;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #333333;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none; }

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none; }

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 59, 86, 135;
  text-decoration: underline; }
  .btn-link:focus-visible {
    color: var(--bs-btn-color); }
  .btn-link:hover {
    color: var(--bs-btn-hover-color); }

.btn-lg, .btn-group-lg > .btn, .search-form-extended .searchform .btn-group-lg > #searchsubmit, .searchform-header .btn-group-lg > #searchsubmit-header, .nav-links .btn-group-lg > .next, .nav-links .btn-group-lg > .prev, .join-us form .gform_footer .btn-group-lg > input[type=submit], #masthead .search-bar .search-form .btn-group-lg > .search-submit, .btn-group-lg > .btn-outline-secondary, .btn-group-lg > .btn-white, .btn-group-lg > .btn-green, .btn-group-lg > .btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-lg > input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-group-lg > #gform_submit_button_1, body:not(.wp-admin) .btn-group-lg > .gform_button {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem; }

.btn-sm, .btn-group-sm > .btn, .search-form-extended .searchform .btn-group-sm > #searchsubmit, .searchform-header .btn-group-sm > #searchsubmit-header, .nav-links .btn-group-sm > .next, .nav-links .btn-group-sm > .prev, .join-us form .gform_footer .btn-group-sm > input[type=submit], #masthead .search-bar .search-form .btn-group-sm > .search-submit, .btn-group-sm > .btn-outline-secondary, .btn-group-sm > .btn-white, .btn-group-sm > .btn-green, .btn-group-sm > .btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-sm > input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-group-sm > #gform_submit_button_1, body:not(.wp-admin) .btn-group-sm > .gform_button {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: white;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: white;
  --bs-dropdown-link-active-bg: #183872;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius); }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer); }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }
  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer); }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer); }

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer); }

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropstart .dropdown-toggle::after {
  display: none; }

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg); }
  .dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color); }

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: white;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: white;
  --bs-dropdown-link-active-bg: #183872;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .search-form-extended .searchform .btn-group > #searchsubmit, .searchform-header .btn-group > #searchsubmit-header, .nav-links .btn-group > .next, .nav-links .btn-group > .prev, .join-us form .gform_footer .btn-group > input[type=submit], #masthead .search-bar .search-form .btn-group > .search-submit, .btn-group > .btn-outline-secondary, .btn-group > .btn-white, .btn-group > .btn-green, .btn-group > .btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-group > #gform_submit_button_1, body:not(.wp-admin) .btn-group > .gform_button,
  .btn-group-vertical > .btn,
  .search-form-extended .searchform .btn-group-vertical > #searchsubmit,
  .searchform-header .btn-group-vertical > #searchsubmit-header,
  .nav-links .btn-group-vertical > .next,
  .nav-links .btn-group-vertical > .prev,
  .join-us form .gform_footer .btn-group-vertical > input[type=submit],
  #masthead .search-bar .search-form .btn-group-vertical > .search-submit,
  .btn-group-vertical > .btn-outline-secondary,
  .btn-group-vertical > .btn-white,
  .btn-group-vertical > .btn-green,
  .btn-group-vertical > .btn-primary,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"],
  body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1,
  body:not(.wp-admin) .btn-group-vertical > .gform_button {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn, .search-form-extended .searchform .btn-group > .btn-check:checked + #searchsubmit, .searchform-header .btn-group > .btn-check:checked + #searchsubmit-header, .nav-links .btn-group > .btn-check:checked + .next, .nav-links .btn-group > .btn-check:checked + .prev, .join-us form .gform_footer .btn-group > .btn-check:checked + input[type=submit], #masthead .search-bar .search-form .btn-group > .btn-check:checked + .search-submit, .btn-group > .btn-check:checked + .btn-outline-secondary, .btn-group > .btn-check:checked + .btn-white, .btn-group > .btn-check:checked + .btn-green, .btn-group > .btn-check:checked + .btn-primary, .search-form-extended .searchform .btn-group > .btn-check:checked + #searchsubmit, .nav-links .btn-group > .btn-check:checked + .next, .nav-links .btn-group > .btn-check:checked + .prev, .join-us form .gform_footer .btn-group > .btn-check:checked + input[type=submit], #masthead .search-bar .search-form .btn-group > .btn-check:checked + .search-submit, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > .btn-check:checked + input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-group > .btn-check:checked + #gform_submit_button_1, body:not(.wp-admin) .btn-group > .btn-check:checked + .gform_button,
  .btn-group > .btn-check:focus + .btn,
  .search-form-extended .searchform .btn-group > .btn-check:focus + #searchsubmit,
  .searchform-header .btn-group > .btn-check:focus + #searchsubmit-header,
  .nav-links .btn-group > .btn-check:focus + .next,
  .nav-links .btn-group > .btn-check:focus + .prev,
  .join-us form .gform_footer .btn-group > .btn-check:focus + input[type=submit],
  #masthead .search-bar .search-form .btn-group > .btn-check:focus + .search-submit,
  .btn-group > .btn-check:focus + .btn-outline-secondary,
  .btn-group > .btn-check:focus + .btn-white,
  .btn-group > .btn-check:focus + .btn-green,
  .btn-group > .btn-check:focus + .btn-primary,
  .search-form-extended .searchform .btn-group > .btn-check:focus + #searchsubmit,
  .nav-links .btn-group > .btn-check:focus + .next,
  .nav-links .btn-group > .btn-check:focus + .prev,
  .join-us form .gform_footer .btn-group > .btn-check:focus + input[type=submit],
  #masthead .search-bar .search-form .btn-group > .btn-check:focus + .search-submit,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > .btn-check:focus + input[type="submit"],
  body:not(.wp-admin) #gform_wrapper_1 .btn-group > .btn-check:focus + #gform_submit_button_1,
  body:not(.wp-admin) .btn-group > .btn-check:focus + .gform_button,
  .btn-group > .btn:hover,
  .search-form-extended .searchform .btn-group > #searchsubmit:hover,
  .searchform-header .btn-group > #searchsubmit-header:hover,
  .nav-links .btn-group > .next:hover,
  .nav-links .btn-group > .prev:hover,
  .join-us form .gform_footer .btn-group > input[type=submit]:hover,
  #masthead .search-bar .search-form .btn-group > .search-submit:hover,
  .btn-group > .btn-outline-secondary:hover,
  .btn-group > .btn-white:hover,
  .btn-group > .btn-green:hover,
  .btn-group > .btn-primary:hover,
  .search-form-extended .searchform .btn-group > #searchsubmit:hover,
  .nav-links .btn-group > .next:hover,
  .nav-links .btn-group > .prev:hover,
  .join-us form .gform_footer .btn-group > input[type=submit]:hover,
  #masthead .search-bar .search-form .btn-group > .search-submit:hover,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > input[type="submit"]:hover,
  body:not(.wp-admin) #gform_wrapper_1 .btn-group > #gform_submit_button_1:hover,
  body:not(.wp-admin) .btn-group > .gform_button:hover,
  .btn-group > .btn:focus,
  .search-form-extended .searchform .btn-group > #searchsubmit:focus,
  .searchform-header .btn-group > #searchsubmit-header:focus,
  .nav-links .btn-group > .next:focus,
  .nav-links .btn-group > .prev:focus,
  .join-us form .gform_footer .btn-group > input[type=submit]:focus,
  #masthead .search-bar .search-form .btn-group > .search-submit:focus,
  .btn-group > .btn-outline-secondary:focus,
  .btn-group > .btn-white:focus,
  .btn-group > .btn-green:focus,
  .btn-group > .btn-primary:focus,
  .search-form-extended .searchform .btn-group > #searchsubmit:focus,
  .nav-links .btn-group > .next:focus,
  .nav-links .btn-group > .prev:focus,
  .join-us form .gform_footer .btn-group > input[type=submit]:focus,
  #masthead .search-bar .search-form .btn-group > .search-submit:focus,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > input[type="submit"]:focus,
  body:not(.wp-admin) #gform_wrapper_1 .btn-group > #gform_submit_button_1:focus,
  body:not(.wp-admin) .btn-group > .gform_button:focus,
  .btn-group > .btn:active,
  .search-form-extended .searchform .btn-group > #searchsubmit:active,
  .searchform-header .btn-group > #searchsubmit-header:active,
  .nav-links .btn-group > .next:active,
  .nav-links .btn-group > .prev:active,
  .join-us form .gform_footer .btn-group > input[type=submit]:active,
  #masthead .search-bar .search-form .btn-group > .search-submit:active,
  .btn-group > .btn-outline-secondary:active,
  .btn-group > .btn-white:active,
  .btn-group > .btn-green:active,
  .btn-group > .btn-primary:active,
  .search-form-extended .searchform .btn-group > #searchsubmit:active,
  .nav-links .btn-group > .next:active,
  .nav-links .btn-group > .prev:active,
  .join-us form .gform_footer .btn-group > input[type=submit]:active,
  #masthead .search-bar .search-form .btn-group > .search-submit:active,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > input[type="submit"]:active,
  body:not(.wp-admin) #gform_wrapper_1 .btn-group > #gform_submit_button_1:active,
  body:not(.wp-admin) .btn-group > .gform_button:active,
  .btn-group > .btn.active,
  .search-form-extended .searchform .btn-group > .active#searchsubmit,
  .searchform-header .btn-group > .active#searchsubmit-header,
  .nav-links .btn-group > .active.next,
  .nav-links .btn-group > .active.prev,
  .join-us form .gform_footer .btn-group > input.active[type=submit],
  #masthead .search-bar .search-form .btn-group > .active.search-submit,
  .btn-group > .active.btn-outline-secondary,
  .btn-group > .active.btn-white,
  .btn-group > .active.btn-green,
  .btn-group > .active.btn-primary,
  .search-form-extended .searchform .btn-group > .active#searchsubmit,
  .nav-links .btn-group > .active.next,
  .nav-links .btn-group > .active.prev,
  .join-us form .gform_footer .btn-group > input.active[type=submit],
  #masthead .search-bar .search-form .btn-group > .active.search-submit,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > input.active[type="submit"],
  body:not(.wp-admin) #gform_wrapper_1 .btn-group > .active#gform_submit_button_1,
  body:not(.wp-admin) .btn-group > .active.gform_button,
  .btn-group-vertical > .btn-check:checked + .btn,
  .search-form-extended .searchform .btn-group-vertical > .btn-check:checked + #searchsubmit,
  .searchform-header .btn-group-vertical > .btn-check:checked + #searchsubmit-header,
  .nav-links .btn-group-vertical > .btn-check:checked + .next,
  .nav-links .btn-group-vertical > .btn-check:checked + .prev,
  .join-us form .gform_footer .btn-group-vertical > .btn-check:checked + input[type=submit],
  #masthead .search-bar .search-form .btn-group-vertical > .btn-check:checked + .search-submit,
  .btn-group-vertical > .btn-check:checked + .btn-outline-secondary,
  .btn-group-vertical > .btn-check:checked + .btn-white,
  .btn-group-vertical > .btn-check:checked + .btn-green,
  .btn-group-vertical > .btn-check:checked + .btn-primary,
  .search-form-extended .searchform .btn-group-vertical > .btn-check:checked + #searchsubmit,
  .nav-links .btn-group-vertical > .btn-check:checked + .next,
  .nav-links .btn-group-vertical > .btn-check:checked + .prev,
  .join-us form .gform_footer .btn-group-vertical > .btn-check:checked + input[type=submit],
  #masthead .search-bar .search-form .btn-group-vertical > .btn-check:checked + .search-submit,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .btn-check:checked + input[type="submit"],
  body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .btn-check:checked + #gform_submit_button_1,
  body:not(.wp-admin) .btn-group-vertical > .btn-check:checked + .gform_button,
  .btn-group-vertical > .btn-check:focus + .btn,
  .search-form-extended .searchform .btn-group-vertical > .btn-check:focus + #searchsubmit,
  .searchform-header .btn-group-vertical > .btn-check:focus + #searchsubmit-header,
  .nav-links .btn-group-vertical > .btn-check:focus + .next,
  .nav-links .btn-group-vertical > .btn-check:focus + .prev,
  .join-us form .gform_footer .btn-group-vertical > .btn-check:focus + input[type=submit],
  #masthead .search-bar .search-form .btn-group-vertical > .btn-check:focus + .search-submit,
  .btn-group-vertical > .btn-check:focus + .btn-outline-secondary,
  .btn-group-vertical > .btn-check:focus + .btn-white,
  .btn-group-vertical > .btn-check:focus + .btn-green,
  .btn-group-vertical > .btn-check:focus + .btn-primary,
  .search-form-extended .searchform .btn-group-vertical > .btn-check:focus + #searchsubmit,
  .nav-links .btn-group-vertical > .btn-check:focus + .next,
  .nav-links .btn-group-vertical > .btn-check:focus + .prev,
  .join-us form .gform_footer .btn-group-vertical > .btn-check:focus + input[type=submit],
  #masthead .search-bar .search-form .btn-group-vertical > .btn-check:focus + .search-submit,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .btn-check:focus + input[type="submit"],
  body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .btn-check:focus + #gform_submit_button_1,
  body:not(.wp-admin) .btn-group-vertical > .btn-check:focus + .gform_button,
  .btn-group-vertical > .btn:hover,
  .search-form-extended .searchform .btn-group-vertical > #searchsubmit:hover,
  .searchform-header .btn-group-vertical > #searchsubmit-header:hover,
  .nav-links .btn-group-vertical > .next:hover,
  .nav-links .btn-group-vertical > .prev:hover,
  .join-us form .gform_footer .btn-group-vertical > input[type=submit]:hover,
  #masthead .search-bar .search-form .btn-group-vertical > .search-submit:hover,
  .btn-group-vertical > .btn-outline-secondary:hover,
  .btn-group-vertical > .btn-white:hover,
  .btn-group-vertical > .btn-green:hover,
  .btn-group-vertical > .btn-primary:hover,
  .search-form-extended .searchform .btn-group-vertical > #searchsubmit:hover,
  .nav-links .btn-group-vertical > .next:hover,
  .nav-links .btn-group-vertical > .prev:hover,
  .join-us form .gform_footer .btn-group-vertical > input[type=submit]:hover,
  #masthead .search-bar .search-form .btn-group-vertical > .search-submit:hover,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"]:hover,
  body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1:hover,
  body:not(.wp-admin) .btn-group-vertical > .gform_button:hover,
  .btn-group-vertical > .btn:focus,
  .search-form-extended .searchform .btn-group-vertical > #searchsubmit:focus,
  .searchform-header .btn-group-vertical > #searchsubmit-header:focus,
  .nav-links .btn-group-vertical > .next:focus,
  .nav-links .btn-group-vertical > .prev:focus,
  .join-us form .gform_footer .btn-group-vertical > input[type=submit]:focus,
  #masthead .search-bar .search-form .btn-group-vertical > .search-submit:focus,
  .btn-group-vertical > .btn-outline-secondary:focus,
  .btn-group-vertical > .btn-white:focus,
  .btn-group-vertical > .btn-green:focus,
  .btn-group-vertical > .btn-primary:focus,
  .search-form-extended .searchform .btn-group-vertical > #searchsubmit:focus,
  .nav-links .btn-group-vertical > .next:focus,
  .nav-links .btn-group-vertical > .prev:focus,
  .join-us form .gform_footer .btn-group-vertical > input[type=submit]:focus,
  #masthead .search-bar .search-form .btn-group-vertical > .search-submit:focus,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"]:focus,
  body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1:focus,
  body:not(.wp-admin) .btn-group-vertical > .gform_button:focus,
  .btn-group-vertical > .btn:active,
  .search-form-extended .searchform .btn-group-vertical > #searchsubmit:active,
  .searchform-header .btn-group-vertical > #searchsubmit-header:active,
  .nav-links .btn-group-vertical > .next:active,
  .nav-links .btn-group-vertical > .prev:active,
  .join-us form .gform_footer .btn-group-vertical > input[type=submit]:active,
  #masthead .search-bar .search-form .btn-group-vertical > .search-submit:active,
  .btn-group-vertical > .btn-outline-secondary:active,
  .btn-group-vertical > .btn-white:active,
  .btn-group-vertical > .btn-green:active,
  .btn-group-vertical > .btn-primary:active,
  .search-form-extended .searchform .btn-group-vertical > #searchsubmit:active,
  .nav-links .btn-group-vertical > .next:active,
  .nav-links .btn-group-vertical > .prev:active,
  .join-us form .gform_footer .btn-group-vertical > input[type=submit]:active,
  #masthead .search-bar .search-form .btn-group-vertical > .search-submit:active,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"]:active,
  body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1:active,
  body:not(.wp-admin) .btn-group-vertical > .gform_button:active,
  .btn-group-vertical > .btn.active,
  .search-form-extended .searchform .btn-group-vertical > .active#searchsubmit,
  .searchform-header .btn-group-vertical > .active#searchsubmit-header,
  .nav-links .btn-group-vertical > .active.next,
  .nav-links .btn-group-vertical > .active.prev,
  .join-us form .gform_footer .btn-group-vertical > input.active[type=submit],
  #masthead .search-bar .search-form .btn-group-vertical > .active.search-submit,
  .btn-group-vertical > .active.btn-outline-secondary,
  .btn-group-vertical > .active.btn-white,
  .btn-group-vertical > .active.btn-green,
  .btn-group-vertical > .active.btn-primary,
  .search-form-extended .searchform .btn-group-vertical > .active#searchsubmit,
  .nav-links .btn-group-vertical > .active.next,
  .nav-links .btn-group-vertical > .active.prev,
  .join-us form .gform_footer .btn-group-vertical > input.active[type=submit],
  #masthead .search-bar .search-form .btn-group-vertical > .active.search-submit,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input.active[type="submit"],
  body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .active#gform_submit_button_1,
  body:not(.wp-admin) .btn-group-vertical > .active.gform_button {
    z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group {
  border-radius: 0.375rem; }
  .btn-group > :not(.btn-check:first-child) + .btn, .search-form-extended .searchform .btn-group > :not(.btn-check:first-child) + #searchsubmit, .searchform-header .btn-group > :not(.btn-check:first-child) + #searchsubmit-header, .nav-links .btn-group > :not(.btn-check:first-child) + .next, .nav-links .btn-group > :not(.btn-check:first-child) + .prev, .join-us form .gform_footer .btn-group > :not(.btn-check:first-child) + input[type=submit], #masthead .search-bar .search-form .btn-group > :not(.btn-check:first-child) + .search-submit, .btn-group > :not(.btn-check:first-child) + .btn-outline-secondary, .btn-group > :not(.btn-check:first-child) + .btn-white, .btn-group > :not(.btn-check:first-child) + .btn-green, .btn-group > :not(.btn-check:first-child) + .btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > :not(.btn-check:first-child) + input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-group > :not(.btn-check:first-child) + #gform_submit_button_1, body:not(.wp-admin) .btn-group > :not(.btn-check:first-child) + .gform_button,
  .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px; }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .search-form-extended .searchform .btn-group > #searchsubmit:not(:last-child):not(.dropdown-toggle), .searchform-header .btn-group > #searchsubmit-header:not(:last-child):not(.dropdown-toggle), .nav-links .btn-group > .next:not(:last-child):not(.dropdown-toggle), .nav-links .btn-group > .prev:not(:last-child):not(.dropdown-toggle), .join-us form .gform_footer .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), #masthead .search-bar .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-outline-secondary:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-white:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-green:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-primary:not(:last-child):not(.dropdown-toggle), .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle), body:not(.wp-admin) #gform_wrapper_1 .btn-group > #gform_submit_button_1:not(:last-child):not(.dropdown-toggle), body:not(.wp-admin) .btn-group > .gform_button:not(:last-child):not(.dropdown-toggle),
  .btn-group > .btn.dropdown-toggle-split:first-child,
  .search-form-extended .searchform .btn-group > .dropdown-toggle-split#searchsubmit:first-child,
  .searchform-header .btn-group > .dropdown-toggle-split#searchsubmit-header:first-child,
  .nav-links .btn-group > .dropdown-toggle-split.next:first-child,
  .nav-links .btn-group > .dropdown-toggle-split.prev:first-child,
  .join-us form .gform_footer .btn-group > input.dropdown-toggle-split[type=submit]:first-child,
  #masthead .search-bar .search-form .btn-group > .dropdown-toggle-split.search-submit:first-child,
  .btn-group > .dropdown-toggle-split.btn-outline-secondary:first-child,
  .btn-group > .dropdown-toggle-split.btn-white:first-child,
  .btn-group > .dropdown-toggle-split.btn-green:first-child,
  .btn-group > .dropdown-toggle-split.btn-primary:first-child,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > input.dropdown-toggle-split[type="submit"]:first-child,
  body:not(.wp-admin) #gform_wrapper_1 .btn-group > .dropdown-toggle-split#gform_submit_button_1:first-child,
  body:not(.wp-admin) .btn-group > .dropdown-toggle-split.gform_button:first-child,
  .btn-group > .btn-group:not(:last-child) > .btn,
  .search-form-extended .searchform .btn-group > .btn-group:not(:last-child) > #searchsubmit,
  .searchform-header .btn-group > .btn-group:not(:last-child) > #searchsubmit-header,
  .nav-links .btn-group > .btn-group:not(:last-child) > .next,
  .nav-links .btn-group > .btn-group:not(:last-child) > .prev,
  .join-us form .gform_footer .btn-group > .btn-group:not(:last-child) > input[type=submit],
  #masthead .search-bar .search-form .btn-group > .btn-group:not(:last-child) > .search-submit,
  .btn-group > .btn-group:not(:last-child) > .btn-outline-secondary,
  .btn-group > .btn-group:not(:last-child) > .btn-white,
  .btn-group > .btn-group:not(:last-child) > .btn-green,
  .btn-group > .btn-group:not(:last-child) > .btn-primary,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > .btn-group:not(:last-child) > input[type="submit"],
  body:not(.wp-admin) #gform_wrapper_1 .btn-group > .btn-group:not(:last-child) > #gform_submit_button_1,
  body:not(.wp-admin) .btn-group > .btn-group:not(:last-child) > .gform_button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:nth-child(n + 3), .search-form-extended .searchform .btn-group > #searchsubmit:nth-child(n + 3), .searchform-header .btn-group > #searchsubmit-header:nth-child(n + 3), .nav-links .btn-group > .next:nth-child(n + 3), .nav-links .btn-group > .prev:nth-child(n + 3), .join-us form .gform_footer .btn-group > input[type=submit]:nth-child(n + 3), #masthead .search-bar .search-form .btn-group > .search-submit:nth-child(n + 3), .btn-group > .btn-outline-secondary:nth-child(n + 3), .btn-group > .btn-white:nth-child(n + 3), .btn-group > .btn-green:nth-child(n + 3), .btn-group > .btn-primary:nth-child(n + 3), .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > input[type="submit"]:nth-child(n + 3), body:not(.wp-admin) #gform_wrapper_1 .btn-group > #gform_submit_button_1:nth-child(n + 3), body:not(.wp-admin) .btn-group > .gform_button:nth-child(n + 3),
  .btn-group > :not(.btn-check) + .btn,
  .search-form-extended .searchform .btn-group > :not(.btn-check) + #searchsubmit,
  .searchform-header .btn-group > :not(.btn-check) + #searchsubmit-header,
  .nav-links .btn-group > :not(.btn-check) + .next,
  .nav-links .btn-group > :not(.btn-check) + .prev,
  .join-us form .gform_footer .btn-group > :not(.btn-check) + input[type=submit],
  #masthead .search-bar .search-form .btn-group > :not(.btn-check) + .search-submit,
  .btn-group > :not(.btn-check) + .btn-outline-secondary,
  .btn-group > :not(.btn-check) + .btn-white,
  .btn-group > :not(.btn-check) + .btn-green,
  .btn-group > :not(.btn-check) + .btn-primary,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > :not(.btn-check) + input[type="submit"],
  body:not(.wp-admin) #gform_wrapper_1 .btn-group > :not(.btn-check) + #gform_submit_button_1,
  body:not(.wp-admin) .btn-group > :not(.btn-check) + .gform_button,
  .btn-group > .btn-group:not(:first-child) > .btn,
  .search-form-extended .searchform .btn-group > .btn-group:not(:first-child) > #searchsubmit,
  .searchform-header .btn-group > .btn-group:not(:first-child) > #searchsubmit-header,
  .nav-links .btn-group > .btn-group:not(:first-child) > .next,
  .nav-links .btn-group > .btn-group:not(:first-child) > .prev,
  .join-us form .gform_footer .btn-group > .btn-group:not(:first-child) > input[type=submit],
  #masthead .search-bar .search-form .btn-group > .btn-group:not(:first-child) > .search-submit,
  .btn-group > .btn-group:not(:first-child) > .btn-outline-secondary,
  .btn-group > .btn-group:not(:first-child) > .btn-white,
  .btn-group > .btn-group:not(:first-child) > .btn-green,
  .btn-group > .btn-group:not(:first-child) > .btn-primary,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group > .btn-group:not(:first-child) > input[type="submit"],
  body:not(.wp-admin) #gform_wrapper_1 .btn-group > .btn-group:not(:first-child) > #gform_submit_button_1,
  body:not(.wp-admin) .btn-group > .btn-group:not(:first-child) > .gform_button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .search-form-extended .searchform .btn-group-sm > #searchsubmit + .dropdown-toggle-split, .searchform-header .btn-group-sm > #searchsubmit-header + .dropdown-toggle-split, .nav-links .btn-group-sm > .next + .dropdown-toggle-split, .nav-links .btn-group-sm > .prev + .dropdown-toggle-split, .join-us form .gform_footer .btn-group-sm > input[type=submit] + .dropdown-toggle-split, #masthead .search-bar .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split, .btn-group-sm > .btn-outline-secondary + .dropdown-toggle-split, .btn-group-sm > .btn-white + .dropdown-toggle-split, .btn-group-sm > .btn-green + .dropdown-toggle-split, .btn-group-sm > .btn-primary + .dropdown-toggle-split, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, body:not(.wp-admin) #gform_wrapper_1 .btn-group-sm > #gform_submit_button_1 + .dropdown-toggle-split, body:not(.wp-admin) .btn-group-sm > .gform_button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .search-form-extended .searchform .btn-group-lg > #searchsubmit + .dropdown-toggle-split, .searchform-header .btn-group-lg > #searchsubmit-header + .dropdown-toggle-split, .nav-links .btn-group-lg > .next + .dropdown-toggle-split, .nav-links .btn-group-lg > .prev + .dropdown-toggle-split, .join-us form .gform_footer .btn-group-lg > input[type=submit] + .dropdown-toggle-split, #masthead .search-bar .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split, .btn-group-lg > .btn-outline-secondary + .dropdown-toggle-split, .btn-group-lg > .btn-white + .dropdown-toggle-split, .btn-group-lg > .btn-green + .dropdown-toggle-split, .btn-group-lg > .btn-primary + .dropdown-toggle-split, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, body:not(.wp-admin) #gform_wrapper_1 .btn-group-lg > #gform_submit_button_1 + .dropdown-toggle-split, body:not(.wp-admin) .btn-group-lg > .gform_button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn, .search-form-extended .searchform .btn-group-vertical > #searchsubmit, .searchform-header .btn-group-vertical > #searchsubmit-header, .nav-links .btn-group-vertical > .next, .nav-links .btn-group-vertical > .prev, .join-us form .gform_footer .btn-group-vertical > input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .search-submit, .btn-group-vertical > .btn-outline-secondary, .btn-group-vertical > .btn-white, .btn-group-vertical > .btn-green, .btn-group-vertical > .btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1, body:not(.wp-admin) .btn-group-vertical > .gform_button,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .search-form-extended .searchform .btn-group-vertical > #searchsubmit:not(:first-child), .searchform-header .btn-group-vertical > #searchsubmit-header:not(:first-child), .nav-links .btn-group-vertical > .next:not(:first-child), .nav-links .btn-group-vertical > .prev:not(:first-child), .join-us form .gform_footer .btn-group-vertical > input[type=submit]:not(:first-child), #masthead .search-bar .search-form .btn-group-vertical > .search-submit:not(:first-child), .btn-group-vertical > .btn-outline-secondary:not(:first-child), .btn-group-vertical > .btn-white:not(:first-child), .btn-group-vertical > .btn-green:not(:first-child), .btn-group-vertical > .btn-primary:not(:first-child), .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"]:not(:first-child), body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1:not(:first-child), body:not(.wp-admin) .btn-group-vertical > .gform_button:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .search-form-extended .searchform .btn-group-vertical > #searchsubmit:not(:last-child):not(.dropdown-toggle), .searchform-header .btn-group-vertical > #searchsubmit-header:not(:last-child):not(.dropdown-toggle), .nav-links .btn-group-vertical > .next:not(:last-child):not(.dropdown-toggle), .nav-links .btn-group-vertical > .prev:not(:last-child):not(.dropdown-toggle), .join-us form .gform_footer .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), #masthead .search-bar .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-outline-secondary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-white:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-green:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-primary:not(:last-child):not(.dropdown-toggle), .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle), body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1:not(:last-child):not(.dropdown-toggle), body:not(.wp-admin) .btn-group-vertical > .gform_button:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .search-form-extended .searchform .btn-group-vertical > .btn-group:not(:last-child) > #searchsubmit,
  .searchform-header .btn-group-vertical > .btn-group:not(:last-child) > #searchsubmit-header,
  .nav-links .btn-group-vertical > .btn-group:not(:last-child) > .next,
  .nav-links .btn-group-vertical > .btn-group:not(:last-child) > .prev,
  .join-us form .gform_footer .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
  #masthead .search-bar .search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit,
  .btn-group-vertical > .btn-group:not(:last-child) > .btn-outline-secondary,
  .btn-group-vertical > .btn-group:not(:last-child) > .btn-white,
  .btn-group-vertical > .btn-group:not(:last-child) > .btn-green,
  .btn-group-vertical > .btn-group:not(:last-child) > .btn-primary,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
  body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .btn-group:not(:last-child) > #gform_submit_button_1,
  body:not(.wp-admin) .btn-group-vertical > .btn-group:not(:last-child) > .gform_button {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .btn, .search-form-extended .searchform .btn-group-vertical > .btn ~ #searchsubmit, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ #searchsubmit, .searchform-header .btn-group-vertical > #searchsubmit-header ~ .btn, .searchform-header .search-form-extended .searchform .btn-group-vertical > #searchsubmit-header ~ #searchsubmit, .search-form-extended .searchform .searchform-header .btn-group-vertical > #searchsubmit-header ~ #searchsubmit, .searchform-header .btn-group-vertical > .btn ~ #searchsubmit-header, .searchform-header .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ #searchsubmit-header, .search-form-extended .searchform .searchform-header .btn-group-vertical > #searchsubmit ~ #searchsubmit-header, .searchform-header .btn-group-vertical > #searchsubmit-header ~ #searchsubmit-header, .nav-links .btn-group-vertical > .next ~ .btn, .nav-links .search-form-extended .searchform .btn-group-vertical > .next ~ #searchsubmit, .search-form-extended .searchform .nav-links .btn-group-vertical > .next ~ #searchsubmit, .nav-links .searchform-header .btn-group-vertical > .next ~ #searchsubmit-header, .searchform-header .nav-links .btn-group-vertical > .next ~ #searchsubmit-header, .nav-links .btn-group-vertical > .btn ~ .next, .nav-links .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .next, .search-form-extended .searchform .nav-links .btn-group-vertical > #searchsubmit ~ .next, .nav-links .searchform-header .btn-group-vertical > #searchsubmit-header ~ .next, .searchform-header .nav-links .btn-group-vertical > #searchsubmit-header ~ .next, .nav-links .btn-group-vertical > .next ~ .next, .nav-links .btn-group-vertical > .prev ~ .btn, .nav-links .search-form-extended .searchform .btn-group-vertical > .prev ~ #searchsubmit, .search-form-extended .searchform .nav-links .btn-group-vertical > .prev ~ #searchsubmit, .nav-links .searchform-header .btn-group-vertical > .prev ~ #searchsubmit-header, .searchform-header .nav-links .btn-group-vertical > .prev ~ #searchsubmit-header, .nav-links .btn-group-vertical > .prev ~ .next, .nav-links .btn-group-vertical > .btn ~ .prev, .nav-links .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .prev, .search-form-extended .searchform .nav-links .btn-group-vertical > #searchsubmit ~ .prev, .nav-links .searchform-header .btn-group-vertical > #searchsubmit-header ~ .prev, .searchform-header .nav-links .btn-group-vertical > #searchsubmit-header ~ .prev, .nav-links .btn-group-vertical > .next ~ .prev, .nav-links .btn-group-vertical > .prev ~ .prev, .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .btn, .join-us form .gform_footer .search-form-extended .searchform .btn-group-vertical > input[type=submit] ~ #searchsubmit, .search-form-extended .searchform .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ #searchsubmit, .join-us form .gform_footer .searchform-header .btn-group-vertical > input[type=submit] ~ #searchsubmit-header, .searchform-header .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ #searchsubmit-header, .join-us form .gform_footer .nav-links .btn-group-vertical > input[type=submit] ~ .next, .nav-links .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .next, .join-us form .gform_footer .nav-links .btn-group-vertical > input[type=submit] ~ .prev, .nav-links .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .prev, .join-us form .gform_footer .btn-group-vertical > .btn ~ input[type=submit], .join-us form .gform_footer .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ input[type=submit], .search-form-extended .searchform .join-us form .gform_footer .btn-group-vertical > #searchsubmit ~ input[type=submit], .join-us form .gform_footer .searchform-header .btn-group-vertical > #searchsubmit-header ~ input[type=submit], .searchform-header .join-us form .gform_footer .btn-group-vertical > #searchsubmit-header ~ input[type=submit], .join-us form .gform_footer .nav-links .btn-group-vertical > .next ~ input[type=submit], .nav-links .join-us form .gform_footer .btn-group-vertical > .next ~ input[type=submit], .join-us form .gform_footer .nav-links .btn-group-vertical > .prev ~ input[type=submit], .nav-links .join-us form .gform_footer .btn-group-vertical > .prev ~ input[type=submit], .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .btn, #masthead .search-bar .search-form .search-form-extended .searchform .btn-group-vertical > .search-submit ~ #searchsubmit, .search-form-extended .searchform #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ #searchsubmit, #masthead .search-bar .search-form .searchform-header .btn-group-vertical > .search-submit ~ #searchsubmit-header, .searchform-header #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ #searchsubmit-header, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .search-submit ~ .next, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .next, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .search-submit ~ .prev, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .prev, #masthead .search-bar .search-form .join-us form .gform_footer .btn-group-vertical > .search-submit ~ input[type=submit], .join-us form .gform_footer #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .btn ~ .search-submit, #masthead .search-bar .search-form .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .search-submit, .search-form-extended .searchform #masthead .search-bar .search-form .btn-group-vertical > #searchsubmit ~ .search-submit, #masthead .search-bar .search-form .searchform-header .btn-group-vertical > #searchsubmit-header ~ .search-submit, .searchform-header #masthead .search-bar .search-form .btn-group-vertical > #searchsubmit-header ~ .search-submit, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .next ~ .search-submit, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .next ~ .search-submit, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .prev ~ .search-submit, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .prev ~ .search-submit, #masthead .search-bar .search-form .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .search-submit, .join-us form .gform_footer #masthead .search-bar .search-form .btn-group-vertical > input[type=submit] ~ .search-submit, #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .search-submit, .btn-group-vertical > .btn-outline-secondary ~ .btn, .search-form-extended .searchform .btn-group-vertical > .btn-outline-secondary ~ #searchsubmit, .searchform-header .btn-group-vertical > .btn-outline-secondary ~ #searchsubmit-header, .nav-links .btn-group-vertical > .btn-outline-secondary ~ .next, .nav-links .btn-group-vertical > .btn-outline-secondary ~ .prev, .join-us form .gform_footer .btn-group-vertical > .btn-outline-secondary ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .btn-outline-secondary ~ .search-submit, .btn-group-vertical > .btn ~ .btn-outline-secondary, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .btn-outline-secondary, .searchform-header .btn-group-vertical > #searchsubmit-header ~ .btn-outline-secondary, .nav-links .btn-group-vertical > .next ~ .btn-outline-secondary, .nav-links .btn-group-vertical > .prev ~ .btn-outline-secondary, .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .btn-outline-secondary, #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .btn-outline-secondary, .btn-group-vertical > .btn-outline-secondary ~ .btn-outline-secondary, .btn-group-vertical > .btn-white ~ .btn, .search-form-extended .searchform .btn-group-vertical > .btn-white ~ #searchsubmit, .searchform-header .btn-group-vertical > .btn-white ~ #searchsubmit-header, .nav-links .btn-group-vertical > .btn-white ~ .next, .nav-links .btn-group-vertical > .btn-white ~ .prev, .join-us form .gform_footer .btn-group-vertical > .btn-white ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .btn-white ~ .search-submit, .btn-group-vertical > .btn-white ~ .btn-outline-secondary, .btn-group-vertical > .btn ~ .btn-white, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .btn-white, .searchform-header .btn-group-vertical > #searchsubmit-header ~ .btn-white, .nav-links .btn-group-vertical > .next ~ .btn-white, .nav-links .btn-group-vertical > .prev ~ .btn-white, .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .btn-white, #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .btn-white, .btn-group-vertical > .btn-outline-secondary ~ .btn-white, .btn-group-vertical > .btn-white ~ .btn-white, .btn-group-vertical > .btn-green ~ .btn, .search-form-extended .searchform .btn-group-vertical > .btn-green ~ #searchsubmit, .searchform-header .btn-group-vertical > .btn-green ~ #searchsubmit-header, .nav-links .btn-group-vertical > .btn-green ~ .next, .nav-links .btn-group-vertical > .btn-green ~ .prev, .join-us form .gform_footer .btn-group-vertical > .btn-green ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .btn-green ~ .search-submit, .btn-group-vertical > .btn-green ~ .btn-outline-secondary, .btn-group-vertical > .btn-green ~ .btn-white, .btn-group-vertical > .btn ~ .btn-green, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .btn-green, .searchform-header .btn-group-vertical > #searchsubmit-header ~ .btn-green, .nav-links .btn-group-vertical > .next ~ .btn-green, .nav-links .btn-group-vertical > .prev ~ .btn-green, .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .btn-green, #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .btn-green, .btn-group-vertical > .btn-outline-secondary ~ .btn-green, .btn-group-vertical > .btn-white ~ .btn-green, .btn-group-vertical > .btn-green ~ .btn-green, .btn-group-vertical > .btn-primary ~ .btn, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .btn, .search-form-extended .searchform .btn-group-vertical > .btn-primary ~ #searchsubmit, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ #searchsubmit, .searchform-header .btn-group-vertical > .btn-primary ~ #searchsubmit-header, .searchform-header .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ #searchsubmit-header, .search-form-extended .searchform .searchform-header .btn-group-vertical > #searchsubmit ~ #searchsubmit-header, .nav-links .btn-group-vertical > .next ~ .btn, .nav-links .search-form-extended .searchform .btn-group-vertical > .next ~ #searchsubmit, .search-form-extended .searchform .nav-links .btn-group-vertical > .next ~ #searchsubmit, .nav-links .searchform-header .btn-group-vertical > .next ~ #searchsubmit-header, .searchform-header .nav-links .btn-group-vertical > .next ~ #searchsubmit-header, .nav-links .btn-group-vertical > .btn-primary ~ .next, .nav-links .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .next, .search-form-extended .searchform .nav-links .btn-group-vertical > #searchsubmit ~ .next, .nav-links .btn-group-vertical > .next ~ .next, .nav-links .btn-group-vertical > .prev ~ .btn, .nav-links .search-form-extended .searchform .btn-group-vertical > .prev ~ #searchsubmit, .search-form-extended .searchform .nav-links .btn-group-vertical > .prev ~ #searchsubmit, .nav-links .searchform-header .btn-group-vertical > .prev ~ #searchsubmit-header, .searchform-header .nav-links .btn-group-vertical > .prev ~ #searchsubmit-header, .nav-links .btn-group-vertical > .prev ~ .next, .nav-links .btn-group-vertical > .btn-primary ~ .prev, .nav-links .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .prev, .search-form-extended .searchform .nav-links .btn-group-vertical > #searchsubmit ~ .prev, .nav-links .btn-group-vertical > .next ~ .prev, .nav-links .btn-group-vertical > .prev ~ .prev, .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .btn, .join-us form .gform_footer .search-form-extended .searchform .btn-group-vertical > input[type=submit] ~ #searchsubmit, .search-form-extended .searchform .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ #searchsubmit, .join-us form .gform_footer .searchform-header .btn-group-vertical > input[type=submit] ~ #searchsubmit-header, .searchform-header .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ #searchsubmit-header, .join-us form .gform_footer .nav-links .btn-group-vertical > input[type=submit] ~ .next, .nav-links .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .next, .join-us form .gform_footer .nav-links .btn-group-vertical > input[type=submit] ~ .prev, .nav-links .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .prev, .join-us form .gform_footer .btn-group-vertical > .btn-primary ~ input[type=submit], .join-us form .gform_footer .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ input[type=submit], .search-form-extended .searchform .join-us form .gform_footer .btn-group-vertical > #searchsubmit ~ input[type=submit], .join-us form .gform_footer .nav-links .btn-group-vertical > .next ~ input[type=submit], .nav-links .join-us form .gform_footer .btn-group-vertical > .next ~ input[type=submit], .join-us form .gform_footer .nav-links .btn-group-vertical > .prev ~ input[type=submit], .nav-links .join-us form .gform_footer .btn-group-vertical > .prev ~ input[type=submit], .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .btn, #masthead .search-bar .search-form .search-form-extended .searchform .btn-group-vertical > .search-submit ~ #searchsubmit, .search-form-extended .searchform #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ #searchsubmit, #masthead .search-bar .search-form .searchform-header .btn-group-vertical > .search-submit ~ #searchsubmit-header, .searchform-header #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ #searchsubmit-header, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .search-submit ~ .next, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .next, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .search-submit ~ .prev, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .prev, #masthead .search-bar .search-form .join-us form .gform_footer .btn-group-vertical > .search-submit ~ input[type=submit], .join-us form .gform_footer #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .btn-primary ~ .search-submit, #masthead .search-bar .search-form .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .search-submit, .search-form-extended .searchform #masthead .search-bar .search-form .btn-group-vertical > #searchsubmit ~ .search-submit, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .next ~ .search-submit, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .next ~ .search-submit, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .prev ~ .search-submit, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .prev ~ .search-submit, #masthead .search-bar .search-form .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .search-submit, .join-us form .gform_footer #masthead .search-bar .search-form .btn-group-vertical > input[type=submit] ~ .search-submit, #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .search-submit, .btn-group-vertical > .btn-primary ~ .btn-outline-secondary, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .btn-outline-secondary, .nav-links .btn-group-vertical > .next ~ .btn-outline-secondary, .nav-links .btn-group-vertical > .prev ~ .btn-outline-secondary, .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .btn-outline-secondary, #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .btn-outline-secondary, .btn-group-vertical > .btn-primary ~ .btn-white, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .btn-white, .nav-links .btn-group-vertical > .next ~ .btn-white, .nav-links .btn-group-vertical > .prev ~ .btn-white, .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .btn-white, #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .btn-white, .btn-group-vertical > .btn-primary ~ .btn-green, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .btn-green, .nav-links .btn-group-vertical > .next ~ .btn-green, .nav-links .btn-group-vertical > .prev ~ .btn-green, .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .btn-green, #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .btn-green, .btn-group-vertical > .btn ~ .btn-primary, .search-form-extended .searchform .btn-group-vertical > .btn ~ #searchsubmit, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .btn-primary, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ #searchsubmit, .searchform-header .btn-group-vertical > #searchsubmit-header ~ .btn-primary, .searchform-header .search-form-extended .searchform .btn-group-vertical > #searchsubmit-header ~ #searchsubmit, .search-form-extended .searchform .searchform-header .btn-group-vertical > #searchsubmit-header ~ #searchsubmit, .nav-links .btn-group-vertical > .btn ~ .next, .nav-links .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .next, .search-form-extended .searchform .nav-links .btn-group-vertical > #searchsubmit ~ .next, .nav-links .searchform-header .btn-group-vertical > #searchsubmit-header ~ .next, .searchform-header .nav-links .btn-group-vertical > #searchsubmit-header ~ .next, .nav-links .btn-group-vertical > .next ~ .btn-primary, .nav-links .search-form-extended .searchform .btn-group-vertical > .next ~ #searchsubmit, .search-form-extended .searchform .nav-links .btn-group-vertical > .next ~ #searchsubmit, .nav-links .btn-group-vertical > .next ~ .next, .nav-links .btn-group-vertical > .btn ~ .prev, .nav-links .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .prev, .search-form-extended .searchform .nav-links .btn-group-vertical > #searchsubmit ~ .prev, .nav-links .searchform-header .btn-group-vertical > #searchsubmit-header ~ .prev, .searchform-header .nav-links .btn-group-vertical > #searchsubmit-header ~ .prev, .nav-links .btn-group-vertical > .next ~ .prev, .nav-links .btn-group-vertical > .prev ~ .btn-primary, .nav-links .search-form-extended .searchform .btn-group-vertical > .prev ~ #searchsubmit, .search-form-extended .searchform .nav-links .btn-group-vertical > .prev ~ #searchsubmit, .nav-links .btn-group-vertical > .prev ~ .next, .nav-links .btn-group-vertical > .prev ~ .prev, .join-us form .gform_footer .btn-group-vertical > .btn ~ input[type=submit], .join-us form .gform_footer .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ input[type=submit], .search-form-extended .searchform .join-us form .gform_footer .btn-group-vertical > #searchsubmit ~ input[type=submit], .join-us form .gform_footer .searchform-header .btn-group-vertical > #searchsubmit-header ~ input[type=submit], .searchform-header .join-us form .gform_footer .btn-group-vertical > #searchsubmit-header ~ input[type=submit], .join-us form .gform_footer .nav-links .btn-group-vertical > .next ~ input[type=submit], .nav-links .join-us form .gform_footer .btn-group-vertical > .next ~ input[type=submit], .join-us form .gform_footer .nav-links .btn-group-vertical > .prev ~ input[type=submit], .nav-links .join-us form .gform_footer .btn-group-vertical > .prev ~ input[type=submit], .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .btn-primary, .join-us form .gform_footer .search-form-extended .searchform .btn-group-vertical > input[type=submit] ~ #searchsubmit, .search-form-extended .searchform .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ #searchsubmit, .join-us form .gform_footer .nav-links .btn-group-vertical > input[type=submit] ~ .next, .nav-links .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .next, .join-us form .gform_footer .nav-links .btn-group-vertical > input[type=submit] ~ .prev, .nav-links .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .prev, .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .btn ~ .search-submit, #masthead .search-bar .search-form .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .search-submit, .search-form-extended .searchform #masthead .search-bar .search-form .btn-group-vertical > #searchsubmit ~ .search-submit, #masthead .search-bar .search-form .searchform-header .btn-group-vertical > #searchsubmit-header ~ .search-submit, .searchform-header #masthead .search-bar .search-form .btn-group-vertical > #searchsubmit-header ~ .search-submit, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .next ~ .search-submit, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .next ~ .search-submit, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .prev ~ .search-submit, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .prev ~ .search-submit, #masthead .search-bar .search-form .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .search-submit, .join-us form .gform_footer #masthead .search-bar .search-form .btn-group-vertical > input[type=submit] ~ .search-submit, #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .btn-primary, #masthead .search-bar .search-form .search-form-extended .searchform .btn-group-vertical > .search-submit ~ #searchsubmit, .search-form-extended .searchform #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ #searchsubmit, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .search-submit ~ .next, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .next, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .search-submit ~ .prev, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .prev, #masthead .search-bar .search-form .join-us form .gform_footer .btn-group-vertical > .search-submit ~ input[type=submit], .join-us form .gform_footer #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .search-submit, .btn-group-vertical > .btn-outline-secondary ~ .btn-primary, .search-form-extended .searchform .btn-group-vertical > .btn-outline-secondary ~ #searchsubmit, .nav-links .btn-group-vertical > .btn-outline-secondary ~ .next, .nav-links .btn-group-vertical > .btn-outline-secondary ~ .prev, .join-us form .gform_footer .btn-group-vertical > .btn-outline-secondary ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .btn-outline-secondary ~ .search-submit, .btn-group-vertical > .btn-white ~ .btn-primary, .search-form-extended .searchform .btn-group-vertical > .btn-white ~ #searchsubmit, .nav-links .btn-group-vertical > .btn-white ~ .next, .nav-links .btn-group-vertical > .btn-white ~ .prev, .join-us form .gform_footer .btn-group-vertical > .btn-white ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .btn-white ~ .search-submit, .btn-group-vertical > .btn-green ~ .btn-primary, .search-form-extended .searchform .btn-group-vertical > .btn-green ~ #searchsubmit, .nav-links .btn-group-vertical > .btn-green ~ .next, .nav-links .btn-group-vertical > .btn-green ~ .prev, .join-us form .gform_footer .btn-group-vertical > .btn-green ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .btn-green ~ .search-submit, .btn-group-vertical > .btn-primary ~ .btn-primary, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .btn-primary, .search-form-extended .searchform .btn-group-vertical > .btn-primary ~ #searchsubmit, .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ #searchsubmit, .nav-links .btn-group-vertical > .next ~ .btn-primary, .nav-links .search-form-extended .searchform .btn-group-vertical > .next ~ #searchsubmit, .search-form-extended .searchform .nav-links .btn-group-vertical > .next ~ #searchsubmit, .nav-links .btn-group-vertical > .btn-primary ~ .next, .nav-links .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .next, .search-form-extended .searchform .nav-links .btn-group-vertical > #searchsubmit ~ .next, .nav-links .btn-group-vertical > .next ~ .next, .nav-links .btn-group-vertical > .prev ~ .btn-primary, .nav-links .search-form-extended .searchform .btn-group-vertical > .prev ~ #searchsubmit, .search-form-extended .searchform .nav-links .btn-group-vertical > .prev ~ #searchsubmit, .nav-links .btn-group-vertical > .prev ~ .next, .nav-links .btn-group-vertical > .btn-primary ~ .prev, .nav-links .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .prev, .search-form-extended .searchform .nav-links .btn-group-vertical > #searchsubmit ~ .prev, .nav-links .btn-group-vertical > .next ~ .prev, .nav-links .btn-group-vertical > .prev ~ .prev, .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .btn-primary, .join-us form .gform_footer .search-form-extended .searchform .btn-group-vertical > input[type=submit] ~ #searchsubmit, .search-form-extended .searchform .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ #searchsubmit, .join-us form .gform_footer .nav-links .btn-group-vertical > input[type=submit] ~ .next, .nav-links .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .next, .join-us form .gform_footer .nav-links .btn-group-vertical > input[type=submit] ~ .prev, .nav-links .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .prev, .join-us form .gform_footer .btn-group-vertical > .btn-primary ~ input[type=submit], .join-us form .gform_footer .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ input[type=submit], .search-form-extended .searchform .join-us form .gform_footer .btn-group-vertical > #searchsubmit ~ input[type=submit], .join-us form .gform_footer .nav-links .btn-group-vertical > .next ~ input[type=submit], .nav-links .join-us form .gform_footer .btn-group-vertical > .next ~ input[type=submit], .join-us form .gform_footer .nav-links .btn-group-vertical > .prev ~ input[type=submit], .nav-links .join-us form .gform_footer .btn-group-vertical > .prev ~ input[type=submit], .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .btn-primary, #masthead .search-bar .search-form .search-form-extended .searchform .btn-group-vertical > .search-submit ~ #searchsubmit, .search-form-extended .searchform #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ #searchsubmit, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .search-submit ~ .next, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .next, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .search-submit ~ .prev, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .prev, #masthead .search-bar .search-form .join-us form .gform_footer .btn-group-vertical > .search-submit ~ input[type=submit], .join-us form .gform_footer #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ input[type=submit], #masthead .search-bar .search-form .btn-group-vertical > .btn-primary ~ .search-submit, #masthead .search-bar .search-form .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .search-submit, .search-form-extended .searchform #masthead .search-bar .search-form .btn-group-vertical > #searchsubmit ~ .search-submit, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .next ~ .search-submit, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .next ~ .search-submit, #masthead .search-bar .search-form .nav-links .btn-group-vertical > .prev ~ .search-submit, .nav-links #masthead .search-bar .search-form .btn-group-vertical > .prev ~ .search-submit, #masthead .search-bar .search-form .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .search-submit, .join-us form .gform_footer #masthead .search-bar .search-form .btn-group-vertical > input[type=submit] ~ .search-submit, #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .search-submit, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ .btn, .search-content-layout .filter-businesses-wrapper .filter-businesses .search-form-extended .searchform .btn-group-vertical > input[type="submit"] ~ #searchsubmit, .search-form-extended .searchform .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ #searchsubmit, .search-content-layout .filter-businesses-wrapper .filter-businesses .searchform-header .btn-group-vertical > input[type="submit"] ~ #searchsubmit-header, .searchform-header .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ #searchsubmit-header, .search-content-layout .filter-businesses-wrapper .filter-businesses .nav-links .btn-group-vertical > input[type="submit"] ~ .next, .nav-links .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ .next, .search-content-layout .filter-businesses-wrapper .filter-businesses .nav-links .btn-group-vertical > input[type="submit"] ~ .prev, .nav-links .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ .prev, .search-content-layout .filter-businesses-wrapper .filter-businesses .join-us form .gform_footer .btn-group-vertical > input[type="submit"] ~ input[type=submit], .join-us form .gform_footer .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ input[type=submit], .search-content-layout .filter-businesses-wrapper .filter-businesses #masthead .search-bar .search-form .btn-group-vertical > input[type="submit"] ~ .search-submit, #masthead .search-bar .search-form .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ .search-submit, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ .btn-outline-secondary, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ .btn-white, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ .btn-green, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ .btn-primary, .search-content-layout .filter-businesses-wrapper .filter-businesses .search-form-extended .searchform .btn-group-vertical > input[type="submit"] ~ #searchsubmit, .search-form-extended .searchform .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ #searchsubmit, .search-content-layout .filter-businesses-wrapper .filter-businesses .nav-links .btn-group-vertical > input[type="submit"] ~ .next, .nav-links .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ .next, .search-content-layout .filter-businesses-wrapper .filter-businesses .nav-links .btn-group-vertical > input[type="submit"] ~ .prev, .nav-links .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ .prev, .search-content-layout .filter-businesses-wrapper .filter-businesses .join-us form .gform_footer .btn-group-vertical > input[type="submit"] ~ input[type=submit], .join-us form .gform_footer .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ input[type=submit], .search-content-layout .filter-businesses-wrapper .filter-businesses #masthead .search-bar .search-form .btn-group-vertical > input[type="submit"] ~ .search-submit, #masthead .search-bar .search-form .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ .search-submit, .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .btn ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ input[type="submit"], .search-form-extended .searchform .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > #searchsubmit ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .searchform-header .btn-group-vertical > #searchsubmit-header ~ input[type="submit"], .searchform-header .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > #searchsubmit-header ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .nav-links .btn-group-vertical > .next ~ input[type="submit"], .nav-links .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .next ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .nav-links .btn-group-vertical > .prev ~ input[type="submit"], .nav-links .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .prev ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ input[type="submit"], .join-us form .gform_footer .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type=submit] ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ input[type="submit"], #masthead .search-bar .search-form .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .search-submit ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .btn-outline-secondary ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .btn-white ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .btn-green ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .btn-primary ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ input[type="submit"], .search-form-extended .searchform .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > #searchsubmit ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .nav-links .btn-group-vertical > .next ~ input[type="submit"], .nav-links .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .next ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .nav-links .btn-group-vertical > .prev ~ input[type="submit"], .nav-links .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .prev ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ input[type="submit"], .join-us form .gform_footer .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type=submit] ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ input[type="submit"], #masthead .search-bar .search-form .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .search-submit ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ .btn, body:not(.wp-admin) #gform_wrapper_1 .search-form-extended .searchform .btn-group-vertical > #gform_submit_button_1 ~ #searchsubmit, .search-form-extended .searchform body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ #searchsubmit, body:not(.wp-admin) #gform_wrapper_1 .searchform-header .btn-group-vertical > #gform_submit_button_1 ~ #searchsubmit-header, .searchform-header body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ #searchsubmit-header, body:not(.wp-admin) #gform_wrapper_1 .nav-links .btn-group-vertical > #gform_submit_button_1 ~ .next, .nav-links body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ .next, body:not(.wp-admin) #gform_wrapper_1 .nav-links .btn-group-vertical > #gform_submit_button_1 ~ .prev, .nav-links body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ .prev, body:not(.wp-admin) #gform_wrapper_1 .join-us form .gform_footer .btn-group-vertical > #gform_submit_button_1 ~ input[type=submit], .join-us form .gform_footer body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ input[type=submit], body:not(.wp-admin) #gform_wrapper_1 #masthead .search-bar .search-form .btn-group-vertical > #gform_submit_button_1 ~ .search-submit, #masthead .search-bar .search-form body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ .search-submit, body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ .btn-outline-secondary, body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ .btn-white, body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ .btn-green, body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ .btn-primary, body:not(.wp-admin) #gform_wrapper_1 .search-form-extended .searchform .btn-group-vertical > #gform_submit_button_1 ~ #searchsubmit, .search-form-extended .searchform body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ #searchsubmit, body:not(.wp-admin) #gform_wrapper_1 .nav-links .btn-group-vertical > #gform_submit_button_1 ~ .next, .nav-links body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ .next, body:not(.wp-admin) #gform_wrapper_1 .nav-links .btn-group-vertical > #gform_submit_button_1 ~ .prev, .nav-links body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ .prev, body:not(.wp-admin) #gform_wrapper_1 .join-us form .gform_footer .btn-group-vertical > #gform_submit_button_1 ~ input[type=submit], .join-us form .gform_footer body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ input[type=submit], body:not(.wp-admin) #gform_wrapper_1 #masthead .search-bar .search-form .btn-group-vertical > #gform_submit_button_1 ~ .search-submit, #masthead .search-bar .search-form body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ .search-submit, body:not(.wp-admin) #gform_wrapper_1 .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > #gform_submit_button_1 ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .btn ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ #gform_submit_button_1, .search-form-extended .searchform body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #searchsubmit ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .searchform-header .btn-group-vertical > #searchsubmit-header ~ #gform_submit_button_1, .searchform-header body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #searchsubmit-header ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .nav-links .btn-group-vertical > .next ~ #gform_submit_button_1, .nav-links body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .next ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .nav-links .btn-group-vertical > .prev ~ #gform_submit_button_1, .nav-links body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .prev ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ #gform_submit_button_1, .join-us form .gform_footer body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > input[type=submit] ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ #gform_submit_button_1, #masthead .search-bar .search-form body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .search-submit ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .btn-outline-secondary ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .btn-white ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .btn-green ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .btn-primary ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ #gform_submit_button_1, .search-form-extended .searchform body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #searchsubmit ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .nav-links .btn-group-vertical > .next ~ #gform_submit_button_1, .nav-links body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .next ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .nav-links .btn-group-vertical > .prev ~ #gform_submit_button_1, .nav-links body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .prev ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ #gform_submit_button_1, .join-us form .gform_footer body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > input[type=submit] ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ #gform_submit_button_1, #masthead .search-bar .search-form body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .search-submit ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ #gform_submit_button_1, .search-content-layout .filter-businesses-wrapper .filter-businesses body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > input[type="submit"] ~ #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ #gform_submit_button_1, body:not(.wp-admin) .btn-group-vertical > .gform_button ~ .btn, body:not(.wp-admin) .search-form-extended .searchform .btn-group-vertical > .gform_button ~ #searchsubmit, .search-form-extended .searchform body:not(.wp-admin) .btn-group-vertical > .gform_button ~ #searchsubmit, body:not(.wp-admin) .searchform-header .btn-group-vertical > .gform_button ~ #searchsubmit-header, .searchform-header body:not(.wp-admin) .btn-group-vertical > .gform_button ~ #searchsubmit-header, body:not(.wp-admin) .nav-links .btn-group-vertical > .gform_button ~ .next, .nav-links body:not(.wp-admin) .btn-group-vertical > .gform_button ~ .next, body:not(.wp-admin) .nav-links .btn-group-vertical > .gform_button ~ .prev, .nav-links body:not(.wp-admin) .btn-group-vertical > .gform_button ~ .prev, body:not(.wp-admin) .join-us form .gform_footer .btn-group-vertical > .gform_button ~ input[type=submit], .join-us form .gform_footer body:not(.wp-admin) .btn-group-vertical > .gform_button ~ input[type=submit], body:not(.wp-admin) #masthead .search-bar .search-form .btn-group-vertical > .gform_button ~ .search-submit, #masthead .search-bar .search-form body:not(.wp-admin) .btn-group-vertical > .gform_button ~ .search-submit, body:not(.wp-admin) .btn-group-vertical > .gform_button ~ .btn-outline-secondary, body:not(.wp-admin) .btn-group-vertical > .gform_button ~ .btn-white, body:not(.wp-admin) .btn-group-vertical > .gform_button ~ .btn-green, body:not(.wp-admin) .btn-group-vertical > .gform_button ~ .btn-primary, body:not(.wp-admin) .search-form-extended .searchform .btn-group-vertical > .gform_button ~ #searchsubmit, .search-form-extended .searchform body:not(.wp-admin) .btn-group-vertical > .gform_button ~ #searchsubmit, body:not(.wp-admin) .nav-links .btn-group-vertical > .gform_button ~ .next, .nav-links body:not(.wp-admin) .btn-group-vertical > .gform_button ~ .next, body:not(.wp-admin) .nav-links .btn-group-vertical > .gform_button ~ .prev, .nav-links body:not(.wp-admin) .btn-group-vertical > .gform_button ~ .prev, body:not(.wp-admin) .join-us form .gform_footer .btn-group-vertical > .gform_button ~ input[type=submit], .join-us form .gform_footer body:not(.wp-admin) .btn-group-vertical > .gform_button ~ input[type=submit], body:not(.wp-admin) #masthead .search-bar .search-form .btn-group-vertical > .gform_button ~ .search-submit, #masthead .search-bar .search-form body:not(.wp-admin) .btn-group-vertical > .gform_button ~ .search-submit, body:not(.wp-admin) .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .gform_button ~ input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses body:not(.wp-admin) .btn-group-vertical > .gform_button ~ input[type="submit"], body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .gform_button ~ #gform_submit_button_1, body:not(.wp-admin) .btn-group-vertical > .btn ~ .gform_button, body:not(.wp-admin) .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .gform_button, .search-form-extended .searchform body:not(.wp-admin) .btn-group-vertical > #searchsubmit ~ .gform_button, body:not(.wp-admin) .searchform-header .btn-group-vertical > #searchsubmit-header ~ .gform_button, .searchform-header body:not(.wp-admin) .btn-group-vertical > #searchsubmit-header ~ .gform_button, body:not(.wp-admin) .nav-links .btn-group-vertical > .next ~ .gform_button, .nav-links body:not(.wp-admin) .btn-group-vertical > .next ~ .gform_button, body:not(.wp-admin) .nav-links .btn-group-vertical > .prev ~ .gform_button, .nav-links body:not(.wp-admin) .btn-group-vertical > .prev ~ .gform_button, body:not(.wp-admin) .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .gform_button, .join-us form .gform_footer body:not(.wp-admin) .btn-group-vertical > input[type=submit] ~ .gform_button, body:not(.wp-admin) #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .gform_button, #masthead .search-bar .search-form body:not(.wp-admin) .btn-group-vertical > .search-submit ~ .gform_button, body:not(.wp-admin) .btn-group-vertical > .btn-outline-secondary ~ .gform_button, body:not(.wp-admin) .btn-group-vertical > .btn-white ~ .gform_button, body:not(.wp-admin) .btn-group-vertical > .btn-green ~ .gform_button, body:not(.wp-admin) .btn-group-vertical > .btn-primary ~ .gform_button, body:not(.wp-admin) .search-form-extended .searchform .btn-group-vertical > #searchsubmit ~ .gform_button, .search-form-extended .searchform body:not(.wp-admin) .btn-group-vertical > #searchsubmit ~ .gform_button, body:not(.wp-admin) .nav-links .btn-group-vertical > .next ~ .gform_button, .nav-links body:not(.wp-admin) .btn-group-vertical > .next ~ .gform_button, body:not(.wp-admin) .nav-links .btn-group-vertical > .prev ~ .gform_button, .nav-links body:not(.wp-admin) .btn-group-vertical > .prev ~ .gform_button, body:not(.wp-admin) .join-us form .gform_footer .btn-group-vertical > input[type=submit] ~ .gform_button, .join-us form .gform_footer body:not(.wp-admin) .btn-group-vertical > input[type=submit] ~ .gform_button, body:not(.wp-admin) #masthead .search-bar .search-form .btn-group-vertical > .search-submit ~ .gform_button, #masthead .search-bar .search-form body:not(.wp-admin) .btn-group-vertical > .search-submit ~ .gform_button, body:not(.wp-admin) .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > input[type="submit"] ~ .gform_button, .search-content-layout .filter-businesses-wrapper .filter-businesses body:not(.wp-admin) .btn-group-vertical > input[type="submit"] ~ .gform_button, body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > #gform_submit_button_1 ~ .gform_button, body:not(.wp-admin) .btn-group-vertical > .gform_button ~ .gform_button,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .search-form-extended .searchform .btn-group-vertical > .btn-group:not(:first-child) > #searchsubmit,
  .searchform-header .btn-group-vertical > .btn-group:not(:first-child) > #searchsubmit-header,
  .nav-links .btn-group-vertical > .btn-group:not(:first-child) > .next,
  .nav-links .btn-group-vertical > .btn-group:not(:first-child) > .prev,
  .join-us form .gform_footer .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
  #masthead .search-bar .search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn-outline-secondary,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn-white,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn-green,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn-primary,
  .search-form-extended .searchform .btn-group-vertical > .btn-group:not(:first-child) > #searchsubmit,
  .nav-links .btn-group-vertical > .btn-group:not(:first-child) > .next,
  .nav-links .btn-group-vertical > .btn-group:not(:first-child) > .prev,
  .join-us form .gform_footer .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
  #masthead .search-bar .search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit,
  .search-content-layout .filter-businesses-wrapper .filter-businesses .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
  body:not(.wp-admin) #gform_wrapper_1 .btn-group-vertical > .btn-group:not(:first-child) > #gform_submit_button_1,
  body:not(.wp-admin) .btn-group-vertical > .btn-group:not(:first-child) > .gform_button {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: white;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 white;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: white;
  --bs-nav-pills-link-active-bg: #183872; }
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius); }
    .nav-pills .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(51, 51, 51, 0.55);
  --bs-navbar-hover-color: rgba(51, 51, 51, 0.7);
  --bs-navbar-disabled-color: rgba(51, 51, 51, 0.3);
  --bs-navbar-active-color: rgba(51, 51, 51, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(51, 51, 51, 0.9);
  --bs-navbar-brand-hover-color: rgba(51, 51, 51, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(51, 51, 51, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-sm,
  .navbar > .container-md,
  .navbar > .container-lg,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .show > .nav-link,
  .navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color); }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color); }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color); }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-md .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      transition: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x); }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none; }
    .navbar-expand .offcanvas .offcanvas-header {
      display: none; }
    .navbar-expand .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; }

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: white;
  --bs-navbar-brand-color: white;
  --bs-navbar-brand-hover-color: white;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(51, 51, 51, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: white;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: var(--bs-card-inner-border-radius);
      border-top-right-radius: var(--bs-card-inner-border-radius); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: var(--bs-card-inner-border-radius);
      border-bottom-left-radius: var(--bs-card-inner-border-radius); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color); }

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y); }

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x); }

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); }

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0; }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg); }

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x)); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius); }

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius); }

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin); }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: white;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23163267'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #8c9cb9;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(24, 56, 114, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #163267;
  --bs-accordion-active-bg: #e8ebf1; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition); }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      transform: var(--bs-accordion-btn-icon-transform); }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-radius: var(--bs-accordion-border-radius); }

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0; }

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius); }

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x); }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color); }

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: white;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(24, 56, 114, 0.25);
  --bs-pagination-active-color: white;
  --bs-pagination-active-bg: #183872;
  --bs-pagination-active-border-color: #183872;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: white;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color); }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow); }
  .page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color); }
  .page-link.disabled, .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius); }

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius); }

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem; }

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem; }

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: white;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius); }
  .badge:empty {
    display: none; }

.btn .badge, .search-form-extended .searchform #searchsubmit .badge, .searchform-header #searchsubmit-header .badge, .nav-links .next .badge, .nav-links .prev .badge, .join-us form .gform_footer input[type=submit] .badge, #masthead .search-bar .search-form .search-submit .badge, .btn-outline-secondary .badge, .btn-white .badge, .btn-green .badge, .btn-primary .badge, .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"] .badge, body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1 .badge, body:not(.wp-admin) .gform_button .badge {
  position: relative;
  top: -1px; }

.alert, body:not(.wp-admin) #gforms_confirmation_message, body:not(.wp-admin) .validation_error {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius); }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  --bs-alert-color: #0e2244;
  --bs-alert-bg: #d1d7e3;
  --bs-alert-border-color: #bac3d5; }
  .alert-primary .alert-link {
    color: #0b1b36; }

.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8; }
  .alert-secondary .alert-link {
    color: #34383c; }

.alert-success, body:not(.wp-admin) #gforms_confirmation_message {
  --bs-alert-color: #22583a;
  --bs-alert-bg: #d7e9df;
  --bs-alert-border-color: #c3dfcf; }
  .alert-success .alert-link, body:not(.wp-admin) #gforms_confirmation_message .alert-link {
    color: #1b462e; }

.alert-info {
  --bs-alert-color: #087990;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb; }
  .alert-info .alert-link {
    color: #066173; }

.alert-warning {
  --bs-alert-color: #927400;
  --bs-alert-bg: #fdf3cc;
  --bs-alert-border-color: #fbedb3; }
  .alert-warning .alert-link {
    color: #755d00; }

.alert-danger, body:not(.wp-admin) .validation_error {
  --bs-alert-color: #8b3530;
  --bs-alert-bg: #fadedc;
  --bs-alert-border-color: #f8cdcb; }
  .alert-danger .alert-link, body:not(.wp-admin) .validation_error .alert-link {
    color: #6f2a26; }

.alert-light {
  --bs-alert-color: #828283;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #686869; }

.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.075);
  --bs-progress-bar-color: white;
  --bs-progress-bar-bg: #183872;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition); }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height); }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: white;
  --bs-list-group-border-color: rgba(51, 51, 51, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: white;
  --bs-list-group-active-color: white;
  --bs-list-group-active-bg: #183872;
  --bs-list-group-active-border-color: #183872;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius); }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > .list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg); }
  .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg); }

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg); }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color); }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: calc(-1 * var(--bs-list-group-border-width));
      border-top-width: var(--bs-list-group-border-width); }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width); }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width); }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #0e2244;
  background-color: #d1d7e3; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0e2244;
    background-color: #bcc2cc; }
  .list-group-item-primary.list-group-item-action.active {
    color: white;
    background-color: #0e2244;
    border-color: #0e2244; }

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: white;
    background-color: #41464b;
    border-color: #41464b; }

.list-group-item-success {
  color: #22583a;
  background-color: #d7e9df; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #22583a;
    background-color: #c2d2c9; }
  .list-group-item-success.list-group-item-action.active {
    color: white;
    background-color: #22583a;
    border-color: #22583a; }

.list-group-item-info {
  color: #087990;
  background-color: #cff4fc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #087990;
    background-color: #badce3; }
  .list-group-item-info.list-group-item-action.active {
    color: white;
    background-color: #087990;
    border-color: #087990; }

.list-group-item-warning {
  color: #927400;
  background-color: #fdf3cc; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #927400;
    background-color: #e4dbb8; }
  .list-group-item-warning.list-group-item-action.active {
    color: white;
    background-color: #927400;
    border-color: #927400; }

.list-group-item-danger {
  color: #8b3530;
  background-color: #fadedc; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #8b3530;
    background-color: #e1c8c6; }
  .list-group-item-danger.list-group-item-action.active {
    color: white;
    background-color: #8b3530;
    border-color: #8b3530; }

.list-group-item-light {
  color: #828283;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #828283;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: white;
    background-color: #828283;
    border-color: #828283; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: white;
    background-color: #141619;
    border-color: #141619; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #333333;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #333333;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(24, 56, 114, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(51, 51, 51, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius); }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing); }

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }
  .toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x); }

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word; }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: white;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(51, 51, 51, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; }

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #333333;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity); }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; } }

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: white;
  --bs-tooltip-bg: #333333;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity); }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height); }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0; }
  .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0; }
  .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius); }

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: white;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius); }
  .popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height); }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
      border-width: 0; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg); }

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width)); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg); }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg); }

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height); }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg); }

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color); }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: white;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: white;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #333333; }

.carousel-dark .carousel-caption {
  color: #333333; }

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name); }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent; }

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0; }

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s; } }

.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: white;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(51, 51, 51, 0.075); }

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none; } }
@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
      transform: none; }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
      visibility: visible; } }

@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-sm .offcanvas-header {
      display: none; }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none; } }
@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
      transform: none; }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
      visibility: visible; } }

@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-md .offcanvas-header {
      display: none; }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none; } }
@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
      transform: none; }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
      visibility: visible; } }

@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-lg .offcanvas-header {
      display: none; }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none; } }
@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
      visibility: visible; } }

@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xl .offcanvas-header {
      display: none; }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none; } }
@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
      visibility: visible; } }

@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xxl .offcanvas-header {
      display: none; }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none; }
  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible; }

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #333333; }
  .offcanvas-backdrop.fade {
    opacity: 0; }
  .offcanvas-backdrop.show {
    opacity: 0.5; }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y)); }

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5; }

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5; }
  .placeholder.btn::before, .search-form-extended .searchform .placeholder#searchsubmit::before, .searchform-header .placeholder#searchsubmit-header::before, .nav-links .placeholder.next::before, .nav-links .placeholder.prev::before, .join-us form .gform_footer input.placeholder[type=submit]::before, #masthead .search-bar .search-form .placeholder.search-submit::before, .placeholder.btn-outline-secondary::before, .placeholder.btn-white::before, .placeholder.btn-green::before, .placeholder.btn-primary::before, .search-content-layout .filter-businesses-wrapper .filter-businesses input.placeholder[type="submit"]::before, body:not(.wp-admin) #gform_wrapper_1 .placeholder#gform_submit_button_1::before, body:not(.wp-admin) .placeholder.gform_button::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite; }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  mask-image: linear-gradient(130deg, #333333 55%, rgba(0, 0, 0, 0.8) 75%, #333333 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite; }

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.text-bg-primary {
  color: white !important;
  background-color: RGBA(24, 56, 114, var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: white !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: white !important;
  background-color: RGBA(56, 147, 96, var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #333333 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #333333 !important;
  background-color: RGBA(243, 194, 0, var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: white !important;
  background-color: RGBA(232, 89, 80, var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #333333 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: white !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: #183872 !important; }
  .link-primary:hover, .link-primary:focus {
    color: #132d5b !important; }

.link-secondary {
  color: #6c757d !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64 !important; }

.link-success {
  color: #389360 !important; }
  .link-success:hover, .link-success:focus {
    color: #2d764d !important; }

.link-info {
  color: #0dcaf0 !important; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3 !important; }

.link-warning {
  color: #f3c200 !important; }
  .link-warning:hover, .link-warning:focus {
    color: #f5ce33 !important; }

.link-danger {
  color: #e85950 !important; }
  .link-danger:hover, .link-danger:focus {
    color: #ba4740 !important; }

.link-light {
  color: #f8f9fa !important; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb !important; }

.link-dark {
  color: #212529 !important; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21 !important; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

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

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

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

.d-grid {
  display: grid !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; }

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(51, 51, 51, 0.15) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(51, 51, 51, 0.075) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(51, 51, 51, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-1 {
  --bs-border-width: 1px; }

.border-2 {
  --bs-border-width: 2px; }

.border-3 {
  --bs-border-width: 3px; }

.border-4 {
  --bs-border-width: 4px; }

.border-5 {
  --bs-border-width: 5px; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !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-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; }

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important; }

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

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

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

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

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

.me-auto {
  margin-right: auto !important; }

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important; }

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

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

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

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

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

.ms-auto {
  margin-left: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important; }

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

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

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

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

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

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(51, 51, 51, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !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; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !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; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-md-evenly {
    justify-content: space-evenly !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; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !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; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !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; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !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; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .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-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; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !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; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !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; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !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; }
  .d-print-none {
    display: none !important; } }

/* =WordPress Core
-------------------------------------------------------------- */
body:not(.wp-admin) {
  /* Text meant only for screen readers. */ }
  body:not(.wp-admin) .alignnone {
    margin: 5px 20px 20px 0; }
  body:not(.wp-admin) .aligncenter, body:not(.wp-admin) div.aligncenter {
    display: block;
    margin: 5px auto 5px auto; }
  body:not(.wp-admin) .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  body:not(.wp-admin) .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  body:not(.wp-admin) a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  body:not(.wp-admin) a img.alignnone {
    margin: 5px 20px 20px 0; }
  body:not(.wp-admin) a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  body:not(.wp-admin) a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  body:not(.wp-admin) .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center; }
    body:not(.wp-admin) .wp-caption.alignnone, body:not(.wp-admin) .wp-caption.alignleft {
      margin: 5px 20px 20px 0; }
    body:not(.wp-admin) .wp-caption.alignright {
      margin: 5px 0 20px 20px; }
    body:not(.wp-admin) .wp-caption img {
      border: 0 none;
      height: auto;
      margin: 0;
      max-width: 98.5%;
      padding: 0;
      width: auto; }
    body:not(.wp-admin) .wp-caption p.wp-caption-text {
      font-size: 11px;
      line-height: 17px;
      margin: 0;
      padding: 0 4px 5px; }
  body:not(.wp-admin) .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
    body:not(.wp-admin) .screen-reader-text:focus {
      background-color: #f1f1f1;
      border-radius: 3px;
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
      clip: auto !important;
      color: #21759b;
      display: block;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: bold;
      height: auto;
      left: 5px;
      line-height: normal;
      padding: 15px 23px 14px;
      text-decoration: none;
      top: 5px;
      width: auto;
      z-index: 100000;
      /* Above WP toolbar. */ }

body:not(.wp-admin) {
  /* */
  /*
		.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url], .gform_wrapper .ginput_complex input[type=email], .gform_wrapper .ginput_complex input[type=number], .gform_wrapper .ginput_complex input[type=password], .gform_wrapper .ginput_complex input[type=tel], .gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url] {
			width: 100% !important;
		}
		
		.gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url] {
			width: 100% !important;
		}
		*/
  /*
		.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield {
			margin-top: 0 !important;
		}
		*/ }
  body:not(.wp-admin) .gfield {
    float: left;
    width: 100%; }
  body:not(.wp-admin) .gform_wrapper ul {
    list-style: none !important; }
  body:not(.wp-admin) .gform_wrapper form {
    margin-bottom: 0; }
  body:not(.wp-admin) .gform_wrapper .gfield_required {
    padding-left: 1px;
    color: #e85950; }
  body:not(.wp-admin) .ginput_container textarea {
    height: auto; }
  body:not(.wp-admin) .gform_button {
    --bs-btn-color: #389360;
    --bs-btn-bg: white;
    --bs-btn-border-color: #389360;
    --bs-btn-hover-color: #333333;
    --bs-btn-hover-bg: white;
    --bs-btn-hover-border-color: #4c9e70;
    --bs-btn-focus-shadow-rgb: 56, 147, 96;
    --bs-btn-active-color: #333333;
    --bs-btn-active-bg: white;
    --bs-btn-active-border-color: #4c9e70;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
    --bs-btn-disabled-color: #333333;
    --bs-btn-disabled-bg: white;
    --bs-btn-disabled-border-color: #389360; }
  body:not(.wp-admin) .gform_wrapper .gfield_error .gfield_label {
    color: #e85950; }
  body:not(.wp-admin) .gform_wrapper .gfield_error input,
  body:not(.wp-admin) .gform_wrapper .gfield_error select,
  body:not(.wp-admin) .gform_wrapper .gfield_error textarea {
    border-color: #e85950;
    color: #e85950; }
  body:not(.wp-admin) .gform_validation_container {
    display: none; }
  body:not(.wp-admin) .ginput_container input[type="checkbox"], body:not(.wp-admin) .ginput_container input[type="radio"] {
    float: left;
    width: 40px; }
  body:not(.wp-admin) .ginput_left {
    width: 49%;
    display: inline-block;
    margin-right: 2%; }
  body:not(.wp-admin) .ginput_right {
    width: 49%;
    display: inline-block; }
  body:not(.wp-admin) .gfield_radio li {
    display: inline-block; }
    body:not(.wp-admin) .gfield_radio li input {
      -webkit-box-shadow: none;
      box-shadow: none;
      width: auto !important; }
    body:not(.wp-admin) .gfield_radio li label {
      padding: 0 10px; }
  body:not(.wp-admin) #input_3_4_2_container, body:not(.wp-admin) #input_4_4_2_container {
    width: 100%;
    float: left; }
  body:not(.wp-admin) .ginput_complex label {
    font-weight: normal; }
  body:not(.wp-admin) .gform_wrapper form li.half, body:not(.wp-admin) .gform_wrapper li.half {
    width: 50%;
    clear: none !important; }
    body:not(.wp-admin) .gform_wrapper form li.half.phone, body:not(.wp-admin) .gform_wrapper li.half.phone {
      width: calc(50% - 100px); }
    body:not(.wp-admin) .gform_wrapper form li.half.phone-ext, body:not(.wp-admin) .gform_wrapper li.half.phone-ext {
      width: 100px; }
  body:not(.wp-admin) .address_line_2 {
    margin-bottom: 10px;
    float: left;
    width: 100%; }
  body:not(.wp-admin) .address_city {
    width: calc(45% - 10px) !important;
    margin-left: 0% !important;
    margin-right: 10px !important;
    float: left; }
  body:not(.wp-admin) .address_state {
    width: calc(35% - 10px) !important;
    margin-left: 0% !important;
    margin-right: 10px !important;
    float: left; }
  body:not(.wp-admin) .address_zip {
    width: calc(20% - 10px) !important;
    margin-left: 0% !important;
    margin-right: 0 !important;
    float: left; }
  body:not(.wp-admin) .form-control, body:not(.wp-admin) .ginput_container input, body:not(.wp-admin) .ginput_container select, body:not(.wp-admin) .ginput_container textarea, body:not(.wp-admin) .form-control:focus, body:not(.wp-admin) .ginput_container input:focus, body:not(.wp-admin) .ginput_container select:focus, body:not(.wp-admin) .ginput_container textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
  body:not(.wp-admin) .ginput_container_checkbox .gfield-choice-input, body:not(.wp-admin) .ginput_container_consent input {
    appearance: revert !important;
    width: 20px !important;
    height: 20px !important;
    margin: 5px 10px 5px 0 !important; }
  body:not(.wp-admin) .clear-multi {
    width: 100%;
    float: left; }
    body:not(.wp-admin) .clear-multi .gfield_date_month, body:not(.wp-admin) .clear-multi .gfield_date_day, body:not(.wp-admin) .clear-multi .gfield_date_year {
      width: 32%;
      max-width: 60px;
      float: left;
      margin-right: 2%; }
    body:not(.wp-admin) .clear-multi .gfield_date_year {
      margin-right: 0; }
  body:not(.wp-admin) .ginput_container_name .name_first {
    width: calc(50% - 10px) !important;
    margin-right: 10px !important; }
  body:not(.wp-admin) .ginput_container_name .name_last {
    width: calc(50% - 10px) !important;
    margin-right: 10px !important; }
  body:not(.wp-admin) .ginput_container_name .name_first, body:not(.wp-admin) .ginput_container_name .name_middle, body:not(.wp-admin) .ginput_container_name .name_last, body:not(.wp-admin) .ginput_container_name .name_prefix, body:not(.wp-admin) .ginput_container_name .name_suffix {
    display: inline-block;
    float: left; }
  body:not(.wp-admin) .ginput_container_name.has_suffix .name_first, body:not(.wp-admin) .ginput_container_name.has_suffix .name_last {
    width: calc(42% - 10px) !important; }
  body:not(.wp-admin) .ginput_container_name.has_suffix .name_suffix {
    width: calc(16% - 10px) !important;
    margin-right: 10px !important; }
  body:not(.wp-admin) .ginput_container_name.has_prefix .name_first, body:not(.wp-admin) .ginput_container_name.has_prefix .name_last {
    width: calc(42% - 10px) !important; }
  body:not(.wp-admin) .ginput_container_name.has_prefix .name_prefix {
    width: calc(16% - 10px) !important;
    margin-right: 10px !important; }
  body:not(.wp-admin) .ginput_container_name.has_middle_name .name_first, body:not(.wp-admin) .ginput_container_name.has_middle_name .name_last {
    width: calc(40% - 10px) !important; }
  body:not(.wp-admin) .ginput_container_name.has_middle_name .name_middle {
    width: calc(20% - 10px) !important;
    margin-right: 10px !important; }
  body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix .name_first, body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix .name_last {
    width: calc(34% - 10px) !important; }
  body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix .name_suffix, body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix .name_prefix {
    width: calc(16% - 10px) !important;
    margin-right: 10px !important; }
  body:not(.wp-admin) .ginput_container_name.has_prefix.has_middle_name .name_first, body:not(.wp-admin) .ginput_container_name.has_prefix.has_middle_name .name_last, body:not(.wp-admin) .ginput_container_name.has_prefix.has_middle_name .name_middle, body:not(.wp-admin) .ginput_container_name.has_prefix.has_middle_name .name_suffix, body:not(.wp-admin) .ginput_container_name.has_prefix.has_middle_name .name_prefix, body:not(.wp-admin) .ginput_container_name.has_suffix.has_middle_name .name_first, body:not(.wp-admin) .ginput_container_name.has_suffix.has_middle_name .name_last, body:not(.wp-admin) .ginput_container_name.has_suffix.has_middle_name .name_middle, body:not(.wp-admin) .ginput_container_name.has_suffix.has_middle_name .name_suffix, body:not(.wp-admin) .ginput_container_name.has_suffix.has_middle_name .name_prefix {
    width: 100% !important;
    margin-right: 0px !important; }
  @media (min-width: 768px) {
    body:not(.wp-admin) .ginput_container_name.has_prefix.has_middle_name .name_first, body:not(.wp-admin) .ginput_container_name.has_prefix.has_middle_name .name_last, body:not(.wp-admin) .ginput_container_name.has_prefix.has_middle_name .name_middle, body:not(.wp-admin) .ginput_container_name.has_suffix.has_middle_name .name_first, body:not(.wp-admin) .ginput_container_name.has_suffix.has_middle_name .name_last, body:not(.wp-admin) .ginput_container_name.has_suffix.has_middle_name .name_middle {
      width: calc(29% - 10px) !important; }
    body:not(.wp-admin) .ginput_container_name.has_prefix.has_middle_name .name_suffix, body:not(.wp-admin) .ginput_container_name.has_prefix.has_middle_name .name_prefix, body:not(.wp-admin) .ginput_container_name.has_suffix.has_middle_name .name_suffix, body:not(.wp-admin) .ginput_container_name.has_suffix.has_middle_name .name_prefix {
      width: calc(13% - 10px) !important;
      margin-right: 10px !important; } }
  body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix.has_middle_name .name_first, body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix.has_middle_name .name_last, body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix.has_middle_name .name_middle, body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix.has_middle_name .name_suffix, body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix.has_middle_name .name_prefix {
    width: 100% !important;
    margin-right: 0px !important; }
  @media (min-width: 768px) {
    body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix.has_middle_name .name_first, body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix.has_middle_name .name_last, body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix.has_middle_name .name_middle {
      width: calc(26% - 10px) !important; }
    body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix.has_middle_name .name_suffix, body:not(.wp-admin) .ginput_container_name.has_prefix.has_suffix.has_middle_name .name_prefix {
      width: calc(11% - 10px) !important;
      margin-right: 10px !important; } }
  body:not(.wp-admin) .gform_wrapper .gfield_checkbox li label, body:not(.wp-admin) .gform_wrapper .gfield_radio li label {
    margin: 5px 15px 0 24px !important; }
  body:not(.wp-admin) .gform_wrapper ul.gfield_checkbox li, body:not(.wp-admin) .gform_wrapper ul.gfield_radio li {
    float: left;
    width: 100%; }
    @media (min-width: 576px) {
      body:not(.wp-admin) .gform_wrapper ul.gfield_checkbox li, body:not(.wp-admin) .gform_wrapper ul.gfield_radio li {
        width: 33%;
        /* two items */ }
        body:not(.wp-admin) .gform_wrapper ul.gfield_checkbox li:first-child:nth-last-child(1), body:not(.wp-admin) .gform_wrapper ul.gfield_radio li:first-child:nth-last-child(1) {
          width: 100%; }
        body:not(.wp-admin) .gform_wrapper ul.gfield_checkbox li:first-child:nth-last-child(2), body:not(.wp-admin) .gform_wrapper ul.gfield_checkbox li:first-child:nth-last-child(2) ~ div, body:not(.wp-admin) .gform_wrapper ul.gfield_radio li:first-child:nth-last-child(2), body:not(.wp-admin) .gform_wrapper ul.gfield_radio li:first-child:nth-last-child(2) ~ div {
          width: 50%; }
        body:not(.wp-admin) .gform_wrapper ul.gfield_checkbox li:last-child:nth-last-child(2n), body:not(.wp-admin) .gform_wrapper ul.gfield_checkbox li:last-child:nth-last-child(2n) ~ div, body:not(.wp-admin) .gform_wrapper ul.gfield_radio li:last-child:nth-last-child(2n), body:not(.wp-admin) .gform_wrapper ul.gfield_radio li:last-child:nth-last-child(2n) ~ div {
          width: 50%; } }
  body:not(.wp-admin) .gform_wrapper .gsection {
    margin: 32px 0 0 0 !important; }
  body:not(.wp-admin) .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, body:not(.wp-admin) .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, body:not(.wp-admin) .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], body:not(.wp-admin) .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 5px !important; }
  body:not(.wp-admin) .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, body:not(.wp-admin) .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], body:not(.wp-admin) .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0 !important; }
  body:not(.wp-admin) body .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0 !important; }
  body:not(.wp-admin) .gform_wrapper .gfield_checkbox li, body:not(.wp-admin) .gform_wrapper .gfield_radio li {
    margin-bottom: 0 !important; }
  body:not(.wp-admin) .gform_wrapper .hidden_label input.large, body:not(.wp-admin) .gform_wrapper .hidden_label select.large, body:not(.wp-admin) .gform_wrapper .top_label input.large, body:not(.wp-admin) .gform_wrapper .top_label select.large {
    width: calc(100% - 10px) !important;
    margin-right: 10px !important; }
  body:not(.wp-admin) .gform_wrapper .ginput_complex .ginput_full input[type=email], body:not(.wp-admin) .gform_wrapper .ginput_complex .ginput_full input[type=number], body:not(.wp-admin) .gform_wrapper .ginput_complex .ginput_full input[type=password], body:not(.wp-admin) .gform_wrapper .ginput_complex .ginput_full input[type=tel], body:not(.wp-admin) .gform_wrapper .ginput_complex .ginput_full input[type=text], body:not(.wp-admin) .gform_wrapper .ginput_complex .ginput_full input[type=url] {
    width: 100% !important; }
  body:not(.wp-admin) .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email], body:not(.wp-admin) .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number], body:not(.wp-admin) .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password], body:not(.wp-admin) .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel], body:not(.wp-admin) .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text], body:not(.wp-admin) .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url], body:not(.wp-admin) .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email], body:not(.wp-admin) .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number], body:not(.wp-admin) .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password], body:not(.wp-admin) .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel], body:not(.wp-admin) .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text], body:not(.wp-admin) .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url], body:not(.wp-admin) .gform_wrapper .ginput_complex input[type=email], body:not(.wp-admin) .gform_wrapper .ginput_complex input[type=number], body:not(.wp-admin) .gform_wrapper .ginput_complex input[type=password], body:not(.wp-admin) .gform_wrapper .ginput_complex input[type=tel], body:not(.wp-admin) .gform_wrapper .ginput_complex input[type=text], body:not(.wp-admin) .gform_wrapper .ginput_complex input[type=url] {
    width: 100% !important; }
  body:not(.wp-admin) #gform_wrapper_1 #field_1_1, body:not(.wp-admin) #gform_wrapper_1 #field_1_2 {
    display: inline-block;
    float: left;
    clear: none; }
    body:not(.wp-admin) #gform_wrapper_1 #field_1_1 .gfield_label, body:not(.wp-admin) #gform_wrapper_1 #field_1_1 .ginput_container, body:not(.wp-admin) #gform_wrapper_1 #field_1_2 .gfield_label, body:not(.wp-admin) #gform_wrapper_1 #field_1_2 .ginput_container {
      width: 100%; }
      body:not(.wp-admin) #gform_wrapper_1 #field_1_1 .gfield_label input, body:not(.wp-admin) #gform_wrapper_1 #field_1_1 .ginput_container input, body:not(.wp-admin) #gform_wrapper_1 #field_1_2 .gfield_label input, body:not(.wp-admin) #gform_wrapper_1 #field_1_2 .ginput_container input {
        width: 100%;
        margin-top: .5rem;
        border-radius: 0;
        padding: .25rem .5rem;
        background-color: #d4d6de; }
      body:not(.wp-admin) #gform_wrapper_1 #field_1_1 .gfield_label .gfield_required, body:not(.wp-admin) #gform_wrapper_1 #field_1_1 .ginput_container .gfield_required, body:not(.wp-admin) #gform_wrapper_1 #field_1_2 .gfield_label .gfield_required, body:not(.wp-admin) #gform_wrapper_1 #field_1_2 .ginput_container .gfield_required {
        color: white; }
  body:not(.wp-admin) #gform_wrapper_1 #field_1_2 {
    width: 100%; }
    @media (min-width: 768px) {
      body:not(.wp-admin) #gform_wrapper_1 #field_1_2 {
        width: calc(100% - 150px);
        max-width: 400px; } }
  body:not(.wp-admin) #gform_wrapper_1 #field_1_1 {
    width: 100%; }
    @media (min-width: 768px) {
      body:not(.wp-admin) #gform_wrapper_1 #field_1_1 {
        width: 150px; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.cards {
  float: left;
  width: 100%; }

.card-group .card {
  transition: all 0.25s linear;
  flex: 0 0 calc(100% - 1rem);
  margin-bottom: 1rem;
  border: none;
  border-radius: 0;
  text-decoration: none !important;
  background-color: transparent;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }
  @media (prefers-reduced-motion: reduce) {
    .card-group .card {
      transition: none; } }
  .card-group .card .card-img-top-wrapper {
    position: relative;
    overflow: hidden; }
  .card-group .card .card-img-top {
    transition: transform .5s;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border-radius: 0; }
    .card-group .card .card-img-top.image_default {
      max-width: 50%; }
  .card-group .card .card-body {
    color: #333333;
    padding: 1rem 0; }
    .card-group .card .card-body .card-title {
      text-align: left;
      font-size: 1.2rem;
      text-transform: uppercase; }
    .card-group .card .card-body .card-text {
      text-align: left; }
  .card-group .card .card-footer {
    background: none;
    border: none;
    display: flex;
    text-align: left;
    font-weight: bold; }
  .card-group .card:hover {
    transform: translateY(-10px); }

.card-group.style-light .card .card-body {
  color: #183872; }
  .card-group.style-light .card .card-body .card-title {
    color: #183872; }
  .card-group.style-light .card .card-body .card-text {
    color: #183872; }

.card-group.style-light .card .card-footer {
  color: #183872; }

.card-group.style-dark .card .card-body {
  background-color: #183872;
  padding: .75rem;
  color: white; }
  .card-group.style-dark .card .card-body .card-title {
    color: white; }
  .card-group.style-dark .card .card-body .card-text {
    color: white; }

.card-group.style-dark .card .card-footer {
  background-color: #183872;
  padding: .5rem !important;
  color: white; }

.card-group.style-simple .card, .card-group.style-extended .card {
  color: #183872; }
  .card-group.style-simple .card .card-footer, .card-group.style-extended .card .card-footer {
    border-top: none;
    padding: .75rem 0 0 0;
    text-transform: uppercase;
    text-underline-offset: 5px;
    text-align: left;
    display: inline-block; }

.card-group.style-extended.count-3 .card .card-footer {
  text-align: left; }

.card-group.count-3 .card {
  flex: 0 0 calc(100% - 1rem);
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .card-group.count-3 .card {
      flex: 0 0 calc(50% - 1rem); } }
  @media (min-width: 992px) {
    .card-group.count-3 .card {
      flex: 0 0 calc(33.3333% - 1rem); }
      .card-group.count-3 .card:first-child {
        margin-left: 0 !important; }
      .card-group.count-3 .card:last-child {
        margin-right: 0 !important; } }
.card-group.count-2 .card {
  flex: 0 0 calc(100% - 1rem);
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .card-group.count-2 .card {
      flex: 0 0 calc(50% - 1rem); } }
  @media (min-width: 992px) {
    .card-group.count-2 .card:first-child {
      margin-left: 0 !important; }
    .card-group.count-2 .card:last-child {
      margin-right: 0 !important; } }
.card-group.count-4 .card, .card-group.count-8 .card {
  flex: 0 0 calc(100% - 1rem);
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .card-group.count-4 .card, .card-group.count-8 .card {
      flex: 0 0 calc(50% - 1rem); } }
  @media (min-width: 992px) {
    .card-group.count-4 .card, .card-group.count-8 .card {
      flex: 0 0 calc(25% - 1rem); }
      .card-group.count-4 .card:first-child, .card-group.count-8 .card:first-child {
        margin-left: 0 !important; }
      .card-group.count-4 .card:last-child, .card-group.count-8 .card:last-child {
        margin-right: 0 !important; } }
.card-group.style-tile .card {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column !important;
  margin: 0 !important;
  height: 300px;
  flex: 0 0 100%;
  margin-bottom: 1rem;
  max-width: 100% !important; }
  .card-group.style-tile .card .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25); }
  .card-group.style-tile .card .content {
    position: relative;
    padding: 1rem;
    color: white; }
    .card-group.style-tile .card .content .card-title {
      font-size: 1.25rem;
      color: white; }
  @media (min-width: 576px) {
    .card-group.style-tile .card {
      flex: 0 0 50%;
      height: 200px; }
      .card-group.style-tile .card:nth-last-child(1) {
        flex: 0 0 100%; } }
  @media (min-width: 768px) {
    .card-group.style-tile .card {
      flex: 0 0 33.3333%; }
      .card-group.style-tile .card:nth-last-child(1) {
        flex: 0 0 100%; } }
  @media (min-width: 992px) {
    .card-group.style-tile .card {
      flex: 0 0 25%; }
      .card-group.style-tile .card:nth-last-child(1), .card-group.style-tile .card:nth-last-child(2), .card-group.style-tile .card:nth-last-child(3) {
        flex: 0 0 33.3333%; } }
  @media (min-width: 1200px) {
    .card-group.style-tile .card {
      flex: 0 0 calc(100% / 7); }
      .card-group.style-tile .card:nth-last-child(1), .card-group.style-tile .card:nth-last-child(2), .card-group.style-tile .card:nth-last-child(3) {
        flex: 0 0 calc(100% / 7); } }
.wp-admin .card {
  pointer-events: none; }

body.single-tribe_event_series #hero,
body.single-tribe_events #hero,
body.post-type-archive-tribe_events #hero {
  height: 50px !important;
  background-color: #183872;
  background-image: none !important; }

body.single-tribe_event_series #masthead .navbar.initial,
body.single-tribe_events #masthead .navbar.initial,
body.post-type-archive-tribe_events #masthead .navbar.initial {
  background-color: none !important; }

#primary-menu-mobile {
  list-style: none; }
  #primary-menu-mobile > li {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    text-align: left; }
    #primary-menu-mobile > li a {
      display: inline-block;
      color: white;
      text-transform: uppercase;
      font-weight: 700; }
    #primary-menu-mobile > li.current-menu-item > a, #primary-menu-mobile > li.current-page-ancestor > a {
      color: #e85950; }
    #primary-menu-mobile > li > .mb-submenu {
      display: none;
      float: left;
      width: calc(100% - 10px);
      margin-left: 10px;
      list-style: none;
      color: #e85950; }
      #primary-menu-mobile > li > .mb-submenu li {
        width: 100%;
        display: inline-block;
        float: left; }
        #primary-menu-mobile > li > .mb-submenu li a {
          text-transform: none;
          font-weight: 400; }
    #primary-menu-mobile > li.current-page-ancestor > .mb-submenu {
      display: block; }
    #primary-menu-mobile > li .menu-opener {
      transition: all 0.25s linear;
      position: absolute;
      display: inline-block;
      top: 13px;
      right: 13px;
      width: 18px;
      height: 18px;
      background-image: url(../img/icon-mobile-thumb.png);
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      transform: rotate(0); }
      @media (prefers-reduced-motion: reduce) {
        #primary-menu-mobile > li .menu-opener {
          transition: none; } }
      #primary-menu-mobile > li .menu-opener.open {
        transform: rotate(90deg); }

.tribe-bar-views-list {
  margin: 0 !important;
  list-style: none !important; }

.events-archive .entry-content, .events-archive .entry-header {
  width: 100%; }

body.post-type-archive-tribe_events .hentry > .entry-header,
body.events-single .hentry > .entry-header {
  display: none !important; }

body.post-type-archive-tribe_events #tribe-events-content header.entry-header,
body.post-type-archive-tribe_events #tribe-events-content-wrapper header.entry-header,
body.events-single #tribe-events-content header.entry-header,
body.events-single #tribe-events-content-wrapper header.entry-header {
  display: block !important;
  width: calc(100% + 62px) !important;
  margin-left: -31px; }

body.post-type-archive-tribe_events .entry-content,
body.events-single .entry-content {
  padding: 0 1em 1em 1em; }

#tribe-events-content {
  padding: 0 !important; }

.tribe-events-day {
  padding: 0 !important; }

.tribe-events-calendar div[id*=tribe-events-daynum-], .tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: #183872 !important;
  text-align: center;
  color: white !important; }

.tribe-events-calendar {
  font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif !important;
  background-color: #e0e0e0 !important;
  color: #183872 !important; }
  .tribe-events-calendar a {
    color: #183872 !important; }

#tribe-events-content .tribe-events-calendar td:hover {
  background-color: #e0e0e0 !important; }

.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a, .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
  opacity: 1 !important;
  font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif !important; }

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #389360 !important; }

.tribe-community-events {
  padding: 0 !important;
  background: transparent !important;
  border: 0px solid transparent !important;
  float: left !important;
  margin-bottom: 100px; }

@media screen and (min-width: 61.5625em) {
  body.tribe_community_edit:not(.search-results) article:not(.type-page) .entry-content {
    width: 100% !important; } }

.events-community-post-content textarea {
  width: 100% !important; }

.single-tribe_events .tribe-events-event-meta {
  float: left;
  width: 100%;
  clear: both;
  margin: 0; }

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
  width: 100%; }
  @media (min-width: 768px) {
    .tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
      width: 50%; } }
@media (min-width: 576px) {
  .tribe-events-event-image {
    float: right;
    width: 33.3333%;
    height: auto;
    padding-left: 20px; }
    .tribe-events-event-image + .tribe-events-single-event-description {
      width: 66.6666%; }
      .tribe-events-event-image + .tribe-events-single-event-description + .tribe-events-cal-links {
        width: 50%; } }

@media (min-width: 768px) {
  .tribe-events-event-image {
    width: 50%; }
    .tribe-events-event-image + .tribe-events-single-event-description {
      width: 50%; }
      .tribe-events-event-image + .tribe-events-single-event-description + .tribe-events-cal-links {
        width: 50%; } }

.tribe-community-events .button, .tribe-community-events body, .tribe-community-events button, .tribe-community-events input, .tribe-community-events label, .tribe-community-events li, .tribe-community-events p, .tribe-community-events select, .tribe-community-events textarea,
.events-community-post-content label, .events-community-post-title label,
.tribe-events-community-details .tribe_sectionheader h4,
.tribe-events-community-details .tribe_sectionheader .h4 {
  font-weight: 400 !important;
  text-transform: inherit !important;
  font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif !important;
  font-weight: normal !important; }

.organizer-email small, .organizer-email .small {
  display: none; }

.events-community-post-title #post_title {
  width: 100%; }

.page-template-page-map {
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .page-template-page-map #page {
    width: calc(100vw + 360px); }

.map-home-bar {
  position: fixed;
  display: inline-block;
  float: left;
  width: 60px;
  height: 100vh;
  text-align: center;
  background-color: #183872;
  z-index: 1000; }
  .map-home-bar .home-link {
    float: left;
    padding-top: calc((100vh - 36px) / 2);
    padding-bottom: calc((100vh - 36px) / 2); }
    .map-home-bar .home-link img {
      width: 60%;
      height: auto; }

.map-wrapper {
  transition: all 0.25s linear;
  display: inline-block;
  float: left;
  width: calc(100vw + 360px - 60px);
  margin-left: 60px;
  height: 100vh;
  overflow: hidden; }
  @media (prefers-reduced-motion: reduce) {
    .map-wrapper {
      transition: none; } }
  .map-wrapper.over {
    transform: translateX(-360px); }

.map-learn-more {
  display: inline-block;
  float: left;
  width: 360px;
  height: 100vh;
  padding: 15px;
  background-color: white; }
  .map-learn-more .logo {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
    clear: both; }
    @media (max-height: 800px) {
      .map-learn-more .logo {
        height: 0; } }
  .map-learn-more .content-wrapper {
    width: 100%;
    float: left; }
    .map-learn-more .content-wrapper .content-header {
      width: 100%;
      float: left;
      font-size: 45px;
      line-height: 1;
      font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
      color: #389360;
      margin-bottom: 16px; }
    .map-learn-more .content-wrapper .content-inner, .map-learn-more .content-wrapper .content-locations {
      width: 100%;
      float: left;
      font-size: 14px;
      line-height: 1.5; }
    .map-learn-more .content-wrapper .content-locations {
      display: none;
      margin-top: 15px;
      height: 150px;
      overflow-x: scroll;
      padding: 5px;
      box-shadow: inset 0px 0px 50px #ccc;
      border: 1px solid #aaa;
      background-color: #eee;
      border-radius: 8px; }
      .map-learn-more .content-wrapper .content-locations ul li {
        padding: 5px; }
  .map-learn-more .embed-container {
    clear: both;
    margin-bottom: 32px; }

.map-map {
  position: relative;
  display: inline-block;
  float: left;
  width: calc(100vw - 60px - 360px);
  height: 100vh; }

.map-details {
  display: inline-block;
  float: left;
  width: 360px;
  height: 100vh;
  padding: 0 15px;
  background-color: white; }
  .map-details .back-link {
    width: calc(100% + 30px);
    margin-left: -15px;
    text-align: center;
    color: white;
    background-color: #183872;
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px; }
    .map-details .back-link a {
      display: block;
      text-decoration: none;
      color: white; }
      .map-details .back-link a:visited {
        color: white; }
  .map-details .map-details-inner {
    display: none; }
  .map-details h3, .map-details .h3 {
    font-size: 32px;
    font-size: 48px;
    font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
    color: #389360;
    text-decoration: underline;
    margin-top: 10px; }
  .map-details img {
    width: 100%;
    height: auto;
    max-height: 30vh;
    margin-top: 10px;
    margin-bottom: 10px; }
  .map-details .map-address-wrap {
    float: left;
    width: 100%; }
  .map-details .map-details-address_one, .map-details .map-details-address_two, .map-details .map-details-city-state-zip, .map-details .map-details-phone, .map-details .map-details-website {
    float: left;
    width: 100%;
    display: inline-block;
    font-weight: bold; }
    .map-details .map-details-address_one a, .map-details .map-details-address_two a, .map-details .map-details-city-state-zip a, .map-details .map-details-phone a, .map-details .map-details-website a {
      display: block;
      color: #389360;
      text-decoration: underline; }
  .map-details .map-details-content {
    float: left;
    width: 100%;
    display: inline-block;
    margin-top: 15px; }
    .map-details .map-details-content a {
      color: #389360;
      text-decoration: underline; }

#map {
  height: 100vh; }

@media (max-width: 575.98px) {
  .gm-control-active.gm-fullscreen-control {
    display: none; } }

#legend {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px;
  background-color: white; }
  @media (max-width: 575.98px) {
    #legend {
      display: none; } }
  #legend div {
    margin: 5px 0;
    width: 100%; }

#recenter {
  position: absolute;
  bottom: 80px;
  left: 0;
  padding: 8px;
  background-color: #183872;
  border-radius: 0 8px 8px 0; }
  #recenter a {
    color: white;
    text-decoration: none !important; }
    #recenter a:hover {
      color: white; }
  #recenter img {
    width: 36px;
    height: auto; }

#by-city {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 8px;
  background-color: #183872;
  border-radius: 8px 0 0 8px; }
  @media (min-width: 768px) {
    #by-city {
      display: none; } }
  #by-city a {
    color: white; }
  #by-city img {
    width: 36px;
    height: auto; }

#map-filters {
  display: none;
  position: absolute;
  bottom: 0%;
  left: 0;
  padding: 8px;
  background-color: #183872;
  border-radius: 0 8px 0 0; }
  #map-filters.active {
    display: inline-block; }
  #map-filters p {
    color: white;
    font-size: .8em;
    margin-bottom: 0;
    text-align: center; }
  #map-filters a {
    display: inline-block;
    background-color: #e5e5e5; }
    #map-filters a.active {
      background-color: #183872; }
  #map-filters img {
    width: 36px;
    height: auto;
    padding: 5px; }

@media (max-width: 575.98px) {
  body.page-template-page-map-county {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    body.page-template-page-map-county #page {
      width: 100%;
      height: 100%; }
      body.page-template-page-map-county #page #content {
        width: 100%;
        height: 100%; }
  .map-home-bar {
    position: relative;
    bottom: 0;
    width: 100vw;
    height: 60px;
    margin-left: -15px; }
    .map-home-bar .home-link {
      float: right;
      margin-top: 0;
      height: 100%; }
      .map-home-bar .home-link img {
        padding: 10px;
        width: auto;
        height: 100%;
        margin: 0; }
    .map-home-bar .back-link {
      float: left;
      line-height: 60px;
      padding: 0 10px;
      width: auto;
      margin-left: 5px;
      opacity: 0; }
      .map-home-bar .back-link a {
        color: white !important; }
    .map-home-bar.over .back-link {
      opacity: 1; }
  .map-wrapper {
    margin-left: 0;
    width: 100vw;
    height: calc(100vh - 60px); }
    .map-wrapper .map-learn-more, .map-wrapper .map-map, .map-wrapper .map-details {
      height: calc(100vh - 60px); }
    .map-wrapper .map-learn-more {
      display: none; }
    .map-wrapper .map-map {
      width: 100vw;
      height: calc(100vh - 60px); }
      .map-wrapper .map-map #map {
        height: calc(100vh - 60px); }
    .map-wrapper .map-details {
      width: 100%;
      height: 50%;
      overflow-x: scroll; }
      .map-wrapper .map-details .map-details-img {
        width: 25%; }
      .map-wrapper .map-details .map-address-wrap {
        float: left;
        width: 75%; }
      .map-wrapper .map-details .map-details-inner {
        float: left; }
    .map-wrapper.over {
      transform: translateX(0px); }
      .map-wrapper.over .map-map {
        height: calc(50vh - 60px); }
        .map-wrapper.over .map-map #map {
          height: calc(50vh - 60px); } }

#accordion-city .card {
  margin-bottom: 1rem; }
  #accordion-city .card .card-header {
    border-bottom: 1px solid #389360; }
    #accordion-city .card .card-header h5, #accordion-city .card .card-header .h5 {
      margin-bottom: 0; }
      #accordion-city .card .card-header h5 button, #accordion-city .card .card-header .h5 button {
        width: 100%;
        text-align: left;
        padding-left: 0;
        outline: none !important; }
    #accordion-city .card .card-header a {
      display: block; }
      #accordion-city .card .card-header a.hide-link {
        display: none; }
  #accordion-city .card .card-body a {
    display: block;
    width: 100%; }
    @media (min-width: 992px) {
      #accordion-city .card .card-body a {
        display: inline-flex;
        align-items: center;
        padding: .5rem .75rem;
        margin: .5rem 0;
        background-color: #efefef;
        border-radius: .5rem;
        width: calc((100% - 1rem) / 3);
        height: 60px; } }
    #accordion-city .card .card-body a.hide-link {
      display: none; }

#filters-city {
  width: 100%;
  float: left; }
  #filters-city ul {
    width: 100%;
    float: left;
    margin-bottom: 1rem; }
    #filters-city ul li {
      display: inline-block;
      float: left;
      margin-bottom: .5rem;
      width: calc(50% - .25rem); }
      #filters-city ul li:nth-child(1) {
        padding: .5rem; }
      #filters-city ul li:nth-child(odd) {
        margin-right: .5rem; }

@media (min-width: 576px) and (max-width: 767.98px) {
  #filters-city ul li {
    width: calc((100% - 1rem) / 3); }
    #filters-city ul li:nth-child(3n+1), #filters-city ul li:nth-child(3n+2) {
      margin-right: .5rem; } }
      @media (min-width: 992px) {
        #filters-city ul li {
          width: calc((100% - 5rem) / 6);
          margin-left: .5rem;
          margin-right: .5rem; }
          #filters-city ul li:nth-child(1) {
            margin-left: 0; }
          #filters-city ul li:nth-child(6) {
            margin-right: 0; } }
      #filters-city ul li a {
        color: white;
        background-color: #389360;
        border-color: #389360;
        padding: .5rem;
        display: inline-block;
        width: 100%;
        text-align: center;
        border-radius: .25rem; }
        #filters-city ul li a.active {
          background-color: #183872; }

.iframe_container {
  float: left;
  width: 100%; }
  .iframe_container iframe {
    width: 100% !important;
    height: 100% !important; }

.video_container {
  float: left;
  width: 100%; }
  .video_container video {
    width: 100% !important;
    height: 100% !important; }

.middle_body_copy_centered .headline {
  font-size: 1.5rem; }

.tiles {
  position: relative;
  float: left;
  width: 100%;
  background-color: white;
  padding-left: 0;
  padding-right: 0; }
  .tiles .hover-tiles {
    float: left;
    margin-bottom: 0;
    width: 100%;
    padding: 0; }
    .tiles .hover-tiles li {
      position: relative;
      display: inline-block;
      float: left;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      width: 50%;
      height: 50vw;
      border-color: white;
      border-style: solid; }
      .tiles .hover-tiles li a {
        display: block; }
        .tiles .hover-tiles li a .mask {
          transition: all 0.25s linear;
          position: absolute;
          display: table;
          overflow: hidden;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 50%;
          background-color: transparent; }
          @media (prefers-reduced-motion: reduce) {
            .tiles .hover-tiles li a .mask {
              transition: none; } }
          .tiles .hover-tiles li a .mask span {
            display: table-cell;
            vertical-align: bottom;
            text-align: left;
            font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
            line-height: 1.2;
            color: white;
            font-size: 1rem;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 1.1; }
            @media (min-width: 576px) {
              .tiles .hover-tiles li a .mask span {
                font-size: 1.25rem; } }
          .tiles .hover-tiles li a .mask .inner {
            transition: all 0.5s linear;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            right: 100%;
            opacity: .75;
            background-image: url(/wp-content/uploads/2024/09/logo-mark.png);
            background-position: bottom left;
            background-size: contain;
            background-repeat: no-repeat; }
            @media (prefers-reduced-motion: reduce) {
              .tiles .hover-tiles li a .mask .inner {
                transition: none; } }
        .tiles .hover-tiles li a:hover .mask {
          background-color: rgba(24, 56, 114, 0.6); }
      .tiles .hover-tiles li:nth-child(1) {
        width: 100%;
        height: 100vw;
        border-top-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 2px;
        border-left-width: 4px; }
      .tiles .hover-tiles li:nth-child(2), .tiles .hover-tiles li:nth-child(4) {
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 4px; }
      .tiles .hover-tiles li:nth-child(3), .tiles .hover-tiles li:nth-child(5) {
        border-top-width: 2px;
        border-right-width: 4px;
        border-bottom-width: 2px;
        border-left-width: 2px; }
      @media (min-width: 576px) {
        .tiles .hover-tiles li {
          width: calc(100% / 3);
          height: calc(100vw / 6); }
          .tiles .hover-tiles li:nth-child(1) {
            width: calc(100% / 3);
            height: calc(100vw / 3); }
          .tiles .hover-tiles li:nth-child(1) {
            border-top-width: 0;
            border-right-width: 1px;
            border-bottom-width: 0;
            border-left-width: 0; }
          .tiles .hover-tiles li:nth-child(2) {
            border-top-width: 0;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 1px; }
          .tiles .hover-tiles li:nth-child(3) {
            border-top-width: 0;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 1px; }
          .tiles .hover-tiles li:nth-child(4) {
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 0;
            border-left-width: 1px; }
          .tiles .hover-tiles li:nth-child(5) {
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 0;
            border-left-width: 1px; } }
      @media (min-width: 768px) {
        .tiles .hover-tiles li {
          width: calc(940px / 4);
          height: calc(940px / 5.2); }
          .tiles .hover-tiles li:nth-child(1) {
            width: calc(940px / 2);
            height: calc(940px / 2.6); } }
      @media (min-width: 992px) {
        .tiles .hover-tiles li {
          width: 33.3333%;
          height: 25vh;
          max-height: 25vh; }
          .tiles .hover-tiles li:nth-child(1) {
            width: 30%;
            height: 50vh;
            max-height: 50vh; }
            .tiles .hover-tiles li:nth-child(1) a .mask .inner {
              position: absolute;
              width: 100%;
              height: 50%;
              top: 50%;
              right: 100%; }
            .tiles .hover-tiles li:nth-child(1) a:hover .mask .inner {
              right: 25%; }
          .tiles .hover-tiles li:nth-child(2), .tiles .hover-tiles li:nth-child(5) {
            width: calc((70% / 3) * 2); }
            .tiles .hover-tiles li:nth-child(2) a .mask .inner, .tiles .hover-tiles li:nth-child(5) a .mask .inner {
              position: absolute;
              width: 100%;
              height: 90%;
              top: 5%;
              right: 100%; }
            .tiles .hover-tiles li:nth-child(2) a:hover .mask .inner, .tiles .hover-tiles li:nth-child(5) a:hover .mask .inner {
              right: 18%; }
          .tiles .hover-tiles li:nth-child(3), .tiles .hover-tiles li:nth-child(4) {
            width: calc((70% / 3) * 1); }
            .tiles .hover-tiles li:nth-child(3) a .mask .inner, .tiles .hover-tiles li:nth-child(4) a .mask .inner {
              position: absolute;
              width: 100%;
              height: 90%;
              top: 5%;
              right: 100%; }
            .tiles .hover-tiles li:nth-child(3) a:hover .mask .inner, .tiles .hover-tiles li:nth-child(4) a:hover .mask .inner {
              right: 30%; } }
.callout {
  float: left;
  width: 100%; }
  .callout .standard_section {
    padding: 0; }
  .callout .container-full {
    padding-right: 0;
    padding-left: 0;
    width: calc(100% + 1px);
    margin-left: 13px; }
  .callout .img-pos-right, .callout .img-pos-left {
    width: 100%; }
  .callout .content-row, .callout .img-row {
    min-height: 20vh; }
  .callout .content-row {
    background-color: white;
    align-content: center; }
  .callout .inner-content-row {
    color: #333333;
    padding: 1rem; }
    .callout .inner-content-row h4, .callout .inner-content-row .h4 {
      font-size: 1.75rem;
      color: #333333; }
    @media (min-width: 992px) {
      .callout .inner-content-row {
        padding: 2rem; } }
  .callout .img-row img {
    width: 100%;
    height: auto;
    opacity: 0; }
  .callout .item {
    width: 100%; }
  .callout.callout-blue .content-row {
    background-color: #183872; }
  .callout.callout-blue .inner-content-row {
    color: white; }
    .callout.callout-blue .inner-content-row a {
      color: white !important;
      text-decoration: underline; }
      .callout.callout-blue .inner-content-row a:hover {
        color: white !important; }
    .callout.callout-blue .inner-content-row h4, .callout.callout-blue .inner-content-row .h4 {
      color: white; }
  .callout.callout-orange .content-row {
    background-color: #d75242; }
  .callout.callout-orange .inner-content-row {
    color: white; }
    .callout.callout-orange .inner-content-row a:not(.btn):not(.btn-outline-secondary):not(.btn-white):not(.btn-green):not(.btn-primary) {
      color: white !important;
      text-decoration: underline; }
      .callout.callout-orange .inner-content-row a:not(.btn):not(.btn-outline-secondary):not(.btn-white):not(.btn-green):not(.btn-primary):hover {
        color: white !important; }
    .callout.callout-orange .inner-content-row h4, .callout.callout-orange .inner-content-row .h4 {
      color: white; }
  .callout.callout-black .content-row {
    background-color: #333333; }
  .callout.callout-black .inner-content-row {
    color: white; }
    .callout.callout-black .inner-content-row a {
      color: white !important; }
      .callout.callout-black .inner-content-row a:hover {
        color: white !important; }
    .callout.callout-black .inner-content-row h4, .callout.callout-black .inner-content-row .h4 {
      color: white; }

.large_band {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 575.98px) {
    .large_band {
      height: 100vh !important;
      background-position: center center !important; } }
  @media (min-width: 768px) {
    .large_band.parallax {
      background-attachment: fixed; } }
  .large_band .headline {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: .5rem; }
  .large_band .content-placement {
    display: flex;
    min-height: calc(50vh - 8rem); }
    @media (min-width: 768px) {
      .large_band .content-placement.center-right, .large_band .content-placement.center-center, .large_band .content-placement.center-left {
        align-items: center; }
      .large_band .content-placement.bottom-right, .large_band .content-placement.bottom-center, .large_band .content-placement.bottom-left {
        align-items: end; } }
    .large_band .content-placement .content-placement-inner {
      padding: 1rem;
      background-color: #183872;
      color: white;
      z-index: 100; }
      @media (min-width: 768px) {
        .large_band .content-placement .content-placement-inner {
          padding: 1.5rem;
          width: 60%; }
          .large_band .content-placement .content-placement-inner.top-right, .large_band .content-placement .content-placement-inner.center-right, .large_band .content-placement .content-placement-inner.bottom-right {
            margin-left: 40%; }
          .large_band .content-placement .content-placement-inner.top-center, .large_band .content-placement .content-placement-inner.center-center, .large_band .content-placement .content-placement-inner.bottom-center {
            margin-left: 20%; } }
  .large_band.large .content-placement {
    min-height: calc(80vh - 8rem); }
  .large_band.large-band-bg-54565b {
    background-color: white;
    color: #333333; }
  .large_band.large-band-bg-ffffff {
    background-color: #333333;
    color: white; }

body:not(.wp-admin) .large_band {
  float: left; }

.basic_hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 20vh;
  color: white !important; }
  @media screen and (max-height: 400px) {
    .basic_hero {
      height: 30vh; } }
  @media (min-width: 576px) {
    .basic_hero {
      height: 36vh;
      max-height: 650px; }
      .home .basic_hero {
        height: 35vh; } }
  @media (min-width: 992px) {
    .home .basic_hero {
      height: 40vh; } }
  @media (min-width: 1200px) {
    .home .basic_hero {
      height: 45vh; } }
  @media (min-width: 1400px) {
    .home .basic_hero {
      height: 50vh; } }
  .basic_hero .top-mask {
    position: absolute;
    width: 100%;
    height: 10vh;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
  .basic_hero .hero-content {
    text-align: left;
    position: relative;
    font-size: 3vw;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      .basic_hero .hero-content {
        font-size: 3.5vw; } }
  .basic_hero h1, .basic_hero .h1, .basic_hero h2, .basic_hero .h2, .basic_hero .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content .basic_hero .title, .basic_hero h3, .basic_hero .h3, .basic_hero h4, .basic_hero .h4 {
    color: white !important;
    font-size: 3rem !important;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .basic_hero h1, .basic_hero .h1, .basic_hero h2, .basic_hero .h2, .basic_hero .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content .basic_hero .title, .basic_hero h3, .basic_hero .h3, .basic_hero h4, .basic_hero .h4 {
        margin-top: 1rem !important; } }
  .basic_hero .home-hero-text {
    color: white;
    font-size: 1.25rem;
    text-shadow: 0px 0px 10px #555; }
    @media (min-width: 1200px) {
      .basic_hero .home-hero-text {
        font-size: 1.5rem; } }
  .basic_hero.blank-hero {
    height: 120px;
    background-color: transparent; }

.event_slider {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 20vh;
  padding: 1rem; }
  @media (min-width: 768px) {
    .event_slider {
      padding: 2rem; } }
  .event_slider .event-section-text {
    color: white !important; }
    .event_slider .event-section-text h3, .event_slider .event-section-text .h3 {
      font-size: 1.5rem; }
    .event_slider .event-section-text h3, .event_slider .event-section-text .h3 {
      color: white !important; }
    .event_slider .event-section-text a {
      color: white !important; }
      .event_slider .event-section-text a:hover {
        color: #389360 !important; }
    .event_slider .event-section-text > div {
      padding-right: 1rem; }
  .event_slider .item {
    padding: 1rem;
    color: white; }
    @media (min-width: 992px) {
      .event_slider .item {
        padding: 2rem; } }
    .event_slider .item:visited, .event_slider .item:hover {
      color: white !important; }
    .event_slider .item .btn-green:visited, .event_slider .item .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"]:visited, .search-content-layout .filter-businesses-wrapper .filter-businesses .event_slider .item input[type="submit"]:visited, .event_slider .item body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1:visited, body:not(.wp-admin) #gform_wrapper_1 .event_slider .item #gform_submit_button_1:visited, .event_slider .item .btn-green:hover, .event_slider .item .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"]:hover, .search-content-layout .filter-businesses-wrapper .filter-businesses .event_slider .item input[type="submit"]:hover, .event_slider .item body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1:hover, body:not(.wp-admin) #gform_wrapper_1 .event_slider .item #gform_submit_button_1:hover {
      color: #389360 !important; }
    .event_slider .item .event-title {
      font-weight: bold;
      margin-top: 1rem; }
    .event_slider .item img {
      width: 100%;
      height: auto; }
  .event_slider .slick-arrow {
    width: 40px;
    height: 40px; }
    .event_slider .slick-arrow.slick-prev:before {
      position: relative;
      display: inline-block;
      content: '';
      background-image: url(/wp-content/themes/visit-somerset-nj-2024/assets/img/left-arrow.jpg);
      width: 40px;
      height: 40px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    .event_slider .slick-arrow.slick-next:before {
      position: relative;
      display: inline-block;
      content: '';
      background-image: url(/wp-content/themes/visit-somerset-nj-2024/assets/img/right-arrow.jpg);
      width: 40px;
      height: 40px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }

.vsnj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: .5rem; }

.vsnj-grid-item {
  position: relative;
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden; }

.vsnj-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

.vsnj-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease; }

.vsnj-grid-item:hover img {
  transform: scale(1.05); }

.vsnj-title-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d75242;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem;
  transition: transform 0.3s ease;
  z-index: 2; }

.vsnj-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  padding: 1rem; }

.vsnj-grid-item:hover .vsnj-title-bar {
  transform: translateY(100%); }

.vsnj-grid-item:hover .vsnj-overlay {
  opacity: 1; }

.search-content-layout {
  padding-left: 0;
  padding-right: 0;
  background-color: #183872; }
  .search-content-layout .filter-businesses-wrapper {
    background-color: #183872; }
  .search-content-layout .listing-wrapper {
    background-color: white; }
  @media (min-width: 992px) {
    .search-content-layout {
      display: flex;
      flex-direction: row; }
      .search-content-layout .filter-businesses-wrapper {
        flex: 0 0 20%; }
      .search-content-layout .listing-wrapper {
        flex: 0 0 80%; } }
.business-listing {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 1.5rem 1.5rem 1.5rem;
  border-bottom: 2px solid #183872;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.25); }
  .business-listing h2, .business-listing .h2, .business-listing .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content .business-listing .title {
    font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
    color: #389360;
    font-size: 20px; }
  .business-listing .img-address {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%;
    font-weight: 600; }
    .business-listing .img-address .business-address {
      display: inline-block;
      float: left;
      width: 100%; }
    .business-listing .img-address .business-thumbnail {
      display: inline-block;
      float: left;
      width: calc(100% + 3rem);
      margin-left: -1.5rem; }
      .business-listing .img-address .business-thumbnail img {
        width: 100%;
        height: auto;
        margin-bottom: 1rem; }
  .business-listing .business-icons {
    display: inline-block;
    position: relative;
    float: left;
    width: 100%; }
    .business-listing .business-icons ul {
      float: left;
      width: 100%;
      margin: 0;
      padding: 0; }
      .business-listing .business-icons ul li {
        display: inline-block;
        float: left;
        width: calc(20% - .5rem);
        margin: .5rem .5rem .5rem 0; }
        .business-listing .business-icons ul li img {
          width: 100%;
          height: auto; }
  .business-listing .business-details {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-top: 16px;
    padding-bottom: 16px; }
    .business-listing .business-details .business-excerpt {
      display: inline-block;
      float: left;
      width: 100%; }
  .business-listing .entry-footer {
    display: none; }
  .business-listing .business-featured {
    position: absolute;
    display: inline-block;
    width: 60px;
    top: .5rem;
    left: .5rem;
    z-index: 100; }
    .business-listing .business-featured img {
      width: 100%;
      height: auto; }

.listing-wrapper {
  padding: 0 1rem 1rem 1rem; }
  @media (min-width: 768px) {
    .listing-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 2rem 1rem;
      padding: 0 2rem 2rem 2rem;
      align-content: baseline; }
      .listing-wrapper .business-listing {
        flex: 0 0 calc(50% - 1rem); } }
  @media (min-width: 1200px) {
    .listing-wrapper .business-listing {
      flex: 0 0 calc(33.3333% - 1rem); } }
  @media (min-width: 1600px) {
    .listing-wrapper .business-listing {
      flex: 0 0 calc(25% - 1rem); } }
  .listing-wrapper.no-content {
    padding: 1rem; }
    @media (min-width: 768px) {
      .listing-wrapper.no-content {
        padding: 2rem; } }
html, body {
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
  font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
  background-color: transparent !important; }

body {
  position: relative; }

* {
  -webkit-font-smoothing: antialiased; }

body:not(.wp-admin) a {
  transition: all 0.25s linear;
  text-decoration: none; }
  @media (prefers-reduced-motion: reduce) {
    body:not(.wp-admin) a {
      transition: none; } }
  body:not(.wp-admin) a:visited {
    text-decoration: none; }
  body:not(.wp-admin) a:hover {
    text-decoration: none; }

body:not(.wp-admin) em {
  font-style: italic; }

body:not(.wp-admin) strong {
  font-weight: 600; }

body:not(.wp-admin) h1, body:not(.wp-admin) .h1, body:not(.wp-admin) h2, body:not(.wp-admin) .h2, body:not(.wp-admin) .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content body:not(.wp-admin) .title, body:not(.wp-admin) h3, body:not(.wp-admin) .h3, body:not(.wp-admin) h4, body:not(.wp-admin) .h4, body:not(.wp-admin) h5, body:not(.wp-admin) .h5, body:not(.wp-admin) h6, body:not(.wp-admin) .h6 {
  margin-top: 0;
  font-weight: bold;
  text-transform: uppercase; }

body:not(.wp-admin) h1, body:not(.wp-admin) .h1, body:not(.wp-admin) .like-h1, body:not(.wp-admin) .big-headline {
  font-size: 1.5rem;
  font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif; }

body:not(.wp-admin) h2, body:not(.wp-admin) .h2, body:not(.wp-admin) .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content body:not(.wp-admin) .title, body:not(.wp-admin) .like-h2 {
  font-size: 1.25rem; }

body:not(.wp-admin) h3, body:not(.wp-admin) .h3, body:not(.wp-admin) h4, body:not(.wp-admin) .h4, body:not(.wp-admin) h5, body:not(.wp-admin) .h5 {
  font-size: 18px; }

body:not(.wp-admin) h6, body:not(.wp-admin) .h6 {
  font-size: 15px;
  color: #008fc0;
  text-transform: uppercase; }

@media (min-width: 992px) {
  body:not(.wp-admin) .big-headline {
    font-size: 2rem; } }

.img-cover, .card-group.style-tile .card, .callout .img-row {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.base_section, .standard_section, .basic_hero {
  position: relative;
  float: left;
  width: 100%; }

.standard_section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .standard_section {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
.btn, .search-form-extended .searchform #searchsubmit, .searchform-header #searchsubmit-header, .nav-links .next, .nav-links .prev, .join-us form .gform_footer input[type=submit], #masthead .search-bar .search-form .search-submit, .btn-outline-secondary, .btn-white, .btn-green, .btn-primary, body:not(.wp-admin) .gform_button, body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1, .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"] {
  border-radius: 0 !important;
  text-decoration: none !important; }

.btn-primary, .search-form-extended .searchform #searchsubmit, .nav-links .next, .nav-links .prev, .join-us form .gform_footer input[type=submit], #masthead .search-bar .search-form .search-submit {
  --bs-btn-color: white;
  --bs-btn-bg: #183872;
  --bs-btn-border-color: #183872;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #389360;
  --bs-btn-hover-border-color: #389360;
  --bs-btn-focus-shadow-rgb: 59, 86, 135;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #132d5b;
  --bs-btn-active-border-color: #122a56;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #183872;
  --bs-btn-disabled-border-color: #183872;
  text-transform: uppercase;
  font-weight: bold; }
  .btn-primary:hover, .search-form-extended .searchform #searchsubmit:hover, .nav-links .next:hover, .nav-links .prev:hover, .join-us form .gform_footer input[type=submit]:hover, #masthead .search-bar .search-form .search-submit:hover {
    color: white !important; }

.btn-green, body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1, .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"] {
  --bs-btn-color: white;
  --bs-btn-bg: #389360;
  --bs-btn-border-color: #389360;
  --bs-btn-hover-color: #389360;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 86, 163, 120;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: #2d764d;
  --bs-btn-active-border-color: #2a6e48;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: #389360;
  --bs-btn-disabled-border-color: #389360;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold; }
  .btn-green:hover, body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1:hover, .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"]:hover {
    color: #389360 !important;
    background-color: #e5e5e5; }

.btn-white {
  --bs-btn-color: #389360;
  --bs-btn-bg: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #389360;
  --bs-btn-hover-border-color: #389360;
  --bs-btn-focus-shadow-rgb: 225, 239, 231;
  --bs-btn-active-color: #333333;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: #333333;
  --bs-btn-disabled-bg: white;
  --bs-btn-disabled-border-color: white;
  color: #389360 !important;
  text-transform: uppercase;
  font-weight: bold; }
  .btn-white:hover {
    color: #389360 !important;
    background-color: #e5e5e5; }

.btn-outline-secondary {
  --bs-btn-color: white;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: rgba(0, 0, 0, 0.2);
  --bs-btn-active-border-color: #bfbfbf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(51, 51, 51, 0.125);
  --bs-btn-disabled-color: white;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: white;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333; }

#masthead {
  z-index: 10;
  background-color: #183872;
  position: relative; }
  #masthead .search-bar {
    display: none;
    padding: 8px 0; }
    #masthead .search-bar .search-form label {
      width: calc(100% - 95px); }
      #masthead .search-bar .search-form label .search-field {
        width: 100%;
        border: none;
        padding: 4px 4px 6px 4px; }
    #masthead .search-bar .search-form .search-submit {
      width: 80px;
      margin-left: 10px; }
  #masthead .top-bar .top-links {
    position: relative; }
    #masthead .top-bar .top-links .form {
      transition: all 0.75s linear;
      position: absolute;
      width: calc(100% - 95px);
      max-width: 350px;
      top: 8px;
      right: 80px;
      height: 20px;
      background-color: #3c3f43;
      overflow: hidden; }
      @media (prefers-reduced-motion: reduce) {
        #masthead .top-bar .top-links .form {
          transition: none; } }
      #masthead .top-bar .top-links .form .search-form {
        display: inline-block;
        float: left;
        width: calc(100% - 37px); }
      #masthead .top-bar .top-links .form .screen-reader-text, #masthead .top-bar .top-links .form .search-submit {
        display: none; }
      #masthead .top-bar .top-links .form label {
        width: 100%;
        height: 20px; }
      #masthead .top-bar .top-links .form .search-field {
        border: none;
        font-size: 12px;
        padding: 0 .5em;
        background-color: #f3c200;
        width: 100%;
        height: 20px;
        float: left; }
        #masthead .top-bar .top-links .form .search-field:focus {
          outline: none; }
      #masthead .top-bar .top-links .form #search-close {
        line-height: 20px;
        color: white;
        float: left;
        padding: 0px .5em 4px .5em; }
        #masthead .top-bar .top-links .form #search-close:visited {
          color: white; }
        #masthead .top-bar .top-links .form #search-close:hover {
          color: #e6e6e6; }
      #masthead .top-bar .top-links .form.closed {
        width: 0; }
    #masthead .top-bar .top-links .search {
      float: right;
      margin: 10px 0;
      color: white;
      font-size: 12px; }
      #masthead .top-bar .top-links .search .search-icon {
        margin-right: .5em; }
      #masthead .top-bar .top-links .search:visited {
        color: white; }
      #masthead .top-bar .top-links .search:hover {
        color: #e6e6e6; }
    #masthead .top-bar .top-links ul {
      float: left;
      width: 100%;
      margin: 0;
      color: white;
      font-size: 12px; }
      @media (min-width: 768px) {
        #masthead .top-bar .top-links ul {
          float: right;
          margin: 10px 0;
          width: auto; } }
      #masthead .top-bar .top-links ul .heart, #masthead .top-bar .top-links ul .phone {
        margin-right: .5em; }
      #masthead .top-bar .top-links ul a {
        color: white; }
        #masthead .top-bar .top-links ul a:visited {
          color: white; }
        #masthead .top-bar .top-links ul a:hover {
          color: #e6e6e6; }
      #masthead .top-bar .top-links ul li {
        margin: 0 10px;
        float: left;
        width: 50%;
        margin: 5px 0;
        text-align: center; }
        #masthead .top-bar .top-links ul li img {
          width: auto;
          height: 100%; }
        @media (min-width: 576px) and (max-width: 767.98px) {
          #masthead .top-bar .top-links ul li {
            width: 33.3333%;
            margin: 5px 0;
            text-align: center; }
            #masthead .top-bar .top-links ul li img {
              width: auto;
              height: 100%; }
            #masthead .top-bar .top-links ul li:last-of-type {
              width: 100%; } }
    #masthead .top-bar .top-links ul.top-links-desktop {
      display: none; }
      @media (min-width: 576px) {
        #masthead .top-bar .top-links ul.top-links-desktop {
          display: block; } }
    #masthead .top-bar .top-links ul.top-links-mobile {
      display: block;
      float: left;
      width: 100%; }
      @media (min-width: 576px) {
        #masthead .top-bar .top-links ul.top-links-mobile {
          display: none; } }
      #masthead .top-bar .top-links ul.top-links-mobile li {
        width: 33.3333%;
        margin: 0;
        text-align: center; }
        #masthead .top-bar .top-links ul.top-links-mobile li img {
          width: auto;
          height: 100%; }
        #masthead .top-bar .top-links ul.top-links-mobile li:last-of-type {
          width: 100%; }
  #masthead .navbar-brand {
    width: 100%;
    max-width: 225px;
    padding: .5em 15px;
    display: inline-block;
    text-align: center; }
    @media (min-width: 576px) {
      #masthead .navbar-brand {
        max-width: 150px;
        padding: 18px 15px; } }
    @media (min-width: 768px) {
      #masthead .navbar-brand {
        max-width: 250px;
        padding: .5em 15px;
        height: 110px; } }
    #masthead .navbar-brand img {
      width: auto;
      height: 100%; }

#google_translate_element .goog-te-gadget-simple {
  margin-top: -2px;
  background-color: #183872;
  border-color: #183872;
  font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif; }
  #google_translate_element .goog-te-gadget-simple .goog-te-gadget-icon {
    display: none; }

@media (min-width: 576px) and (max-width: 767.98px) {
  .force-wide-sm {
    width: 100%; } }

.desktop-logo-container {
  float: left;
  width: 100%;
  text-align: center; }
  .desktop-logo-container .navbar-brand {
    float: none; }
  @media (max-width: 1199.98px) {
    .desktop-logo-container {
      display: none; } }
.mobile-menu-container {
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  position: relative;
  text-align: center; }
  .mobile-menu-container .navbar-brand-mobile {
    padding: 10px;
    display: inline-block; }
    .mobile-menu-container .navbar-brand-mobile img {
      height: 80px; }
  @media (min-width: 1200px) {
    .mobile-menu-container {
      display: none; } }
  .mobile-menu-container .mobile-menu {
    transition: all 0.3s linear;
    position: absolute;
    top: 0;
    left: calc((100vw - 50px - 15px) * -1);
    width: calc((100vw - 50px - 15px) * 1);
    height: calc(100vh - 24px);
    background-color: #183872;
    z-index: 1000; }
    @media (prefers-reduced-motion: reduce) {
      .mobile-menu-container .mobile-menu {
        transition: none; } }
    .mobile-menu-container .mobile-menu .mobile-menu-trigger {
      position: absolute;
      top: 31px;
      left: 100%;
      width: 50px;
      height: 38px;
      padding: .5rem; }
      .mobile-menu-container .mobile-menu .mobile-menu-trigger .mi-menu,
      .mobile-menu-container .mobile-menu .mobile-menu-trigger .mi-menu::after,
      .mobile-menu-container .mobile-menu .mobile-menu-trigger .mi-menu::before {
        box-sizing: border-box;
        position: relative;
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 4px;
        background: white; }
      .mobile-menu-container .mobile-menu .mobile-menu-trigger .mi-menu {
        margin-top: 9px; }
      .mobile-menu-container .mobile-menu .mobile-menu-trigger .mi-menu::after,
      .mobile-menu-container .mobile-menu .mobile-menu-trigger .mi-menu::before {
        content: "";
        position: absolute;
        top: -9px; }
      .mobile-menu-container .mobile-menu .mobile-menu-trigger .mi-menu::after {
        top: 9px; }
    .mobile-menu-container .mobile-menu.open {
      transform: translateX(calc(100vw - 50px - 15px)); }

.primary-menu-outer {
  float: left;
  width: calc(100% + 30px);
  margin-left: -15px;
  text-align: center; }

.menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 100%; }

#top-menu {
  display: none;
  float: right;
  margin: 0 0 0 auto;
  z-index: 10;
  width: auto; }
  @media (min-width: 1200px) {
    #top-menu {
      display: inline-block; } }
  #top-menu > li {
    z-index: 10;
    display: inline-block;
    float: left; }
    #top-menu > li a {
      padding: .5rem;
      color: white; }
      #top-menu > li a:hover {
        color: white; }
  #top-menu .search-trigger {
    width: 40px;
    height: 40px;
    background-image: url(../img/icon-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    #top-menu .search-trigger.open {
      background-image: url(../img/icon-close.png); }
    #top-menu .search-trigger span {
      display: none; }

#primary-menu {
  display: none;
  float: right;
  margin: 0 0 0 auto;
  width: auto; }
  @media (min-width: 1200px) {
    #primary-menu {
      display: inline-block; } }
  #primary-menu > li {
    z-index: 10;
    display: inline-block;
    float: left; }
    #primary-menu > li > a {
      display: block;
      width: 100%;
      color: white;
      line-height: 50px;
      padding: .5rem;
      text-transform: uppercase;
      font-weight: bold; }
    #primary-menu > li.current-menu-item > a, #primary-menu > li.current-page-ancestor > a, #primary-menu > li.current-menu-ancestor > a {
      position: relative; }
    #primary-menu > li.current-menu-item ~ .current-menu-item > a, #primary-menu > li.current-menu-item ~ .current-page-ancestor > a, #primary-menu > li.current-menu-item ~ .current-menu-ancestor > a, #primary-menu > li.current-page-ancestor ~ .current-menu-item > a, #primary-menu > li.current-page-ancestor ~ .current-page-ancestor > a, #primary-menu > li.current-page-ancestor ~ .current-menu-ancestor > a, #primary-menu > li.current-menu-ancestor ~ .current-menu-item > a, #primary-menu > li.current-menu-ancestor ~ .current-page-ancestor > a, #primary-menu > li.current-menu-ancestor ~ .current-menu-ancestor > a {
      background-color: #389360; }
    #primary-menu > li > .sub-menu {
      visibility: hidden;
      opacity: 0;
      transition: visibility 0.25s linear, opacity 0.25s linear;
      position: absolute;
      width: calc(100% + 350px);
      top: 100%;
      left: -175px;
      background-color: white;
      border-top: 3px solid #86cb4b;
      border-bottom: 3px solid #86cb4b;
      z-index: 200;
      text-align: left; }
      @media (min-width: 992px) {
        #primary-menu > li > .sub-menu {
          width: 70%;
          top: 100%;
          left: 15%; } }
      #primary-menu > li > .sub-menu .sub-menu-nav, #primary-menu > li > .sub-menu .sub-menu-callout {
        width: 50%;
        display: inline-block;
        float: left;
        padding: 15px; }
        #primary-menu > li > .sub-menu .sub-menu-nav .title, #primary-menu > li > .sub-menu .sub-menu-callout .title {
          position: relative;
          font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
          font-size: 50px;
          line-height: 1.2;
          padding: 10px; }
          #primary-menu > li > .sub-menu .sub-menu-nav .title:after, #primary-menu > li > .sub-menu .sub-menu-callout .title:after {
            content: '';
            position: absolute;
            bottom: 20px;
            left: 0;
            width: 100%;
            height: 1px; }
        #primary-menu > li > .sub-menu .sub-menu-nav a, #primary-menu > li > .sub-menu .sub-menu-callout a {
          display: block;
          float: left;
          width: 100%; }
      #primary-menu > li > .sub-menu .sub-menu-nav .title {
        color: white; }
        #primary-menu > li > .sub-menu .sub-menu-nav .title:after {
          background-color: white; }
      #primary-menu > li > .sub-menu .sub-menu-nav ul {
        padding: 0 0 0 1rem;
        float: left;
        width: 100%; }
        #primary-menu > li > .sub-menu .sub-menu-nav ul li {
          float: left;
          width: 50%; }
          @media (min-width: 1800px) {
            #primary-menu > li > .sub-menu .sub-menu-nav ul li {
              width: 33.3333%; } }
          #primary-menu > li > .sub-menu .sub-menu-nav ul li a {
            color: white; }
            #primary-menu > li > .sub-menu .sub-menu-nav ul li a:visited, #primary-menu > li > .sub-menu .sub-menu-nav ul li a:active {
              color: white; }
            #primary-menu > li > .sub-menu .sub-menu-nav ul li a:hover {
              color: #cccccc; }
      #primary-menu > li > .sub-menu .sub-menu-callout {
        background-color: white; }
        #primary-menu > li > .sub-menu .sub-menu-callout .title {
          color: #183872; }
          #primary-menu > li > .sub-menu .sub-menu-callout .title:after {
            background-color: #183872; }
        #primary-menu > li > .sub-menu .sub-menu-callout .wp-post-image {
          display: inline-block;
          float: left; }
        #primary-menu > li > .sub-menu .sub-menu-callout .callout-text {
          float: left;
          display: inline-block;
          padding: 0 15px;
          width: calc(100% - 170px);
          color: #333333; }
          #primary-menu > li > .sub-menu .sub-menu-callout .callout-text .callout-text-title {
            color: #389360;
            margin-bottom: 5px;
            font-weight: bold; }
      #primary-menu > li > .sub-menu:before {
        content: '';
        position: absolute;
        top: -3px;
        right: 50%;
        width: 50vw;
        height: calc(100% + 6px);
        background-color: #389360;
        z-index: -1;
        border-bottom: 3px solid #86cb4b; }
      #primary-menu > li > .sub-menu:after {
        content: '';
        position: absolute;
        top: -3px;
        left: 50%;
        width: 50vw;
        height: calc(100% + 6px);
        background-color: white;
        z-index: -1;
        border-bottom: 3px solid #86cb4b; }
    #primary-menu > li:hover .sub-menu {
      visibility: visible;
      opacity: 1; }
    #primary-menu > li:nth-child(1) > a:hover {
      color: #489eaa; }
    #primary-menu > li:nth-child(1) > .sub-menu:before {
      background-color: #489eaa;
      border-top: 3px solid #489eaa;
      border-bottom: 3px solid #489eaa; }
    #primary-menu > li:nth-child(1) > .sub-menu:after {
      border-top: 3px solid #489eaa;
      border-bottom: 3px solid #489eaa; }
    #primary-menu > li:nth-child(2) > a:hover {
      color: #d75242; }
    #primary-menu > li:nth-child(2) > .sub-menu:before {
      background-color: #d75242;
      border-top: 3px solid #d75242;
      border-bottom: 3px solid #d75242; }
    #primary-menu > li:nth-child(2) > .sub-menu:after {
      border-top: 3px solid #d75242;
      border-bottom: 3px solid #d75242; }
    #primary-menu > li:nth-child(3) > a:hover {
      color: #905898; }
    #primary-menu > li:nth-child(3) > .sub-menu:before {
      background-color: #905898;
      border-top: 3px solid #905898;
      border-bottom: 3px solid #905898; }
    #primary-menu > li:nth-child(3) > .sub-menu:after {
      border-top: 3px solid #905898;
      border-bottom: 3px solid #905898; }
    #primary-menu > li:nth-child(4) > a:hover {
      color: #86CB4B; }
    #primary-menu > li:nth-child(4) > .sub-menu:before {
      background-color: #86CB4B;
      border-top: 3px solid #86CB4B;
      border-bottom: 3px solid #86CB4B; }
    #primary-menu > li:nth-child(4) > .sub-menu:after {
      border-top: 3px solid #86CB4B;
      border-bottom: 3px solid #86CB4B; }
    #primary-menu > li:nth-child(5) > a:hover {
      color: #905898; }
    #primary-menu > li:nth-child(5) > .sub-menu:before {
      background-color: #905898;
      border-top: 3px solid #905898;
      border-bottom: 3px solid #905898; }
    #primary-menu > li:nth-child(5) > .sub-menu:after {
      border-top: 3px solid #905898;
      border-bottom: 3px solid #905898; }
    #primary-menu > li:nth-child(6) > a {
      background-color: #86CB4B; }
    #primary-menu > li:nth-child(6) > .sub-menu:before {
      background-color: #86CB4B;
      border-top: 3px solid #86CB4B;
      border-bottom: 3px solid #86CB4B; }
    #primary-menu > li:nth-child(6) > .sub-menu:after {
      border-top: 3px solid #86CB4B;
      border-bottom: 3px solid #86CB4B; }
    #primary-menu > li:nth-child(7) > a {
      background-color: #0297d1; }
    #primary-menu > li:nth-child(7) > .sub-menu:before {
      background-color: #0297d1;
      border-top: 3px solid #0297d1;
      border-bottom: 3px solid #0297d1; }
    #primary-menu > li:nth-child(7) > .sub-menu:after {
      border-top: 3px solid #0297d1;
      border-bottom: 3px solid #0297d1; }

.navbar-default {
  margin-bottom: 0; }
  .navbar-default .navbar-container {
    background-color: white; }
    @media (min-width: 576px) {
      .navbar-default .navbar-container {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 0 0 10px 10px; } }
  .navbar-default #menu-primary-menu > li > a {
    font-size: 16px; }
    @media (min-width: 768px) {
      .navbar-default #menu-primary-menu > li > a {
        padding: 40px 20px;
        font-size: 22px; } }
    @media (min-width: 992px) {
      .navbar-default #menu-primary-menu > li > a {
        padding: 40px 25px;
        font-size: 28px; } }
.navbar {
  border: none;
  z-index: 10; }

@media (max-width: 575.98px) {
  .center-sm {
    text-align: center; } }

.md-table-control {
  display: table; }
  .md-table-control .md-table {
    display: table-cell;
    vertical-align: middle; }

.full-screener:hover {
  cursor: pointer; }

.img-modal {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  /*
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
*/
  background-color: rgba(0, 0, 0, 0.9); }
  .img-modal .md-table-control {
    width: 100%;
    height: 100%;
    text-align: center; }
    .img-modal .md-table-control .md-table img {
      max-width: 95%;
      max-height: 95%;
      width: auto;
      height: auto; }
  .img-modal:after {
    content: '\2717';
    position: absolute;
    top: .5em;
    right: .5em;
    color: white;
    font-size: 2em;
    border: 1px solid #fff;
    border-radius: 100px;
    line-height: 1em;
    padding: 0 8px 4px 8px; }

#hero-internal {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1; }
  #hero-internal #hero-background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    #hero-internal #hero-background .slide-back {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-size: contain;
      background-position: center top;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 0.5s linear; }
      @media (prefers-reduced-motion: reduce) {
        #hero-internal #hero-background .slide-back {
          transition: none; } }
      #hero-internal #hero-background .slide-back.active {
        opacity: 1; }
      #hero-internal #hero-background .slide-back img {
        width: 100%;
        height: auto; }

#home-hero #carousel-home {
  width: calc(100% + 30px);
  margin-left: -15px; }
  #home-hero #carousel-home .carousel-indicators {
    bottom: 75px; }
    @media (max-width: 575.98px) {
      #home-hero #carousel-home .carousel-indicators {
        display: none; } }
    #home-hero #carousel-home .carousel-indicators li {
      border: 2px solid white;
      background-color: white;
      width: 15px;
      height: 15px;
      margin: 0 2px; }
      #home-hero #carousel-home .carousel-indicators li.active {
        background-color: #86cb4b;
        width: 15px;
        height: 15px;
        margin: 0 2px; }
  #home-hero #carousel-home .carousel-control-prev-icon, #home-hero #carousel-home .carousel-control-next-icon {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 2rem;
    width: 3rem;
    height: 3rem; }
  #home-hero #carousel-home .carousel-inner .carousel-item {
    width: 100%; }
    #home-hero #carousel-home .carousel-inner .carousel-item a {
      color: white; }
      #home-hero #carousel-home .carousel-inner .carousel-item a:hover, #home-hero #carousel-home .carousel-inner .carousel-item a:visited {
        color: white; }
    #home-hero #carousel-home .carousel-inner .carousel-item .carousel-img {
      height: 60vh;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media (min-width: 768px) {
        #home-hero #carousel-home .carousel-inner .carousel-item .carousel-img {
          height: 50vh; } }
    #home-hero #carousel-home .carousel-inner .carousel-item .slide-title {
      text-transform: uppercase;
      font-size: 2rem;
      line-height: 1.2;
      font-weight: 600;
      margin-bottom: 2rem;
      color: white;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    #home-hero #carousel-home .carousel-inner .carousel-item .slide-description {
      margin-bottom: 2rem;
      color: white;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
    #home-hero #carousel-home .carousel-inner .carousel-item .carousel-caption {
      position: relative;
      width: 100%;
      padding: 1rem; }
  #home-hero #carousel-home .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    #home-hero #carousel-home .slide-content > div {
      padding: 1rem; }
  #home-hero #carousel-home .carousel-control {
    bottom: 75px;
    opacity: 1;
    background-image: none; }
    #home-hero #carousel-home .carousel-control .icon-prev, #home-hero #carousel-home .carousel-control .icon-next, #home-hero #carousel-home .carousel-control .glyphicon-chevron-left, #home-hero #carousel-home .carousel-control .glyphicon-chevron-right {
      transform: scale(1.5, 2.5);
      top: calc(50% - 50px); }

body.mobile-menu-open #home-hero #carousel-home .carousel-inner .carousel-item .carousel-caption .carousel-caption-right span a {
  z-index: -1; }

#home-primary {
  position: relative;
  z-index: 1; }
  #home-primary .home-strips {
    padding: 0 4em; }
    @media (min-width: 576px) {
      #home-primary .home-strips {
        padding: 0 2em; } }
    @media (min-width: 768px) {
      #home-primary .home-strips {
        padding: 0; } }
    @media (min-width: 576px) {
      #home-primary .home-strips {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 10px 10px 0 0;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% 4px; } }
    @media (min-width: 768px) {
      #home-primary .home-strips .home-strip-row {
        margin-left: 0;
        margin-right: 0; } }
    #home-primary .home-strips .home-strip {
      padding: .5em 15px .5em 15px; }
      #home-primary .home-strips .home-strip:hover {
        cursor: pointer; }
      #home-primary .home-strips .home-strip h3, #home-primary .home-strips .home-strip .h3 {
        color: #008fc0;
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin-top: 5px; }
      #home-primary .home-strips .home-strip img {
        width: 100%;
        height: auto; }
      #home-primary .home-strips .home-strip div {
        color: #183872;
        font-size: 16px;
        margin: 0;
        padding-top: .5em;
        padding-bottom: .5em;
        height: 48px;
        overflow: hidden; }
  #home-primary .home-below {
    position: relative;
    padding: 1em;
    margin-bottom: 2em;
    background-color: white; }
    #home-primary .home-below .blue-box {
      display: table;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 576px) {
        #home-primary .home-below .blue-box h2, #home-primary .home-below .blue-box .h2, #home-primary .home-below .blue-box .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content #home-primary .home-below .blue-box .title {
          margin-bottom: 1em; } }
      @media (min-width: 576px) {
        #home-primary .home-below .blue-box {
          background-color: #008fc0;
          color: white; } }
      @media (min-width: 768px) {
        #home-primary .home-below .blue-box {
          padding-right: 0;
          overflow: hidden; } }
      #home-primary .home-below .blue-box .content-inner {
        display: table-cell;
        vertical-align: middle;
        padding: 1em; }
    #home-primary .home-below .video-box {
      padding-left: 0;
      padding-right: 0; }

#home-callouts {
  position: relative;
  background-color: white;
  padding-left: 0;
  padding-right: 0; }
  #home-callouts .home-callouts {
    float: left;
    margin-bottom: 0;
    width: 100%;
    padding: 0; }
    @media (min-width: 576px) {
      #home-callouts .home-callouts {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    @media (min-width: 992px) {
      #home-callouts .home-callouts {
        width: calc(100% + 45px);
        margin-left: -45px; } }
    #home-callouts .home-callouts li {
      position: relative;
      display: inline-block;
      float: left;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      width: 50%;
      height: 50vw;
      border-color: white;
      border-style: solid; }
      #home-callouts .home-callouts li a {
        display: block; }
        #home-callouts .home-callouts li a .mask {
          transition: all 0.25s linear;
          position: absolute;
          display: table;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          padding: 20px;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 50%;
          background-color: rgba(24, 56, 114, 0.6); }
          @media (prefers-reduced-motion: reduce) {
            #home-callouts .home-callouts li a .mask {
              transition: none; } }
          #home-callouts .home-callouts li a .mask span {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
            line-height: 1.2;
            color: white;
            font-size: 1.5rem;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 1.1; }
            @media (min-width: 576px) {
              #home-callouts .home-callouts li a .mask span {
                font-size: 2.5vw; } }
        #home-callouts .home-callouts li a:hover .mask {
          background-color: transparent; }
      #home-callouts .home-callouts li:nth-child(1) {
        width: 100%;
        height: 100vw;
        border-top-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 2px;
        border-left-width: 4px; }
      #home-callouts .home-callouts li:nth-child(2), #home-callouts .home-callouts li:nth-child(4) {
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 4px; }
      #home-callouts .home-callouts li:nth-child(3), #home-callouts .home-callouts li:nth-child(5) {
        border-top-width: 2px;
        border-right-width: 4px;
        border-bottom-width: 2px;
        border-left-width: 2px; }
      #home-callouts .home-callouts li:nth-child(1) .mask {
        background-color: rgba(26, 53, 99, 0.8); }
      #home-callouts .home-callouts li:nth-child(1) a:hover .mask {
        background-color: #1a3563; }
      #home-callouts .home-callouts li:nth-child(2) .mask {
        background-color: rgba(134, 203, 75, 0.8); }
      #home-callouts .home-callouts li:nth-child(2) a:hover .mask {
        background-color: #86CB4B; }
      #home-callouts .home-callouts li:nth-child(3) .mask {
        background-color: rgba(144, 88, 152, 0.8); }
      #home-callouts .home-callouts li:nth-child(3) a:hover .mask {
        background-color: #905898; }
      #home-callouts .home-callouts li:nth-child(4) .mask {
        background-color: rgba(72, 158, 170, 0.8); }
      #home-callouts .home-callouts li:nth-child(4) a:hover .mask {
        background-color: #489eaa; }
      #home-callouts .home-callouts li:nth-child(5) .mask {
        background-color: rgba(215, 82, 66, 0.8); }
      #home-callouts .home-callouts li:nth-child(5) a:hover .mask {
        background-color: #d75242; }
      @media (min-width: 576px) {
        #home-callouts .home-callouts li {
          width: calc(100% / 3);
          height: calc(100vw / 6); }
          #home-callouts .home-callouts li:nth-child(1) {
            width: calc(100% / 3);
            height: calc(100vw / 3); }
          #home-callouts .home-callouts li:nth-child(1) {
            border-top-width: 0;
            border-right-width: 1px;
            border-bottom-width: 0;
            border-left-width: 0; }
          #home-callouts .home-callouts li:nth-child(2) {
            border-top-width: 0;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 1px; }
          #home-callouts .home-callouts li:nth-child(3) {
            border-top-width: 0;
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-left-width: 1px; }
          #home-callouts .home-callouts li:nth-child(4) {
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 0;
            border-left-width: 1px; }
          #home-callouts .home-callouts li:nth-child(5) {
            border-top-width: 1px;
            border-right-width: 1px;
            border-bottom-width: 0;
            border-left-width: 1px; } }
      @media (min-width: 768px) {
        #home-callouts .home-callouts li {
          width: calc(940px / 4);
          height: calc(940px / 5.2); }
          #home-callouts .home-callouts li:nth-child(1) {
            width: calc(940px / 2);
            height: calc(940px / 2.6); } }
      @media (min-width: 992px) {
        #home-callouts .home-callouts li {
          width: 25%;
          height: calc(50vw * 0.64722222);
          max-height: 25vh; }
          #home-callouts .home-callouts li:nth-child(1) {
            width: 50%;
            height: calc(100vw * 0.64722222);
            max-height: 50vh; } }
#itinerary-callouts {
  position: relative;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0; }
  #itinerary-callouts .itinerary-callouts {
    float: left;
    margin-bottom: 0;
    width: 100%;
    height: 25vh;
    flex: 0 0 100%; }
    @media (min-width: 768px) {
      #itinerary-callouts .itinerary-callouts {
        width: 50%;
        margin-left: 0;
        flex: 0 0 50%; } }
    #itinerary-callouts .itinerary-callouts a {
      display: block;
      position: relative;
      height: 100%; }
      #itinerary-callouts .itinerary-callouts a .mask {
        transition: all 0.25s linear;
        position: absolute;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%;
        background-color: rgba(24, 56, 114, 0.6); }
        @media (prefers-reduced-motion: reduce) {
          #itinerary-callouts .itinerary-callouts a .mask {
            transition: none; } }
        #itinerary-callouts .itinerary-callouts a .mask span {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          font-style: italic;
          font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
          font-size: 40px;
          line-height: 1.1;
          line-height: 1.2;
          color: white; }
          @media (min-width: 576px) {
            #itinerary-callouts .itinerary-callouts a .mask span {
              font-size: 3vh; } }
      #itinerary-callouts .itinerary-callouts a:hover .mask {
        background-color: transparent; }
    #itinerary-callouts .itinerary-callouts:nth-child(1) .mask {
      background-color: rgba(26, 53, 99, 0.8); }
    #itinerary-callouts .itinerary-callouts:nth-child(1) a:hover .mask {
      background-color: #1a3563; }
    #itinerary-callouts .itinerary-callouts:nth-child(2) .mask {
      background-color: rgba(215, 82, 66, 0.8); }
    #itinerary-callouts .itinerary-callouts:nth-child(2) a:hover .mask {
      background-color: #d75242; }
    #itinerary-callouts .itinerary-callouts:nth-child(3) .mask {
      background-color: rgba(134, 203, 75, 0.8); }
    #itinerary-callouts .itinerary-callouts:nth-child(3) a:hover .mask {
      background-color: #86CB4B; }
    #itinerary-callouts .itinerary-callouts:nth-child(4) .mask {
      background-color: rgba(144, 88, 152, 0.8); }
    #itinerary-callouts .itinerary-callouts:nth-child(4) a:hover .mask {
      background-color: #905898; }
    #itinerary-callouts .itinerary-callouts:nth-child(5) .mask {
      background-color: rgba(2, 151, 209, 0.8); }
    #itinerary-callouts .itinerary-callouts:nth-child(5) a:hover .mask {
      background-color: #0297d1; }

#home-events {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  #home-events .btn, #home-events .search-form-extended .searchform #searchsubmit, .search-form-extended .searchform #home-events #searchsubmit, #home-events .searchform-header #searchsubmit-header, .searchform-header #home-events #searchsubmit-header, #home-events .nav-links .next, .nav-links #home-events .next, #home-events .nav-links .prev, .nav-links #home-events .prev, #home-events .join-us form .gform_footer input[type=submit], .join-us form .gform_footer #home-events input[type=submit], #home-events body:not(.wp-admin) .gform_button, body:not(.wp-admin) #home-events .gform_button, #home-events body:not(.wp-admin) #gform_wrapper_1 #gform_submit_button_1, body:not(.wp-admin) #gform_wrapper_1 #home-events #gform_submit_button_1, #home-events .search-content-layout .filter-businesses-wrapper .filter-businesses input[type="submit"], .search-content-layout .filter-businesses-wrapper .filter-businesses #home-events input[type="submit"], #home-events .btn-primary, #home-events .btn-green, #home-events .btn-white, #home-events .btn-outline-secondary, #home-events #masthead .search-bar .search-form .search-submit, #masthead .search-bar .search-form #home-events .search-submit {
    margin-top: 1rem; }
  #home-events .card-group {
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin-right: 0;
    margin-left: -15px;
    width: calc(100% + 30px); }
    #home-events .card-group .card {
      background-color: #389360;
      color: white;
      text-align: center;
      margin-bottom: 0;
      border-radius: 0;
      height: 100vw;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      align-items: center;
      justify-content: center; }
      @media (min-width: 600px) {
        #home-events .card-group .card {
          height: 50vw;
          min-height: 50vw;
          flex: 0 1 50%; }
          #home-events .card-group .card:last-of-type {
            flex: 0 1 100%; } }
      @media (min-width: 576px) {
        #home-events .card-group .card {
          height: 33vw;
          min-height: 33vw;
          flex: 0 1 calc(100% / 3); }
          #home-events .card-group .card:last-of-type {
            flex: 0 1 calc(100% / 3); }
          #home-events .card-group .card:nth-last-of-type(2):first-of-type {
            flex: 0 1 calc(100% / 2); }
          #home-events .card-group .card:last-of-type:nth-child(2) {
            flex: 0 1 calc(100% / 2); } }
      @media (min-width: 1200px) {
        #home-events .card-group .card {
          height: 16.5vw;
          min-height: 16.5vw; } }
      #home-events .card-group .card .mask {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #389360;
        opacity: .5; }
      #home-events .card-group .card .card-body {
        padding: 1rem; }
      #home-events .card-group .card .title {
        z-index: 100;
        font-size: 1.5rem;
        font-weight: bold;
        padding: 20%; }
      #home-events .card-group .card:hover .mask {
        opacity: .75; }

#home-highlights {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  #home-highlights h2, #home-highlights .h2, #home-highlights .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content #home-highlights .title {
    margin-bottom: 3rem; }
  #home-highlights .highlights-container {
    float: left;
    width: calc(100% + 30px);
    margin-left: -15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    #home-highlights .highlights-container .navigation {
      display: inline-block;
      float: left;
      width: 100%;
      height: 100%;
      background-color: #eee; }
      @media (min-width: 768px) {
        #home-highlights .highlights-container .navigation {
          width: 33.3333%;
          height: 50vh; } }
      @media (min-width: 992px) {
        #home-highlights .highlights-container .navigation {
          width: 33.3333%;
          height: 50vh; } }
      #home-highlights .highlights-container .navigation .title {
        transition: all 0.25s linear;
        position: relative;
        display: flex;
        align-items: center;
        padding: 1rem;
        font-size: 1.5rem; }
        @media (prefers-reduced-motion: reduce) {
          #home-highlights .highlights-container .navigation .title {
            transition: none; } }
        @media (min-width: 768px) {
          #home-highlights .highlights-container .navigation .title {
            height: calc(40vh / 3); } }
        #home-highlights .highlights-container .navigation .title:after {
          position: absolute;
          content: '';
          top: 0;
          left: 100%;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: calc(20vh / 3) 0 calc(20vh / 3) calc(20vh / 3);
          border-color: transparent transparent transparent transparent;
          z-index: 100; }
        #home-highlights .highlights-container .navigation .title.active {
          background-color: #183872;
          color: white; }
          #home-highlights .highlights-container .navigation .title.active:after {
            border-color: transparent transparent transparent #183872; }
        #home-highlights .highlights-container .navigation .title:hover:not(.active) {
          background-color: #389360;
          color: white; }
          #home-highlights .highlights-container .navigation .title:hover:not(.active):after {
            border-color: transparent transparent transparent transparent; }
    #home-highlights .highlights-container .content {
      position: relative;
      display: inline-block;
      float: left;
      width: 100%;
      height: 40vh; }
      @media (min-width: 768px) {
        #home-highlights .highlights-container .content {
          width: 66.6666%;
          height: 50vh; } }
      @media (min-width: 992px) {
        #home-highlights .highlights-container .content {
          width: 66.6666%;
          height: 50vh; } }
      #home-highlights .highlights-container .content .item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: -1;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        pointer-events: none; }
        #home-highlights .highlights-container .content .item.active {
          opacity: 1;
          z-index: 10;
          pointer-events: all; }
        #home-highlights .highlights-container .content .item .learn-more {
          position: absolute;
          bottom: 1rem;
          right: 1rem;
          padding: .5rem 1rem;
          color: white;
          background-color: #183872;
          border: 1px solid #ccc; }

#home-events,
#home-highlights,
#home-about {
  position: relative; }
  #home-events h2, #home-events .h2, #home-events .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content #home-events .title,
  #home-highlights h2,
  #home-highlights .h2,
  #home-highlights .top-ten .top-ten-event .content .title,
  .top-ten .top-ten-event .content #home-highlights .title,
  #home-about h2,
  #home-about .h2,
  #home-about .top-ten .top-ten-event .content .title,
  .top-ten .top-ten-event .content #home-about .title {
    width: 100%;
    text-align: center;
    color: #389360; }

.lined-title {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #389360;
  /*
    @include media-breakpoint-up(md) {
      &:before, &:after {
        position: absolute;
        top: calc(50% - 0px);
        content: '';
        background-repeat: no-repeat;
        background-size: contain;
        width: calc(50% - 200px);
        height: 21px;
      }
      &:before {
        left: -25px;
        background-image: url(../img/accent-line-left.png);
        background-position: center right;
      }
      &:after {
        right: -25px;
        background-image: url(../img/accent-line-right.png);
        background-position: center left;
      }
    }
    */ }
  .lined-title span {
    position: relative;
    width: 400px;
    font-weight: 700;
    text-transform: uppercase; }

.event-banner {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  background-image: url(/wp-content/themes/visit-somerset-nj-2024/assets/img/event-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px; }
  .event-banner img {
    width: 100%;
    height: auto; }
  .event-banner .box-title {
    z-index: 50; }

.box-title {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  font-size: 5vw;
  border: 13px solid white;
  color: white;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  align-items: center;
  display: flex; }
  @media (min-width: 768px) {
    .box-title {
      width: 60%;
      height: 60%;
      top: 20%;
      left: 20%;
      font-size: 3vw; } }
  @media (min-width: 992px) {
    .box-title {
      width: 36%;
      height: 40%;
      top: 30%;
      left: 32%;
      font-size: 3vw; } }
  .box-title span {
    width: 100%; }

@media (max-width: 575.98px) {
  #home-hero .box-title {
    display: none; } }

@media (min-width: 576px) {
  #home-hero .box-title {
    width: 50%;
    height: 40%;
    top: 25%;
    left: 25%;
    font-size: 5vw; } }

@media (min-width: 768px) {
  #home-hero .box-title {
    width: 50%;
    height: 40%;
    top: 25%;
    left: 25%;
    font-size: 5vw; } }

@media (min-width: 992px) {
  #home-hero .box-title {
    width: 46%;
    height: 40%;
    top: 25%;
    left: 30%;
    font-size: 3.5vw; } }

.home-post {
  display: none; }
  @media (min-width: 768px) {
    .home-post {
      display: block; } }
  .home-post .home-post-content {
    display: inline-block;
    float: left;
    width: 100%; }
    .home-post .home-post-content .home-post-title {
      display: inline-block;
      float: left;
      width: 100%;
      font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
      font-size: 50px;
      line-height: 1.2;
      color: #86cb4b;
      margin-bottom: 15px; }
    .home-post .home-post-content .home-post-excerpt {
      display: inline-block;
      float: left;
      width: 100%; }
  .home-post .home-post-thumbnail {
    display: inline-block;
    float: left;
    width: 250px;
    margin-right: 20px; }
    .home-post .home-post-thumbnail img {
      width: 100%;
      height: auto; }
    .home-post .home-post-thumbnail + .home-post-content {
      width: calc(100% - 270px); }

#home-close {
  position: relative;
  padding-top: 4rem; }

.join-us {
  background-color: #86cb4b;
  width: 100%;
  float: left;
  padding: 25px 15px; }
  @media (min-width: 992px) {
    .join-us {
      padding: 25px 12%; } }
  .join-us .form-title, .join-us .form-desc {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: white; }
  .join-us .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important; }
  .join-us .gform_wrapper {
    float: left;
    width: 100%;
    margin: 0; }
  .join-us .form-title {
    font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
    font-size: 52px;
    line-height: 1; }
  .join-us form {
    width: 80%;
    padding: 0 10px; }
    .join-us form .gfield {
      display: inline-block;
      float: left;
      width: 100%;
      padding: .5rem;
      clear: none !important; }
      @media (min-width: 576px) {
        .join-us form .gfield {
          width: 50%; } }
      .join-us form .gfield label {
        color: white;
        font-size: 20px;
        display: inline-block;
        float: left;
        width: 100%;
        margin: 5px 0; }
      .join-us form .gfield .ginput_container {
        display: inline-block;
        float: left;
        width: 100%; }
        .join-us form .gfield .ginput_container input {
          width: 100%; }
    .join-us form .gform_body {
      display: inline-block;
      float: left;
      width: 100%;
      clear: none !important; }
      @media (min-width: 768px) {
        .join-us form .gform_body {
          width: calc(100% - 115px); } }
    .join-us form .gform_footer {
      display: inline-block;
      float: left;
      width: 100%;
      clear: none !important;
      padding: .5rem; }
      @media (min-width: 768px) {
        .join-us form .gform_footer {
          width: 115px;
          margin: 40px 0 0; } }
      .join-us form .gform_footer input[type=submit] {
        margin: 0; }
        .join-us form .gform_footer input[type=submit]:hover {
          background-color: #183872 !important; }

.sub-categories-list {
  float: left;
  width: 100%;
  margin: 0 !important;
  padding: 0; }
  .sub-categories-list li {
    display: inline-block;
    float: left;
    width: 100%; }
    @media (min-width: 576px) {
      .sub-categories-list li {
        width: 50%; } }
    @media (min-width: 768px) {
      .sub-categories-list li {
        width: 33.3333%; } }
  @media (min-width: 768px) {
    .sub-categories-list.four li {
      width: 25%; } }
  .sub-categories-list .items {
    position: relative;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 50%;
    height: 50vw;
    border-color: white;
    border-style: solid; }
    @media (min-width: 992px) {
      .sub-categories-list .items {
        width: 33.3333%;
        height: 300px; } }
    .sub-categories-list .items a {
      height: 100%;
      display: block; }
      .sub-categories-list .items a .mask {
        transition: all 0.25s linear;
        position: absolute;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%;
        background-color: rgba(24, 56, 114, 0.6); }
        @media (prefers-reduced-motion: reduce) {
          .sub-categories-list .items a .mask {
            transition: none; } }
        .sub-categories-list .items a .mask span {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          font-style: italic;
          font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
          font-size: 1.25rem;
          line-height: 1.1;
          line-height: 1.2;
          color: white; }
          @media (min-width: 576px) {
            .sub-categories-list .items a .mask span {
              font-size: 2vw; } }
      .sub-categories-list .items a:hover .mask {
        background-color: transparent; }
    .sub-categories-list .items:nth-child(1) {
      border-top-width: 4px;
      border-right-width: 4px;
      border-bottom-width: 2px;
      border-left-width: 4px; }
    .sub-categories-list .items:nth-child(2), .sub-categories-list .items:nth-child(4) {
      border-top-width: 2px;
      border-right-width: 2px;
      border-bottom-width: 2px;
      border-left-width: 4px; }
    .sub-categories-list .items:nth-child(3), .sub-categories-list .items:nth-child(5) {
      border-top-width: 2px;
      border-right-width: 4px;
      border-bottom-width: 2px;
      border-left-width: 2px; }
    .sub-categories-list .items:nth-child(5n-4) .mask {
      background-color: rgba(26, 53, 99, 0.8); }
    .sub-categories-list .items:nth-child(5n-4) a:hover .mask {
      background-color: #1a3563; }
    .sub-categories-list .items:nth-child(5n-3) .mask {
      background-color: rgba(134, 203, 75, 0.8); }
    .sub-categories-list .items:nth-child(5n-3) a:hover .mask {
      background-color: #86CB4B; }
    .sub-categories-list .items:nth-child(5n-2) .mask {
      background-color: rgba(144, 88, 152, 0.8); }
    .sub-categories-list .items:nth-child(5n-2) a:hover .mask {
      background-color: #905898; }
    .sub-categories-list .items:nth-child(5n-1) .mask {
      background-color: rgba(72, 158, 170, 0.8); }
    .sub-categories-list .items:nth-child(5n-1) a:hover .mask {
      background-color: #489eaa; }
    .sub-categories-list .items:nth-child(5n) .mask {
      background-color: rgba(215, 82, 66, 0.8); }
    .sub-categories-list .items:nth-child(5n) a:hover .mask {
      background-color: #d75242; }
  .sub-categories-list .cat-box {
    height: 150px;
    padding: 16px;
    margin-bottom: 30px; }
    .sub-categories-list .cat-box a {
      position: relative;
      display: block;
      height: 100%;
      border: 1px solid #183872;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-image: url(../img/default-category-icon.jpg); }
      .sub-categories-list .cat-box a div {
        position: absolute;
        top: 100%;
        padding: 5px;
        text-align: center;
        background-color: #183872;
        outline: 1px solid #183872;
        color: white;
        width: 100%; }

.book-stay {
  background-color: #389360;
  width: 100%;
  float: left; }

.kill-xs-padding {
  padding-left: 0;
  padding-right: 0; }

body.home .widget.TwitterTweets .fetched_tweets {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  float: left;
  width: 100%; }
  body.home .widget.TwitterTweets .fetched_tweets .tweets_avatar {
    display: inline-block;
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    box-shadow: none;
    border-width: 0px;
    padding: 20px !important; }
    @media (min-width: 768px) {
      body.home .widget.TwitterTweets .fetched_tweets .tweets_avatar {
        width: calc((100% - 40px) / 3);
        margin: 0; }
        body.home .widget.TwitterTweets .fetched_tweets .tweets_avatar:nth-child(2) {
          margin: 0 20px; } }
body:not(.home) .widget.TwitterTweets .fetched_tweets {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
  float: left;
  width: 100%; }
  body:not(.home) .widget.TwitterTweets .fetched_tweets .tweets_avatar {
    display: inline-block;
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    box-shadow: none;
    border-width: 0px;
    padding: 20px !important; }
    body:not(.home) .widget.TwitterTweets .fetched_tweets .tweets_avatar .wdtf-user-card {
      display: inline-block;
      float: left;
      width: 75px;
      margin-right: 5px; }
      body:not(.home) .widget.TwitterTweets .fetched_tweets .tweets_avatar .wdtf-user-card .wdtf-screen-name {
        display: none; }
    body:not(.home) .widget.TwitterTweets .fetched_tweets .tweets_avatar .tweet_data {
      display: inline-block;
      float: left;
      width: calc(100% - 80px);
      font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif; }
    body:not(.home) .widget.TwitterTweets .fetched_tweets .tweets_avatar .times {
      display: none; }
    body:not(.home) .widget.TwitterTweets .fetched_tweets .tweets_avatar:nth-child(3) {
      display: none; }
    @media (min-width: 768px) {
      body:not(.home) .widget.TwitterTweets .fetched_tweets .tweets_avatar {
        width: calc((100% - 40px) / 2);
        margin: 0; }
        body:not(.home) .widget.TwitterTweets .fetched_tweets .tweets_avatar:nth-child(1) {
          margin: 0 20px 0 0; }
        body:not(.home) .widget.TwitterTweets .fetched_tweets .tweets_avatar:nth-child(2) {
          margin: 0 0 0 20px; } }
.follow-set {
  display: inline-table;
  margin: 10px 0;
  color: #333333;
  font-size: 18px; }
  .home .follow-set {
    margin: 30px 0; }
  .follow-set li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px; }
    .follow-set li img {
      height: 24px;
      width: auto; }

.follow-menu-outer .follow-set {
  float: right;
  margin: 10px 0;
  color: white;
  font-size: 15px; }
  .follow-menu-outer .follow-set li:first-of-type {
    padding-right: 10px; }

#primary {
  position: relative;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 0; }
  #primary .page-hero {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    height: 36vh;
    max-height: 650px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    #primary .page-hero .entry-title {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0;
      padding: 1rem; }
      #primary .page-hero .entry-title span {
        margin: auto;
        color: white;
        font-size: 3vw;
        text-transform: uppercase;
        font-weight: 700;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
        @media (min-width: 768px) {
          #primary .page-hero .entry-title span {
            font-size: 3.5vw; } }
  #primary .page-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%; }
    #primary .page-background img {
      width: 100%;
      height: auto; }
    #primary .page-background:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 20%;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
  #primary .main-content {
    background-color: white;
    padding-bottom: 2em; }
    #primary .main-content ul {
      list-style: inherit;
      margin-left: 25px; }
    #primary .main-content ol {
      list-style: inherit;
      margin-left: 25px; }
  #primary .sidebar {
    background-color: rgba(255, 255, 255, 0.9); }
    #primary .sidebar .widget-area {
      float: left;
      padding: 1em;
      text-align: center;
      width: 100%;
      color: #333333; }
      #primary .sidebar .widget-area h1, #primary .sidebar .widget-area .h1, #primary .sidebar .widget-area h2, #primary .sidebar .widget-area .h2, #primary .sidebar .widget-area .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content #primary .sidebar .widget-area .title, #primary .sidebar .widget-area h3, #primary .sidebar .widget-area .h3, #primary .sidebar .widget-area h4, #primary .sidebar .widget-area .h4, #primary .sidebar .widget-area h5, #primary .sidebar .widget-area .h5, #primary .sidebar .widget-area h6, #primary .sidebar .widget-area .h6 {
        color: #389360; }
      @media (min-width: 768px) {
        #primary .sidebar .widget-area {
          position: relative; } }
      #primary .sidebar .widget-area .widget {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 3px dotted #b2b2b2; }
      #primary .sidebar .widget-area #gform_widget-2 .gform_wrapper {
        margin: 0; }
      #primary .sidebar .widget-area #gform_widget-2 .gform_heading {
        margin-bottom: 0; }
      #primary .sidebar .widget-area #gform_widget-2 .gform_description {
        margin: 0;
        width: 100%;
        text-align: center; }
      #primary .sidebar .widget-area #gform_widget-2 form {
        width: 80%;
        margin-left: 10%; }
        #primary .sidebar .widget-area #gform_widget-2 form .gfield label {
          color: #333333;
          font-size: 18px;
          display: inline-block;
          float: left;
          width: 100%;
          margin: 5px 0;
          text-align: center; }
        #primary .sidebar .widget-area #gform_widget-2 form .gfield .ginput_container {
          display: inline-block;
          float: left;
          width: 100%; }
          #primary .sidebar .widget-area #gform_widget-2 form .gfield .ginput_container input {
            width: 100%;
            border: 1px solid #389360; }
        #primary .sidebar .widget-area #gform_widget-2 form .gform_footer {
          text-align: center;
          font-style: italic;
          font-weight: 600; }
          #primary .sidebar .widget-area #gform_widget-2 form .gform_footer input[type=submit] {
            margin: 0; }
      #primary .sidebar .widget-area .menu li {
        text-align: left;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.25); }
      #primary .sidebar .widget-area:last-of-type .widget:last-of-type {
        border-bottom: none; }

.filter-businesses + .business-listing:first-of-type, .legend + .business-listing:first-of-type {
  margin-top: 2rem !important; }

.filter-businesses + .business-listing.featured:first-of-type, .legend + .business-listing.featured:first-of-type {
  margin-top: 4rem !important; }

.filter-businesses {
  background-color: #183872;
  padding: 1rem 10%;
  font-weight: 600;
  color: white;
  /*
select {
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5rem;
  padding: 0.5rem 3.5rem 0.5rem 1rem;
  margin: 0;      
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 1rem;
  width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
  background-position: calc(100% - 22px) calc(21px), calc(100% - 17px) calc(1rem + 3px), calc(100% - .5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5rem 1.5rem;
  background-repeat: no-repeat;
}
*/ }

.legend {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  list-style: none;
  background-color: #183872;
  padding: 0;
  color: white;
  margin-left: 0 !important; }
  .legend .legend-item {
    padding: 0 .5rem .5rem 0;
    font-weight: 600;
    width: 50%; }
    .legend .legend-item span {
      display: inline-table;
      vertical-align: middle;
      line-height: 1.1;
      font-size: 14px; }
    .legend .legend-item img {
      width: 28px;
      height: 28px;
      margin-right: 10px; }

.paging {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 !important; }
  .paging li {
    float: left;
    display: inline-block;
    margin-right: 5px; }
    .paging li a {
      display: block;
      padding: 5px;
      width: 30px;
      text-align: center;
      color: #183872; }
    .paging li.active a, .paging li:hover a {
      color: white;
      background-color: #183872; }

#colophon {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
  background-color: #183872;
  color: white; }
  #colophon .footer-nav-outer {
    margin: 0 0 16px 0;
    padding: 0; }
  #colophon .footer-content-outer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #f0f0f0; }
  #colophon .footer-nav {
    text-align: center;
    margin: 0;
    padding: 0; }
    #colophon .footer-nav li {
      display: inline-block;
      width: 100%;
      margin: 0;
      padding: 0; }
      #colophon .footer-nav li a {
        display: block;
        position: relative;
        margin: 0;
        padding: 16px;
        color: white;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase; }
        #colophon .footer-nav li a:visited {
          color: white;
          text-decoration: none; }
        #colophon .footer-nav li a:hover {
          color: white;
          text-decoration: none; }
      #colophon .footer-nav li:nth-child(1) > a {
        color: #489eaa; }
        #colophon .footer-nav li:nth-child(1) > a:hover {
          color: white; }
      #colophon .footer-nav li:nth-child(2) > a {
        color: #d75242; }
        #colophon .footer-nav li:nth-child(2) > a:hover {
          color: white; }
      #colophon .footer-nav li:nth-child(3) > a {
        color: #905898; }
        #colophon .footer-nav li:nth-child(3) > a:hover {
          color: white; }
      #colophon .footer-nav li:nth-child(4) > a {
        color: #86cb4b; }
        #colophon .footer-nav li:nth-child(4) > a:hover {
          color: white; }
      #colophon .footer-nav li:nth-child(5) > a {
        color: #489eaa; }
        #colophon .footer-nav li:nth-child(5) > a:hover {
          color: white; }
      #colophon .footer-nav li:nth-child(6) > a {
        color: #d75242; }
        #colophon .footer-nav li:nth-child(6) > a:hover {
          color: white; }
      #colophon .footer-nav li:nth-child(7) > a {
        color: #905898; }
        #colophon .footer-nav li:nth-child(7) > a:hover {
          color: white; }
      #colophon .footer-nav li:nth-child(8) > a {
        color: #86cb4b; }
        #colophon .footer-nav li:nth-child(8) > a:hover {
          color: white; }
      @media (min-width: 768px) {
        #colophon .footer-nav li {
          margin: 0 8px;
          width: auto; } }
  #colophon .footer-logos {
    height: 100px;
    text-align: center; }
    #colophon .footer-logos .item {
      display: inline-block;
      width: auto;
      height: 50px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
  #colophon .footer-info {
    text-align: center;
    padding: 1em 0; }
    #colophon .footer-info li {
      display: inline-block;
      width: 100%;
      padding-bottom: .5em; }
      @media (min-width: 576px) {
        #colophon .footer-info li {
          width: auto; }
          #colophon .footer-info li:after {
            display: inline-block;
            content: '|';
            margin: 0 .5em; } }
      #colophon .footer-info li:first-child {
        width: 100%; }
      #colophon .footer-info li:first-child:after, #colophon .footer-info li:last-child:after {
        display: none; }

.colored-word .first {
  color: #e85950; }

.colored-word .second {
  color: #905898;
  text-transform: lowercase; }

.colored-word .third {
  text-transform: uppercase; }

.shadow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 80%; }
  @media (min-width: 576px) {
    .shadow {
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
      border-radius: 0px 0px 20px 20px; } }
.shadow-bottom {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: -1;
  width: 80%;
  height: 100%; }
  @media (min-width: 576px) {
    .shadow-bottom {
      box-shadow: 0 10px 15px black;
      border-radius: 0px 0px 20px 20px; } }
.entry-header {
  position: relative;
  margin-left: -15px;
  margin-bottom: 1em;
  padding: 2em;
  width: calc(100% + 30px);
  background-color: #183872;
  color: white;
  font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif; }
  @media (min-width: 576px) {
    .entry-header {
      padding: 3em; } }
  @media (min-width: 576px) {
    .entry-header {
      padding: 4em; } }
  .entry-header .entry-title, .entry-header .page-title {
    margin-top: 0;
    margin-bottom: 0; }

.breadcrumbs {
  display: none;
  padding-top: 1em;
  font-size: 12px;
  line-height: 12px; }
  .breadcrumbs span {
    padding: 0 .5em;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600; }
    .breadcrumbs span a {
      color: #333333; }
      .breadcrumbs span a:visited {
        color: #333333; }
      .breadcrumbs span a:hover {
        color: #008fc0; }
    .breadcrumbs span:last-of-type {
      font-weight: 400; }

.section-nav, #blog-only-1 ul {
  padding-top: 1em; }
  .section-nav .page_item, #blog-only-1 ul .page_item, .section-nav .cat-item, #blog-only-1 ul .cat-item {
    position: relative;
    padding-top: .75em;
    padding-bottom: .75em;
    color: #333333; }
    .section-nav .page_item a, #blog-only-1 ul .page_item a, .section-nav .cat-item a, #blog-only-1 ul .cat-item a {
      text-transform: uppercase;
      font-weight: 600;
      font-size: .85em; }
    .section-nav .page_item.current_page_item a, #blog-only-1 ul .page_item.current_page_item a, .section-nav .cat-item.current_page_item a, #blog-only-1 ul .cat-item.current_page_item a {
      color: #e85950; }
    .section-nav .page_item:after, #blog-only-1 ul .page_item:after, .section-nav .cat-item:after, #blog-only-1 ul .cat-item:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 1px;
      background-color: rgba(0, 0, 0, 0);
      background-image: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 30%, black 50%, rgba(0, 0, 0, 0.5) 51%, black 70%, rgba(0, 0, 0, 0) 100%); }

#visitor-guide-1 {
  width: 50%;
  float: left;
  padding: 1em 0;
  text-align: center; }
  @media (min-width: 576px) {
    #visitor-guide-1 {
      width: 100%; } }
  #visitor-guide-1 img {
    width: 100%;
    max-width: 200px;
    height: auto; }

.vg-mobile {
  padding: 2em;
  text-align: center; }
  .vg-mobile img {
    max-width: 100%;
    height: auto; }

#trip-planner-1 {
  padding: 1em 0;
  width: 50%;
  float: left; }
  @media (min-width: 576px) {
    #trip-planner-1 {
      width: 100%; } }
  #trip-planner-1 img {
    float: left;
    display: inline-block;
    width: 55px;
    height: auto; }
  #trip-planner-1 span {
    float: left;
    width: calc(100% - 55px);
    padding-left: 1em;
    font-size: .85em;
    font-weight: 600; }

#portfolio {
  width: calc(100% - 1em); }
  @media (min-width: 576px) {
    #portfolio {
      width: calc(100% - 1em - 15px); } }
  #portfolio .item {
    margin: 1em 0;
    padding: .25em;
    width: 100%;
    border: 1px solid transparent; }
    #portfolio .item .attachment-thumbnail {
      width: 100%;
      height: auto; }
    #portfolio .item:hover {
      border: 1px solid #bbbec3; }
    #portfolio .item .title {
      font-size: 1.4em;
      font-weight: 600;
      line-height: 1em; }
    #portfolio .item .timing {
      margin-top: .25em;
      font-weight: 600;
      color: #333333; }
    #portfolio .item .desc {
      margin-top: .5em;
      color: #333333; }
    #portfolio .item a .title, #portfolio .item a:hover .title, #portfolio .item a:focus .title {
      color: #008fc0; }
    #portfolio .item a .desc, #portfolio .item a .timing, #portfolio .item a:hover .desc, #portfolio .item a:hover .timing, #portfolio .item a:focus .desc, #portfolio .item a:focus .timing {
      color: #333333; }
    #portfolio .item a:hover .title {
      color: #183872; }
    #portfolio .item a:hover .desc, #portfolio .item a:hover .timing {
      color: #666666; }

.blog-entry-header {
  padding: 16px; }
  .blog-entry-header .entry-meta {
    font-size: 16px;
    color: #333333;
    margin: 0 0 .5em; }
    .blog-entry-header .entry-meta a {
      color: #389360; }
      .blog-entry-header .entry-meta a:visited {
        color: #389360; }
      .blog-entry-header .entry-meta a:hover {
        color: #389360; }

.posts-navigation .nav-previous {
  float: left; }

.posts-navigation .nav-next {
  float: right; }

.nav-links {
  text-align: center; }
  .nav-links .prev {
    float: left; }
  .nav-links .next {
    float: right; }
  .nav-links .page-numbers:not(.prev):not(.next) {
    display: inline-block;
    padding: 6px; }
  .nav-links .page-numbers:not(.prev):not(.next):not(.current) {
    display: none; }

.screen-reader-text {
  display: none; }

.filters {
  display: inline-block; }

#button-wrapper {
  position: relative;
  height: 24px;
  transition: all 0.25s linear; }
  @media (prefers-reduced-motion: reduce) {
    #button-wrapper {
      transition: none; } }
  #button-wrapper button {
    transition: all 0.25s linear;
    position: absolute;
    left: 0;
    width: 200px;
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
    background-color: rgba(238, 238, 238, 0.9);
    /*
    color: $black;
*/
    font-weight: 600;
    z-index: 10;
    border-radius: 0;
    border: 0 solid black;
    border-bottom: 1px solid white;
    padding: 2px 0 2px .5em; }
    @media (prefers-reduced-motion: reduce) {
      #button-wrapper button {
        transition: none; } }
    #button-wrapper button.is-checked {
      z-index: 100;
      background-color: #008fc0;
      color: white; }
    #button-wrapper button:focus {
      outline: none; }
  #button-wrapper #select-trigger {
    display: block;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 1000;
    padding: 0px 4px 4px 4px;
    color: white;
    font-size: 24px;
    background-color: #008fc0;
    border: 0 solid black; }

.share-tools {
  position: absolute;
  bottom: 0;
  right: 10%;
  padding: 8px 16px;
  background-color: white;
  border-radius: 8px 8px 0 0; }
  .share-tools ul {
    text-align: right;
    margin: 0;
    margin-left: 0 !important; }
    .share-tools ul li {
      display: inline-block;
      margin: -8px 5px;
      font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
      font-size: 16px;
      line-height: 1em;
      color: #333333; }
      .share-tools ul li a {
        float: left; }
  .share-tools .add-to-trip img {
    transition: all 0.5s linear; }
    @media (prefers-reduced-motion: reduce) {
      .share-tools .add-to-trip img {
        transition: none; } }
#planner-count {
  position: relative; }
  #planner-count span {
    transition: all 1s linear; }
    @media (prefers-reduced-motion: reduce) {
      #planner-count span {
        transition: none; } }
  #planner-count #explainer {
    display: none;
    display: none !important;
    position: absolute;
    top: calc(100% + 20px);
    left: calc(100% - 20px);
    z-index: 1000;
    content: '';
    padding: 12px;
    width: 300px;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: left;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 0 5px black; }
    #planner-count #explainer .top-section {
      font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
      color: #86cb4b;
      font-size: 32px;
      line-height: 32px;
      padding-bottom: 5px; }
    #planner-count #explainer .btm-section {
      font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
      line-height: 1.4; }
      #planner-count #explainer .btm-section img {
        display: inline-block;
        float: left;
        width: 32px;
        height: auto;
        margin-top: 3px; }
      #planner-count #explainer .btm-section > div {
        display: inline-block;
        float: left;
        width: calc(100% - 32px - .5em); }
    #planner-count #explainer:before {
      position: absolute;
      content: '';
      top: -25px;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 14px 25px 3px;
      border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent; }

#trip-planner-content .row {
  width: 100%; }

#trip-planner-content .print-planner, #trip-planner-content .pdf-planner {
  display: block; }
  #trip-planner-content .print-planner img, #trip-planner-content .pdf-planner img {
    width: 100%;
    height: auto; }

.planner-group .my-handle {
  margin-right: .5em; }

.planner-group .planner-group-item {
  float: left;
  width: 100%;
  padding: .5em 0; }
  .planner-group .planner-group-item a {
    color: #333333;
    text-decoration: underline; }
    .planner-group .planner-group-item a:hover, .planner-group .planner-group-item a:visited {
      color: #333333; }
  .planner-group .planner-group-item .remove-item {
    color: #008fc0;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: .75em;
    font-weight: 600; }

.yes-print {
  display: none; }

#trip-planner-content-print {
  display: none; }

@media print {
  .header-background,
  #masthead,
  .breadcrumbs,
  #secondary,
  .share-tools,
  #page-closer,
  #colophon {
    display: none; }
  #trip-planner-content-print {
    display: block; }
  .no-print {
    display: none; }
  .yes-print {
    display: block; } }

#twitter-widget-0 {
  width: 59px !important; }

.panel-group .panel-clean {
  border-color: transparent;
  box-shadow: none; }
  .panel-group .panel-clean .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-clean .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid transparent; }
  .panel-group .panel-clean .panel-heading .panel-title {
    color: #008fc0; }
    .panel-group .panel-clean .panel-heading .panel-title a, .panel-group .panel-clean .panel-heading .panel-title a:visited, .panel-group .panel-clean .panel-heading .panel-title a:hover {
      color: #008fc0;
      text-decoration: none; }
    .panel-group .panel-clean .panel-heading .panel-title a:hover {
      color: #183872; }
    .panel-group .panel-clean .panel-heading .panel-title span {
      display: inline-block;
      float: left;
      width: 20px; }
      .panel-group .panel-clean .panel-heading .panel-title span + span {
        width: calc(100% - 20px); }
  .panel-group .panel-clean .panel-heading .toggle-arrow {
    transition: all 0.25s linear; }
    @media (prefers-reduced-motion: reduce) {
      .panel-group .panel-clean .panel-heading .toggle-arrow {
        transition: none; } }
  .panel-group .panel-clean .panel-heading.open .toggle-arrow {
    transform: rotate(90deg); }

.add-event {
  float: right;
  color: white; }
  .add-event:visited {
    color: white; }
  @media (min-width: 576px) {
    .add-event {
      margin-right: 2em; } }
.bwg_image_title, .bwg_image_title *,
.bwg_image_description, .bwg_image_description * {
  font-size: 11px !important;
  color: white !important;
  font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif !important; }

.bwg_image_info {
  background-color: transparent !important; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: .5em;
  clear: both; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.home .embed-container {
  margin-top: 0;
  margin-bottom: 0; }

.single-post_play .thumb-container, .single-post_meet .thumb-container, .single-post_stay .thumb-container, .single-post_dine .thumb-container {
  float: right;
  width: 35%;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .single-post_play .thumb-container, .single-post_meet .thumb-container, .single-post_stay .thumb-container, .single-post_dine .thumb-container {
      width: 20%;
      margin-left: 20px;
      margin-bottom: 20px; } }
  .single-post_play .thumb-container .attachment-post-thumbnail, .single-post_meet .thumb-container .attachment-post-thumbnail, .single-post_stay .thumb-container .attachment-post-thumbnail, .single-post_dine .thumb-container .attachment-post-thumbnail {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px; }

.single-post_play .embed-container.map-container, .single-post_meet .embed-container.map-container, .single-post_stay .embed-container.map-container, .single-post_dine .embed-container.map-container {
  display: none; }
  @media (min-width: 768px) {
    .single-post_play .embed-container.map-container, .single-post_meet .embed-container.map-container, .single-post_stay .embed-container.map-container, .single-post_dine .embed-container.map-container {
      display: block; } }
.single-post_play .business-social-icons, .single-post_meet .business-social-icons, .single-post_stay .business-social-icons, .single-post_dine .business-social-icons {
  float: left;
  text-align: center;
  margin-bottom: 1rem;
  width: 100%; }
  .single-post_play .business-social-icons p, .single-post_meet .business-social-icons p, .single-post_stay .business-social-icons p, .single-post_dine .business-social-icons p {
    font-weight: bold; }
  .single-post_play .business-social-icons ul, .single-post_meet .business-social-icons ul, .single-post_stay .business-social-icons ul, .single-post_dine .business-social-icons ul {
    width: auto;
    margin: 0 auto !important; }
    .single-post_play .business-social-icons ul li, .single-post_meet .business-social-icons ul li, .single-post_stay .business-social-icons ul li, .single-post_dine .business-social-icons ul li {
      display: inline-block;
      width: 30px;
      padding-right: 6px; }
      .single-post_play .business-social-icons ul li a, .single-post_meet .business-social-icons ul li a, .single-post_stay .business-social-icons ul li a, .single-post_dine .business-social-icons ul li a {
        display: block; }
        .single-post_play .business-social-icons ul li a img, .single-post_meet .business-social-icons ul li a img, .single-post_stay .business-social-icons ul li a img, .single-post_dine .business-social-icons ul li a img {
          width: 100%;
          height: auto; }

.business-address-block {
  margin-bottom: 20px;
  font-weight: bold; }
  .business-address-block h2, .business-address-block .h2, .business-address-block .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content .business-address-block .title {
    text-transform: uppercase;
    color: #389360; }

@media (max-width: 575.98px) {
  .clear-sm-down {
    clear: both; } }

.business-icons {
  display: inline-block;
  position: relative;
  float: left;
  width: calc(65% - 10px); }
  @media (min-width: 768px) {
    .business-icons {
      width: calc(60% - 20px); } }
  .business-icons ul {
    float: left;
    width: 100%;
    margin: 0 !important; }
    .business-icons ul li {
      display: inline-block;
      float: left;
      max-width: 36px;
      width: calc(20% - 8px);
      margin: 8px 8px 8px 0; }
      .business-icons ul li img {
        width: 100%;
        height: auto; }

.address-block .business-name {
  font-weight: 600; }

.address-block .address {
  line-height: 1.5em; }

.address-block ul li {
  display: inline-block;
  margin-right: .25em; }
  .address-block ul li:after {
    content: '|';
    margin-left: .25em; }
  .address-block ul li:last-of-type {
    margin-right: 0; }
    .address-block ul li:last-of-type:after {
      content: '';
      margin-left: 0; }

.special-information {
  width: 100%;
  float: left;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 2px dotted #bababa;
  border-bottom: 2px dotted #bababa; }
  .special-information .special-information-content {
    position: relative;
    display: inline-block;
    width: calc(100% - 64px);
    margin-left: 48px; }
    .special-information .special-information-content:before {
      position: absolute;
      top: calc(50% - 30px);
      left: -32px;
      content: 'i';
      color: #389360;
      font-style: italic;
      font-size: 60px;
      line-height: 1em;
      font-family: serif; }
    .special-information .special-information-content p:last-of-type {
      margin-bottom: 0; }

.closing-content {
  width: 100%;
  float: left;
  margin-top: 16px; }

.gain-access {
  width: 100%;
  float: left;
  margin-top: 16px;
  padding: 16px;
  background-color: #f0f0f0;
  font-style: italic; }

.trip-advisor-outer {
  display: inline-block;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  clear: right; }
  .trip-advisor-outer + .trip-advisor-outer {
    margin-top: -10px; }

.upcoming-events {
  float: left;
  width: 100%; }
  .upcoming-events h2, .upcoming-events .h2, .upcoming-events .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content .upcoming-events .title {
    font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
    color: #389360;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .upcoming-events h2, .upcoming-events .h2, .upcoming-events .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content .upcoming-events .title {
        margin-top: 2rem;
        margin-bottom: 2rem; } }
  .upcoming-events .upcoming-events-event {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #bababa; }
    .upcoming-events .upcoming-events-event:last-of-type {
      border-bottom: none; }
    .upcoming-events .upcoming-events-event .date-block {
      display: inline-block;
      float: left;
      width: 54px;
      margin-right: 20px;
      background-color: #183872;
      padding: 3px; }
      .upcoming-events .upcoming-events-event .date-block .date-block-month {
        display: inline-block;
        float: left;
        width: 100%;
        background-color: white;
        padding: 5px 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
        line-height: 1em; }
      .upcoming-events .upcoming-events-event .date-block .date-block-day {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 5px 0;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        line-height: 1em;
        color: #389360; }
    .upcoming-events .upcoming-events-event .details-block {
      display: inline-block;
      float: left;
      width: calc(100% - 54px -20px);
      color: #183872; }

.posts-navigation {
  float: left;
  width: 100%;
  margin-top: 10px; }
  .posts-navigation .nav-previous, .posts-navigation .nav-next {
    padding: 5px 10px;
    background-color: #183872; }
    .posts-navigation .nav-previous:hover, .posts-navigation .nav-next:hover {
      background-color: #389360;
      color: white; }
    .posts-navigation .nav-previous a, .posts-navigation .nav-next a {
      color: white; }
      .posts-navigation .nav-previous a:visited, .posts-navigation .nav-next a:visited {
        color: white; }

.search-result {
  padding: 15px;
  border-bottom: 1px solid #ccc; }
  .search-result:last-of-type {
    border-bottom: 1px solid transparent; }

.page-id-2933 #gform_widget-2 {
  display: none; }

.page-id-2701 #text-3 {
  display: none; }

.page-id-2704 #text-3 {
  display: none; }

.linked-post.organizer label {
  position: relative; }
  .linked-post.organizer label:after {
    position: absolute;
    content: 'Required';
    color: #e85950;
    margin-right: 5px; }

.captcha {
  border: none !important; }

#ta_tracking_excellent_google,
#ta_tracking_excellent_criteo,
#ta_tracking_cdsratingsonlynarrow_criteo,
#ta_tracking_cdsratingsonlynarrow_google {
  display: none !important; }

.cdsROW {
  width: 150px !important; }

#CDSWIDEXC {
  margin: 0 !important; }

.video-container {
  position: relative;
  bottom: 0%;
  left: -1rem;
  height: 100%;
  width: calc(100% + 2rem);
  overflow: hidden; }

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute; }

.video-container .filter {
  z-index: 100;
  position: absolute;
  width: 100%; }

.video-container video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover; }

.video-container video.fillWidth {
  width: 100%; }

.searchform-header {
  float: left;
  width: 100%;
  margin: 1rem 0; }
  .searchform-header .searchform {
    float: left;
    width: 100%;
    padding: 1rem;
    background-color: #f0f0f0; }
  .searchform-header #s-header {
    padding: .25rem;
    height: 42.5px;
    border-radius: 4px;
    border: 1px solid #389360;
    width: calc(100% - 116px); }
  .searchform-header #searchsubmit-header {
    width: 110px; }

.search-form-extended {
  float: left;
  width: 100%;
  margin: 1rem 0; }
  .search-form-extended .main-form {
    float: left;
    width: 100%; }
  .search-form-extended .searchform {
    float: left;
    width: 100%;
    padding: 1rem;
    background-color: #f0f0f0; }
    .search-form-extended .searchform #s {
      float: left;
      padding: 7px;
      border-radius: 4px;
      border: 1px solid #389360;
      margin-bottom: 1rem;
      width: 100%; }
      @media (min-width: 768px) {
        .search-form-extended .searchform #s {
          width: calc(100% - 110px - 1rem);
          margin-right: 1rem; } }
    .search-form-extended .searchform #searchsubmit {
      float: left;
      margin-bottom: 1rem;
      width: 100%;
      height: 43px; }
      @media (min-width: 768px) {
        .search-form-extended .searchform #searchsubmit {
          width: 110px;
          height: 43px; } }
    .search-form-extended .searchform .form-check {
      display: inline-block;
      float: left;
      padding: 0; }
      .search-form-extended .searchform .form-check .form-check-input {
        display: none; }
        .search-form-extended .searchform .form-check .form-check-input:checked ~ .form-check-label {
          background-color: #389360;
          color: white; }
      .search-form-extended .searchform .form-check .form-check-label {
        display: inline-block;
        width: 100%;
        padding: .25rem;
        margin: 0;
        background-color: #e5e5e5;
        color: #333333;
        text-align: center; }
      @media (max-width: 771px) {
        .search-form-extended .searchform .form-check {
          width: calc(100% / 2); }
          .search-form-extended .searchform .form-check:nth-of-type(2) {
            width: 100%; }
          .search-form-extended .searchform .form-check .form-check-label {
            border-radius: .25rem;
            border: 1px solid white; } }
      @media (min-width: 772px) {
        .search-form-extended .searchform .form-check {
          width: calc(100% / 5);
          border-right: 1px solid white; }
          .search-form-extended .searchform .form-check:nth-of-type(2) .form-check-label {
            border-radius: .25rem 0 0 .25rem; }
          .search-form-extended .searchform .form-check:nth-of-type(5) .form-check-label {
            border-radius: 0 .25rem .25rem 0;
            border-right: none; } }
.search-result {
  display: inline-block;
  float: left;
  width: 100%; }
  .search-result .search-result-icon {
    display: inline-block;
    float: left;
    margin: 0 1rem 1rem 0; }
    .search-result .search-result-icon img {
      width: 50px;
      height: auto; }
  .search-result .search-result-title {
    display: inline-block;
    float: left;
    width: calc(100% - 50px - 1rem); }
  .search-result .search-result-content {
    display: inline-block;
    float: left;
    width: 100%;
    color: #333333; }

.nearby-locations {
  width: 100%;
  float: left;
  margin-top: 16px;
  padding: 16px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0; }
  .nearby-locations h2, .nearby-locations .h2, .nearby-locations .top-ten .top-ten-event .content .title, .top-ten .top-ten-event .content .nearby-locations .title {
    font-family: "Inter", helvetica, arial, tahoma, verdana, sans-serif;
    color: #389360;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .nearby-locations a {
    color: #183872; }

.middle-box {
  margin: 2rem auto;
  width: 100%;
  max-width: 400px; }
  .middle-box input {
    width: 100% !important; }

.mobile-cta, .desktop-cta {
  display: none;
  position: fixed;
  z-index: 1000; }
  .mobile-cta img, .desktop-cta img {
    width: 100%;
    height: auto; }
  .mobile-cta .close, .desktop-cta .close {
    position: absolute;
    top: -.75rem;
    right: -.75rem;
    z-index: 1000;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    background-color: #333333;
    color: white;
    text-align: center;
    line-height: 2rem; }

.mobile-cta {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 .5rem; }
  .mobile-cta .close {
    top: -.5rem;
    right: 0rem; }
  @media (min-width: 576px) {
    .mobile-cta {
      display: none !important; } }
.desktop-cta {
  bottom: 2rem;
  right: 2rem;
  width: 30vw;
  max-width: 200px; }
  @media (max-width: 575.98px) {
    .desktop-cta {
      display: none !important; } }
.temperatureWidget {
  position: relative;
  color: white;
  margin-right: 1.25rem; }
  .temperatureWidget .temperature {
    margin-left: .75rem;
    padding-left: .75rem;
    border-left: 1px solid #86cb4b;
    height: 27px; }
    .temperatureWidget .temperature .temperatureValue {
      display: inline-block;
      float: left;
      height: 27px; }
    .temperatureWidget .temperature .temperatureUnit {
      position: relative;
      display: inline-block;
      float: left;
      height: 27px;
      padding-right: 25px; }
      .temperatureWidget .temperature .temperatureUnit:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 7px 0 7px;
        border-color: #ffffff transparent transparent transparent;
        top: 11.5px;
        right: 5px; }
  .temperatureWidget .detailedForecast {
    display: none;
    position: absolute;
    width: 200px;
    right: 0;
    top: calc(100% + 1rem);
    background-color: #183872;
    color: white;
    padding: 1rem;
    z-index: 10;
    border: 1px solid white;
    border-radius: .5rem; }
  .temperatureWidget.open .temperature .temperatureUnit:after {
    transform: rotate(180deg); }

.top-ten .top-ten-event {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 2rem;
  margin-bottom: 2rem;
  padding: .5rem;
  border: 1px solid #ccc; }
  @media (min-width: 768px) {
    .top-ten .top-ten-event {
      margin-bottom: 3rem; } }
  .top-ten .top-ten-event .counter {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: white;
    background-color: #389360;
    text-align: center;
    padding: 12px 0;
    font-size: 34px;
    font-weight: bold; }
  .top-ten .top-ten-event .thumbnail {
    flex: 0 0 auto;
    width: calc(100vw - 85px);
    height: calc(100vw - 85px);
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (min-width: 768px) {
      .top-ten .top-ten-event .thumbnail {
        width: 200px;
        height: 200px; } }
  .top-ten .top-ten-event .content {
    flex: 0 0 100%;
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .top-ten .top-ten-event .content {
        margin-top: 0;
        flex: 0 0 calc(100% - 200px - 2rem); } }
    .top-ten .top-ten-event .content .excerpt {
      color: #333333; }
  .top-ten .top-ten-event:hover {
    background-color: #183872; }
    .top-ten .top-ten-event:hover .content .title {
      color: white !important; }
    .top-ten .top-ten-event:hover .content .excerpt {
      color: white !important; }

legend {
  font-size: 1rem; }

.h-limited {
  position: relative; }
  .h-limited fieldset {
    transition: all 0.25s linear;
    max-height: 19vh;
    overflow: hidden;
    margin-bottom: 2rem; }
    @media (prefers-reduced-motion: reduce) {
      .h-limited fieldset {
        transition: none; } }
    .h-limited fieldset.open {
      max-height: 100vh; }
  .h-limited .h-toggle {
    position: absolute;
    left: 0;
    bottom: -2rem;
    font-size: .8rem;
    font-weight: bold;
    color: white !important;
    padding-right: 1.5rem; }
    .h-limited .h-toggle:after {
      content: '+';
      display: inline-block;
      font-size: .8rem;
      position: absolute;
      right: .5rem;
      bottom: .4rem;
      width: .8rem;
      height: .8rem;
      border-radius: 100%;
      background-color: #389360;
      line-height: .8rem;
      text-align: center; }
    .h-limited .h-toggle.open:after {
      content: '-'; }

.wp-block-gallery {
  float: left;
  width: 100%; }

.spacer {
  float: left;
  width: 100%; }

figure.w-100 img {
  width: 100% !important;
  height: auto !important; }

body.page-id-41573 #basic_heroblock_bde1075bab845c43644f658cbb61233b {
  width: 100vw;
  aspect-ratio: 1440 / 600;
  max-height: none !important;
  height: auto !important; }
  body.page-id-41573 #basic_heroblock_bde1075bab845c43644f658cbb61233b .logo_205 {
    display: inline-block;
    position: absolute;
    width: 250px;
    aspect-ratio: 1 / 1;
    background-image: url(https://visitsomersetnj.org/wp-content/uploads/2025/11/250Medallion_Color.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 70%;
    bottom: -125px;
    z-index: 1000; }

body.page-id-41573 #callout-block_3d026001f73e16528651a8b6560cc794 {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  body.page-id-41573 #callout-block_3d026001f73e16528651a8b6560cc794 .row.img-pos-left {
    align-items: flex-end !important; }
  @media (min-width: 992px) {
    body.page-id-41573 #callout-block_3d026001f73e16528651a8b6560cc794 {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  body.page-id-41573 #callout-block_3d026001f73e16528651a8b6560cc794 .text-start {
    padding-bottom: 0; }
    body.page-id-41573 #callout-block_3d026001f73e16528651a8b6560cc794 .text-start p {
      margin-bottom: 0; }
    body.page-id-41573 #callout-block_3d026001f73e16528651a8b6560cc794 .text-start h4, body.page-id-41573 #callout-block_3d026001f73e16528651a8b6560cc794 .text-start .h4 {
      color: #d75242;
      font-size: 1.25rem;
      text-wrap: balance; }

body.page-id-41573 #tiles-block_24a058b98b0fd18976aae0cc4887434d {
  background-color: #d75242;
  padding-bottom: 2rem; }
  body.page-id-41573 #tiles-block_24a058b98b0fd18976aae0cc4887434d h3, body.page-id-41573 #tiles-block_24a058b98b0fd18976aae0cc4887434d .h3 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: white; }

.wp-block-heading {
  width: 100%;
  float: left; }

/*# sourceMappingURL=screen.css.map */