@charset "UTF-8";
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #7b2552;
  --secondary: #8cb6a6;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #eae8ea;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2c2c2c;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

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

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

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #7b2552;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #8cb6a6;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .article-content .gform_wrapper h2.gsection_title, .h3, .single-people .bio h2, .h4, .h5, table td h3, .content-wrapper--page.has-sidebar .sidebar .parent-sidebar-menu > .current_page_ancestor > a, .h6, table td h4 {
  margin-bottom: 0.5rem;
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.3;
  color: inherit; }

h1, .h1 {
  font-size: 2.8125rem; }

h2, .h2, .article-content .gform_wrapper h2.gsection_title {
  font-size: 2.25rem; }

h3, .h3, .single-people .bio h2 {
  font-size: 1.96875rem; }

h4, .h4 {
  font-size: 1.6875rem; }

h5, .h5, table td h3, .content-wrapper--page.has-sidebar .sidebar .parent-sidebar-menu > .current_page_ancestor > a {
  font-size: 1.40625rem; }

h6, .h6, table td h4 {
  font-size: 1.125rem; }

.lead, .section--overview-video p.lead {
  font-size: 1.40625rem;
  font-weight: 300; }

.display-1 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.3; }

.display-2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.3; }

.display-3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.3; }

.display-4 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  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: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 2px solid #dee2e6;
  border-radius: 0.15rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

.form-control, .facetwp-search, .filters-row .facetwp-search, .filters-row .facetwp-type-dropdown select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #b9b9b9;
  border-radius: 0.15rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control, .facetwp-search, .filters-row .facetwp-search, .filters-row .facetwp-type-dropdown select {
      transition: none; } }
  .form-control::-ms-expand, .facetwp-search::-ms-expand, .filters-row .facetwp-search::-ms-expand, .filters-row .facetwp-type-dropdown select::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .facetwp-search:focus, .filters-row .facetwp-type-dropdown select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #bbd4ca;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(140, 182, 166, 0); }
  .form-control::placeholder, .facetwp-search::placeholder, .filters-row .facetwp-search::placeholder, .filters-row .facetwp-type-dropdown select::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .facetwp-search:disabled, .filters-row .facetwp-type-dropdown select:disabled, .form-control[readonly], .facetwp-search[readonly], .filters-row .facetwp-type-dropdown select[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]), select.facetwp-search:not([size]):not([multiple]), .filters-row .facetwp-type-dropdown select:not([size]):not([multiple]) {
  height: calc(2.4375rem + 4px); }

select.form-control:focus::-ms-value, select.facetwp-search:focus::-ms-value, .filters-row .facetwp-type-dropdown select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

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

.col-form-label-lg {
  padding-top: calc(0.55rem + 2px);
  padding-bottom: calc(0.55rem + 2px);
  font-size: 1.35rem;
  line-height: 1.7; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.984375rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #2c2c2c;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.facetwp-search, .filters-row .input-group-sm > .form-control-plaintext.facetwp-search, .filters-row .facetwp-type-dropdown .input-group-sm > select.form-control-plaintext,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .local-nav .input-group-sm > .input-group-prepend > .form-control-plaintext.cta, .comment-respond form .input-group-sm > .input-group-prepend > input.form-control-plaintext.submit,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .local-nav .input-group-sm > .input-group-append > .form-control-plaintext.cta, .comment-respond form .input-group-sm > .input-group-append > input.form-control-plaintext.submit, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .filters-row .facetwp-type-dropdown .input-group-lg > select.form-control-plaintext,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .local-nav .input-group-lg > .input-group-prepend > .form-control-plaintext.cta, .comment-respond form .input-group-lg > .input-group-prepend > input.form-control-plaintext.submit,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn, .local-nav .input-group-lg > .input-group-append > .form-control-plaintext.cta, .comment-respond form .input-group-lg > .input-group-append > input.form-control-plaintext.submit, .form-control-plaintext.facetwp-search {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .facetwp-search, .filters-row .input-group-sm > .facetwp-search, .filters-row .facetwp-type-dropdown .input-group-sm > select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn, .local-nav .input-group-sm > .input-group-prepend > .cta, .comment-respond form .input-group-sm > .input-group-prepend > input.submit,
.input-group-sm > .input-group-append > .btn, .local-nav .input-group-sm > .input-group-append > .cta, .comment-respond form .input-group-sm > .input-group-append > input.submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.1rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.facetwp-search:not([size]):not([multiple]), .filters-row .input-group-sm > select.facetwp-search:not([size]):not([multiple]), .filters-row .facetwp-type-dropdown .input-group-sm > select:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .local-nav .input-group-sm > .input-group-prepend > select.cta:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .local-nav .input-group-sm > .input-group-append > select.cta:not([size]):not([multiple]) {
  height: calc(1.9765625rem + 4px); }

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .facetwp-search, .filters-row .input-group-lg > .facetwp-search, .filters-row .facetwp-type-dropdown .input-group-lg > select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn, .local-nav .input-group-lg > .input-group-prepend > .cta, .comment-respond form .input-group-lg > .input-group-prepend > input.submit,
.input-group-lg > .input-group-append > .btn, .local-nav .input-group-lg > .input-group-append > .cta, .comment-respond form .input-group-lg > .input-group-append > input.submit, .facetwp-search {
  padding: 0.55rem 0.9rem;
  font-size: 1.125rem;
  line-height: 1.7;
  border-radius: 0.25rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .filters-row .facetwp-type-dropdown .input-group-lg > select:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .local-nav .input-group-lg > .input-group-prepend > select.cta:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]), .local-nav .input-group-lg > .input-group-append > select.cta:not([size]):not([multiple]), select.facetwp-search:not([size]):not([multiple]) {
  height: 3.255rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .was-validated .facetwp-search:valid, .was-validated .filters-row .facetwp-type-dropdown select:valid, .filters-row .facetwp-type-dropdown .was-validated select:valid, .form-control.is-valid, .is-valid.facetwp-search, .filters-row .facetwp-type-dropdown select.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .facetwp-search:valid:focus, .was-validated .filters-row .facetwp-type-dropdown select:valid:focus, .filters-row .facetwp-type-dropdown .was-validated select:valid:focus, .form-control.is-valid:focus, .is-valid.facetwp-search:focus, .filters-row .facetwp-type-dropdown select.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .facetwp-search:valid ~ .valid-feedback, .was-validated .filters-row .facetwp-search:valid ~ .valid-feedback, .was-validated .filters-row .facetwp-type-dropdown select:valid ~ .valid-feedback, .filters-row .facetwp-type-dropdown .was-validated select:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .facetwp-search:valid ~ .valid-tooltip,
  .was-validated .filters-row .facetwp-search:valid ~ .valid-tooltip,
  .was-validated .filters-row .facetwp-type-dropdown select:valid ~ .valid-tooltip,
  .filters-row .facetwp-type-dropdown .was-validated select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .is-valid.facetwp-search ~ .valid-feedback, .filters-row .is-valid.facetwp-search ~ .valid-feedback, .filters-row .facetwp-type-dropdown select.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .is-valid.facetwp-search ~ .valid-tooltip,
  .filters-row .is-valid.facetwp-search ~ .valid-tooltip,
  .filters-row .facetwp-type-dropdown select.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .was-validated .facetwp-search:invalid, .was-validated .filters-row .facetwp-type-dropdown select:invalid, .filters-row .facetwp-type-dropdown .was-validated select:invalid, .form-control.is-invalid, .is-invalid.facetwp-search, .filters-row .facetwp-type-dropdown select.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .facetwp-search:invalid:focus, .was-validated .filters-row .facetwp-type-dropdown select:invalid:focus, .filters-row .facetwp-type-dropdown .was-validated select:invalid:focus, .form-control.is-invalid:focus, .is-invalid.facetwp-search:focus, .filters-row .facetwp-type-dropdown select.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .facetwp-search:invalid ~ .invalid-feedback, .was-validated .filters-row .facetwp-search:invalid ~ .invalid-feedback, .was-validated .filters-row .facetwp-type-dropdown select:invalid ~ .invalid-feedback, .filters-row .facetwp-type-dropdown .was-validated select:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .facetwp-search:invalid ~ .invalid-tooltip,
  .was-validated .filters-row .facetwp-search:invalid ~ .invalid-tooltip,
  .was-validated .filters-row .facetwp-type-dropdown select:invalid ~ .invalid-tooltip,
  .filters-row .facetwp-type-dropdown .was-validated select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.facetwp-search ~ .invalid-feedback, .filters-row .is-invalid.facetwp-search ~ .invalid-feedback, .filters-row .facetwp-type-dropdown select.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .is-invalid.facetwp-search ~ .invalid-tooltip,
  .filters-row .is-invalid.facetwp-search ~ .invalid-tooltip,
  .filters-row .facetwp-type-dropdown select.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .facetwp-search, .form-inline .filters-row .facetwp-type-dropdown select, .filters-row .facetwp-type-dropdown .form-inline select {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .local-nav .cta, .comment-respond form input.submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.1rem;
  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 screen and (prefers-reduced-motion: reduce) {
    .btn, .local-nav .cta, .comment-respond form input.submit {
      transition: none; } }
  .btn:hover, .local-nav .cta:hover, .comment-respond form input.submit:hover, .btn:focus, .local-nav .cta:focus, .comment-respond form input.submit:focus {
    text-decoration: none; }
  .btn:focus, .local-nav .cta:focus, .comment-respond form input.submit:focus, .btn.focus, .local-nav .focus.cta, .comment-respond form input.focus.submit {
    outline: 0;
    box-shadow: none !important; }
  .btn.disabled, .local-nav .disabled.cta, .comment-respond form input.disabled.submit, .btn:disabled, .local-nav .cta:disabled, .comment-respond form input.submit:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .local-nav .cta:not(:disabled):not(.disabled), .comment-respond form input.submit:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .local-nav .cta:not(:disabled):not(.disabled):active, .comment-respond form input.submit:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .local-nav .cta:not(:disabled):not(.disabled).active, .comment-respond form input.submit:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled, .local-nav a.disabled.cta,
fieldset:disabled a.btn,
fieldset:disabled .local-nav a.cta,
.local-nav fieldset:disabled a.cta {
  pointer-events: none; }

.btn-primary, .local-nav .cta {
  color: #fff;
  background-color: #7b2552;
  border-color: #7b2552; }
  .btn-primary:hover, .local-nav .cta:hover {
    color: #fff;
    background-color: #5e1c3e;
    border-color: #541938; }
  .btn-primary:focus, .local-nav .cta:focus, .btn-primary.focus, .local-nav .focus.cta {
    box-shadow: 0 0 0 0.2rem rgba(123, 37, 82, 0.5); }
  .btn-primary.disabled, .local-nav .disabled.cta, .btn-primary:disabled, .local-nav .cta:disabled {
    color: #fff;
    background-color: #7b2552;
    border-color: #7b2552; }
  .btn-primary:not(:disabled):not(.disabled):active, .local-nav .cta:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .local-nav .cta:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .local-nav .show > .dropdown-toggle.cta {
    color: #fff;
    background-color: #541938;
    border-color: #4a1631; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .local-nav .cta:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .local-nav .cta:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .local-nav .show > .dropdown-toggle.cta:focus {
      box-shadow: 0 0 0 0.2rem rgba(123, 37, 82, 0.5); }

.btn-secondary {
  color: #2c2c2c;
  background-color: #8cb6a6;
  border-color: #8cb6a6; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #75a794;
    border-color: #6da28e; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(140, 182, 166, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #2c2c2c;
    background-color: #8cb6a6;
    border-color: #8cb6a6; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6da28e;
    border-color: #659d88; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(140, 182, 166, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #2c2c2c;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #2c2c2c;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #2c2c2c;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #2c2c2c;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #2c2c2c;
  background-color: #eae8ea;
  border-color: #eae8ea; }
  .btn-light:hover {
    color: #2c2c2c;
    background-color: #d8d4d8;
    border-color: #d2cdd2; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(234, 232, 234, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #2c2c2c;
    background-color: #eae8ea;
    border-color: #eae8ea; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #2c2c2c;
    background-color: #d2cdd2;
    border-color: #ccc7cc; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(234, 232, 234, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #7b2552;
  background-color: transparent;
  background-image: none;
  border-color: #7b2552; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #7b2552;
    border-color: #7b2552; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(123, 37, 82, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #7b2552;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #7b2552;
    border-color: #7b2552; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(123, 37, 82, 0.5); }

.btn-outline-secondary {
  color: #8cb6a6;
  background-color: transparent;
  background-image: none;
  border-color: #8cb6a6; }
  .btn-outline-secondary:hover {
    color: #2c2c2c;
    background-color: #8cb6a6;
    border-color: #8cb6a6; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(140, 182, 166, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #8cb6a6;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #2c2c2c;
    background-color: #8cb6a6;
    border-color: #8cb6a6; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(140, 182, 166, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #2c2c2c;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #2c2c2c;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #eae8ea;
  background-color: transparent;
  background-image: none;
  border-color: #eae8ea; }
  .btn-outline-light:hover {
    color: #2c2c2c;
    background-color: #eae8ea;
    border-color: #eae8ea; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(234, 232, 234, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #eae8ea;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #2c2c2c;
    background-color: #eae8ea;
    border-color: #eae8ea; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(234, 232, 234, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #7b2552;
  background-color: transparent; }
  .btn-link:hover {
    color: #8cb6a6;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .local-nav .btn-group-lg > .cta, .comment-respond form .btn-group-lg > input.submit, .comment-respond form input.submit {
  padding: 0.55rem 0.9rem;
  font-size: 1.215rem;
  line-height: 1.7;
  border-radius: 0.25rem; }

.btn-sm, .btn-group-sm > .btn, .local-nav .btn-group-sm > .cta, .comment-respond form .btn-group-sm > input.submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.1rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.15rem;
  margin: 0.125rem 0 0;
  font-size: 1.125rem;
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #2c2c2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.15rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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; }

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

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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; }

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

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

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #343a40; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #2c2c2c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #8cb6a6;
    text-decoration: none;
    background-color: #211e21; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #8cb6a6; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent; }

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

.dropdown-header {
  display: block;
  padding: 0.15rem 1rem;
  margin-bottom: 0;
  font-size: 0.984375rem;
  color: #abcabe;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #2c2c2c; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .local-nav .btn-group > .cta, .comment-respond form .btn-group > input.submit,
  .btn-group-vertical > .btn,
  .local-nav .btn-group-vertical > .cta,
  .comment-respond form .btn-group-vertical > input.submit {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover, .local-nav .btn-group > .cta:hover, .comment-respond form .btn-group > input.submit:hover,
    .btn-group-vertical > .btn:hover,
    .local-nav .btn-group-vertical > .cta:hover,
    .comment-respond form .btn-group-vertical > input.submit:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .local-nav .btn-group > .cta:focus, .comment-respond form .btn-group > input.submit:focus, .btn-group > .btn:active, .local-nav .btn-group > .cta:active, .comment-respond form .btn-group > input.submit:active, .btn-group > .btn.active, .local-nav .btn-group > .active.cta, .comment-respond form .btn-group > input.active.submit,
    .btn-group-vertical > .btn:focus,
    .local-nav .btn-group-vertical > .cta:focus,
    .comment-respond form .btn-group-vertical > input.submit:focus,
    .btn-group-vertical > .btn:active,
    .local-nav .btn-group-vertical > .cta:active,
    .comment-respond form .btn-group-vertical > input.submit:active,
    .btn-group-vertical > .btn.active,
    .local-nav .btn-group-vertical > .active.cta,
    .comment-respond form .btn-group-vertical > input.active.submit {
      z-index: 1; }
  .btn-group .btn + .btn, .btn-group .local-nav .cta + .btn, .local-nav .btn-group .cta + .btn, .btn-group .comment-respond form input.submit + .btn, .comment-respond form .btn-group input.submit + .btn, .btn-group .local-nav .btn + .cta, .local-nav .btn-group .btn + .cta, .btn-group .local-nav .cta + .cta, .local-nav .btn-group .cta + .cta, .btn-group .comment-respond form .local-nav input.submit + .cta, .local-nav .btn-group .comment-respond form input.submit + .cta, .comment-respond form .btn-group .local-nav input.submit + .cta, .local-nav .comment-respond form .btn-group input.submit + .cta, .btn-group .comment-respond form .btn + input.submit, .comment-respond form .btn-group .btn + input.submit, .btn-group .local-nav .comment-respond form .cta + input.submit, .comment-respond form .btn-group .local-nav .cta + input.submit, .local-nav .btn-group .comment-respond form .cta + input.submit, .comment-respond form .local-nav .btn-group .cta + input.submit, .btn-group .comment-respond form input.submit + input.submit, .comment-respond form .btn-group input.submit + input.submit,
  .btn-group .btn + .btn-group,
  .btn-group .local-nav .cta + .btn-group,
  .local-nav .btn-group .cta + .btn-group,
  .btn-group .comment-respond form input.submit + .btn-group,
  .comment-respond form .btn-group input.submit + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .local-nav .btn-group + .cta,
  .local-nav .btn-group .btn-group + .cta,
  .btn-group .comment-respond form .btn-group + input.submit,
  .comment-respond form .btn-group .btn-group + input.submit,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .local-nav .cta + .btn,
  .local-nav .btn-group-vertical .cta + .btn,
  .btn-group-vertical .comment-respond form input.submit + .btn,
  .comment-respond form .btn-group-vertical input.submit + .btn,
  .btn-group-vertical .local-nav .btn + .cta,
  .local-nav .btn-group-vertical .btn + .cta,
  .btn-group-vertical .local-nav .cta + .cta,
  .local-nav .btn-group-vertical .cta + .cta,
  .btn-group-vertical .comment-respond form .local-nav input.submit + .cta,
  .local-nav .btn-group-vertical .comment-respond form input.submit + .cta,
  .comment-respond form .btn-group-vertical .local-nav input.submit + .cta,
  .local-nav .comment-respond form .btn-group-vertical input.submit + .cta,
  .btn-group-vertical .comment-respond form .btn + input.submit,
  .comment-respond form .btn-group-vertical .btn + input.submit,
  .btn-group-vertical .local-nav .comment-respond form .cta + input.submit,
  .comment-respond form .btn-group-vertical .local-nav .cta + input.submit,
  .local-nav .btn-group-vertical .comment-respond form .cta + input.submit,
  .comment-respond form .local-nav .btn-group-vertical .cta + input.submit,
  .btn-group-vertical .comment-respond form input.submit + input.submit,
  .comment-respond form .btn-group-vertical input.submit + input.submit,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .local-nav .cta + .btn-group,
  .local-nav .btn-group-vertical .cta + .btn-group,
  .btn-group-vertical .comment-respond form input.submit + .btn-group,
  .comment-respond form .btn-group-vertical input.submit + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .local-nav .btn-group + .cta,
  .local-nav .btn-group-vertical .btn-group + .cta,
  .btn-group-vertical .comment-respond form .btn-group + input.submit,
  .comment-respond form .btn-group-vertical .btn-group + input.submit,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -2px; }

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

.btn-group > .btn:first-child, .local-nav .btn-group > .cta:first-child, .comment-respond form .btn-group > input.submit:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .local-nav .btn-group > .cta:not(:last-child):not(.dropdown-toggle), .comment-respond form .btn-group > input.submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.local-nav .btn-group > .btn-group:not(:last-child) > .cta,
.comment-respond form .btn-group > .btn-group:not(:last-child) > input.submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .local-nav .btn-group > .cta:not(:first-child), .comment-respond form .btn-group > input.submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.local-nav .btn-group > .btn-group:not(:first-child) > .cta,
.comment-respond form .btn-group > .btn-group:not(:first-child) > input.submit {
  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,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .local-nav .btn-group-sm > .cta + .dropdown-toggle-split, .comment-respond form .btn-group-sm > input.submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .local-nav .btn-group-lg > .cta + .dropdown-toggle-split, .comment-respond form .btn-group-lg > input.submit + .dropdown-toggle-split, .comment-respond form input.submit + .dropdown-toggle-split {
  padding-right: 0.675rem;
  padding-left: 0.675rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .local-nav .cta, .local-nav .btn-group-vertical .cta, .btn-group-vertical .comment-respond form input.submit, .comment-respond form .btn-group-vertical input.submit,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .local-nav .btn-group-vertical > .cta + .btn, .comment-respond form .btn-group-vertical > input.submit + .btn, .local-nav .btn-group-vertical > .btn + .cta, .local-nav .btn-group-vertical > .cta + .cta, .comment-respond form .local-nav .btn-group-vertical > input.submit + .cta, .local-nav .comment-respond form .btn-group-vertical > input.submit + .cta, .comment-respond form .btn-group-vertical > .btn + input.submit, .local-nav .comment-respond form .btn-group-vertical > .cta + input.submit, .comment-respond form .local-nav .btn-group-vertical > .cta + input.submit, .comment-respond form .btn-group-vertical > input.submit + input.submit,
  .btn-group-vertical > .btn + .btn-group,
  .local-nav .btn-group-vertical > .cta + .btn-group,
  .comment-respond form .btn-group-vertical > input.submit + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .local-nav .btn-group-vertical > .btn-group + .cta,
  .comment-respond form .btn-group-vertical > .btn-group + input.submit,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -2px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .local-nav .btn-group-vertical > .cta:not(:last-child):not(.dropdown-toggle), .comment-respond form .btn-group-vertical > input.submit:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .local-nav .btn-group-vertical > .btn-group:not(:last-child) > .cta,
  .comment-respond form .btn-group-vertical > .btn-group:not(:last-child) > input.submit {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .local-nav .btn-group-vertical > .cta:not(:first-child), .comment-respond form .btn-group-vertical > input.submit:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .local-nav .btn-group-vertical > .btn-group:not(:first-child) > .cta,
  .comment-respond form .btn-group-vertical > .btn-group:not(:first-child) > input.submit {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .local-nav .btn-group-toggle > .cta, .comment-respond form .btn-group-toggle > input.submit,
.btn-group-toggle > .btn-group > .btn,
.local-nav .btn-group-toggle > .btn-group > .cta,
.comment-respond form .btn-group-toggle > .btn-group > input.submit {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .local-nav .btn-group-toggle > .cta input[type="radio"], .comment-respond form .btn-group-toggle > input.submit input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .local-nav .btn-group-toggle > .cta input[type="checkbox"],
  .comment-respond form .btn-group-toggle > input.submit input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .local-nav .btn-group-toggle > .btn-group > .cta input[type="radio"],
  .comment-respond form .btn-group-toggle > .btn-group > input.submit input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .local-nav .btn-group-toggle > .btn-group > .cta input[type="checkbox"],
  .comment-respond form .btn-group-toggle > .btn-group > input.submit input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .input-group > .facetwp-search, .filters-row .input-group > .facetwp-search, .filters-row .facetwp-type-dropdown .input-group > select,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus, .input-group > .facetwp-search:focus, .filters-row .input-group > .facetwp-search:focus, .filters-row .facetwp-type-dropdown .input-group > select:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control, .input-group > .facetwp-search + .form-control, .filters-row .input-group > .facetwp-search + .form-control, .filters-row .facetwp-type-dropdown .input-group > select + .form-control, .input-group > .form-control + .facetwp-search, .input-group > .facetwp-search + .facetwp-search, .filters-row .input-group > .form-control + .facetwp-search, .filters-row .input-group > .facetwp-search + .facetwp-search, .filters-row .facetwp-type-dropdown .input-group > select + .facetwp-search, .filters-row .facetwp-type-dropdown .input-group > .form-control + select, .filters-row .facetwp-type-dropdown .input-group > .facetwp-search + select, .filters-row .facetwp-type-dropdown .input-group > select + select,
    .input-group > .form-control + .custom-select,
    .input-group > .facetwp-search + .custom-select,
    .filters-row .input-group > .facetwp-search + .custom-select,
    .filters-row .facetwp-type-dropdown .input-group > select + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .facetwp-search + .custom-file,
    .filters-row .input-group > .facetwp-search + .custom-file,
    .filters-row .facetwp-type-dropdown .input-group > select + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .facetwp-search,
    .filters-row .input-group > .custom-select + .facetwp-search,
    .filters-row .facetwp-type-dropdown .input-group > .custom-select + select,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .facetwp-search,
    .filters-row .input-group > .custom-file + .facetwp-search,
    .filters-row .facetwp-type-dropdown .input-group > .custom-file + select,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -2px; }
  .input-group > .form-control:not(:last-child), .input-group > .facetwp-search:not(:last-child), .filters-row .input-group > .facetwp-search:not(:last-child), .filters-row .facetwp-type-dropdown .input-group > select:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .input-group > .facetwp-search:not(:first-child), .filters-row .input-group > .facetwp-search:not(:first-child), .filters-row .facetwp-type-dropdown .input-group > select:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::after {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .local-nav .cta, .local-nav .input-group-prepend .cta, .input-group-prepend .comment-respond form input.submit, .comment-respond form .input-group-prepend input.submit,
  .input-group-append .btn,
  .input-group-append .local-nav .cta,
  .local-nav .input-group-append .cta,
  .input-group-append .comment-respond form input.submit,
  .comment-respond form .input-group-append input.submit {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn, .input-group-prepend .local-nav .cta + .btn, .local-nav .input-group-prepend .cta + .btn, .input-group-prepend .comment-respond form input.submit + .btn, .comment-respond form .input-group-prepend input.submit + .btn, .input-group-prepend .local-nav .btn + .cta, .local-nav .input-group-prepend .btn + .cta, .input-group-prepend .local-nav .cta + .cta, .local-nav .input-group-prepend .cta + .cta, .input-group-prepend .comment-respond form .local-nav input.submit + .cta, .local-nav .input-group-prepend .comment-respond form input.submit + .cta, .comment-respond form .input-group-prepend .local-nav input.submit + .cta, .local-nav .comment-respond form .input-group-prepend input.submit + .cta, .input-group-prepend .comment-respond form .btn + input.submit, .comment-respond form .input-group-prepend .btn + input.submit, .input-group-prepend .local-nav .comment-respond form .cta + input.submit, .comment-respond form .input-group-prepend .local-nav .cta + input.submit, .local-nav .input-group-prepend .comment-respond form .cta + input.submit, .comment-respond form .local-nav .input-group-prepend .cta + input.submit, .input-group-prepend .comment-respond form input.submit + input.submit, .comment-respond form .input-group-prepend input.submit + input.submit,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .local-nav .cta + .input-group-text,
  .local-nav .input-group-prepend .cta + .input-group-text,
  .input-group-prepend .comment-respond form input.submit + .input-group-text,
  .comment-respond form .input-group-prepend input.submit + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .local-nav .input-group-text + .cta,
  .local-nav .input-group-prepend .input-group-text + .cta,
  .input-group-prepend .comment-respond form .input-group-text + input.submit,
  .comment-respond form .input-group-prepend .input-group-text + input.submit,
  .input-group-append .btn + .btn,
  .input-group-append .local-nav .cta + .btn,
  .local-nav .input-group-append .cta + .btn,
  .input-group-append .comment-respond form input.submit + .btn,
  .comment-respond form .input-group-append input.submit + .btn,
  .input-group-append .local-nav .btn + .cta,
  .local-nav .input-group-append .btn + .cta,
  .input-group-append .local-nav .cta + .cta,
  .local-nav .input-group-append .cta + .cta,
  .input-group-append .comment-respond form .local-nav input.submit + .cta,
  .local-nav .input-group-append .comment-respond form input.submit + .cta,
  .comment-respond form .input-group-append .local-nav input.submit + .cta,
  .local-nav .comment-respond form .input-group-append input.submit + .cta,
  .input-group-append .comment-respond form .btn + input.submit,
  .comment-respond form .input-group-append .btn + input.submit,
  .input-group-append .local-nav .comment-respond form .cta + input.submit,
  .comment-respond form .input-group-append .local-nav .cta + input.submit,
  .local-nav .input-group-append .comment-respond form .cta + input.submit,
  .comment-respond form .local-nav .input-group-append .cta + input.submit,
  .input-group-append .comment-respond form input.submit + input.submit,
  .comment-respond form .input-group-append input.submit + input.submit,
  .input-group-append .btn + .input-group-text,
  .input-group-append .local-nav .cta + .input-group-text,
  .local-nav .input-group-append .cta + .input-group-text,
  .input-group-append .comment-respond form input.submit + .input-group-text,
  .comment-respond form .input-group-append input.submit + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .local-nav .input-group-text + .cta,
  .local-nav .input-group-append .input-group-text + .cta,
  .input-group-append .comment-respond form .input-group-text + input.submit,
  .comment-respond form .input-group-append .input-group-text + input.submit {
    margin-left: -2px; }

.input-group-prepend {
  margin-right: -2px; }

.input-group-append {
  margin-left: -2px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #b9b9b9;
  border-radius: 0.15rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn, .local-nav .input-group > .input-group-prepend > .cta, .comment-respond form .input-group > .input-group-prepend > input.submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.local-nav .input-group > .input-group-append:not(:last-child) > .cta,
.comment-respond form .input-group > .input-group-append:not(:last-child) > input.submit,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.local-nav .input-group > .input-group-append:last-child > .cta:not(:last-child):not(.dropdown-toggle),
.comment-respond form .input-group > .input-group-append:last-child > input.submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .local-nav .input-group > .input-group-append > .cta, .comment-respond form .input-group > .input-group-append > input.submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.local-nav .input-group > .input-group-prepend:not(:first-child) > .cta,
.comment-respond form .input-group > .input-group-prepend:not(:first-child) > input.submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.local-nav .input-group > .input-group-prepend:first-child > .cta:not(:first-child),
.comment-respond form .input-group > .input-group-prepend:first-child > input.submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #8cb6a6; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(140, 182, 166, 0); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f9fbfb; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.15rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8cb6a6; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #8cb6a6; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(123, 37, 82, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(123, 37, 82, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8cb6a6; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(123, 37, 82, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.4375rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 2px solid #b9b9b9;
  border-radius: 0.15rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #bbd4ca;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(187, 212, 202, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.9765625rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(3.395rem + 4px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.4375rem + 4px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.4375rem + 4px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #bbd4ca;
    box-shadow: 0 0 0 0.2rem rgba(140, 182, 166, 0); }
    .custom-file-input:focus ~ .custom-file-label::after {
      border-color: #bbd4ca; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.4375rem + 4px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 2px solid #b9b9b9;
  border-radius: 0.15rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.4375rem + 4px) - 2px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 2px solid #b9b9b9;
    border-radius: 0 0.15rem 0.15rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #8cb6a6;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-webkit-slider-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(140, 182, 166, 0); }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #f9fbfb; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #8cb6a6;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-moz-range-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(140, 182, 166, 0); }
    .custom-range::-moz-range-thumb:active {
      background-color: #f9fbfb; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #8cb6a6;
    border: 0;
    border-radius: 1rem;
    appearance: none; }
    .custom-range::-ms-thumb:focus {
      outline: none;
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(140, 182, 166, 0); }
    .custom-range::-ms-thumb:active {
      background-color: #f9fbfb; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d; }

.nav-tabs {
  border-bottom: 2px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -2px; }
  .nav-tabs .nav-link {
    border: 2px solid transparent;
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.15rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #8cb6a6; }

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.33125rem;
  padding-bottom: 0.33125rem;
  margin-right: 1rem;
  font-size: 1.35rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.35rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0.1rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.15rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 1.5rem; }

.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0; }

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

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 1.5rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 2px solid transparent; }
  .card-header:first-child {
    border-radius: calc(0.15rem - 2px) calc(0.15rem - 2px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 1.5rem 1.25rem;
  border-top: 2px solid transparent; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.15rem - 2px) calc(0.15rem - 2px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1.5rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%; }

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

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

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 10px; }
  @media (min-width: 992px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -10px;
      margin-left: -10px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-group {
      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:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.15rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.15rem;
            border-top-right-radius: 0.15rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.15rem;
            border-bottom-left-radius: 0.15rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 1.5rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.15rem; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.15rem; }

.page-link, .facetwp-pager .facetwp-page {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #7b2552;
  background-color: #fff;
  border: 2px solid #dee2e6; }
  .page-link:hover, .facetwp-pager .facetwp-page:hover {
    z-index: 2;
    color: #8cb6a6;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus, .facetwp-pager .facetwp-page:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(140, 182, 166, 0); }
  .page-link:not(:disabled):not(.disabled), .facetwp-pager .facetwp-page:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link, .page-item:first-child .facetwp-pager .facetwp-page, .facetwp-pager .page-item:first-child .facetwp-page {
  margin-left: 0;
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem; }

.page-item:last-child .page-link, .page-item:last-child .facetwp-pager .facetwp-page, .facetwp-pager .page-item:last-child .facetwp-page {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem; }

.page-item.active .page-link, .page-item.active .facetwp-pager .facetwp-page, .facetwp-pager .page-item.active .facetwp-page {
  z-index: 1;
  color: #fff;
  background-color: #8cb6a6;
  border-color: #8cb6a6; }

.page-item.disabled .page-link, .page-item.disabled .facetwp-pager .facetwp-page, .facetwp-pager .page-item.disabled .facetwp-page {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link, .pagination-lg .facetwp-pager .facetwp-page, .facetwp-pager .pagination-lg .facetwp-page {
  padding: 0.75rem 1.5rem;
  font-size: 1.35rem;
  line-height: 1.7; }

.pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:first-child .facetwp-pager .facetwp-page, .facetwp-pager .pagination-lg .page-item:first-child .facetwp-page {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.pagination-lg .page-item:last-child .page-link, .pagination-lg .page-item:last-child .facetwp-pager .facetwp-page, .facetwp-pager .pagination-lg .page-item:last-child .facetwp-page {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.pagination-sm .page-link, .pagination-sm .facetwp-pager .facetwp-page, .facetwp-pager .pagination-sm .facetwp-page {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:first-child .facetwp-pager .facetwp-page, .facetwp-pager .pagination-sm .page-item:first-child .facetwp-page {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem; }

.pagination-sm .page-item:last-child .page-link, .pagination-sm .page-item:last-child .facetwp-pager .facetwp-page, .facetwp-pager .pagination-sm .page-item:last-child .facetwp-page {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem; }

.close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 2px solid #e9ecef;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 2px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  color: #b9b9b9;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #b9b9b9;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 81px;
  height: 81px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b9b9b9' viewBox='0 0 18 80.06'%3E%3Cpath d='M42.688,1211.91l16.15,39.86-1.854.75-16.15-39.85Zm0,1.18,16.15-39.86-1.854-.75-16.15,39.85Z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b9b9b9' viewBox='0 0 18 80.06'%3E%3Cpath d='M1315.31,1211.91l-16.15,39.86,1.86,0.75,16.15-39.85Zm0,1.18-16.15-39.86,1.86-.75,16.15,39.85Z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 5%;
  margin-left: 5%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

.bg-primary {
  background-color: #7b2552 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #541938 !important; }

.bg-secondary {
  background-color: #8cb6a6 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6da28e !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #eae8ea !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d2cdd2 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

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

.border {
  border: 1px solid #b9b9b9 !important; }

.border-top {
  border-top: 1px solid #b9b9b9 !important; }

.border-right {
  border-right: 1px solid #b9b9b9 !important; }

.border-bottom {
  border-bottom: 1px solid #b9b9b9 !important; }

.border-left {
  border-left: 1px solid #b9b9b9 !important; }

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

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

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

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

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

.border-primary {
  border-color: #7b2552 !important; }

.border-secondary {
  border-color: #8cb6a6 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #eae8ea !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.15rem !important; }

.rounded-top {
  border-top-left-radius: 0.15rem !important;
  border-top-right-radius: 0.15rem !important; }

.rounded-right {
  border-top-right-radius: 0.15rem !important;
  border-bottom-right-radius: 0.15rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important; }

.rounded-left {
  border-top-left-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

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

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive, .embed-youtube {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before, .embed-youtube::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item, .embed-youtube .embed-responsive-item,
  .embed-responsive iframe,
  .embed-youtube iframe,
  .embed-responsive embed,
  .embed-youtube embed,
  .embed-responsive object,
  .embed-youtube object,
  .embed-responsive video,
  .embed-youtube video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before, .embed-youtube::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: 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; }

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

.text-white {
  color: #fff !important; }

.text-primary {
  color: #7b2552 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #541938 !important; }

.text-secondary {
  color: #8cb6a6 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #6da28e !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #eae8ea !important; }

a.text-light:hover, a.text-light:focus {
  color: #d2cdd2 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #2c2c2c !important; }

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 2px solid #a0a0a0;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 2px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; } }

body {
  font-family: "calluna", serif; }

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

a {
  transition: all 0.3s; }
  @media screen and (prefers-reduced-motion: reduce) {
    a {
      transition: none; } }
  a:hover {
    text-decoration: none !important;
    color: #8cb6a6; }

h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong,
.h1 b,
.h1 strong, .h2 b, .article-content .gform_wrapper h2.gsection_title b, .h2 strong, .article-content .gform_wrapper h2.gsection_title strong, .h3 b, .single-people .bio h2 b, .h3 strong, .single-people .bio h2 strong, .h4 b, .h4 strong, .h5 b, table td h3 b, .content-wrapper--page.has-sidebar .sidebar .parent-sidebar-menu > .current_page_ancestor > a b, .h5 strong, table td h3 strong, .content-wrapper--page.has-sidebar .sidebar .parent-sidebar-menu > .current_page_ancestor > a strong, .h6 b, table td h4 b, .h6 strong, table td h4 strong {
  font-weight: inherit; }

h1, .h1, h2, .h2, .article-content .gform_wrapper h2.gsection_title {
  font-family: "calluna", serif; }

h2, h3, .h2, .article-content .gform_wrapper h2.gsection_title, .h3, .single-people .bio h2 {
  margin: 1rem 0; }

h3, .h3, .single-people .bio h2 {
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

h5, .h5, table td h3, .content-wrapper--page.has-sidebar .sidebar .parent-sidebar-menu > .current_page_ancestor > a {
  font-weight: 500; }

.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
  font-weight: normal; }

.lead, .section--overview-video p.lead {
  color: #9a9a9a;
  font-size: 1.7rem;
  text-align: center;
  margin-top: 0 !important; }

blockquote cite {
  font-weight: bold; }

table {
  border-color: #eee !important;
  border-style: solid;
  border-collapse: collapse; }
  table td {
    vertical-align: top; }
    table td h3 {
      margin-top: 1rem; }

.container--narrow,
.narrow {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto; }

.section .narrow {
  max-width: 700px; }

.row.narrow-xs {
  max-width: 650px; }

@media (max-width: 767.98px) {
  .hide-sm-down {
    display: none; } }

.visible-sm-down {
  display: none; }
  @media (max-width: 767.98px) {
    .visible-sm-down {
      display: block; } }

@media (max-width: 991.98px) {
  .hide-md-down {
    display: none; } }

.visible-md-down {
  display: none; }
  @media (max-width: 991.98px) {
    .visible-md-down {
      display: block; } }

.round-photo,
.img-circle {
  width: 100%;
  border-radius: 50%;
  margin: 0 auto; }
  .round-photo:after,
  .img-circle:after {
    content: "";
    display: block;
    padding-bottom: 100%; }

.texture--qbert, .cards-people {
  background-color: #f3f3f3;
  background-image: url("../img/pattern-qbert.png");
  background-repeat: repeat; }

.texture--linkage {
  background-color: #f3f3f3;
  background-image: url("../img/pattern-linkage.png");
  background-repeat: repeat; }

.btn, .local-nav .cta, .comment-respond form input.submit {
  text-decoration: none;
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.btn-primary .svg-inline--fa, .local-nav .cta .svg-inline--fa {
  display: inline-block;
  margin-left: 8px;
  color: #be7492; }

.btn-default, .comment-respond form input.submit {
  color: #2c2c2c;
  background-color: #e8e7eb;
  border-color: transparent;
  color: #7b2552; }
  .btn-default:hover, .comment-respond form input.submit:hover {
    color: #2c2c2c;
    background-color: #d5d2d9;
    border-color: transparent; }
  .btn-default:focus, .comment-respond form input.submit:focus, .btn-default.focus, .comment-respond form input.focus.submit {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-default.disabled, .comment-respond form input.disabled.submit, .btn-default:disabled, .comment-respond form input.submit:disabled {
    color: #2c2c2c;
    background-color: #e8e7eb;
    border-color: transparent; }
  .btn-default:not(:disabled):not(.disabled):active, .comment-respond form input.submit:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .comment-respond form input.submit:not(:disabled):not(.disabled).active,
  .show > .btn-default.dropdown-toggle,
  .comment-respond form .show > input.dropdown-toggle.submit {
    color: #2c2c2c;
    background-color: #ceccd3;
    border-color: transparent; }
    .btn-default:not(:disabled):not(.disabled):active:focus, .comment-respond form input.submit:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .comment-respond form input.submit:not(:disabled):not(.disabled).active:focus,
    .show > .btn-default.dropdown-toggle:focus,
    .comment-respond form .show > input.dropdown-toggle.submit:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-default:hover, .comment-respond form input.submit:hover {
    color: #541938; }

.btn-outline {
  background: transparent;
  border-color: rgba(123, 37, 82, 0.2); }
  .btn-outline:hover {
    background: #7b2552;
    border-color: #7b2552;
    color: #fff; }

.btn-dark-outline {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-color: rgba(123, 37, 82, 0.7); }

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent; }
  .btn-transparent:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-transparent:focus, .btn-transparent.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-transparent.disabled, .btn-transparent:disabled {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
  .btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active,
  .show > .btn-transparent.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent; }
    .btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-transparent.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-underline {
  color: #2c2c2c;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1; }
  .btn-underline:after {
    content: "";
    width: 100%;
    border-bottom: 2px solid #8cb6a6;
    display: block;
    position: relative;
    bottom: .25em;
    z-index: -1;
    transition: all 0.3s; }
    @media screen and (prefers-reduced-motion: reduce) {
      .btn-underline:after {
        transition: none; } }
  .btn-underline:hover {
    text-decoration: none;
    border: none;
    color: #7b2552; }
    .btn-underline:hover:after {
      border-bottom-color: #b63779; }

.btn-inverse {
  color: #2c2c2c;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff !important; }
  .btn-inverse:hover {
    color: #2c2c2c;
    background-color: rgba(236, 236, 236, 0.2);
    border-color: #e6e5e5; }
  .btn-inverse:focus, .btn-inverse.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-inverse.disabled, .btn-inverse:disabled {
    color: #2c2c2c;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #fff; }
  .btn-inverse:not(:disabled):not(.disabled):active, .btn-inverse:not(:disabled):not(.disabled).active,
  .show > .btn-inverse.dropdown-toggle {
    color: #2c2c2c;
    background-color: rgba(230, 229, 229, 0.2);
    border-color: #dfdfdf; }
    .btn-inverse:not(:disabled):not(.disabled):active:focus, .btn-inverse:not(:disabled):not(.disabled).active:focus,
    .show > .btn-inverse.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-inverse:hover, .btn-inverse:active, .btn-inverse:focus {
    color: #2c2c2c !important;
    background: #fff !important; }

.btn-round {
  border-radius: 50%; }

.btn-search {
  background: transparent; }
  .btn-search .fa-search {
    color: #6c757d; }

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.row--narrow {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  .row--narrow .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

a {
  text-decoration-color: #8cb6a6; }

.link-list {
  max-width: 600px;
  margin: 2rem auto;
  text-align: left; }
  .link-list .link-block {
    display: block;
    border-bottom: 1px solid #dee2e6; }
    .link-list .link-block h4 {
      font-size: 1.4rem; }
    .link-list .link-block .fa-angle-right {
      float: right;
      top: 4px;
      position: relative; }

.breadcrumb-container {
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  border-radius: 0; }
  .breadcrumb-container .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0; }
  .breadcrumb-container a {
    text-decoration: none;
    color: #2c2c2c; }

@media (max-width: 991.98px) {
  header {
    display: flex;
    justify-content: flex-end;
    background: #2e292e; }
    header .main-nav-toggle a {
      color: #fff; }
  .navbar-brand {
    text-align: left; }
  .navbar-toggler, .global-nav-close {
    color: #fff;
    background: transparent;
    border: none;
    position: absolute;
    top: 30px;
    right: 20px;
    cursor: pointer; }
  .global-nav-container {
    font-size: 1rem;
    text-align: center;
    background: #ddd;
    position: fixed;
    display: block;
    top: 0;
    right: -100%;
    height: 100%;
    width: auto;
    transition: all ease 0.5s;
    background: #2e292e;
    width: 90%;
    max-width: 400px; }
    .global-nav-container li {
      white-space: nowrap;
      margin-bottom: 8px; }
    .global-nav-container .global-nav-menu__inner {
      position: relative;
      z-index: 1;
      padding: 1rem 2rem;
      height: 100%; }
    .global-nav-container a {
      color: #fff; }
    .global-nav-container.visible {
      right: 0; }
    .global-nav-container ul {
      padding-left: 0;
      list-style: none; }
      .global-nav-container ul .child-menu {
        display: none; }
    .global-nav-container .child-pane {
      position: absolute;
      right: -100%;
      z-index: -1;
      top: 0;
      background: #555;
      height: 100%;
      padding: 1rem 2rem;
      transition: all ease .4s; }
      .global-nav-container .child-pane.visible {
        right: 100%; } }

@media (min-width: 992px) {
  .global-nav-close {
    display: none; }
  header.header .navbar {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    header.header .navbar .global-nav-menu {
      display: flex;
      justify-content: flex-end; }
      header.header .navbar .global-nav-menu li {
        display: inline-block; }
    header.header .navbar .utility-nav li {
      margin: 1rem; }
    header.header .navbar .main-nav li {
      margin: 0 0.5rem; }
  header.header .nav-item a:focus {
    outline: none;
    box-shadow: none; }
  header.header .nav-item--search {
    padding-top: 2px; }
  header.header .nav-item.dropdown {
    display: flex;
    justify-content: center; }
  header.header .dropdown-menu {
    padding: 1rem 0 0.5rem;
    background: #2e292e; }
    header.header .dropdown-menu .dropdown-item {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    header.header .dropdown-menu:before {
      content: "";
      display: block;
      position: absolute;
      top: -10px;
      left: 10%;
      z-index: 1;
      height: 10px;
      width: 10px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #2e292e; }
    header.header .dropdown-menu.dropdown-menu-right:before {
      content: "";
      display: block;
      position: absolute;
      top: -10px;
      left: auto;
      right: 10%;
      z-index: 1;
      height: 10px;
      width: 10px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #2e292e; }
    header.header .dropdown-menu--search {
      width: 600px;
      color: #fff;
      padding: 1rem; }
      header.header .dropdown-menu--search:before {
        left: auto;
        right: 12px !important; }
      header.header .dropdown-menu--search .form-control--search {
        width: 100%;
        background: transparent;
        border-color: transparent;
        padding-left: 30px;
        color: #fff;
        font-size: 1.2rem; }
        header.header .dropdown-menu--search .form-control--search::-webkit-input-placeholder {
          color: #a0a0a0 !important; }
        header.header .dropdown-menu--search .form-control--search::-moz-placeholder {
          color: #a0a0a0 !important; }
        header.header .dropdown-menu--search .form-control--search:-ms-input-placeholder {
          color: #a0a0a0 !important; }
        header.header .dropdown-menu--search .form-control--search:-moz-placeholder {
          color: #a0a0a0 !important; }
      header.header .dropdown-menu--search button {
        width: 30px;
        position: absolute;
        left: 0.5rem;
        top: 1.4rem;
        z-index: 1; }
    header.header .dropdown-menu .dropdown-header {
      display: block;
      padding-bottom: 1rem;
      margin-bottom: 0.5rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      color: #8cb6a6; }
      header.header .dropdown-menu .dropdown-header:hover {
        color: #fff; }
    header.header .dropdown-menu a:hover {
      color: #8cb6a6; } }

@media (max-width: 991.98px) {
  .mobile-nav {
    color: #fff;
    text-align: left;
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .mobile-nav .search-form {
      width: 80%;
      position: relative; }
      .mobile-nav .search-form .form-control, .mobile-nav .search-form .facetwp-search, .mobile-nav .search-form .filters-row .facetwp-type-dropdown select, .filters-row .facetwp-type-dropdown .mobile-nav .search-form select {
        border: none;
        border-radius: 0.25rem;
        padding-left: 32px;
        background: rgba(255, 255, 255, 0.1);
        color: #fff; }
      .mobile-nav .search-form .btn, .mobile-nav .search-form .local-nav .cta, .local-nav .mobile-nav .search-form .cta, .mobile-nav .search-form .comment-respond form input.submit, .comment-respond form .mobile-nav .search-form input.submit {
        position: absolute;
        top: 01px;
        left: -4px;
        width: 40px;
        height: 40px;
        margin-top: 0;
        font-size: 14px; }
    .mobile-nav h3 {
      margin-top: 4rem; }
    .mobile-nav nav ul {
      -moz-column-count: 2;
      -moz-column-gap: 50px;
      -webkit-column-count: 2;
      -webkit-column-gap: 50px;
      column-count: 2;
      column-gap: 50px;
      padding-left: 0;
      margin-left: 0; }
      .mobile-nav nav ul li {
        padding-left: 0; }
    .mobile-nav hr {
      border-color: rgba(255, 255, 255, 0.2);
      border-width: 1px;
      margin: 2rem 0; }
    .mobile-nav .btn, .mobile-nav .local-nav .cta, .local-nav .mobile-nav .cta, .mobile-nav .comment-respond form input.submit, .comment-respond form .mobile-nav input.submit {
      width: 100%;
      margin-top: 2rem; } }

.local-nav {
  padding: 0;
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .local-nav a {
    color: #2c2c2c;
    font-weight: 500;
    margin: 0.3333333333rem; }
  .local-nav .active a {
    color: #8cb6a6;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 40px; }
  .local-nav .btn-search {
    position: absolute;
    right: 5px;
    font-size: 16px; }

.sticky-nav {
  position: sticky !important;
  top: 0;
  z-index: 2; }

.navbar {
  display: flex; }
  @media (min-width: 768px) {
    .navbar .container {
      justify-content: center;
      align-items: center; } }
  .navbar--dropshadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) !important; }
  .navbar .nav .nav-item a {
    padding: 1rem;
    display: block;
    font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #8cb6a6;
    font-weight: 500; }
    .navbar .nav .nav-item a:hover {
      color: #6da28e; }

body.admin-bar .sticky-nav {
  top: 32px; }

.facetwp-pager {
  text-align: center; }
  .facetwp-pager .facetwp-pager-label {
    display: none; }
  .facetwp-pager .facetwp-page {
    display: inline-block;
    margin: 0; }

.jumbotron {
  position: relative;
  padding: 10rem 4rem 6rem;
  text-align: center;
  background-color: #444;
  color: #eae8ea;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px; }
  .jumbotron--lg {
    min-height: 800px;
    height: 50vh;
    max-height: 1000px; }
  .jumbotron h1 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    font-size: 4.303125rem;
    font-family: "calluna", serif; }
    @media (max-width: 767.98px) {
      .jumbotron h1 {
        font-size: 2.86875rem; } }
    @media (max-width: 575.98px) {
      .jumbotron h1 {
        font-size: 2.86875rem; } }
  .jumbotron h2 {
    font-weight: normal; }
  .jumbotron h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.7rem;
    text-transform: uppercase;
    letter-spacing: .06em; }
    @media (max-width: 767.98px) {
      .jumbotron h3 {
        font-size: 1.3rem; } }
  .jumbotron .narrow {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .jumbotron .btn, .jumbotron .local-nav .cta, .local-nav .jumbotron .cta, .jumbotron .comment-respond form input.submit, .comment-respond form .jumbotron input.submit {
    font-weight: 500;
    min-width: 183px; }
    @media (min-width: 576px) {
      .jumbotron .btn:first-child, .jumbotron .local-nav .cta:first-child, .local-nav .jumbotron .cta:first-child, .jumbotron .comment-respond form input.submit:first-child, .comment-respond form .jumbotron input.submit:first-child {
        margin-right: 1rem; } }
    .jumbotron .btn svg, .jumbotron .local-nav .cta svg, .local-nav .jumbotron .cta svg, .jumbotron .comment-respond form input.submit svg, .comment-respond form .jumbotron input.submit svg {
      float: right;
      top: 4px;
      position: relative; }
    .jumbotron .btn .fa-search, .jumbotron .local-nav .cta .fa-search, .local-nav .jumbotron .cta .fa-search, .jumbotron .comment-respond form input.submit .fa-search, .comment-respond form .jumbotron input.submit .fa-search {
      width: 18px;
      top: 5px; }
  .jumbotron .jumbotron-buttons {
    margin-top: 2rem; }
  .jumbotron p {
    margin-top: 2rem;
    font-size: 1.1rem; }
    .jumbotron p a {
      color: #fff;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
      position: relative;
      z-index: 1;
      text-shadow: none;
      font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
      .jumbotron p a:after {
        content: "";
        width: 100%;
        border-bottom: 2px solid rgba(140, 182, 166, 0.7);
        display: block;
        position: relative;
        bottom: .25em;
        z-index: -1;
        transition: all 0.1s; }
        @media screen and (prefers-reduced-motion: reduce) {
          .jumbotron p a:after {
            transition: none; } }
      .jumbotron p a:hover {
        text-decoration: none;
        border: none;
        color: #fff; }
        .jumbotron p a:hover:after {
          border-bottom: 2px solid #fff; }
    .jumbotron p.lead {
      color: #e9ecef;
      font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 1.3rem; }
  .jumbotron a {
    color: #fff; }

.home .jumbotron {
  padding: 16rem 4rem 18rem; }
  .home .jumbotron h1 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 4.78125rem;
    font-family: "calluna", serif; }
    @media (max-width: 767.98px) {
      .home .jumbotron h1 {
        font-size: 3.346875rem; } }
    @media (max-width: 575.98px) {
      .home .jumbotron h1 {
        font-size: 2.86875rem; } }

.card {
  position: relative;
  border-radius: 0;
  text-decoration: none; }
  @media (max-width: 991.98px) {
    .card {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .card .pdf-download {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff; }
  .card .category-banner {
    position: absolute;
    display: block;
    top: 16px;
    left: -8px;
    background-color: #8cb6a6;
    font-size: 0.9rem;
    color: #fff;
    padding: 4px 8px;
    font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .card .category-banner:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 8px;
      height: 8px;
      border-top: 6px solid #426759;
      border-left: 8px solid transparent; }
  .card h5 {
    font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-align: center;
    font-size: 1.5rem;
    margin: .65rem auto !important; }
  .card h6 {
    text-align: center;
    font-size: 0.984375rem;
    font-family: "calluna", serif;
    color: #a0a0a0;
    margin: .65rem auto !important; }
  .card .byline,
  .card .date {
    color: #a0a0a0;
    margin: 0 0;
    font-size: 1rem; }
  .card .social-links {
    font-size: 22px; }
    .card .social-links a {
      color: #a0a0a0;
      margin: .15rem; }
      .card .social-links a:hover {
        color: #2c2c2c; }
  .card--person .round-photo {
    max-width: 220px;
    margin-top: 2rem; }
  .card--person .card-body {
    padding-top: 1.3333333333rem; }
  .card--person h5 {
    font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin-top: 0; }
  .card--person h6 .person_other_info {
    margin-top: .5rem; }

a.card {
  transition: all 0.3s; }
  @media screen and (prefers-reduced-motion: reduce) {
    a.card {
      transition: none; } }
  a.card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    color: #8cb6a6; }

.card-photo {
  height: 150px;
  width: 100%;
  display: block; }

.card-body {
  text-align: center; }
  @media (min-width: 992px) {
    .card-body {
      padding: 1rem; } }
  .card-body p {
    color: #6c757d; }
  .card-body p:last-of-type {
    margin-bottom: .5rem; }

.home .carousel .card-body {
  min-height: 138px; }

.card-footer {
  padding-top: 0;
  padding-bottom: 2rem; }

.cards-xs, .cards-sm {
  display: flex;
  justify-content: center;
  color: #eae8ea; }
  .cards-xs .card, .cards-sm .card {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom right, #222, #777); }
    .cards-xs .card p, .cards-sm .card p {
      margin-bottom: 0; }

.cards-xs .card {
  padding: 2rem 4rem;
  margin: 0; }

.cards-sm .card {
  padding: 4rem;
  margin: 0 1rem; }

.card-img {
  padding-top: 177px; }

.section {
  justify-content: center; }
  .section .card-deck {
    justify-content: center;
    margin-top: 2rem; }
  .section .card {
    max-width: 320px; }

.card-deck {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: stretch; }
  .card-deck .card {
    margin-bottom: 2rem;
    flex-basis: 20%;
    max-width: 400px; }
    @media (max-width: 991.98px) {
      .card-deck .card {
        flex-basis: 30%; } }
    @media (max-width: 767.98px) {
      .card-deck .card {
        flex-basis: 100%;
        max-width: calc(100% - 20px); } }

.cards-people {
  padding: 4.5rem 4rem 3.5rem; }
  .cards-people .container {
    max-width: 100%; }
  .cards-people .card-deck .card {
    background: transparent;
    box-shadow: none;
    border: none;
    flex-basis: 30%; }
    @media (max-width: 1199.98px) {
      .cards-people .card-deck .card {
        flex-basis: 50%; } }
    @media (max-width: 767.98px) {
      .cards-people .card-deck .card {
        flex-basis: 100%;
        max-width: calc(100% - 20px); } }
    .cards-people .card-deck .card .card-title {
      margin-bottom: .5rem;
      margin-top: 0; }
    .cards-people .card-deck .card .card-text p {
      font-size: 1rem;
      max-width: 260px;
      margin: .55rem auto; }
    .cards-people .card-deck .card .card-photo {
      border: 20px solid #fff;
      width: 100%;
      border-radius: 50%;
      margin: 0 auto;
      height: 300px;
      width: 300px; }
      .cards-people .card-deck .card .card-photo:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .cards-people .card-deck .card .card-photo:after {
        content: "";
        height: 100%;
        display: block;
        width: 100%; }

.carousel-indicators {
  bottom: -2rem; }
  .carousel-indicators li {
    background: rgba(183, 180, 186, 0.3); }
    .carousel-indicators li.active {
      background: #7b2552; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 18px;
  height: 81px; }

.carousel-inner {
  min-height: 396px; }
  @media (min-width: 576px) and (max-width: 991.98px) {
    .carousel-inner {
      min-height: 427px; } }

.carousel-item {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem; }
  .carousel-item .card-deck {
    margin-top: 0; }
  .carousel-item .card {
    margin-bottom: 0; }
    @media (max-width: 1199.98px) {
      .carousel-item .card {
        flex-basis: 22%; } }
    @media (max-width: 991.98px) {
      .carousel-item .card {
        flex-basis: 30%; } }
    @media (max-width: 767.98px) {
      .carousel-item .card {
        flex-basis: 100%;
        margin-bottom: 20px; } }

.alignright {
  float: right; }

.section {
  clear: both;
  text-align: center;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem; }
  .section h1, .section h2, .section h3, .section h4, .section h5, .section h6,
  .section .h1, .section .h2, .section .article-content .gform_wrapper h2.gsection_title, .article-content .gform_wrapper .section h2.gsection_title, .section .h3, .section .single-people .bio h2, .single-people .bio .section h2, .section .h4, .section .h5, .section table td h3, table td .section h3, .section .content-wrapper--page.has-sidebar .sidebar .parent-sidebar-menu > .current_page_ancestor > a, .content-wrapper--page.has-sidebar .sidebar .section .parent-sidebar-menu > .current_page_ancestor > a, .section .h6, .section table td h4, table td .section h4, .section p, .section address {
    margin: 1rem auto; }
  .section h2 {
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
    font-family: "calluna", serif;
    text-transform: uppercase; }
  .section h3 {
    color: #7b2552;
    margin-bottom: 1rem; }
  .section h3.subtitle {
    font-weight: 300;
    font-size: 1.35rem;
    margin-top: -.75rem;
    color: #e9ecef;
    margin-bottom: 1.5rem; }
  .section p a {
    color: #2c2c2c;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1; }
    .section p a:after {
      content: "";
      width: 100%;
      border-bottom: 2px solid #8cb6a6;
      display: block;
      position: relative;
      bottom: .25em;
      z-index: -1;
      transition: all 0.3s; }
      @media screen and (prefers-reduced-motion: reduce) {
        .section p a:after {
          transition: none; } }
    .section p a:hover {
      text-decoration: none;
      border: none;
      color: #7b2552; }
      .section p a:hover:after {
        border-bottom-color: #b63779; }
  .section h1, .section h2, .section h3, .section h4, .section h5, .section p, .section ul, .section ol, .section blockquote {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
  .section p, .section li {
    font-size: 1.2rem; }
  .section ul {
    padding-left: 0;
    list-style: none;
    margin-left: auto;
    margin-right: auto; }
    .section ul > li {
      position: relative;
      padding-left: 15px;
      margin: .5rem 0; }
      .section ul > li:before {
        content: "• ";
        color: #b9b9b9;
        position: absolute;
        left: -0px; }
  .section .card-deck .card {
    min-width: 320px;
    max-width: 353px; }
  .section--white .card {
    border: 1px solid #dee2e6; }
  .section--gray, .post-type-archive-tribe_events .content-wrapper {
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5)), #f3f3f3; }
  .section.has-bg-img, .section--dark {
    background-color: rgba(46, 41, 46, 0.9);
    color: #fff; }
    .section.has-bg-img h3, .section.has-bg-img .h3, .section.has-bg-img .single-people .bio h2, .single-people .bio .section.has-bg-img h2, .section--dark h3, .section--dark .h3, .section--dark .single-people .bio h2, .single-people .bio .section--dark h2 {
      color: #ba4e85; }
    .section.has-bg-img p a, .section--dark p a {
      text-shadow: none !important;
      color: #fff; }
      .section.has-bg-img p a:hover, .section--dark p a:hover {
        color: #8cb6a6; }
        .section.has-bg-img p a:hover:after, .section--dark p a:hover:after {
          border-color: #8cb6a6; }
  .section.has-bg-img h3, .section.has-bg-img .h3, .section.has-bg-img .single-people .bio h2, .single-people .bio .section.has-bg-img h2 {
    color: #fff; }
  .section--attend-event {
    background: url("../img/town-bg.jpg");
    background-size: cover; }
  .section--search {
    padding-bottom: 4rem; }
    .section--search p {
      font-size: 1.2rem;
      margin: 1rem auto; }
    .section--search .form-group {
      position: relative; }
    .section--search .large-form {
      margin: 0 auto; }
    .section--search .form-control, .section--search .facetwp-search, .section--search .filters-row .facetwp-type-dropdown select, .filters-row .facetwp-type-dropdown .section--search select {
      padding-right: 40px; }
    .section--search .btn, .section--search .local-nav .cta, .local-nav .section--search .cta, .section--search .comment-respond form input.submit, .comment-respond form .section--search input.submit {
      position: absolute;
      top: 6px;
      right: 0px;
      z-index: 1;
      color: #6c757d; }
  .section--stayinformed {
    padding-top: 5rem;
    padding-bottom: 0;
    background-image: url("/wp-content/uploads/2018/09/hand-macro-mobile-phone-116157-e1537903929556.jpg");
    background-size: cover;
    background-position: center center;
    position: relative;
    color: #fff; }
    .section--stayinformed * {
      z-index: 3;
      position: relative; }
    .section--stayinformed:after {
      content: "";
      width: 100%;
      display: block;
      background-color: rgba(46, 41, 46, 0.56);
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
    .section--stayinformed:before {
      background-image: linear-gradient(to bottom, transparent 0, rgba(97, 91, 107, 0.8) 100%);
      background-repeat: repeat-x;
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0; }
    .section--stayinformed .ctct-inline-form .ctct-form-defaults {
      background-color: transparent !important; }
    .section--stayinformed .ctct-inline-form label {
      font-weight: 500 !important; }
    .section--stayinformed .ctct-inline-form__email {
      width: 50%;
      max-width: 400px; }
    .section--stayinformed .ctct-inline-form button {
      font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-weight: 500 !important;
      font-size: 1.2rem !important; }
    .section--stayinformed .ctct-inline-form .ctct-form-listitem {
      font-family: "calluna", serif; }
      .section--stayinformed .ctct-inline-form .ctct-form-listitem label {
        font-family: "calluna", serif !important; }
    .section--stayinformed .dropdown-menu {
      position: absolute; }
  .section--overview-video p, .section--overview-video ul, .section--overview-video ol, .section--overview-video blockquote, .section--overview-video table,
  .section--overview-video h1, .section--overview-video h2, .section--overview-video h3, .section--overview-video h4, .section--overview-video h5, .section--overview-video h6 {
    max-width: 650px; }
  .section--overview-video hr {
    border-width: 1px;
    margin: 3rem 0; }
  .section--overview-video p.lead {
    margin: 0 auto 2rem !important;
    max-width: 100%;
    text-align: center; }
  .section--when-where {
    clear: both;
    text-align: center; }
  .section--map {
    background: #aadaff; }
  .section--testimonials .container blockquote {
    margin: 3rem auto; }
    .section--testimonials .container blockquote cite {
      position: relative;
      top: -.6rem; }
  .section--testimonials .container p {
    color: #2c2c2c;
    font-size: 1.35rem; }
  .section--presenters {
    padding: 4.5rem 4rem 3.5rem; }
    .section--presenters h2 {
      margin-bottom: 2rem; }
    .section--presenters .presenter__photo {
      width: 100%;
      border-radius: 50%;
      margin: 0 auto;
      max-width: 260px;
      background-size: cover;
      background-position: center center; }
      .section--presenters .presenter__photo:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      .section--presenters .presenter__photo.has-photo {
        border: 16px solid #fff; }
    .section--presenters .presenter .h6, .section--presenters .presenter table td h4, table td .section--presenters .presenter h4 {
      text-transform: uppercase;
      letter-spacing: .06em;
      margin-bottom: 0;
      font-size: 1rem; }
    .section--presenters .presenter h4 {
      margin: .55rem auto;
      font-size: 1.4rem; }
    .section--presenters .presenter .bio {
      color: #dee2e6;
      font-size: .95rem;
      max-width: 260px;
      margin: .55rem auto; }
  .section--schedule .day-summary {
    font-style: italic; }
  .section--schedule .schedule {
    text-align: left;
    margin-bottom: 4rem; }
    .section--schedule .schedule a {
      color: #2c2c2c;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
      position: relative;
      z-index: 1; }
      .section--schedule .schedule a:after {
        content: "";
        width: 100%;
        border-bottom: 2px solid #8cb6a6;
        display: block;
        position: relative;
        bottom: .25em;
        z-index: -1;
        transition: all 0.3s; }
        @media screen and (prefers-reduced-motion: reduce) {
          .section--schedule .schedule a:after {
            transition: none; } }
      .section--schedule .schedule a:hover {
        text-decoration: none;
        border: none;
        color: #7b2552; }
        .section--schedule .schedule a:hover:after {
          border-bottom-color: #b63779; }
    .section--schedule .schedule > div {
      padding: .75rem 0; }
    @media (min-width: 576px) {
      .section--schedule .schedule .session-time {
        padding-left: 0; } }
    .section--schedule .schedule .session-name {
      font-weight: bold;
      font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-weight: 500; }
      .section--schedule .schedule .session-name .session-title {
        font-family: "calluna", serif;
        font-style: italic;
        font-size: 1rem; }
    .section--schedule .schedule .session-room {
      font-style: italic; }
      @media (min-width: 576px) {
        .section--schedule .schedule .session-room {
          text-align: right;
          padding-right: 0; } }
    @media (min-width: 576px) {
      .section--schedule .schedule .row {
        margin: 0; } }
  .section--registration .card h3 {
    color: #2c2c2c;
    font-size: 1.5rem;
    margin-bottom: 2rem; }
  .section--registration .card h4 {
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: 0; }
    .section--registration .card h4 strong {
      color: #7b2552;
      font-size: 3.25rem;
      margin-bottom: 0;
      font-weight: 600; }
  .section--registration .card h5 {
    font-size: 1.4rem; }
  .section--registration .card p, .section--registration .card li, .section--registration .card address {
    font-size: 1rem;
    margin: 1rem 0; }
  .section--registration .card ul li {
    color: #6c757d;
    position: relative; }
    .section--registration .card ul li:before {
      content: "+ ";
      position: relative;
      left: 0;
      top: -1px; }
    .section--registration .card ul li strong {
      color: #2c2c2c; }
  .section--registration .card .next-price {
    margin-top: 0; }
  .section--registration .card .card-header {
    padding-bottom: 0; }
  .section--registration .card .card-body {
    padding: 0 2rem 0.5rem; }
    .section--registration .card .card-body h5 {
      margin-top: 0; }
  .section--extras {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .section .btn-lg, .section .btn-group-lg > .btn, .section .local-nav .btn-group-lg > .cta, .local-nav .section .btn-group-lg > .cta, .section .comment-respond form input.submit, .comment-respond form .section input.submit {
    min-width: 182px;
    margin: 0 0.5rem; }

.home .section h2 {
  text-transform: none;
  font-size: 2.6rem;
  margin-bottom: 1rem; }

.section .ctct-inline-form * {
  color: #fff !important; }

.large-form {
  width: 100%;
  max-width: 680px; }

form .form-control, form .facetwp-search, form .filters-row .facetwp-search, .filters-row form .facetwp-search, form .filters-row .facetwp-type-dropdown select, .filters-row .facetwp-type-dropdown form select {
  width: 100%; }
  form .form-control--rounded {
    border-radius: 3px; }
  form .form-control.inverse, form .inverse.facetwp-search, form .filters-row .facetwp-type-dropdown select.inverse, .filters-row .facetwp-type-dropdown form select.inverse {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff; }
    form .form-control.inverse::-webkit-input-placeholder, form .inverse.facetwp-search::-webkit-input-placeholder, form .filters-row .facetwp-type-dropdown select.inverse::-webkit-input-placeholder, .filters-row .facetwp-type-dropdown form select.inverse::-webkit-input-placeholder {
      color: #fff; }
    form .form-control.inverse::-moz-placeholder, form .inverse.facetwp-search::-moz-placeholder, form .filters-row .facetwp-type-dropdown select.inverse::-moz-placeholder, .filters-row .facetwp-type-dropdown form select.inverse::-moz-placeholder {
      color: #fff; }
    form .form-control.inverse:-ms-input-placeholder, form .inverse.facetwp-search:-ms-input-placeholder, form .filters-row .facetwp-type-dropdown select.inverse:-ms-input-placeholder, .filters-row .facetwp-type-dropdown form select.inverse:-ms-input-placeholder {
      color: #fff; }
    form .form-control.inverse:-moz-placeholder, form .inverse.facetwp-search:-moz-placeholder, form .filters-row .facetwp-type-dropdown select.inverse:-moz-placeholder, .filters-row .facetwp-type-dropdown form select.inverse:-moz-placeholder {
      color: #fff; }

form .btn-default.inverse, .comment-respond form input.inverse.submit {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: #fff; }
  form .btn-default.inverse::-webkit-input-placeholder, .comment-respond form input.inverse.submit::-webkit-input-placeholder {
    color: #fff; }
  form .btn-default.inverse::-moz-placeholder, .comment-respond form input.inverse.submit::-moz-placeholder {
    color: #fff; }
  form .btn-default.inverse:-ms-input-placeholder, .comment-respond form input.inverse.submit:-ms-input-placeholder {
    color: #fff; }
  form .btn-default.inverse:-moz-placeholder, .comment-respond form input.inverse.submit:-moz-placeholder {
    color: #fff; }

.ctct-inline-form {
  color: #fff;
  max-width: 500px;
  margin: 0 auto; }
  .ctct-inline-form a {
    text-shadow: none !important; }
  .ctct-inline-form .ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-text,
  .ctct-inline-form .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-label,
  .ctct-inline-form .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-listname,
  .ctct-inline-form .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-lists-legend,
  .ctct-inline-form .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-date-slash,
  .ctct-inline-form .ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text,
  .ctct-inline-form .ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link,
  .ctct-inline-form .ctct-form-embed.form_1 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-privacy-link {
    color: #fff;
    font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .ctct-inline-form .ctct-form-embed.form_1 .ctct-form-defaults {
    background: transparent;
    padding: 0 0 4rem; }

div.ctct-form-embed form.ctct-form-custom label.ctct-form-label,
div.ctct-form-embed form.ctct-form-custom fieldset.ctct-form-lists legend.ctct-form-lists-legend {
  font-size: 1.125rem; }

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: 2px solid #fff !important;
  color: #fff !important; }
  div.ctct-form-embed form.ctct-form-custom input.ctct-form-element::-webkit-input-placeholder {
    color: #fff; }
  div.ctct-form-embed form.ctct-form-custom input.ctct-form-element::-moz-placeholder {
    color: #fff; }
  div.ctct-form-embed form.ctct-form-custom input.ctct-form-element:-ms-input-placeholder {
    color: #fff; }
  div.ctct-form-embed form.ctct-form-custom input.ctct-form-element:-moz-placeholder {
    color: #fff; }

.ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-header {
  color: #fff !important;
  font-family: "calluna", serif;
  font-style: italic; }

.facetwp-search {
  width: 100% !important;
  border: none; }

.filters-row {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px; }
  .filters-row .filters span {
    font-weight: normal !important; }
  .filters-row .filters .facetwp-facet {
    margin-bottom: 0 !important; }
  .filters-row .facetwp-type-dropdown {
    margin-left: 10px !important; }
  .filters-row .facetwp-type-dropdown select {
    top: 0;
    background: transparent !important; }
  .filters-row .facetwp-btn {
    top: 10px;
    right: 10px; }

.filters .facetwp-dropdown,
.filters .facetwp-input {
  margin-right: 0 !important; }

.filters .facetwp-type-dropdown,
.filters .facetwp-type-proximity {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 0.15rem;
  padding: 0;
  margin-left: 8px; }
  .filters .facetwp-type-dropdown .facetwp-dropdown,
  .filters .facetwp-type-dropdown .facetwp-radius-dropdown,
  .filters .facetwp-type-proximity .facetwp-dropdown,
  .filters .facetwp-type-proximity .facetwp-radius-dropdown {
    padding-right: 25px;
    margin-right: 0; }
  .filters .facetwp-type-dropdown:after,
  .filters .facetwp-type-proximity:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    display: block;
    height: 14px;
    width: 16px;
    z-index: -1;
    position: absolute;
    top: 10px;
    right: 9px;
    color: #aaa; }

@media (max-width: 767.98px) {
  .filters .facetwp-type-proximity,
  .filters .facetwp-type-dropdown {
    margin-left: 0; }
  .filters span {
    text-align: left !important; }
  .filters input, .filters button, .filters select, .filters optgroup, .filters textarea {
    width: 100% !important; } }

.filters-row {
  align-items: center; }
  .filters-row .facetwp-counts {
    font-size: 1.45rem !important; }
  @media (max-width: 991.98px) {
    .filters-row .filters {
      text-align: left !important; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .resource-filters-wrap {
    margin-left: 0px;
    margin-right: 0px;
    position: relative; }
    .resource-filters-wrap .facetwp-type-dropdown {
      margin-bottom: 5px;
      max-width: 200px;
      display: inline-block !important; } }

@media (max-width: 767.98px) {
  .resource-filters-wrap {
    margin-left: 0px;
    margin-right: 0px;
    position: relative; }
    .resource-filters-wrap .facetwp-dropdown {
      margin-bottom: 5px; }
    .resource-filters-wrap button {
      width: auto !important;
      margin-left: 10px; } }

.finder-website {
  overflow: hidden;
  word-wrap: break-word; }

.page-link, .facetwp-pager .facetwp-page,
.facetwp-pager .facetwp-page {
  border-width: 1px;
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  min-width: 40px;
  display: inline-block;
  font-size: 1rem;
  background: #e8e7eb;
  border-color: #fff; }
  .page-link.active, .facetwp-pager .active.facetwp-page,
  .facetwp-pager .facetwp-page.active {
    background: #7b2552;
    color: #fff; }

.article-content .gform_wrapper h2.gsection_title {
  font-weight: 500 !important;
  font-size: 2rem !important;
  margin: 0 0 1rem !important; }

.article-content .gform_wrapper .top_label .gsection_description {
  color: #6c757d; }

.article-content .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.article-content .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.article-content .gform_wrapper label {
  margin-bottom: 0; }

.article-content .gform_wrapper .top_label div.ginput_container {
  margin-top: 5px !important; }

.article-content .gform_wrapper .gsection {
  padding-top: 2rem; }
  .article-content .gform_wrapper .gsection:first-child {
    padding-top: 0; }

.single-people .round-photo {
  margin-top: -30%;
  margin-bottom: 2rem;
  max-width: 340px; }

.single-people .border-thick {
  border: 20px solid #fff; }

.single-people h2 {
  color: #a0a0a0; }

.single-people .bio {
  max-width: 600px;
  margin: 2rem auto;
  padding-bottom: 4rem; }
  .single-people .bio h2 {
    margin-bottom: .5rem; }

.single-people .person-meta {
  font-size: 1.2rem; }

header.header .parent-title {
  font-size: 1.45rem;
  font-style: italic;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #fff;
  margin-top: 6rem;
  display: block; }
  header.header .parent-title a {
    color: #fff; }

header.header .header__titles {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  margin: 0 auto; }

header.header .header__date-location {
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.3rem; }
  header.header .header__date-location .dot {
    margin: 0 20px;
    font-size: 4px;
    position: relative;
    top: -5px; }
  @media (max-width: 767.98px) {
    header.header .header__date-location span {
      white-space: nowrap; }
    header.header .header__date-location .dot {
      display: none; } }

header.header h1 {
  line-height: 1em !important; }

header.header h1 strong, header.header h2 strong, header.header h3 strong {
  font-weight: normal;
  color: #fff; }

header.header--default {
  min-height: 400px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: #dee2e6;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  display: flex;
  background: #443d43 url("/wp-content/themes/michigandistrict/static/img/pattern-linkage.png") repeat; }
  @media (max-width: 575.98px) {
    header.header--default {
      max-height: auto;
      height: 100vh; } }
  header.header--default h1 {
    font-size: 4rem;
    font-family: "calluna", serif;
    color: #fff;
    margin-top: 4rem;
    margin-bottom: 1rem; }
    @media (max-width: 575.98px) {
      header.header--default h1 {
        font-size: 3rem; } }
    header.header--default h1 a {
      color: #fff; }
  header.header--default h2 {
    margin: 0 0 1rem;
    font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.7rem;
    font-weight: 300; }

header.header--article {
  color: #dee2e6;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  min-height: 400px;
  height: 40vh;
  display: flex;
  background: #443d43 url("/wp-content/themes/michigandistrict/static/img/pattern-linkage.png") repeat;
  position: relative; }
  @media (max-width: 575.98px) {
    header.header--article {
      max-height: auto;
      height: 100vh; } }
  header.header--article:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(57, 52, 57, 0), rgba(57, 52, 57, 0.8));
    height: 50%; }
  header.header--article:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(57, 52, 57, 0), rgba(57, 52, 57, 0.7)); }
  header.header--article .article-h1 {
    margin: 0 0 1rem;
    font-size: 3.75rem;
    color: #fff;
    max-width: 900px; }
    @media (max-width: 991.98px) {
      header.header--article .article-h1 {
        font-size: 2.75rem; } }
  header.header--article .byline {
    font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.4rem; }
    header.header--article .byline a {
      color: #fff;
      color: #fff;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
      position: relative;
      z-index: 1;
      text-shadow: none; }
      header.header--article .byline a:after {
        content: "";
        width: 100%;
        border-bottom: 2px solid rgba(140, 182, 166, 0.7);
        display: block;
        position: relative;
        bottom: .25em;
        z-index: -1;
        transition: all 0.1s; }
        @media screen and (prefers-reduced-motion: reduce) {
          header.header--article .byline a:after {
            transition: none; } }
      header.header--article .byline a:hover {
        text-decoration: none;
        border: none;
        color: #fff; }
        header.header--article .byline a:hover:after {
          border-bottom: 2px solid #fff; }
  header.header--article .pipe {
    opacity: .5;
    margin: 0 .4rem; }
  header.header--article .header__featured-article {
    position: relative;
    z-index: 1; }

header.header--church .contact-info, header.header--school .contact-info, header.header--ministry .contact-info {
  line-height: 1.5;
  margin: 0; }
  header.header--church .contact-info a, header.header--school .contact-info a, header.header--ministry .contact-info a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-shadow: none; }
    header.header--church .contact-info a:after, header.header--school .contact-info a:after, header.header--ministry .contact-info a:after {
      content: "";
      width: 100%;
      border-bottom: 2px solid rgba(140, 182, 166, 0.7);
      display: block;
      position: relative;
      bottom: .25em;
      z-index: -1;
      transition: all 0.1s; }
      @media screen and (prefers-reduced-motion: reduce) {
        header.header--church .contact-info a:after, header.header--school .contact-info a:after, header.header--ministry .contact-info a:after {
          transition: none; } }
    header.header--church .contact-info a:hover, header.header--school .contact-info a:hover, header.header--ministry .contact-info a:hover {
      text-decoration: none;
      border: none;
      color: #fff; }
      header.header--church .contact-info a:hover:after, header.header--school .contact-info a:hover:after, header.header--ministry .contact-info a:hover:after {
        border-bottom: 2px solid #fff; }

header.header--lg {
  min-height: 600px; }

header.header--event h1 {
  margin-top: 10rem; }

header.header--person, header.header--archive {
  min-height: 300px;
  height: 30vh;
  max-height: 350px; }

header.header--person {
  background: linear-gradient(rgba(46, 41, 46, 0.1), rgba(46, 41, 46, 0.8)), url("/wp-content/uploads/2018/09/misty-lake.jpg") center center;
  background-size: cover; }

header.header .navbar {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2; }
  header.header .navbar .navbar-brand {
    width: 300px;
    height: auto;
    padding-top: 2rem; }
    @media (max-width: 991.98px) {
      header.header .navbar .navbar-brand {
        padding-top: 1rem; }
        header.header .navbar .navbar-brand img {
          width: 200px; } }
    @media (max-width: 575.98px) {
      header.header .navbar .navbar-brand {
        overflow: hidden;
        width: 48px; } }
  header.header .navbar a {
    color: #fff;
    text-decoration: none; }

header.header .utility-nav a svg {
  position: relative;
  top: -2px;
  margin-right: 3px; }

header.header .main-nav ul > li {
  font-size: 1.25rem;
  font-weight: 500; }

.finder-header {
  background: linear-gradient(rgba(11, 99, 145, 0.3), rgba(11, 99, 145, 0.7)), url("/wp-content/themes/michigandistrict/static/img/church_bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 2rem;
  flex-direction: column;
  text-align: center; }
  @media (max-width: 767.98px) {
    .finder-header {
      padding: 8rem 20px 4rem; } }
  @media (min-width: 768px) {
    .finder-header {
      padding: 18rem 8rem 8rem; } }
  .finder-header h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: "calluna", serif; }
  .finder-header h3 {
    font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #b9b9b9;
    font-weight: 400; }
  .finder-header .finder-header-search {
    position: relative;
    display: inline-block;
    width: 700px;
    max-width: 80%;
    margin: auto;
    text-align: center; }
    .finder-header .finder-header-search .facetwp-type-search input {
      border-radius: 0 !important;
      padding-left: 40px; }
    .finder-header .finder-header-search .fa-search {
      color: #b9b9b9;
      position: absolute;
      top: 20px;
      left: 10px; }
  .finder-header .facetwp-btn {
    display: none; }
  .finder-header .facetwp-type-search {
    width: 100%;
    margin: auto; }
    .finder-header .facetwp-type-search .facetwp-search {
      width: 100%;
      background: transparent;
      padding: 1rem;
      text-align: center;
      border: 0;
      border-bottom: 1px solid #e9ecef;
      font-size: 1.35rem;
      font-style: italic;
      color: #fff; }
      .finder-header .facetwp-type-search .facetwp-search::-webkit-input-placeholder {
        color: #b9b9b9; }
      .finder-header .facetwp-type-search .facetwp-search::-moz-placeholder {
        color: #b9b9b9; }
      .finder-header .facetwp-type-search .facetwp-search:-ms-input-placeholder {
        color: #b9b9b9; }
      .finder-header .facetwp-type-search .facetwp-search:-moz-placeholder {
        color: #b9b9b9; }
      .finder-header .facetwp-type-search .facetwp-search:focus {
        outline: none; }

body.admin-bar header.header .navbar {
  top: 32px;
  position: absolute;
  width: 100%; }

.content-wrapper--page {
  background: #f3f3f3; }
  .content-wrapper--page article {
    position: relative;
    top: -2rem;
    background: #fff;
    padding: 0 2rem 2rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 20px 30px rgba(0, 0, 0, 0.03); }
    @media (min-width: 992px) {
      .content-wrapper--page article {
        padding: 0 4rem 4rem; } }
  .content-wrapper--page .article-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    max-width: 768px;
    margin: 0 auto;
    font-size: 1.2rem;
    /* hack to fix old html */ }
    .content-wrapper--page .article-content ul {
      list-style: none;
      margin: .5rem 0;
      padding-left: 15px; }
      .content-wrapper--page .article-content ul > li {
        position: relative;
        margin-bottom: .5rem; }
        .content-wrapper--page .article-content ul > li:before {
          content: "• ";
          display: block;
          position: absolute;
          left: -17px;
          top: 0px;
          color: #dee2e6; }
    .content-wrapper--page .article-content .article-body > table {
      max-width: 768px;
      margin: 1rem auto; }
    .content-wrapper--page .article-content h1 b, .content-wrapper--page .article-content h2 b, .content-wrapper--page .article-content h3 b, .content-wrapper--page .article-content h4 b, .content-wrapper--page .article-content h5 b {
      font-weight: inherit; }
    .content-wrapper--page .article-content hr {
      margin: 2rem auto; }
    .content-wrapper--page .article-content p.lead {
      max-width: 768px;
      margin-bottom: 2rem; }
    .content-wrapper--page .article-content blockquote {
      margin: 0;
      padding: 20px 30px;
      font-weight: 600; }
  .content-wrapper--page.has-sidebar article.container {
    padding: 0 20px; }
  .content-wrapper--page.has-sidebar .article-content .article-body {
    max-width: 100%; }
  .content-wrapper--page.has-sidebar .sidebar {
    padding-top: 5.54rem;
    border-left: 1px solid #eee;
    padding-bottom: 4rem; }
    .content-wrapper--page.has-sidebar .sidebar ul {
      list-style: none; }
    .content-wrapper--page.has-sidebar .sidebar .parent-sidebar-menu {
      padding-left: 1rem; }
      .content-wrapper--page.has-sidebar .sidebar .parent-sidebar-menu > .current_page_ancestor > a {
        display: block;
        margin-bottom: 0.75rem; }
    .content-wrapper--page.has-sidebar .sidebar .child-sidebar-menu {
      padding-left: 0;
      font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
      .content-wrapper--page.has-sidebar .sidebar .child-sidebar-menu a {
        color: #6c757d;
        padding-top: .2rem;
        padding-bottom: .2rem;
        display: block; }
        .content-wrapper--page.has-sidebar .sidebar .child-sidebar-menu a:hover {
          color: #8cb6a6; }
      .content-wrapper--page.has-sidebar .sidebar .child-sidebar-menu ul {
        margin: .5rem 0;
        padding-left: 15px;
        font-size: 1rem; }
        .content-wrapper--page.has-sidebar .sidebar .child-sidebar-menu ul > li {
          position: relative; }
          .content-wrapper--page.has-sidebar .sidebar .child-sidebar-menu ul > li:before {
            content: "• ";
            display: block;
            position: absolute;
            left: -17px;
            top: 2px;
            color: #dee2e6; }
    .content-wrapper--page.has-sidebar .sidebar .current_page_item:before {
      color: #8cb6a6 !important; }
    .content-wrapper--page.has-sidebar .sidebar .current_page_item > a {
      font-weight: 600;
      color: #2c2c2c; }

.content-wrapper--event .article-body {
  padding-top: 4rem; }
  .content-wrapper--event .article-body p.lead {
    max-width: 900px;
    margin: 0 auto 4rem; }

.content-wrapper--event .event-video {
  margin: 4rem auto;
  text-align: center; }

.content-wrapper--church article {
  padding: 0; }

.content-wrapper--church .article-body {
  padding: 4rem; }

.content-wrapper img {
  max-width: 100%; }

.alignright,
.alignleft {
  text-align: center;
  font-size: .9rem;
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.25; }
  .alignright figcaption,
  .alignleft figcaption {
    margin-top: 8px; }

.alignright {
  float: right;
  margin: 2rem 0 2rem 2rem; }

.alignleft {
  float: left;
  margin: 2rem 2rem 2rem 0; }

.subhero {
  position: absolute;
  display: flex;
  justify-content: center;
  padding: 2rem 6rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 41, 46, 0.6);
  color: #fff; }
  .subhero h2 {
    font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 2rem;
    position: absolute;
    left: 6rem;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: .06em; }
  .subhero a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem;
    text-decoration: none; }
    .subhero a span {
      flex-basis: 100%; }
    .subhero a .svg-inline--fa {
      color: #a0a0a0;
      margin-bottom: 1rem;
      transition: all 0.3s; }
      @media screen and (prefers-reduced-motion: reduce) {
        .subhero a .svg-inline--fa {
          transition: none; } }
    .subhero a:hover .svg-inline--fa {
      color: #8cb6a6; }
    .subhero a:first-of-type {
      border-right: solid 1px rgba(160, 160, 160, 0.3); }
    .subhero a span {
      font-family: "calluna", serif;
      font-style: italic;
      font-weight: 600;
      font-size: 1.2rem; }
  @media (max-width: 1199.98px) {
    .subhero {
      padding: 6rem 1rem 2rem; }
      .subhero h2 {
        position: absolute;
        left: 50%;
        top: -7rem;
        margin-left: -110px; }
      .subhero a {
        padding: 1rem 2rem 0; } }

.pre-footer {
  background-color: #f3f3f3;
  background-image: url("../img/pattern-qbert.png");
  background-repeat: repeat;
  border-bottom: 1px solid #e9ecef;
  font-size: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .pre-footer .container {
    padding-top: 2rem;
    padding-bottom: 1rem; }
    @media (min-width: 768px) {
      .pre-footer .container {
        padding-top: 4rem;
        padding-bottom: 2rem; } }
  .pre-footer ul {
    padding: 0;
    list-style: none; }
    .pre-footer ul > li {
      margin-bottom: .5rem; }
    .pre-footer ul a {
      text-decoration: none;
      color: #2c2c2c;
      font-weight: bold; }
  .pre-footer .btn-give {
    min-width: 120px; }
  .pre-footer .magazine {
    margin-left: 0px;
    margin-bottom: 0.5rem; }
    @media (min-width: 992px) {
      .pre-footer .magazine {
        margin-top: -1rem;
        position: relative; } }
    .pre-footer .magazine img.magazine {
      width: 92px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
    .pre-footer .magazine h5 {
      font-size: .8rem;
      text-transform: uppercase;
      letter-spacing: .06em;
      margin-bottom: 0;
      margin-top: 0; }
    .pre-footer .magazine h3 {
      margin: .5rem 0 .375rem; }
      .pre-footer .magazine h3 a {
        text-decoration: none; }
    .pre-footer .magazine h4 {
      font-size: 1.1rem;
      color: #a0a0a0;
      margin-bottom: 1rem; }
    .pre-footer .magazine__links {
      font-style: italic; }
      .pre-footer .magazine__links a {
        margin: .2rem 0;
        display: block; }
      .pre-footer .magazine__links svg {
        top: 1px;
        position: relative;
        margin-left: 2px; }

.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1rem; }
  .footer__social-nav {
    margin-right: -0.5rem; }
    .footer__social-nav a {
      color: #495057;
      font-size: 30px;
      margin: 0.5rem; }

.footer-left {
  text-align: left; }
  .footer-left img {
    padding-right: 5px; }
  .footer-left p {
    display: inline-block;
    margin-left: 5px; }

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

@media (max-width: 767.98px) {
  .facetwp-type-map {
    display: none; } }

.facetwp-map-filtering {
  display: none; }

.facetwp-type-search .facetwp-overlay {
  display: none !important; }

.filters-row {
  font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .filters-row .facetwp-counts, .filters-row .facetwp-facet {
    display: inline-block;
    margin-bottom: 0; }
  .filters-row .facetwp-counts {
    color: #7b2552;
    font-size: 28px;
    font-weight: bold; }
  @media (min-width: 1200px) {
    .filters-row .filters {
      text-align: right; } }
  .filters-row .filters span {
    font-weight: bold;
    font-size: 1.35rem;
    display: inline-block;
    margin-right: 8px; }
  .filters-row .filters .facetwp-facet {
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0.5rem; }
  @media (max-width: 1199.98px) {
    .filters-row .filters span {
      display: block;
      margin: auto;
      text-align: center;
      margin-bottom: 0.5rem; }
    .filters-row .filters .facetwp-facet {
      display: block;
      margin-bottom: 0.5rem; }
      .filters-row .filters .facetwp-facet select {
        width: 100%; } }
  .filters-row .location-wrap .facetwp-location {
    padding: 8px 28px 8px 16px;
    border-radius: 4px;
    border: 2px solid #dee2e6; }
  .filters-row .location-wrap i {
    top: 16px;
    right: 10px; }
  .filters-row select {
    -webkit-appearance: none;
    border-radius: 4px;
    border: 2px solid #dee2e6;
    background: transparent;
    padding: 8px;
    height: 53px;
    top: -2px;
    position: relative; }
    .filters-row select:first-of-type {
      margin-right: 8px; }

.facetwp-sidebar-trigger {
  display: none;
  background: #7b2552;
  position: fixed;
  left: 0;
  top: 150px;
  padding: 1rem;
  z-index: 1499;
  color: #fff;
  font-size: 1.35rem;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 0 5px #a0a0a0; }
  .facetwp-sidebar-trigger:hover, .facetwp-sidebar-trigger:active {
    color: #dee2e6; }
  @media (min-width: 768px) {
    .facetwp-sidebar-trigger {
      display: none; } }

.sidebar-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 15px; }
  @media (min-width: 768px) {
    .sidebar-close {
      display: none; } }

.finder-row {
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  border-bottom: 1px solid #dee2e6; }
  .finder-row.finder-head {
    display: none;
    font-family: "franklin-gothic-urw-cond", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  @media (min-width: 992px) {
    .finder-row {
      display: flex; }
      .finder-row.finder-head {
        display: flex; } }

@media (min-width: 992px) {
  .finder-cell {
    width: 20%; }
    .finder-cell.finder-type {
      width: 15%; }
    .finder-cell.finder-name {
      width: 25%; } }

.marker {
  font-family: "calluna", serif; }
  .marker .finder-type {
    font-style: italic; }
  .marker .finder-name {
    font-weight: bold; }
    .marker .finder-name a {
      color: #000; }

.finder-header .facetwp-type-search .facetwp-search {
  font-family: "calluna", serif; }

@media (min-width: 992px) {
  .post-type-archive-tribe_events .card-deck .card {
    flex-basis: 22%;
    max-width: 400px; } }

.post-type-archive-tribe_events .card-photo {
  background-color: #443e44; }

.post-type-archive #tribe-events header.header--default {
  background: linear-gradient(rgba(46, 41, 46, 0.1), rgba(46, 41, 46, 0.8)), url("/wp-content/uploads/2018/11/conferences-2-e1543430759538.jpg") center center !important;
  background-size: cover !important; }

.events-category-training #tribe-events header.header--default {
  background: linear-gradient(rgba(46, 41, 46, 0.1), rgba(46, 41, 46, 0.8)), url("/wp-content/uploads/2018/11/training-e1543431502221.jpg") center center !important;
  background-size: cover !important; }

.events-category-sports #tribe-events header.header--default {
  background: linear-gradient(rgba(46, 41, 46, 0.1), rgba(46, 41, 46, 0.8)), url("/wp-content/uploads/2018/10/track-race-girls.jpg") center center !important;
  background-size: cover !important; }

.tribe-events-page-title {
  font-weight: 400; }

#tribe-bar-views .tribe-bar-views-list {
  z-index: 1 !important; }

.tribe-events-list-separator-month span {
  background-color: #f5f5f5 !important; }

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: #722a52; }

.filters-row .facetwp-counts {
  font-family: "calluna", serif;
  color: #2c2c2c;
  font-size: 2rem; }

.post-type-archive-resources .content-wrapper,
.page-template-template-blog .content-wrapper {
  border-top: 10px solid #fff; }

@media print {
  @page {
    size: auto;
    /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 25mm 25mm 25mm 25mm; }
  body {
    /* this affects the margin on the content before sending to printer */
    margin: 0px; }
  header {
    background: none !important;
    height: auto !important;
    min-height: auto !important; }
    header * {
      color: #000 !important; }
    header:after, header:before {
      display: none !important; }
  .content-wrapper--page {
    background: #fff !important; }
  .global-nav-container, .parent-title, .comments-wrapper, div.heateor_sss_sharing_container, heateor_sss_vertical_sharing, .breadcrumb-container, .pre-footer, .footer__social-nav {
    display: none !important; } }

.podcast-episodes .wtr-content {
  display: none !important; }

.podcast-episodes .powerpress_player {
  margin-bottom: 1rem; }

/*# sourceMappingURL=theme.css.map */