@charset "UTF-8";
/*
## Fonts First
*/
@font-face {
  font-family: 'ParableOT';
  src: url("../fonts/parable/ParableOT.eot");
  src: url("../fonts/parable/ParableOT.eot?#iefix") format("embedded-opentype"), url("../fonts/parable/ParableOT.svg#ParableOT") format("svg"), url("../fonts/parable/ParableOT.ttf") format("truetype"), url("../fonts/parable/ParableOT.woff") format("woff"), url("../fonts/parable/ParableOT.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'ParableOT';
  src: url("../fonts/parable/ParableOT-Ita.eot");
  src: url("../fonts/parable/ParableOT-Ita.eot?#iefix") format("embedded-opentype"), url("../fonts/parable/ParableOT-Ita.svg#ParableOT-Ita") format("svg"), url("../fonts/parable/ParableOT-Ita.ttf") format("truetype"), url("../fonts/parable/ParableOT-Ita.woff") format("woff"), url("../fonts/parable/ParableOT-Ita.woff2") format("woff2");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'ParableOT';
  src: url("../fonts/parable/ParableOT-Bold.eot");
  src: url("../fonts/parable/ParableOT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parable/ParableOT-Bold.svg#ParableOT-Bold") format("svg"), url("../fonts/parable/ParableOT-Bold.ttf") format("truetype"), url("../fonts/parable/ParableOT-Bold.woff") format("woff"), url("../fonts/parable/ParableOT-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

/*
## Bootstrap Core
*/
/*!
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --wiaw-bs-elf-blue: #007FA3;
  --wiaw-bs-elf-ink: #002633;
  --wiaw-bs-blue: #42B3FD;
  --wiaw-bs-purple: #9653E0;
  --wiaw-bs-pink: #FC6B7B;
  --wiaw-bs-red: #dc3545;
  --wiaw-bs-orange: #F46407;
  --wiaw-bs-biscuit: #C99E67;
  --wiaw-bs-yellow: #ffc107;
  --wiaw-bs-teal: #1EAAA4;
  --wiaw-bs-white: #fff;
  --wiaw-bs-gray: #6c757d;
  --wiaw-bs-gray-dark: #343a40;
  --wiaw-bs-primary: #007FA3;
  --wiaw-bs-secondary: #6c757d;
  --wiaw-bs-success: #1EAAA4;
  --wiaw-bs-info: #C99E67;
  --wiaw-bs-warning: #ffc107;
  --wiaw-bs-danger: #dc3545;
  --wiaw-bs-light: #f8f9fa;
  --wiaw-bs-dark: #212529;
  --wiaw-bs-font-sans-serif: "paralucent", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --wiaw-bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --wiaw-bs-gradient: linear-gradient(30deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25)); }

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

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

body {
  margin: 0;
  font-family: var(--wiaw-bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  color: #002633;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, .member-map .map-results .map-results__header .map-results__title, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.4375rem + 2.25vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 3.125rem; } }

h2, .h2 {
  font-size: calc(1.40625rem + 1.875vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 2.8125rem; } }

h3, .h3, .member-map .map-results .map-results__header .map-results__title {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3, .member-map .map-results .map-results__header .map-results__title {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.2875rem + 0.45vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.625rem; } }

h5, .h5 {
  font-size: calc(1.28125rem + 0.375vw); }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 1.5625rem; } }

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

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007FA3;
  text-decoration: none; }
  a:hover {
    color: #006682; }

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

pre,
code,
kbd,
samp {
  font-family: var(--wiaw-bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

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

code {
  font-size: 0.75em;
  color: #FC6B7B;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.75em;
  color: #fff;
  background-color: #212529; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

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

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

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

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

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

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

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: calc(1.28125rem + 0.375vw);
  font-weight: 300; }
  @media (min-width: 1200px) {
    .lead {
      font-size: 1.5625rem; } }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

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

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

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

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

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.28125rem + 0.375vw); }
  @media (min-width: 1200px) {
    .blockquote {
      font-size: 1.5625rem; } }
  .blockquote > :last-child {
    margin-bottom: 0; }

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

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

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

.figure {
  display: inline-block; }

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

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

.container, .elf__block,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--wiaw-bs-gutter-x, 0.75rem);
  padding-left: var(--wiaw-bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

.row, .elf-portal-boxes, .list-staff, .raiser-posts {
  --wiaw-bs-gutter-x: 1.5rem;
  --wiaw-bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--wiaw-bs-gutter-y) * -1);
  margin-right: calc(var(--wiaw-bs-gutter-x) / -2);
  margin-left: calc(var(--wiaw-bs-gutter-x) / -2); }
  .row > *, .elf-portal-boxes > *, .list-staff > *, .raiser-posts > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--wiaw-bs-gutter-x) / 2);
    padding-left: calc(var(--wiaw-bs-gutter-x) / 2);
    margin-top: var(--wiaw-bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-12, .elf-portal-boxes .portal-box, .list-staff .staff-card, .raiser-posts .card-wrapper, .archive-posts--publication .raiser-posts .card-wrapper, .archive-posts--podcast .raiser-posts .card-wrapper, .archive-posts--member .raiser-posts .card-wrapper, body.search .raiser-posts .staff-card, body.search .raiser-posts .card-wrapper--podcast,
body.search .raiser-posts .card-wrapper--publication {
  flex: 0 0 auto;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --wiaw-bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --wiaw-bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --wiaw-bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --wiaw-bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --wiaw-bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --wiaw-bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --wiaw-bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --wiaw-bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --wiaw-bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --wiaw-bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --wiaw-bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --wiaw-bs-gutter-y: 3rem; }
  .g-sm-8,
  .gx-sm-8 {
    --wiaw-bs-gutter-x: 4rem; }
  .g-sm-8,
  .gy-sm-8 {
    --wiaw-bs-gutter-y: 4rem; }
  .g-sm-10,
  .gx-sm-10 {
    --wiaw-bs-gutter-x: 5rem; }
  .g-sm-10,
  .gy-sm-10 {
    --wiaw-bs-gutter-y: 5rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6, .elf-portal-boxes .portal-box, .list-staff .staff-card, .raiser-posts .card-wrapper, .archive-posts--member .raiser-posts .card-wrapper, body.search .raiser-posts .staff-card {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12, .archive-posts--publication .raiser-posts .card-wrapper, .archive-posts--podcast .raiser-posts .card-wrapper {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --wiaw-bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --wiaw-bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --wiaw-bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --wiaw-bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --wiaw-bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --wiaw-bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --wiaw-bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --wiaw-bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --wiaw-bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --wiaw-bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --wiaw-bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --wiaw-bs-gutter-y: 3rem; }
  .g-md-8,
  .gx-md-8 {
    --wiaw-bs-gutter-x: 4rem; }
  .g-md-8,
  .gy-md-8 {
    --wiaw-bs-gutter-y: 4rem; }
  .g-md-10,
  .gx-md-10 {
    --wiaw-bs-gutter-x: 5rem; }
  .g-md-10,
  .gy-md-10 {
    --wiaw-bs-gutter-y: 5rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3, .archive-posts--member .raiser-posts .card-wrapper {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4, .elf-portal-boxes .portal-box, .raiser-posts .card-wrapper, body.search .raiser-posts .staff-card {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6, .elf-portal-boxes .portal-box--wide {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12, .archive-posts--publication .raiser-posts .card-wrapper, .archive-posts--podcast .raiser-posts .card-wrapper, body.search .raiser-posts .card-wrapper--podcast,
  body.search .raiser-posts .card-wrapper--publication {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --wiaw-bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --wiaw-bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --wiaw-bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --wiaw-bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --wiaw-bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --wiaw-bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --wiaw-bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --wiaw-bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --wiaw-bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --wiaw-bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --wiaw-bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --wiaw-bs-gutter-y: 3rem; }
  .g-lg-8,
  .gx-lg-8 {
    --wiaw-bs-gutter-x: 4rem; }
  .g-lg-8,
  .gy-lg-8 {
    --wiaw-bs-gutter-y: 4rem; }
  .g-lg-10,
  .gx-lg-10 {
    --wiaw-bs-gutter-x: 5rem; }
  .g-lg-10,
  .gy-lg-10 {
    --wiaw-bs-gutter-y: 5rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4, .list-staff .staff-card {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --wiaw-bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --wiaw-bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --wiaw-bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --wiaw-bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --wiaw-bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --wiaw-bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --wiaw-bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --wiaw-bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --wiaw-bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --wiaw-bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --wiaw-bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --wiaw-bs-gutter-y: 3rem; }
  .g-xl-8,
  .gx-xl-8 {
    --wiaw-bs-gutter-x: 4rem; }
  .g-xl-8,
  .gy-xl-8 {
    --wiaw-bs-gutter-y: 4rem; }
  .g-xl-10,
  .gx-xl-10 {
    --wiaw-bs-gutter-x: 5rem; }
  .g-xl-10,
  .gy-xl-10 {
    --wiaw-bs-gutter-y: 5rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --wiaw-bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --wiaw-bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --wiaw-bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --wiaw-bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --wiaw-bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --wiaw-bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --wiaw-bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --wiaw-bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --wiaw-bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --wiaw-bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --wiaw-bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --wiaw-bs-gutter-y: 3rem; }
  .g-xxl-8,
  .gx-xxl-8 {
    --wiaw-bs-gutter-x: 4rem; }
  .g-xxl-8,
  .gy-xxl-8 {
    --wiaw-bs-gutter-y: 4rem; }
  .g-xxl-10,
  .gx-xxl-10 {
    --wiaw-bs-gutter-x: 5rem; }
  .g-xxl-10,
  .gy-xxl-10 {
    --wiaw-bs-gutter-y: 5rem; } }

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

.col-form-label {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: calc(1.28125rem + 0.375vw); }
  @media (min-width: 1200px) {
    .col-form-label-lg {
      font-size: 1.5625rem; } }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.09375rem; }

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

.form-control, body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme input[type=color],
.elf__block .gform_wrapper.gravity-theme input[type=date],
.elf__block .gform_wrapper.gravity-theme input[type=datetime-local],
.elf__block .gform_wrapper.gravity-theme input[type=datetime],
.elf__block .gform_wrapper.gravity-theme input[type=email],
.elf__block .gform_wrapper.gravity-theme input[type=month],
.elf__block .gform_wrapper.gravity-theme input[type=number],
.elf__block .gform_wrapper.gravity-theme input[type=password],
.elf__block .gform_wrapper.gravity-theme input[type=search],
.elf__block .gform_wrapper.gravity-theme input[type=tel],
.elf__block .gform_wrapper.gravity-theme input[type=text],
.elf__block .gform_wrapper.gravity-theme input[type=time],
.elf__block .gform_wrapper.gravity-theme input[type=url],
.elf__block .gform_wrapper.gravity-theme input[type=week],
.elf__block .gform_wrapper.gravity-theme textarea {
  display: block;
  width: 100%;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  color: #002633;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, body .gform_wrapper.gravity-theme input[type=color],
    body .gform_wrapper.gravity-theme input[type=date],
    body .gform_wrapper.gravity-theme input[type=datetime-local],
    body .gform_wrapper.gravity-theme input[type=datetime],
    body .gform_wrapper.gravity-theme input[type=email],
    body .gform_wrapper.gravity-theme input[type=month],
    body .gform_wrapper.gravity-theme input[type=number],
    body .gform_wrapper.gravity-theme input[type=password],
    body .gform_wrapper.gravity-theme input[type=search],
    body .gform_wrapper.gravity-theme input[type=tel],
    body .gform_wrapper.gravity-theme input[type=text],
    body .gform_wrapper.gravity-theme input[type=time],
    body .gform_wrapper.gravity-theme input[type=url],
    body .gform_wrapper.gravity-theme input[type=week],
    body .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme input[type=color],
    .elf__block .gform_wrapper.gravity-theme input[type=date],
    .elf__block .gform_wrapper.gravity-theme input[type=datetime-local],
    .elf__block .gform_wrapper.gravity-theme input[type=datetime],
    .elf__block .gform_wrapper.gravity-theme input[type=email],
    .elf__block .gform_wrapper.gravity-theme input[type=month],
    .elf__block .gform_wrapper.gravity-theme input[type=number],
    .elf__block .gform_wrapper.gravity-theme input[type=password],
    .elf__block .gform_wrapper.gravity-theme input[type=search],
    .elf__block .gform_wrapper.gravity-theme input[type=tel],
    .elf__block .gform_wrapper.gravity-theme input[type=text],
    .elf__block .gform_wrapper.gravity-theme input[type=time],
    .elf__block .gform_wrapper.gravity-theme input[type=url],
    .elf__block .gform_wrapper.gravity-theme input[type=week],
    .elf__block .gform_wrapper.gravity-theme textarea {
      transition: none; } }
  .form-control[type="file"], body .gform_wrapper.gravity-theme input[type="file"][type=color],
  body .gform_wrapper.gravity-theme input[type="file"][type=date],
  body .gform_wrapper.gravity-theme input[type="file"][type=datetime-local],
  body .gform_wrapper.gravity-theme input[type="file"][type=datetime],
  body .gform_wrapper.gravity-theme input[type="file"][type=email],
  body .gform_wrapper.gravity-theme input[type="file"][type=month],
  body .gform_wrapper.gravity-theme input[type="file"][type=number],
  body .gform_wrapper.gravity-theme input[type="file"][type=password],
  body .gform_wrapper.gravity-theme input[type="file"][type=search],
  body .gform_wrapper.gravity-theme input[type="file"][type=tel],
  body .gform_wrapper.gravity-theme input[type="file"][type=text],
  body .gform_wrapper.gravity-theme input[type="file"][type=time],
  body .gform_wrapper.gravity-theme input[type="file"][type=url],
  body .gform_wrapper.gravity-theme input[type="file"][type=week],
  body .gform_wrapper.gravity-theme textarea[type="file"], .elf__block .gform_wrapper.gravity-theme input[type="file"][type=color],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=date],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=datetime-local],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=datetime],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=email],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=month],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=number],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=password],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=search],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=tel],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=text],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=time],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=url],
  .elf__block .gform_wrapper.gravity-theme input[type="file"][type=week],
  .elf__block .gform_wrapper.gravity-theme textarea[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]), body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=color],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=date],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=datetime-local],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=datetime],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=email],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=month],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=number],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=password],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=search],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=tel],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=text],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=time],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=url],
    body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=week],
    body .gform_wrapper.gravity-theme textarea[type="file"]:not(:disabled):not([readonly]), .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=color],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=date],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=datetime-local],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=datetime],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=email],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=month],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=number],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=password],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=search],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=tel],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=text],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=time],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=url],
    .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=week],
    .elf__block .gform_wrapper.gravity-theme textarea[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus, body .gform_wrapper.gravity-theme input:focus[type=color],
  body .gform_wrapper.gravity-theme input:focus[type=date],
  body .gform_wrapper.gravity-theme input:focus[type=datetime-local],
  body .gform_wrapper.gravity-theme input:focus[type=datetime],
  body .gform_wrapper.gravity-theme input:focus[type=email],
  body .gform_wrapper.gravity-theme input:focus[type=month],
  body .gform_wrapper.gravity-theme input:focus[type=number],
  body .gform_wrapper.gravity-theme input:focus[type=password],
  body .gform_wrapper.gravity-theme input:focus[type=search],
  body .gform_wrapper.gravity-theme input:focus[type=tel],
  body .gform_wrapper.gravity-theme input:focus[type=text],
  body .gform_wrapper.gravity-theme input:focus[type=time],
  body .gform_wrapper.gravity-theme input:focus[type=url],
  body .gform_wrapper.gravity-theme input:focus[type=week],
  body .gform_wrapper.gravity-theme textarea:focus, .elf__block .gform_wrapper.gravity-theme input:focus[type=color],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=date],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=datetime-local],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=datetime],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=email],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=month],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=number],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=password],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=search],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=tel],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=text],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=time],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=url],
  .elf__block .gform_wrapper.gravity-theme input:focus[type=week],
  .elf__block .gform_wrapper.gravity-theme textarea:focus {
    color: #002633;
    background-color: #fff;
    border-color: #80bfd1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }
  .form-control::-webkit-date-and-time-value, body .gform_wrapper.gravity-theme input[type=color]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=date]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=email]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=month]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=number]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=password]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=search]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=tel]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=text]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=time]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=url]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme input[type=week]::-webkit-date-and-time-value,
  body .gform_wrapper.gravity-theme textarea::-webkit-date-and-time-value, .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-date-and-time-value,
  .elf__block .gform_wrapper.gravity-theme textarea::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-webkit-input-placeholder, body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
    color: #ced4da;
    opacity: 1; }
  .form-control::-moz-placeholder, body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder,
  body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder,
  body .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder {
    color: #ced4da;
    opacity: 1; }
  .form-control::-ms-input-placeholder, body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder {
    color: #ced4da;
    opacity: 1; }
  .form-control::placeholder, body .gform_wrapper.gravity-theme input[type=color]::placeholder,
  body .gform_wrapper.gravity-theme input[type=date]::placeholder,
  body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
  body .gform_wrapper.gravity-theme input[type=datetime]::placeholder,
  body .gform_wrapper.gravity-theme input[type=email]::placeholder,
  body .gform_wrapper.gravity-theme input[type=month]::placeholder,
  body .gform_wrapper.gravity-theme input[type=number]::placeholder,
  body .gform_wrapper.gravity-theme input[type=password]::placeholder,
  body .gform_wrapper.gravity-theme input[type=search]::placeholder,
  body .gform_wrapper.gravity-theme input[type=tel]::placeholder,
  body .gform_wrapper.gravity-theme input[type=text]::placeholder,
  body .gform_wrapper.gravity-theme input[type=time]::placeholder,
  body .gform_wrapper.gravity-theme input[type=url]::placeholder,
  body .gform_wrapper.gravity-theme input[type=week]::placeholder,
  body .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder,
  .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder,
  .elf__block .gform_wrapper.gravity-theme textarea::placeholder {
    color: #ced4da;
    opacity: 1; }
  .form-control:disabled, body .gform_wrapper.gravity-theme input:disabled[type=color],
  body .gform_wrapper.gravity-theme input:disabled[type=date],
  body .gform_wrapper.gravity-theme input:disabled[type=datetime-local],
  body .gform_wrapper.gravity-theme input:disabled[type=datetime],
  body .gform_wrapper.gravity-theme input:disabled[type=email],
  body .gform_wrapper.gravity-theme input:disabled[type=month],
  body .gform_wrapper.gravity-theme input:disabled[type=number],
  body .gform_wrapper.gravity-theme input:disabled[type=password],
  body .gform_wrapper.gravity-theme input:disabled[type=search],
  body .gform_wrapper.gravity-theme input:disabled[type=tel],
  body .gform_wrapper.gravity-theme input:disabled[type=text],
  body .gform_wrapper.gravity-theme input:disabled[type=time],
  body .gform_wrapper.gravity-theme input:disabled[type=url],
  body .gform_wrapper.gravity-theme input:disabled[type=week],
  body .gform_wrapper.gravity-theme textarea:disabled, .elf__block .gform_wrapper.gravity-theme input:disabled[type=color],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=date],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=datetime-local],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=datetime],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=email],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=month],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=number],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=password],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=search],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=tel],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=text],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=time],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=url],
  .elf__block .gform_wrapper.gravity-theme input:disabled[type=week],
  .elf__block .gform_wrapper.gravity-theme textarea:disabled, .form-control[readonly], body .gform_wrapper.gravity-theme input[readonly][type=color],
  body .gform_wrapper.gravity-theme input[readonly][type=date],
  body .gform_wrapper.gravity-theme input[readonly][type=datetime-local],
  body .gform_wrapper.gravity-theme input[readonly][type=datetime],
  body .gform_wrapper.gravity-theme input[readonly][type=email],
  body .gform_wrapper.gravity-theme input[readonly][type=month],
  body .gform_wrapper.gravity-theme input[readonly][type=number],
  body .gform_wrapper.gravity-theme input[readonly][type=password],
  body .gform_wrapper.gravity-theme input[readonly][type=search],
  body .gform_wrapper.gravity-theme input[readonly][type=tel],
  body .gform_wrapper.gravity-theme input[readonly][type=text],
  body .gform_wrapper.gravity-theme input[readonly][type=time],
  body .gform_wrapper.gravity-theme input[readonly][type=url],
  body .gform_wrapper.gravity-theme input[readonly][type=week],
  body .gform_wrapper.gravity-theme textarea[readonly], .elf__block .gform_wrapper.gravity-theme input[readonly][type=color],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=date],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=datetime-local],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=datetime],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=email],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=month],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=number],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=password],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=search],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=tel],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=text],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=time],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=url],
  .elf__block .gform_wrapper.gravity-theme input[readonly][type=week],
  .elf__block .gform_wrapper.gravity-theme textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button, body .gform_wrapper.gravity-theme input[type=color]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=date]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=datetime-local]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=datetime]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=email]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=month]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=number]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=password]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=search]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=tel]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=text]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=time]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=url]::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=week]::file-selector-button,
  body .gform_wrapper.gravity-theme textarea::file-selector-button, .elf__block .gform_wrapper.gravity-theme input[type=color]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=date]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=email]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=month]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=number]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=password]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=search]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=tel]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=text]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=time]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=url]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=week]::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme textarea::file-selector-button {
    padding: 0.75rem 1.25rem;
    margin: -0.75rem -1.25rem;
    -webkit-margin-end: 1.25rem;
            margin-inline-end: 1.25rem;
    color: #002633;
    background-color: #e9ecef;
    background-image: var(--wiaw-bs-gradient);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button, body .gform_wrapper.gravity-theme input[type=color]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=date]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=datetime-local]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=datetime]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=email]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=month]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=number]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=password]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=search]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=tel]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=text]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=time]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=url]::file-selector-button,
      body .gform_wrapper.gravity-theme input[type=week]::file-selector-button,
      body .gform_wrapper.gravity-theme textarea::file-selector-button, .elf__block .gform_wrapper.gravity-theme input[type=color]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=date]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=datetime]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=email]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=month]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=number]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=password]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=search]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=tel]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=text]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=time]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=url]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme input[type=week]::file-selector-button,
      .elf__block .gform_wrapper.gravity-theme textarea::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button, body .gform_wrapper.gravity-theme input[type=color]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=datetime-local]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=datetime]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=month]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=time]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme input[type=week]:hover:not(:disabled):not([readonly])::file-selector-button,
  body .gform_wrapper.gravity-theme textarea:hover:not(:disabled):not([readonly])::file-selector-button, .elf__block .gform_wrapper.gravity-theme input[type=color]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=month]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=time]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme input[type=week]:hover:not(:disabled):not([readonly])::file-selector-button,
  .elf__block .gform_wrapper.gravity-theme textarea:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button, body .gform_wrapper.gravity-theme input[type=color]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=date]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=email]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=month]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=number]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=password]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=search]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=tel]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=text]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=time]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=url]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=week]::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme textarea::-webkit-file-upload-button, .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme textarea::-webkit-file-upload-button {
    padding: 0.75rem 1.25rem;
    margin: -0.75rem -1.25rem;
    -webkit-margin-end: 1.25rem;
            margin-inline-end: 1.25rem;
    color: #002633;
    background-color: #e9ecef;
    background-image: var(--wiaw-bs-gradient);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button, body .gform_wrapper.gravity-theme input[type=color]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=date]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=email]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=month]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=number]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=password]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=search]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=tel]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=text]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=time]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=url]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme input[type=week]::-webkit-file-upload-button,
      body .gform_wrapper.gravity-theme textarea::-webkit-file-upload-button, .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-file-upload-button,
      .elf__block .gform_wrapper.gravity-theme textarea::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, body .gform_wrapper.gravity-theme input[type=color]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=datetime-local]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=datetime]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=month]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=password]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=search]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=tel]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=time]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme input[type=week]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  body .gform_wrapper.gravity-theme textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .elf__block .gform_wrapper.gravity-theme input[type=color]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=datetime]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=month]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=password]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=search]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=tel]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=time]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme input[type=week]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .elf__block .gform_wrapper.gravity-theme textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem);
  padding: 0.25rem 0.5rem;
  font-size: 1.09375rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem);
  padding: 0.5rem 1rem;
  font-size: calc(1.28125rem + 0.375vw); }
  @media (min-width: 1200px) {
    .form-control-lg {
      font-size: 1.5625rem; } }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }

textarea.form-control,
body .gform_wrapper.gravity-theme textarea,
.elf__block .gform_wrapper.gravity-theme textarea {
  min-height: calc(1.5em + 1.5rem); }

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

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

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.75rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em; }

.form-select, body .gform_wrapper.gravity-theme select, .elf__block .gform_wrapper.gravity-theme select, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select {
  display: block;
  width: 100%;
  padding: 0.75rem 3.75rem 0.75rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  color: #002633;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 16px 12px;
  border: 0 solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-select:focus, body .gform_wrapper.gravity-theme select:focus, .elf__block .gform_wrapper.gravity-theme select:focus, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:focus {
    border-color: #80bfd1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }
  .form-select[multiple], body .gform_wrapper.gravity-theme select[multiple], .elf__block .gform_wrapper.gravity-theme select[multiple], .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select[multiple], .form-select[size]:not([size="1"]), body .gform_wrapper.gravity-theme select[size]:not([size="1"]), .elf__block .gform_wrapper.gravity-theme select[size]:not([size="1"]), .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select[size]:not([size="1"]) {
    padding-right: 1.25rem;
    background-image: none; }
  .form-select:disabled, body .gform_wrapper.gravity-theme select:disabled, .elf__block .gform_wrapper.gravity-theme select:disabled, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring, body .gform_wrapper.gravity-theme select:-moz-focusring, .elf__block .gform_wrapper.gravity-theme select:-moz-focusring, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #002633; }

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.28125rem + 0.375vw); }
  @media (min-width: 1200px) {
    .form-select-lg {
      font-size: 1.5625rem; } }

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

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

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

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, body .gform_wrapper.gravity-theme .gform_footer .btn-check[disabled] + input[type="submit"], .btn-check:disabled + .btn, body .gform_wrapper.gravity-theme .gform_footer .btn-check:disabled + input[type="submit"] {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007FA3;
    background-image: var(--wiaw-bs-gradient);
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b3d9e3;
      background-image: var(--wiaw-bs-gradient); }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007FA3;
    background-image: var(--wiaw-bs-gradient);
    border: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b3d9e3;
      background-image: var(--wiaw-bs-gradient); }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control, body .gform_wrapper.gravity-theme .form-floating > input[type=color],
  body .gform_wrapper.gravity-theme .form-floating > input[type=date],
  body .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local],
  body .gform_wrapper.gravity-theme .form-floating > input[type=datetime],
  body .gform_wrapper.gravity-theme .form-floating > input[type=email],
  body .gform_wrapper.gravity-theme .form-floating > input[type=month],
  body .gform_wrapper.gravity-theme .form-floating > input[type=number],
  body .gform_wrapper.gravity-theme .form-floating > input[type=password],
  body .gform_wrapper.gravity-theme .form-floating > input[type=search],
  body .gform_wrapper.gravity-theme .form-floating > input[type=tel],
  body .gform_wrapper.gravity-theme .form-floating > input[type=text],
  body .gform_wrapper.gravity-theme .form-floating > input[type=time],
  body .gform_wrapper.gravity-theme .form-floating > input[type=url],
  body .gform_wrapper.gravity-theme .form-floating > input[type=week],
  body .gform_wrapper.gravity-theme .form-floating > textarea, .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=color],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=date],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=email],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=month],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=number],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=password],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=search],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=tel],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=text],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=time],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=url],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=week],
  .elf__block .gform_wrapper.gravity-theme .form-floating > textarea,
  .form-floating > .form-select,
  body .gform_wrapper.gravity-theme .form-floating > select,
  .elf__block .gform_wrapper.gravity-theme .form-floating > select,
  .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-floating > select {
    height: 3.5rem;
    padding: 1rem 1.25rem; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1.25rem;
    pointer-events: none;
    border: 0 solid transparent;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .form-floating > input[type=color]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=date]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=email]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=month]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=number]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=password]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=search]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=tel]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=text]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=time]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=url]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=week]::-webkit-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=color]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=date]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=email]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=month]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=number]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=password]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=search]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=tel]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=text]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=time]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=url]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=week]::-webkit-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > textarea::-webkit-input-placeholder {
    color: transparent; }
  .form-floating > .form-control::-moz-placeholder, body .gform_wrapper.gravity-theme .form-floating > input[type=color]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=date]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=email]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=month]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=number]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=password]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=search]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=tel]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=text]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=time]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=url]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=week]::-moz-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=color]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=date]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=email]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=month]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=number]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=password]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=search]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=tel]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=text]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=time]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=url]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=week]::-moz-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > textarea::-moz-placeholder {
    color: transparent; }
  .form-floating > .form-control::-ms-input-placeholder, body .gform_wrapper.gravity-theme .form-floating > input[type=color]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=date]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=email]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=month]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=number]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=password]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=search]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=tel]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=text]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=time]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=url]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=week]::-ms-input-placeholder,
  body .gform_wrapper.gravity-theme .form-floating > textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=color]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=date]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=email]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=month]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=number]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=password]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=search]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=tel]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=text]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=time]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=url]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=week]::-ms-input-placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > textarea::-ms-input-placeholder {
    color: transparent; }
  .form-floating > .form-control::placeholder, body .gform_wrapper.gravity-theme .form-floating > input[type=color]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=date]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=email]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=month]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=number]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=password]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=search]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=tel]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=text]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=time]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=url]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > input[type=week]::placeholder,
  body .gform_wrapper.gravity-theme .form-floating > textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=color]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=date]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=email]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=month]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=number]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=password]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=search]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=tel]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=text]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=time]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=url]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=week]::placeholder,
  .elf__block .gform_wrapper.gravity-theme .form-floating > textarea::placeholder {
    color: transparent; }
  .form-floating > .form-control:focus, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=color],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=date],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime-local],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=email],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=month],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=number],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=password],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=search],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=tel],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=text],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=time],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=url],
  body .gform_wrapper.gravity-theme .form-floating > input:focus[type=week],
  body .gform_wrapper.gravity-theme .form-floating > textarea:focus, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=color],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=date],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime-local],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=email],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=month],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=number],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=password],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=search],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=tel],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=text],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=time],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=url],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=week],
  .elf__block .gform_wrapper.gravity-theme .form-floating > textarea:focus, .form-floating > .form-control:not(:placeholder-shown), body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=color],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=date],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime-local],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=email],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=month],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=number],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=password],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=search],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=tel],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=text],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=time],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=url],
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=week],
  body .gform_wrapper.gravity-theme .form-floating > textarea:not(:placeholder-shown), .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=color],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=date],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime-local],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=email],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=month],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=number],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=password],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=search],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=tel],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=text],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=time],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=url],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=week],
  .elf__block .gform_wrapper.gravity-theme .form-floating > textarea:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:-webkit-autofill, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=color],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=date],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime-local],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=email],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=month],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=number],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=password],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=search],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=tel],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=text],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=time],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=url],
  body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=week],
  body .gform_wrapper.gravity-theme .form-floating > textarea:-webkit-autofill, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=color],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=date],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime-local],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=email],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=month],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=number],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=password],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=search],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=tel],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=text],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=time],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=url],
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=week],
  .elf__block .gform_wrapper.gravity-theme .form-floating > textarea:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  
  .form-floating > .form-select,
  body .gform_wrapper.gravity-theme .form-floating > select,
  .elf__block .gform_wrapper.gravity-theme .form-floating > select,
  .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-floating > select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=color] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=date] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime-local] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=email] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=month] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=number] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=password] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=search] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=tel] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=text] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=time] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=url] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:focus[type=week] ~ label, body .gform_wrapper.gravity-theme .form-floating > textarea:focus ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=color] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=date] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime-local] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=email] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=month] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=number] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=password] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=search] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=tel] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=text] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=time] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=url] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=week] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > textarea:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=color] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=date] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime-local] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=email] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=month] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=number] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=password] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=search] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=tel] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=text] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=time] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=url] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=week] ~ label,
  body .gform_wrapper.gravity-theme .form-floating > textarea:not(:placeholder-shown) ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=color] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=date] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime-local] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=email] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=month] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=number] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=password] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=search] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=tel] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=text] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=time] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=url] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=week] ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > textarea:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label,
  body .gform_wrapper.gravity-theme .form-floating > select ~ label,
  .elf__block .gform_wrapper.gravity-theme .form-floating > select ~ label,
  .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-floating > select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=color] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=date] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime-local] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=email] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=month] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=number] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=password] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=search] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=tel] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=text] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=time] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=url] ~ label, body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=week] ~ label, body .gform_wrapper.gravity-theme .form-floating > textarea:-webkit-autofill ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=color] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=date] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime-local] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=email] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=month] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=number] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=password] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=search] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=tel] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=text] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=time] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=url] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=week] ~ label, .elf__block .gform_wrapper.gravity-theme .form-floating > textarea:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, body .gform_wrapper.gravity-theme .input-group > input[type=color],
  body .gform_wrapper.gravity-theme .input-group > input[type=date],
  body .gform_wrapper.gravity-theme .input-group > input[type=datetime-local],
  body .gform_wrapper.gravity-theme .input-group > input[type=datetime],
  body .gform_wrapper.gravity-theme .input-group > input[type=email],
  body .gform_wrapper.gravity-theme .input-group > input[type=month],
  body .gform_wrapper.gravity-theme .input-group > input[type=number],
  body .gform_wrapper.gravity-theme .input-group > input[type=password],
  body .gform_wrapper.gravity-theme .input-group > input[type=search],
  body .gform_wrapper.gravity-theme .input-group > input[type=tel],
  body .gform_wrapper.gravity-theme .input-group > input[type=text],
  body .gform_wrapper.gravity-theme .input-group > input[type=time],
  body .gform_wrapper.gravity-theme .input-group > input[type=url],
  body .gform_wrapper.gravity-theme .input-group > input[type=week],
  body .gform_wrapper.gravity-theme .input-group > textarea, .elf__block .gform_wrapper.gravity-theme .input-group > input[type=color],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=date],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=datetime-local],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=datetime],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=email],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=month],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=number],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=password],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=search],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=tel],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=text],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=time],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=url],
  .elf__block .gform_wrapper.gravity-theme .input-group > input[type=week],
  .elf__block .gform_wrapper.gravity-theme .input-group > textarea,
  .input-group > .form-select,
  body .gform_wrapper.gravity-theme .input-group > select,
  .elf__block .gform_wrapper.gravity-theme .input-group > select,
  .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group > select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus, body .gform_wrapper.gravity-theme .input-group > input:focus[type=color],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=date],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=datetime-local],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=datetime],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=email],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=month],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=number],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=password],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=search],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=tel],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=text],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=time],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=url],
  body .gform_wrapper.gravity-theme .input-group > input:focus[type=week],
  body .gform_wrapper.gravity-theme .input-group > textarea:focus, .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=color],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=date],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=datetime-local],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=datetime],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=email],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=month],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=number],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=password],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=search],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=tel],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=text],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=time],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=url],
  .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=week],
  .elf__block .gform_wrapper.gravity-theme .input-group > textarea:focus,
  .input-group > .form-select:focus,
  body .gform_wrapper.gravity-theme .input-group > select:focus,
  .elf__block .gform_wrapper.gravity-theme .input-group > select:focus,
  .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group > select:focus {
    z-index: 3; }
  .input-group .btn, .input-group body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], body .gform_wrapper.gravity-theme .gform_footer .input-group input[type="submit"] {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus, .input-group body .gform_wrapper.gravity-theme .gform_footer input:focus[type="submit"], body .gform_wrapper.gravity-theme .gform_footer .input-group input:focus[type="submit"] {
      z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  color: #002633;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0 solid #ced4da; }

.input-group-lg > .form-control, body .gform_wrapper.gravity-theme .input-group-lg > input[type=color],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=date],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime-local],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=email],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=month],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=number],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=password],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=search],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=tel],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=text],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=time],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=url],
body .gform_wrapper.gravity-theme .input-group-lg > input[type=week],
body .gform_wrapper.gravity-theme .input-group-lg > textarea, .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=color],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=date],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime-local],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=email],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=month],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=number],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=password],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=search],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=tel],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=text],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=time],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=url],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=week],
.elf__block .gform_wrapper.gravity-theme .input-group-lg > textarea,
.input-group-lg > .form-select,
body .gform_wrapper.gravity-theme .input-group-lg > select,
.elf__block .gform_wrapper.gravity-theme .input-group-lg > select,
.archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group-lg > select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
body .gform_wrapper.gravity-theme .gform_footer .input-group-lg > input[type="submit"] {
  padding: 0.5rem 1rem;
  font-size: calc(1.28125rem + 0.375vw); }
  @media (min-width: 1200px) {
    .input-group-lg > .form-control, body .gform_wrapper.gravity-theme .input-group-lg > input[type=color],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=date],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime-local],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=email],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=month],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=number],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=password],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=search],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=tel],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=text],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=time],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=url],
    body .gform_wrapper.gravity-theme .input-group-lg > input[type=week],
    body .gform_wrapper.gravity-theme .input-group-lg > textarea, .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=color],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=date],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime-local],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=email],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=month],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=number],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=password],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=search],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=tel],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=text],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=time],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=url],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=week],
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > textarea,
    .input-group-lg > .form-select,
    body .gform_wrapper.gravity-theme .input-group-lg > select,
    .elf__block .gform_wrapper.gravity-theme .input-group-lg > select,
    .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group-lg > select,
    .input-group-lg > .input-group-text,
    .input-group-lg > .btn,
    body .gform_wrapper.gravity-theme .gform_footer .input-group-lg > input[type="submit"] {
      font-size: 1.5625rem; } }

.input-group-sm > .form-control, body .gform_wrapper.gravity-theme .input-group-sm > input[type=color],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=date],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=datetime-local],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=datetime],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=email],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=month],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=number],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=password],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=search],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=tel],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=text],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=time],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=url],
body .gform_wrapper.gravity-theme .input-group-sm > input[type=week],
body .gform_wrapper.gravity-theme .input-group-sm > textarea, .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=color],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=date],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=datetime-local],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=datetime],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=email],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=month],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=number],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=password],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=search],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=tel],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=text],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=time],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=url],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=week],
.elf__block .gform_wrapper.gravity-theme .input-group-sm > textarea,
.input-group-sm > .form-select,
body .gform_wrapper.gravity-theme .input-group-sm > select,
.elf__block .gform_wrapper.gravity-theme .input-group-sm > select,
.archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group-sm > select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
body .gform_wrapper.gravity-theme .gform_footer .input-group-sm > input[type="submit"] {
  padding: 0.25rem 0.5rem;
  font-size: 1.09375rem; }


.input-group-lg > .form-select,
body .gform_wrapper.gravity-theme .input-group-lg > select,
.elf__block .gform_wrapper.gravity-theme .input-group-lg > select,
.archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group-lg > select,
.input-group-sm > .form-select,
body .gform_wrapper.gravity-theme .input-group-sm > select,
.elf__block .gform_wrapper.gravity-theme .input-group-sm > select,
.archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group-sm > select {
  padding-right: 5rem; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.09375rem;
  color: #000;
  background-color: rgba(30, 170, 164, 0.9); }

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

.was-validated .form-control:valid, .was-validated body .gform_wrapper.gravity-theme input:valid[type=color], body .gform_wrapper.gravity-theme .was-validated input:valid[type=color],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=date], body .gform_wrapper.gravity-theme .was-validated input:valid[type=date],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=datetime-local], body .gform_wrapper.gravity-theme .was-validated input:valid[type=datetime-local],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=datetime], body .gform_wrapper.gravity-theme .was-validated input:valid[type=datetime],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=email], body .gform_wrapper.gravity-theme .was-validated input:valid[type=email],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=month], body .gform_wrapper.gravity-theme .was-validated input:valid[type=month],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=number], body .gform_wrapper.gravity-theme .was-validated input:valid[type=number],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=password], body .gform_wrapper.gravity-theme .was-validated input:valid[type=password],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=search], body .gform_wrapper.gravity-theme .was-validated input:valid[type=search],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=tel], body .gform_wrapper.gravity-theme .was-validated input:valid[type=tel],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=text], body .gform_wrapper.gravity-theme .was-validated input:valid[type=text],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=time], body .gform_wrapper.gravity-theme .was-validated input:valid[type=time],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=url], body .gform_wrapper.gravity-theme .was-validated input:valid[type=url],
.was-validated body .gform_wrapper.gravity-theme input:valid[type=week], body .gform_wrapper.gravity-theme .was-validated input:valid[type=week],
.was-validated body .gform_wrapper.gravity-theme textarea:valid, body .gform_wrapper.gravity-theme .was-validated textarea:valid, .was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=color], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=color],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=date], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=date],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=datetime-local],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=datetime], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=datetime],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=email], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=email],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=month], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=month],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=number], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=number],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=password], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=password],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=search], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=search],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=tel], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=tel],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=text], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=text],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=time], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=time],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=url], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=url],
.was-validated .elf__block .gform_wrapper.gravity-theme input:valid[type=week], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid[type=week],
.was-validated .elf__block .gform_wrapper.gravity-theme textarea:valid, .elf__block .gform_wrapper.gravity-theme .was-validated textarea:valid, .form-control.is-valid, body .gform_wrapper.gravity-theme input.is-valid[type=color],
body .gform_wrapper.gravity-theme input.is-valid[type=date],
body .gform_wrapper.gravity-theme input.is-valid[type=datetime-local],
body .gform_wrapper.gravity-theme input.is-valid[type=datetime],
body .gform_wrapper.gravity-theme input.is-valid[type=email],
body .gform_wrapper.gravity-theme input.is-valid[type=month],
body .gform_wrapper.gravity-theme input.is-valid[type=number],
body .gform_wrapper.gravity-theme input.is-valid[type=password],
body .gform_wrapper.gravity-theme input.is-valid[type=search],
body .gform_wrapper.gravity-theme input.is-valid[type=tel],
body .gform_wrapper.gravity-theme input.is-valid[type=text],
body .gform_wrapper.gravity-theme input.is-valid[type=time],
body .gform_wrapper.gravity-theme input.is-valid[type=url],
body .gform_wrapper.gravity-theme input.is-valid[type=week],
body .gform_wrapper.gravity-theme textarea.is-valid, .elf__block .gform_wrapper.gravity-theme input.is-valid[type=color],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=date],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=datetime-local],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=datetime],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=email],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=month],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=number],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=password],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=search],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=tel],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=text],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=time],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=url],
.elf__block .gform_wrapper.gravity-theme input.is-valid[type=week],
.elf__block .gform_wrapper.gravity-theme textarea.is-valid {
  border-color: #1EAAA4;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231EAAA4' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem); }
  .was-validated .form-control:valid:focus, .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=color], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=color],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=date], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=date],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=datetime-local], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=datetime-local],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=datetime], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=datetime],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=email], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=email],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=month], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=month],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=number], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=number],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=password], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=password],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=search], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=search],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=tel], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=tel],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=text], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=text],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=time], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=time],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=url], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=url],
  .was-validated body .gform_wrapper.gravity-theme input:valid:focus[type=week], body .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=week],
  .was-validated body .gform_wrapper.gravity-theme textarea:valid:focus, body .gform_wrapper.gravity-theme .was-validated textarea:valid:focus, .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=color], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=color],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=date], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=date],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=datetime-local],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=datetime], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=datetime],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=email], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=email],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=month], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=month],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=number], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=number],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=password], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=password],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=search], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=search],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=tel], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=tel],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=text], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=text],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=time], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=time],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=url], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=url],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=week], .elf__block .gform_wrapper.gravity-theme .was-validated input:valid:focus[type=week],
  .was-validated .elf__block .gform_wrapper.gravity-theme textarea:valid:focus, .elf__block .gform_wrapper.gravity-theme .was-validated textarea:valid:focus, .form-control.is-valid:focus, body .gform_wrapper.gravity-theme input.is-valid:focus[type=color],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=date],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=datetime-local],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=datetime],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=email],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=month],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=number],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=password],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=search],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=tel],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=text],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=time],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=url],
  body .gform_wrapper.gravity-theme input.is-valid:focus[type=week],
  body .gform_wrapper.gravity-theme textarea.is-valid:focus, .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=color],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=date],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=datetime-local],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=datetime],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=email],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=month],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=number],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=password],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=search],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=tel],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=text],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=time],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=url],
  .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=week],
  .elf__block .gform_wrapper.gravity-theme textarea.is-valid:focus {
    border-color: #1EAAA4;
    box-shadow: 0 0 0 0.25rem rgba(30, 170, 164, 0.25); }

.was-validated textarea.form-control:valid,
.was-validated body .gform_wrapper.gravity-theme textarea:valid, body .gform_wrapper.gravity-theme .was-validated textarea:valid,
.was-validated .elf__block .gform_wrapper.gravity-theme textarea:valid, .elf__block .gform_wrapper.gravity-theme .was-validated textarea:valid, textarea.form-control.is-valid,
body .gform_wrapper.gravity-theme textarea.is-valid,
.elf__block .gform_wrapper.gravity-theme textarea.is-valid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem); }

.was-validated .form-select:valid, .was-validated body .gform_wrapper.gravity-theme select:valid, body .gform_wrapper.gravity-theme .was-validated select:valid, .was-validated .elf__block .gform_wrapper.gravity-theme select:valid, .elf__block .gform_wrapper.gravity-theme .was-validated select:valid, .was-validated .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:valid, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .was-validated select:valid, .form-select.is-valid, body .gform_wrapper.gravity-theme select.is-valid, .elf__block .gform_wrapper.gravity-theme select.is-valid, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select.is-valid {
  border-color: #1EAAA4;
  padding-right: 6.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231EAAA4' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 1.25rem center, center right 3.75rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem); }
  .was-validated .form-select:valid:focus, .was-validated body .gform_wrapper.gravity-theme select:valid:focus, body .gform_wrapper.gravity-theme .was-validated select:valid:focus, .was-validated .elf__block .gform_wrapper.gravity-theme select:valid:focus, .elf__block .gform_wrapper.gravity-theme .was-validated select:valid:focus, .was-validated .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:valid:focus, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .was-validated select:valid:focus, .form-select.is-valid:focus, body .gform_wrapper.gravity-theme select.is-valid:focus, .elf__block .gform_wrapper.gravity-theme select.is-valid:focus, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select.is-valid:focus {
    border-color: #1EAAA4;
    box-shadow: 0 0 0 0.25rem rgba(30, 170, 164, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #1EAAA4; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #1EAAA4; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(30, 170, 164, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #1EAAA4; }

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

.was-validated .input-group .form-control:valid, .was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=color], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=color],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=date], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=date],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=datetime-local], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=datetime-local],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=datetime], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=datetime],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=email], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=email],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=month], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=month],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=number], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=number],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=password], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=password],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=search], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=search],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=tel], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=tel],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=text], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=text],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=time], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=time],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=url], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=url],
.was-validated .input-group body .gform_wrapper.gravity-theme input:valid[type=week], body .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=week],
.was-validated .input-group body .gform_wrapper.gravity-theme textarea:valid, body .gform_wrapper.gravity-theme .was-validated .input-group textarea:valid, .was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=color], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=color],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=date], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=date],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=datetime-local],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=datetime], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=datetime],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=email], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=email],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=month], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=month],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=number], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=number],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=password], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=password],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=search], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=search],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=tel], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=tel],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=text], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=text],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=time], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=time],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=url], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=url],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=week], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:valid[type=week],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme textarea:valid, .elf__block .gform_wrapper.gravity-theme .was-validated .input-group textarea:valid, .input-group .form-control.is-valid, .input-group body .gform_wrapper.gravity-theme input.is-valid[type=color], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=color],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=date], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=date],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=datetime-local], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=datetime-local],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=datetime], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=datetime],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=email], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=email],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=month], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=month],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=number], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=number],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=password], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=password],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=search], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=search],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=tel], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=tel],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=text], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=text],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=time], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=time],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=url], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=url],
.input-group body .gform_wrapper.gravity-theme input.is-valid[type=week], body .gform_wrapper.gravity-theme .input-group input.is-valid[type=week],
.input-group body .gform_wrapper.gravity-theme textarea.is-valid, body .gform_wrapper.gravity-theme .input-group textarea.is-valid, .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=color], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=color],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=date], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=date],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=datetime-local],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=datetime], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=datetime],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=email], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=email],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=month], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=month],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=number], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=number],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=password], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=password],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=search], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=search],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=tel], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=tel],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=text], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=text],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=time], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=time],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=url], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=url],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=week], .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=week],
.input-group .elf__block .gform_wrapper.gravity-theme textarea.is-valid, .elf__block .gform_wrapper.gravity-theme .input-group textarea.is-valid, .was-validated .input-group .form-select:valid, .was-validated .input-group body .gform_wrapper.gravity-theme select:valid, body .gform_wrapper.gravity-theme .was-validated .input-group select:valid, .was-validated .input-group .elf__block .gform_wrapper.gravity-theme select:valid, .elf__block .gform_wrapper.gravity-theme .was-validated .input-group select:valid, .was-validated .input-group .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:valid, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .was-validated .input-group select:valid,
.input-group .form-select.is-valid,
.input-group body .gform_wrapper.gravity-theme select.is-valid,
body .gform_wrapper.gravity-theme .input-group select.is-valid,
.input-group .elf__block .gform_wrapper.gravity-theme select.is-valid,
.elf__block .gform_wrapper.gravity-theme .input-group select.is-valid,
.input-group .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select.is-valid,
.archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group select.is-valid {
  z-index: 3; }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 1.09375rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9); }

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

.was-validated .form-control:invalid, .was-validated body .gform_wrapper.gravity-theme input:invalid[type=color], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=color],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=date], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=date],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=datetime-local], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=datetime-local],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=datetime], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=datetime],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=email], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=email],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=month], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=month],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=number], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=number],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=password], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=password],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=search], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=search],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=tel], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=tel],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=text], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=text],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=time], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=time],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=url], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=url],
.was-validated body .gform_wrapper.gravity-theme input:invalid[type=week], body .gform_wrapper.gravity-theme .was-validated input:invalid[type=week],
.was-validated body .gform_wrapper.gravity-theme textarea:invalid, body .gform_wrapper.gravity-theme .was-validated textarea:invalid, .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=color], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=color],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=date], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=date],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=datetime-local],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=datetime], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=datetime],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=email], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=email],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=month], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=month],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=number], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=number],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=password], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=password],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=search], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=search],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=tel], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=tel],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=text], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=text],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=time], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=time],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=url], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=url],
.was-validated .elf__block .gform_wrapper.gravity-theme input:invalid[type=week], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid[type=week],
.was-validated .elf__block .gform_wrapper.gravity-theme textarea:invalid, .elf__block .gform_wrapper.gravity-theme .was-validated textarea:invalid, .form-control.is-invalid, body .gform_wrapper.gravity-theme input.is-invalid[type=color],
body .gform_wrapper.gravity-theme input.is-invalid[type=date],
body .gform_wrapper.gravity-theme input.is-invalid[type=datetime-local],
body .gform_wrapper.gravity-theme input.is-invalid[type=datetime],
body .gform_wrapper.gravity-theme input.is-invalid[type=email],
body .gform_wrapper.gravity-theme input.is-invalid[type=month],
body .gform_wrapper.gravity-theme input.is-invalid[type=number],
body .gform_wrapper.gravity-theme input.is-invalid[type=password],
body .gform_wrapper.gravity-theme input.is-invalid[type=search],
body .gform_wrapper.gravity-theme input.is-invalid[type=tel],
body .gform_wrapper.gravity-theme input.is-invalid[type=text],
body .gform_wrapper.gravity-theme input.is-invalid[type=time],
body .gform_wrapper.gravity-theme input.is-invalid[type=url],
body .gform_wrapper.gravity-theme input.is-invalid[type=week],
body .gform_wrapper.gravity-theme textarea.is-invalid, .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=color],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=date],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=datetime-local],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=datetime],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=email],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=month],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=number],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=password],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=search],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=tel],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=text],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=time],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=url],
.elf__block .gform_wrapper.gravity-theme input.is-invalid[type=week],
.elf__block .gform_wrapper.gravity-theme textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.375rem) center;
  background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem); }
  .was-validated .form-control:invalid:focus, .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=color], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=color],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=date], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=date],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=datetime-local], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=datetime-local],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=datetime], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=datetime],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=email], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=email],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=month], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=month],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=number], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=number],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=password], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=password],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=search], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=search],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=tel], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=tel],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=text], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=text],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=time], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=time],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=url], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=url],
  .was-validated body .gform_wrapper.gravity-theme input:invalid:focus[type=week], body .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=week],
  .was-validated body .gform_wrapper.gravity-theme textarea:invalid:focus, body .gform_wrapper.gravity-theme .was-validated textarea:invalid:focus, .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=color], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=color],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=date], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=date],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=datetime-local],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=datetime], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=datetime],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=email], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=email],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=month], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=month],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=number], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=number],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=password], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=password],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=search], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=search],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=tel], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=tel],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=text], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=text],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=time], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=time],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=url], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=url],
  .was-validated .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=week], .elf__block .gform_wrapper.gravity-theme .was-validated input:invalid:focus[type=week],
  .was-validated .elf__block .gform_wrapper.gravity-theme textarea:invalid:focus, .elf__block .gform_wrapper.gravity-theme .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, body .gform_wrapper.gravity-theme input.is-invalid:focus[type=color],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=date],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=datetime-local],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=datetime],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=email],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=month],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=number],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=password],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=search],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=tel],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=text],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=time],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=url],
  body .gform_wrapper.gravity-theme input.is-invalid:focus[type=week],
  body .gform_wrapper.gravity-theme textarea.is-invalid:focus, .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=color],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=date],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=datetime-local],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=datetime],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=email],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=month],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=number],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=password],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=search],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=tel],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=text],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=time],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=url],
  .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=week],
  .elf__block .gform_wrapper.gravity-theme textarea.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid,
.was-validated body .gform_wrapper.gravity-theme textarea:invalid, body .gform_wrapper.gravity-theme .was-validated textarea:invalid,
.was-validated .elf__block .gform_wrapper.gravity-theme textarea:invalid, .elf__block .gform_wrapper.gravity-theme .was-validated textarea:invalid, textarea.form-control.is-invalid,
body .gform_wrapper.gravity-theme textarea.is-invalid,
.elf__block .gform_wrapper.gravity-theme textarea.is-invalid {
  padding-right: calc(1.5em + 1.5rem);
  background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem); }

.was-validated .form-select:invalid, .was-validated body .gform_wrapper.gravity-theme select:invalid, body .gform_wrapper.gravity-theme .was-validated select:invalid, .was-validated .elf__block .gform_wrapper.gravity-theme select:invalid, .elf__block .gform_wrapper.gravity-theme .was-validated select:invalid, .was-validated .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:invalid, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .was-validated select:invalid, .form-select.is-invalid, body .gform_wrapper.gravity-theme select.is-invalid, .elf__block .gform_wrapper.gravity-theme select.is-invalid, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select.is-invalid {
  border-color: #dc3545;
  padding-right: 6.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1.25rem center, center right 3.75rem;
  background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem); }
  .was-validated .form-select:invalid:focus, .was-validated body .gform_wrapper.gravity-theme select:invalid:focus, body .gform_wrapper.gravity-theme .was-validated select:invalid:focus, .was-validated .elf__block .gform_wrapper.gravity-theme select:invalid:focus, .elf__block .gform_wrapper.gravity-theme .was-validated select:invalid:focus, .was-validated .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:invalid:focus, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .was-validated select:invalid:focus, .form-select.is-invalid:focus, body .gform_wrapper.gravity-theme select.is-invalid:focus, .elf__block .gform_wrapper.gravity-theme select.is-invalid:focus, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

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

.was-validated .input-group .form-control:invalid, .was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=color], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=color],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=date], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=date],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=datetime-local], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=datetime-local],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=datetime], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=datetime],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=email], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=email],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=month], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=month],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=number], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=number],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=password], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=password],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=search], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=search],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=tel], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=tel],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=text], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=text],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=time], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=time],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=url], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=url],
.was-validated .input-group body .gform_wrapper.gravity-theme input:invalid[type=week], body .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=week],
.was-validated .input-group body .gform_wrapper.gravity-theme textarea:invalid, body .gform_wrapper.gravity-theme .was-validated .input-group textarea:invalid, .was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=color], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=color],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=date], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=date],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=datetime-local],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=datetime], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=datetime],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=email], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=email],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=month], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=month],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=number], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=number],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=password], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=password],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=search], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=search],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=tel], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=tel],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=text], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=text],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=time], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=time],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=url], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=url],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=week], .elf__block .gform_wrapper.gravity-theme .was-validated .input-group input:invalid[type=week],
.was-validated .input-group .elf__block .gform_wrapper.gravity-theme textarea:invalid, .elf__block .gform_wrapper.gravity-theme .was-validated .input-group textarea:invalid, .input-group .form-control.is-invalid, .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=color], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=color],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=date], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=date],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=datetime-local], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=datetime-local],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=datetime], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=datetime],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=email], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=email],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=month], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=month],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=number], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=number],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=password], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=password],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=search], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=search],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=tel], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=tel],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=text], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=text],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=time], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=time],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=url], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=url],
.input-group body .gform_wrapper.gravity-theme input.is-invalid[type=week], body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=week],
.input-group body .gform_wrapper.gravity-theme textarea.is-invalid, body .gform_wrapper.gravity-theme .input-group textarea.is-invalid, .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=color], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=color],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=date], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=date],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=datetime-local],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=datetime], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=datetime],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=email], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=email],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=month], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=month],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=number], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=number],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=password], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=password],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=search], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=search],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=tel], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=tel],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=text], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=text],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=time], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=time],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=url], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=url],
.input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=week], .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=week],
.input-group .elf__block .gform_wrapper.gravity-theme textarea.is-invalid, .elf__block .gform_wrapper.gravity-theme .input-group textarea.is-invalid, .was-validated .input-group .form-select:invalid, .was-validated .input-group body .gform_wrapper.gravity-theme select:invalid, body .gform_wrapper.gravity-theme .was-validated .input-group select:invalid, .was-validated .input-group .elf__block .gform_wrapper.gravity-theme select:invalid, .elf__block .gform_wrapper.gravity-theme .was-validated .input-group select:invalid, .was-validated .input-group .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:invalid, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .was-validated .input-group select:invalid,
.input-group .form-select.is-invalid,
.input-group body .gform_wrapper.gravity-theme select.is-invalid,
body .gform_wrapper.gravity-theme .input-group select.is-invalid,
.input-group .elf__block .gform_wrapper.gravity-theme select.is-invalid,
.elf__block .gform_wrapper.gravity-theme .input-group select.is-invalid,
.input-group .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select.is-invalid,
.archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group select.is-invalid {
  z-index: 3; }

.btn, body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #002633;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
      transition: none; } }
  .btn:hover, body .gform_wrapper.gravity-theme .gform_footer input:hover[type="submit"] {
    color: #002633; }
  .btn-check:focus + .btn, body .gform_wrapper.gravity-theme .gform_footer .btn-check:focus + input[type="submit"], .btn:focus, body .gform_wrapper.gravity-theme .gform_footer input:focus[type="submit"] {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }
  .btn:disabled, body .gform_wrapper.gravity-theme .gform_footer input:disabled[type="submit"], .btn.disabled, body .gform_wrapper.gravity-theme .gform_footer input.disabled[type="submit"],
  fieldset:disabled .btn,
  fieldset:disabled body .gform_wrapper.gravity-theme .gform_footer input[type="submit"],
  body .gform_wrapper.gravity-theme .gform_footer fieldset:disabled input[type="submit"] {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #007FA3;
  background-image: var(--wiaw-bs-gradient);
  border-color: #007FA3; }
  .btn-primary:hover {
    color: #fff;
    background-color: #006c8b;
    background-image: var(--wiaw-bs-gradient);
    border-color: #006682; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #006c8b;
    background-image: var(--wiaw-bs-gradient);
    border-color: #006682;
    box-shadow: 0 0 0 0.25rem rgba(38, 146, 177, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #006682;
    background-image: none;
    border-color: #005f7a; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(38, 146, 177, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #007FA3;
    background-image: none;
    border-color: #007FA3; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  background-image: var(--wiaw-bs-gradient);
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    background-image: var(--wiaw-bs-gradient);
    border-color: #565e64; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    background-image: var(--wiaw-bs-gradient);
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    background-image: none;
    border-color: #51585e; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    background-image: none;
    border-color: #6c757d; }

.btn-success {
  color: #000;
  background-color: #1EAAA4;
  background-image: var(--wiaw-bs-gradient);
  border-color: #1EAAA4; }
  .btn-success:hover {
    color: #000;
    background-color: #40b7b2;
    background-image: var(--wiaw-bs-gradient);
    border-color: #35b3ad; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #40b7b2;
    background-image: var(--wiaw-bs-gradient);
    border-color: #35b3ad;
    box-shadow: 0 0 0 0.25rem rgba(26, 145, 139, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #4bbbb6;
    background-image: none;
    border-color: #35b3ad; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(26, 145, 139, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #1EAAA4;
    background-image: none;
    border-color: #1EAAA4; }

.btn-info {
  color: #000;
  background-color: #C99E67;
  background-image: var(--wiaw-bs-gradient);
  border-color: #C99E67; }
  .btn-info:hover {
    color: #000;
    background-color: #d1ad7e;
    background-image: var(--wiaw-bs-gradient);
    border-color: #cea876; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #d1ad7e;
    background-image: var(--wiaw-bs-gradient);
    border-color: #cea876;
    box-shadow: 0 0 0 0.25rem rgba(171, 134, 88, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #d4b185;
    background-image: none;
    border-color: #cea876; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(171, 134, 88, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #C99E67;
    background-image: none;
    border-color: #C99E67; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  background-image: var(--wiaw-bs-gradient);
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    background-image: var(--wiaw-bs-gradient);
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    background-image: var(--wiaw-bs-gradient);
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    background-image: none;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    background-image: none;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  background-image: var(--wiaw-bs-gradient);
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    background-image: var(--wiaw-bs-gradient);
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    background-image: var(--wiaw-bs-gradient);
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    background-image: none;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    background-image: none;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  background-image: var(--wiaw-bs-gradient);
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    background-image: var(--wiaw-bs-gradient);
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    background-image: var(--wiaw-bs-gradient);
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    background-image: none;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    background-image: none;
    border-color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #212529;
  background-image: var(--wiaw-bs-gradient);
  border-color: #212529; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    background-image: var(--wiaw-bs-gradient);
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    background-image: var(--wiaw-bs-gradient);
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    background-image: none;
    border-color: #191c1f; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    background-image: none;
    border-color: #212529; }

.btn-outline-primary {
  color: #007FA3;
  border-color: #007FA3; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007FA3;
    border-color: #007FA3; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #007FA3;
    border-color: #007FA3; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #007FA3;
    background-color: transparent; }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent; }

.btn-outline-success {
  color: #1EAAA4;
  border-color: #1EAAA4; }
  .btn-outline-success:hover {
    color: #000;
    background-color: #1EAAA4;
    border-color: #1EAAA4; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(30, 170, 164, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #1EAAA4;
    border-color: #1EAAA4; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(30, 170, 164, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #1EAAA4;
    background-color: transparent; }

.btn-outline-info {
  color: #C99E67;
  border-color: #C99E67; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #C99E67;
    border-color: #C99E67; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(201, 158, 103, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #C99E67;
    border-color: #C99E67; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(201, 158, 103, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #C99E67;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #007FA3;
  text-decoration: none; }
  .btn-link:hover {
    color: #006682; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: calc(1.28125rem + 0.375vw);
  border-radius: 0; }
  @media (min-width: 1200px) {
    .btn-lg {
      font-size: 1.5625rem; } }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 1.09375rem;
  border-radius: 0; }

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1.25rem;
  color: #002633;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: 0.125rem; }

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

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

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

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

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

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

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

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

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

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

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%; }
  .dropend .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-left: 0.125rem; }

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

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

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

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto; }
  .dropstart .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-right: 0.125rem; }

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

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

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

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
    background-image: var(--wiaw-bs-gradient); }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007FA3;
    background-image: var(--wiaw-bs-gradient); }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
    background-image: none; }

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1.09375rem;
  color: #6c757d;
  white-space: nowrap; }

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.15);
      background-image: var(--wiaw-bs-gradient); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: #fff;
      background-color: #007FA3;
      background-image: var(--wiaw-bs-gradient); }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .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: -1px; }

.nav-pills .nav-link {
  background: none;
  border: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007FA3;
  background-image: var(--wiaw-bs-gradient); }

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: var(--wiaw-bs-gradient); }
  .navbar > .container, .navbar > .elf__block,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.26562rem;
  padding-bottom: 0.26562rem;
  margin-right: 1rem;
  font-size: calc(1.28125rem + 0.375vw);
  white-space: nowrap; }
  @media (min-width: 1200px) {
    .navbar-brand {
      font-size: 1.5625rem; } }

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

.navbar-text {
  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: calc(1.28125rem + 0.375vw);
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  transition: box-shadow 0.15s ease-in-out; }
  @media (min-width: 1200px) {
    .navbar-toggler {
      font-size: 1.5625rem; } }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .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.55); }
  .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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

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

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .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.55); }
  .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 .nav-link.active {
  color: #fff; }

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  color: #002633;
  text-align: left;
  background-color: #fff;
  border: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #007293;
    background-color: #e6f2f6;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007293'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23002633'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #80bfd1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }

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

.accordion-item {
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:last-of-type {
    margin-bottom: 0; }

.accordion-body {
  padding: 1rem 1.25rem; }

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--wiaw-bs-breadcrumb-divider, "/") /* rtl: var(--wiaw-bs-breadcrumb-divider, "/") */; }

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

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

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

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6; }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6; }
  .modal-footer > * {
    margin: 0.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-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

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

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

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

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

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

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

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

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

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

.link-primary {
  color: #007FA3; }
  .link-primary:hover, .link-primary:focus {
    color: #006682; }

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

.link-success {
  color: #1EAAA4; }
  .link-success:hover, .link-success:focus {
    color: #4bbbb6; }

.link-info {
  color: #C99E67; }
  .link-info:hover, .link-info:focus {
    color: #d4b185; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007FA3 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #1EAAA4 !important; }

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

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

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

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

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

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

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-5 {
  font-size: calc(1.28125rem + 0.375vw) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.text-primary {
  color: #007FA3 !important; }

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

.text-success {
  color: #1EAAA4 !important; }

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

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

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

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

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

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

.text-body {
  color: #002633 !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-reset {
  color: inherit !important; }

.bg-primary {
  background-color: #007FA3 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #1EAAA4 !important; }

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

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

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

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

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

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

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

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

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .gap-sm-8 {
    gap: 4rem !important; }
  .gap-sm-10 {
    gap: 5rem !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-8 {
    margin: 4rem !important; }
  .m-sm-10 {
    margin: 5rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-sm-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-sm-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-8 {
    margin-top: 4rem !important; }
  .mt-sm-10 {
    margin-top: 5rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-8 {
    margin-right: 4rem !important; }
  .me-sm-10 {
    margin-right: 5rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-8 {
    margin-bottom: 4rem !important; }
  .mb-sm-10 {
    margin-bottom: 5rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-8 {
    margin-left: 4rem !important; }
  .ms-sm-10 {
    margin-left: 5rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .p-sm-8 {
    padding: 4rem !important; }
  .p-sm-10 {
    padding: 5rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-sm-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-sm-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pt-sm-8 {
    padding-top: 4rem !important; }
  .pt-sm-10 {
    padding-top: 5rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pe-sm-8 {
    padding-right: 4rem !important; }
  .pe-sm-10 {
    padding-right: 5rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pb-sm-8 {
    padding-bottom: 4rem !important; }
  .pb-sm-10 {
    padding-bottom: 5rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .ps-sm-8 {
    padding-left: 4rem !important; }
  .ps-sm-10 {
    padding-left: 5rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .gap-md-8 {
    gap: 4rem !important; }
  .gap-md-10 {
    gap: 5rem !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-8 {
    margin: 4rem !important; }
  .m-md-10 {
    margin: 5rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-md-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-md-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-8 {
    margin-top: 4rem !important; }
  .mt-md-10 {
    margin-top: 5rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-8 {
    margin-right: 4rem !important; }
  .me-md-10 {
    margin-right: 5rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-8 {
    margin-bottom: 4rem !important; }
  .mb-md-10 {
    margin-bottom: 5rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-8 {
    margin-left: 4rem !important; }
  .ms-md-10 {
    margin-left: 5rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .p-md-8 {
    padding: 4rem !important; }
  .p-md-10 {
    padding: 5rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-md-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pt-md-8 {
    padding-top: 4rem !important; }
  .pt-md-10 {
    padding-top: 5rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pe-md-8 {
    padding-right: 4rem !important; }
  .pe-md-10 {
    padding-right: 5rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pb-md-8 {
    padding-bottom: 4rem !important; }
  .pb-md-10 {
    padding-bottom: 5rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .ps-md-8 {
    padding-left: 4rem !important; }
  .ps-md-10 {
    padding-left: 5rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .gap-lg-8 {
    gap: 4rem !important; }
  .gap-lg-10 {
    gap: 5rem !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-8 {
    margin: 4rem !important; }
  .m-lg-10 {
    margin: 5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-lg-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-lg-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-8 {
    margin-top: 4rem !important; }
  .mt-lg-10 {
    margin-top: 5rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-8 {
    margin-right: 4rem !important; }
  .me-lg-10 {
    margin-right: 5rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-8 {
    margin-bottom: 4rem !important; }
  .mb-lg-10 {
    margin-bottom: 5rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-8 {
    margin-left: 4rem !important; }
  .ms-lg-10 {
    margin-left: 5rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .p-lg-8 {
    padding: 4rem !important; }
  .p-lg-10 {
    padding: 5rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-lg-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-lg-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pt-lg-8 {
    padding-top: 4rem !important; }
  .pt-lg-10 {
    padding-top: 5rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pe-lg-8 {
    padding-right: 4rem !important; }
  .pe-lg-10 {
    padding-right: 5rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pb-lg-8 {
    padding-bottom: 4rem !important; }
  .pb-lg-10 {
    padding-bottom: 5rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .ps-lg-8 {
    padding-left: 4rem !important; }
  .ps-lg-10 {
    padding-left: 5rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .gap-xl-8 {
    gap: 4rem !important; }
  .gap-xl-10 {
    gap: 5rem !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-8 {
    margin: 4rem !important; }
  .m-xl-10 {
    margin: 5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xl-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-8 {
    margin-top: 4rem !important; }
  .mt-xl-10 {
    margin-top: 5rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-8 {
    margin-right: 4rem !important; }
  .me-xl-10 {
    margin-right: 5rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-8 {
    margin-bottom: 4rem !important; }
  .mb-xl-10 {
    margin-bottom: 5rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-8 {
    margin-left: 4rem !important; }
  .ms-xl-10 {
    margin-left: 5rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .p-xl-8 {
    padding: 4rem !important; }
  .p-xl-10 {
    padding: 5rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xl-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pt-xl-8 {
    padding-top: 4rem !important; }
  .pt-xl-10 {
    padding-top: 5rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pe-xl-8 {
    padding-right: 4rem !important; }
  .pe-xl-10 {
    padding-right: 5rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pb-xl-8 {
    padding-bottom: 4rem !important; }
  .pb-xl-10 {
    padding-bottom: 5rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .ps-xl-8 {
    padding-left: 4rem !important; }
  .ps-xl-10 {
    padding-left: 5rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .gap-xxl-8 {
    gap: 4rem !important; }
  .gap-xxl-10 {
    gap: 5rem !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-8 {
    margin: 4rem !important; }
  .m-xxl-10 {
    margin: 5rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xxl-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xxl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-8 {
    margin-top: 4rem !important; }
  .mt-xxl-10 {
    margin-top: 5rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-8 {
    margin-right: 4rem !important; }
  .me-xxl-10 {
    margin-right: 5rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-8 {
    margin-bottom: 4rem !important; }
  .mb-xxl-10 {
    margin-bottom: 5rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-8 {
    margin-left: 4rem !important; }
  .ms-xxl-10 {
    margin-left: 5rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .p-xxl-8 {
    padding: 4rem !important; }
  .p-xxl-10 {
    padding: 5rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xxl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xxl-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xxl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pt-xxl-8 {
    padding-top: 4rem !important; }
  .pt-xxl-10 {
    padding-top: 5rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pe-xxl-8 {
    padding-right: 4rem !important; }
  .pe-xxl-10 {
    padding-right: 5rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pb-xxl-8 {
    padding-bottom: 4rem !important; }
  .pb-xxl-10 {
    padding-bottom: 5rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .ps-xxl-8 {
    padding-left: 4rem !important; }
  .ps-xxl-10 {
    padding-left: 5rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.125rem !important; }
  .fs-2 {
    font-size: 2.8125rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.625rem !important; }
  .fs-5 {
    font-size: 1.5625rem !important; } }

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

/*
## Gutenberg Core
*/
.wp-block-image img {
  min-width: 100%; }

.wp-block-image figcaption {
  background: #1EAAA4;
  padding: 1.5rem;
  margin-top: 0; }

/*
## 3rd party vendor Default Stylesheets
*/
/*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-abacus:before {
  content: "\f640"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acorn:before {
  content: "\f6ae"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-alicorn:before {
  content: "\f6b0"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-analytics:before {
  content: "\f643"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angel:before {
  content: "\f779"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-crate:before {
  content: "\f6b1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-axe:before {
  content: "\f6b2"; }

.fa-axe-battle:before {
  content: "\f6b3"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-badge-dollar:before {
  content: "\f645"; }

.fa-badge-percent:before {
  content: "\f646"; }

.fa-badger-honey:before {
  content: "\f6b4"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ball-pile:before {
  content: "\f77e"; }

.fa-ballot:before {
  content: "\f732"; }

.fa-ballot-check:before {
  content: "\f733"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bat:before {
  content: "\f6b5"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bells:before {
  content: "\f77f"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-book-spells:before {
  content: "\f6b8"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-boot:before {
  content: "\f782"; }

.fa-booth-curtain:before {
  content: "\f734"; }

.fa-bow-arrow:before {
  content: "\f6b9"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-ballot:before {
  content: "\f735"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-bullseye-arrow:before {
  content: "\f648"; }

.fa-bullseye-pointer:before {
  content: "\f649"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-cabinet-filing:before {
  content: "\f64b"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calculator-alt:before {
  content: "\f64c"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-star:before {
  content: "\f736"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campfire:before {
  content: "\f6ba"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candle-holder:before {
  content: "\f6bc"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-candy-corn:before {
  content: "\f6bd"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cauldron:before {
  content: "\f6bf"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chair-office:before {
  content: "\f6c1"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-line-down:before {
  content: "\f64d"; }

.fa-chart-network:before {
  content: "\f78a"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-chart-pie-alt:before {
  content: "\f64e"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chimney:before {
  content: "\f78b"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-claw-marks:before {
  content: "\f6c2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-list-check:before {
  content: "\f737"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-drizzle:before {
  content: "\f738"; }

.fa-cloud-hail:before {
  content: "\f739"; }

.fa-cloud-hail-mixed:before {
  content: "\f73a"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-rainbow:before {
  content: "\f73e"; }

.fa-cloud-showers:before {
  content: "\f73f"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sleet:before {
  content: "\f741"; }

.fa-cloud-snow:before {
  content: "\f742"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-clouds:before {
  content: "\f744"; }

.fa-clouds-moon:before {
  content: "\f745"; }

.fa-clouds-sun:before {
  content: "\f746"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-coffee-togo:before {
  content: "\f6c5"; }

.fa-coffin:before {
  content: "\f6c6"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dollar:before {
  content: "\f650"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-comments-alt-dollar:before {
  content: "\f652"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-corn:before {
  content: "\f6c7"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cow:before {
  content: "\f6c8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dagger:before {
  content: "\f6cb"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deer:before {
  content: "\f78e"; }

.fa-deer-rudolph:before {
  content: "\f78f"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dewpoint:before {
  content: "\f748"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d10:before {
  content: "\f6cd"; }

.fa-dice-d12:before {
  content: "\f6ce"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d4:before {
  content: "\f6d0"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-d8:before {
  content: "\f6d2"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dog-leashed:before {
  content: "\f6d4"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dreidel:before {
  content: "\f792"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick:before {
  content: "\f6d6"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-duck:before {
  content: "\f6d8"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-ear-muffs:before {
  content: "\f795"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-eclipse:before {
  content: "\f749"; }

.fa-eclipse-alt:before {
  content: "\f74a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-elephant:before {
  content: "\f6da"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-empty-set:before {
  content: "\f656"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-dollar:before {
  content: "\f657"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-evil:before {
  content: "\f6db"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-chart-line:before {
  content: "\f659"; }

.fa-file-chart-pie:before {
  content: "\f65a"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-spreadsheet:before {
  content: "\f65b"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-user:before {
  content: "\f65c"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-fire-smoke:before {
  content: "\f74b"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-fireplace:before {
  content: "\f79a"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-alt:before {
  content: "\f74c"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flame:before {
  content: "\f6df"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flask-poison:before {
  content: "\f6e0"; }

.fa-flask-potion:before {
  content: "\f6e1"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-fog:before {
  content: "\f74e"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-folder-times:before {
  content: "\f65f"; }

.fa-folders:before {
  content: "\f660"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frosty-head:before {
  content: "\f79b"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-function:before {
  content: "\f661"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gift-card:before {
  content: "\f663"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-gingerbread-man:before {
  content: "\f79d"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-champagne:before {
  content: "\f79e"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-globe-snow:before {
  content: "\f7a3"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hammer-war:before {
  content: "\f6e4"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-magic:before {
  content: "\f6e5"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-santa:before {
  content: "\f7a7"; }

.fa-hat-winter:before {
  content: "\f7a8"; }

.fa-hat-witch:before {
  content: "\f6e7"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side:before {
  content: "\f6e9"; }

.fa-head-vr:before {
  content: "\f6ea"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-helmet-battle:before {
  content: "\f6eb"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-mask:before {
  content: "\f6ee"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hood-cloak:before {
  content: "\f6ef"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-flood:before {
  content: "\f74f"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-humidity:before {
  content: "\f750"; }

.fa-hurricane:before {
  content: "\f751"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-skate:before {
  content: "\f7ac"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-integral:before {
  content: "\f667"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-intersection:before {
  content: "\f668"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-key-skeleton:before {
  content: "\f6f3"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-keynote:before {
  content: "\f66c"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kite:before {
  content: "\f6f4"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-knife-kitchen:before {
  content: "\f6f5"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lambda:before {
  content: "\f66e"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-landmark-alt:before {
  content: "\f752"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leaf-maple:before {
  content: "\f6f6"; }

.fa-leaf-oak:before {
  content: "\f6f7"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-lightbulb-dollar:before {
  content: "\f670"; }

.fa-lightbulb-exclamation:before {
  content: "\f671"; }

.fa-lightbulb-on:before {
  content: "\f672"; }

.fa-lightbulb-slash:before {
  content: "\f673"; }

.fa-lights-holiday:before {
  content: "\f7b2"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-mace:before {
  content: "\f6f8"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-mandolin:before {
  content: "\f6f9"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaphone:before {
  content: "\f675"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-mind-share:before {
  content: "\f677"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mistletoe:before {
  content: "\f7b4"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monkey:before {
  content: "\f6fb"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-moon-cloud:before {
  content: "\f754"; }

.fa-moon-stars:before {
  content: "\f755"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mountains:before {
  content: "\f6fd"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-mug-marshmallows:before {
  content: "\f7b7"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-narwhal:before {
  content: "\f6fe"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-omega:before {
  content: "\f67a"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-ornament:before {
  content: "\f7b8"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paw-alt:before {
  content: "\f701"; }

.fa-paw-claws:before {
  content: "\f702"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pegasus:before {
  content: "\f703"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-person-sign:before {
  content: "\f757"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-office:before {
  content: "\f67d"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pi:before {
  content: "\f67e"; }

.fa-pie:before {
  content: "\f705"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pig:before {
  content: "\f706"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-podium:before {
  content: "\f680"; }

.fa-podium-star:before {
  content: "\f758"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poll-people:before {
  content: "\f759"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-presentation:before {
  content: "\f685"; }

.fa-print:before {
  content: "\f02f"; }

.fa-print-slash:before {
  content: "\f686"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pumpkin:before {
  content: "\f707"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-rabbit:before {
  content: "\f708"; }

.fa-rabbit-fast:before {
  content: "\f709"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-raindrops:before {
  content: "\f75c"; }

.fa-ram:before {
  content: "\f70a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rv:before {
  content: "\f7be"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-scarecrow:before {
  content: "\f70d"; }

.fa-scarf:before {
  content: "\f7c1"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-scroll-old:before {
  content: "\f70f"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-scythe:before {
  content: "\f710"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-sheep:before {
  content: "\f711"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-shield-cross:before {
  content: "\f712"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shovel:before {
  content: "\f713"; }

.fa-shovel-snow:before {
  content: "\f7c3"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shredder:before {
  content: "\f68a"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sigma:before {
  content: "\f68b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signal-1:before {
  content: "\f68c"; }

.fa-signal-2:before {
  content: "\f68d"; }

.fa-signal-3:before {
  content: "\f68e"; }

.fa-signal-4:before {
  content: "\f68f"; }

.fa-signal-alt:before {
  content: "\f690"; }

.fa-signal-alt-1:before {
  content: "\f691"; }

.fa-signal-alt-2:before {
  content: "\f692"; }

.fa-signal-alt-3:before {
  content: "\f693"; }

.fa-signal-alt-slash:before {
  content: "\f694"; }

.fa-signal-slash:before {
  content: "\f695"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-ski-jump:before {
  content: "\f7c7"; }

.fa-ski-lift:before {
  content: "\f7c8"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sledding:before {
  content: "\f7cb"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoke:before {
  content: "\f760"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snake:before {
  content: "\f716"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snow-blowing:before {
  content: "\f761"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowflakes:before {
  content: "\f7cf"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowmobile:before {
  content: "\f7d1"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spider-black-widow:before {
  content: "\f718"; }

.fa-spider-web:before {
  content: "\f719"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root:before {
  content: "\f697"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-squirrel:before {
  content: "\f71a"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-staff:before {
  content: "\f71b"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-christmas:before {
  content: "\f7d4"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-stars:before {
  content: "\f762"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stocking:before {
  content: "\f7d5"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-sun-cloud:before {
  content: "\f763"; }

.fa-sun-dust:before {
  content: "\f764"; }

.fa-sun-haze:before {
  content: "\f765"; }

.fa-sunrise:before {
  content: "\f766"; }

.fa-sunset:before {
  content: "\f767"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sword:before {
  content: "\f71c"; }

.fa-swords:before {
  content: "\f71d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tally:before {
  content: "\f69c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-frigid:before {
  content: "\f768"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-hot:before {
  content: "\f76a"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-theta:before {
  content: "\f69e"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-thunderstorm:before {
  content: "\f76c"; }

.fa-thunderstorm-moon:before {
  content: "\f76d"; }

.fa-thunderstorm-sun:before {
  content: "\f76e"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tilde:before {
  content: "\f69f"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-alt:before {
  content: "\f71f"; }

.fa-tombstone:before {
  content: "\f720"; }

.fa-tombstone-alt:before {
  content: "\f721"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tornado:before {
  content: "\f76f"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-treasure-chest:before {
  content: "\f723"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-tree-christmas:before {
  content: "\f7db"; }

.fa-tree-decorated:before {
  content: "\f7dc"; }

.fa-tree-large:before {
  content: "\f7dd"; }

.fa-trees:before {
  content: "\f724"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-plow:before {
  content: "\f7de"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-turkey:before {
  content: "\f725"; }

.fa-turtle:before {
  content: "\f726"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-unicorn:before {
  content: "\f727"; }

.fa-union:before {
  content: "\f6a2"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-chart:before {
  content: "\f6a3"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-crown:before {
  content: "\f6a4"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-crown:before {
  content: "\f6a5"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-value-absolute:before {
  content: "\f6a6"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volcano:before {
  content: "\f770"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume:before {
  content: "\f6a8"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-slash:before {
  content: "\f2e2"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-nay:before {
  content: "\f771"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-wand:before {
  content: "\f72a"; }

.fa-wand-magic:before {
  content: "\f72b"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-water:before {
  content: "\f773"; }

.fa-water-lower:before {
  content: "\f774"; }

.fa-water-rise:before {
  content: "\f775"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whale:before {
  content: "\f72c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheat:before {
  content: "\f72d"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wifi-1:before {
  content: "\f6aa"; }

.fa-wifi-2:before {
  content: "\f6ab"; }

.fa-wifi-slash:before {
  content: "\f6ac"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-wind-warning:before {
  content: "\f776"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-windsock:before {
  content: "\f777"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wreath:before {
  content: "\f7e2"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

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

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

/*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/font-awesome/fa-brands-400.eot");
  src: url("../fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-brands-400.woff") format("woff"), url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/font-awesome/fa-light-300.eot");
  src: url("../fonts/font-awesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-light-300.woff2") format("woff2"), url("../fonts/font-awesome/fa-light-300.woff") format("woff"), url("../fonts/font-awesome/fa-light-300.ttf") format("truetype"), url("../fonts/font-awesome/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/font-awesome/fa-regular-400.eot");
  src: url("../fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-regular-400.woff") format("woff"), url("../fonts/font-awesome/fa-regular-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/font-awesome/fa-solid-900.eot");
  src: url("../fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/font-awesome/fa-solid-900.woff") format("woff"), url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("../fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

@media (min-width: 992px) {
  body .gform_wrapper.gravity-theme .gfield.gfield--width-full.gform-col-6 {
    grid-column: span 6; } }

body .gform_wrapper.gravity-theme .gform_footer {
  text-align: right;
  padding-bottom: 0; }
  body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    padding-right: 5rem;
    margin-bottom: 0; }

.elf__block .gform_wrapper.gravity-theme input[type=color],
.elf__block .gform_wrapper.gravity-theme input[type=date],
.elf__block .gform_wrapper.gravity-theme input[type=datetime-local],
.elf__block .gform_wrapper.gravity-theme input[type=datetime],
.elf__block .gform_wrapper.gravity-theme input[type=email],
.elf__block .gform_wrapper.gravity-theme input[type=month],
.elf__block .gform_wrapper.gravity-theme input[type=number],
.elf__block .gform_wrapper.gravity-theme input[type=password],
.elf__block .gform_wrapper.gravity-theme input[type=search],
.elf__block .gform_wrapper.gravity-theme input[type=tel],
.elf__block .gform_wrapper.gravity-theme input[type=text],
.elf__block .gform_wrapper.gravity-theme input[type=time],
.elf__block .gform_wrapper.gravity-theme input[type=url],
.elf__block .gform_wrapper.gravity-theme input[type=week],
.elf__block .gform_wrapper.gravity-theme textarea {
  border-width: 1px; }

.elf__block .gform_wrapper.gravity-theme select {
  border-width: 1px; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em; }

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.drop-up {
  margin-top: -7px; }

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none; }

.daterangepicker.single .drp-selected {
  display: none; }

.daterangepicker.show-calendar .drp-calendar {
  display: block; }

.daterangepicker.show-calendar .drp-buttons {
  display: block; }

.daterangepicker.auto-apply .drp-buttons {
  display: none; }

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px; }

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px; }

.daterangepicker .drp-calendar.right {
  padding: 8px; }

.daterangepicker .drp-calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px; }

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff; }

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle; }

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px; }

.daterangepicker .drp-buttons .btn, .daterangepicker .drp-buttons body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], body .gform_wrapper.gravity-theme .gform_footer .daterangepicker .drp-buttons input[type="submit"] {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px; }

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0; }

.daterangepicker.show-calendar .ranges {
  margin-top: 8px; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer; }

.daterangepicker .ranges li:hover {
  background-color: #eee; }

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 140px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .drp-calendar.left {
    clear: none; }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
    float: left; }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
    float: right; }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left; }
  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0; }
  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px; }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
    float: left; }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right; }
  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0; }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0; }
  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px; }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

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

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

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

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

.yoast-breadcrumbs {
  padding: 1rem 0 0;
  font-size: 0.9375rem; }
  .yoast-breadcrumbs a {
    color: #002633;
    display: inline-block;
    margin-right: 0.25rem; }
  .yoast-breadcrumbs .breadcrumb_last {
    display: inline-block;
    margin-left: 0.125rem;
    font-weight: 700; }

/*
## Include theme Globals
*/
/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }

blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

/**
 * 9.0 - Clearings
 */
.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
  content: "";
  display: table; }

.site .avatar {
  border-radius: 50%; }

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
  display: block; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle; }

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
  box-shadow: none; }

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 1.75em; }

.wp-playlist.wp-audio-playlist {
  padding-bottom: 0; }

.wp-playlist .wp-playlist-tracks {
  margin-top: 0; }

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.7142857143em 0; }

.wp-playlist-item .wp-playlist-item-length {
  top: 0.7142857143em; }

/**
 * 12.1 - Captions
 */
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption .wp-caption-text {
  font-size: 0.75em;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em; }

/**
 * 12.2 - Galleries
 */
.gallery {
  margin: 0 -1.1666667% 1.75em; }

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 0.75em;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/* @whoisandywhite 10/10/18 */
img[class*="wp-image"] {
  max-width: 100%;
  height: auto; }

.text-elf-blue {
  color: #007FA3; }

.text-elf-ink {
  color: #002633; }

.text-blue {
  color: #42B3FD; }

.text-purple {
  color: #9653E0; }

.text-pink {
  color: #FC6B7B; }

.text-red {
  color: #dc3545; }

.text-orange {
  color: #F46407; }

.text-biscuit {
  color: #C99E67; }

.text-yellow {
  color: #ffc107; }

.text-teal {
  color: #1EAAA4; }

.text-white {
  color: #fff; }

.text-gray {
  color: #6c757d; }

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

.bg-elf-blue {
  background-color: #007FA3; }

.bg-elf-ink {
  background-color: #002633; }

.bg-blue {
  background-color: #42B3FD; }

.bg-purple {
  background-color: #9653E0; }

.bg-pink {
  background-color: #FC6B7B; }

.bg-red {
  background-color: #dc3545; }

.bg-orange {
  background-color: #F46407; }

.bg-biscuit {
  background-color: #C99E67; }

.bg-yellow {
  background-color: #ffc107; }

.bg-teal {
  background-color: #1EAAA4; }

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

.bg-gray {
  background-color: #6c757d; }

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

/* 
## Retrive theme transition value by key from SASS map
*/
/*
##	Make it easier to edit transitions for the whole site
##	Added: 01-10-2018
##	By:	@whoisandywhite 
##	n.b. Function call is in _global-functions.scss
*/
body, html {
  min-height: 100%; }

body {
  overflow-x: hidden; }
  body > .container, body > .elf__block {
    position: relative;
    z-index: 10; }

.acf-map {
  width: 100%;
  height: 0;
  padding-bottom: 100%; }
  @media (min-width: 576px) {
    .acf-map {
      padding-bottom: 75%; } }
  @media (min-width: 992px) {
    .acf-map {
      padding-bottom: 50%; } }

.embed-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.5%;
  position: relative;
  margin-bottom: 2rem; }
  .embed-container iframe {
    position: absolute;
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.btn-elf-blue {
  color: #fff;
  background-color: #007FA3;
  background-image: var(--wiaw-bs-gradient);
  border-color: #007FA3; }
  .btn-elf-blue:hover {
    color: #fff;
    background-color: #006c8b;
    background-image: var(--wiaw-bs-gradient);
    border-color: #006682; }
  .btn-check:focus + .btn-elf-blue, .btn-elf-blue:focus {
    color: #fff;
    background-color: #006c8b;
    background-image: var(--wiaw-bs-gradient);
    border-color: #006682;
    box-shadow: 0 0 0 0.25rem rgba(38, 146, 177, 0.5); }
  .btn-check:checked + .btn-elf-blue,
  .btn-check:active + .btn-elf-blue, .btn-elf-blue:active, .btn-elf-blue.active,
  .show > .btn-elf-blue.dropdown-toggle {
    color: #fff;
    background-color: #006682;
    background-image: none;
    border-color: #005f7a; }
    .btn-check:checked + .btn-elf-blue:focus,
    .btn-check:active + .btn-elf-blue:focus, .btn-elf-blue:active:focus, .btn-elf-blue.active:focus,
    .show > .btn-elf-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(38, 146, 177, 0.5); }
  .btn-elf-blue:disabled, .btn-elf-blue.disabled {
    color: #fff;
    background-color: #007FA3;
    background-image: none;
    border-color: #007FA3; }

.btn-elf-ink, body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  color: #fff;
  background-color: #002633;
  background-image: var(--wiaw-bs-gradient);
  border-color: #002633; }
  .btn-elf-ink:hover, body .gform_wrapper.gravity-theme .gform_footer input:hover[type="submit"] {
    color: #fff;
    background-color: #00202b;
    background-image: var(--wiaw-bs-gradient);
    border-color: #001e29; }
  .btn-check:focus + .btn-elf-ink, body .gform_wrapper.gravity-theme .gform_footer .btn-check:focus + input[type="submit"], .btn-elf-ink:focus, body .gform_wrapper.gravity-theme .gform_footer input:focus[type="submit"] {
    color: #fff;
    background-color: #00202b;
    background-image: var(--wiaw-bs-gradient);
    border-color: #001e29;
    box-shadow: 0 0 0 0.25rem rgba(38, 71, 82, 0.5); }
  .btn-check:checked + .btn-elf-ink, body .gform_wrapper.gravity-theme .gform_footer .btn-check:checked + input[type="submit"],
  .btn-check:active + .btn-elf-ink,
  body .gform_wrapper.gravity-theme .gform_footer .btn-check:active + input[type="submit"], .btn-elf-ink:active, body .gform_wrapper.gravity-theme .gform_footer input:active[type="submit"], .btn-elf-ink.active, body .gform_wrapper.gravity-theme .gform_footer input.active[type="submit"],
  .show > .btn-elf-ink.dropdown-toggle,
  body .gform_wrapper.gravity-theme .gform_footer .show > input.dropdown-toggle[type="submit"] {
    color: #fff;
    background-color: #001e29;
    background-image: none;
    border-color: #001d26; }
    .btn-check:checked + .btn-elf-ink:focus, body .gform_wrapper.gravity-theme .gform_footer .btn-check:checked + input:focus[type="submit"],
    .btn-check:active + .btn-elf-ink:focus,
    body .gform_wrapper.gravity-theme .gform_footer .btn-check:active + input:focus[type="submit"], .btn-elf-ink:active:focus, body .gform_wrapper.gravity-theme .gform_footer input:active:focus[type="submit"], .btn-elf-ink.active:focus, body .gform_wrapper.gravity-theme .gform_footer input.active:focus[type="submit"],
    .show > .btn-elf-ink.dropdown-toggle:focus,
    body .gform_wrapper.gravity-theme .gform_footer .show > input.dropdown-toggle:focus[type="submit"] {
      box-shadow: 0 0 0 0.25rem rgba(38, 71, 82, 0.5); }
  .btn-elf-ink:disabled, body .gform_wrapper.gravity-theme .gform_footer input:disabled[type="submit"], .btn-elf-ink.disabled, body .gform_wrapper.gravity-theme .gform_footer input.disabled[type="submit"] {
    color: #fff;
    background-color: #002633;
    background-image: none;
    border-color: #002633; }

.btn-blue {
  color: #000;
  background-color: #42B3FD;
  background-image: var(--wiaw-bs-gradient);
  border-color: #42B3FD; }
  .btn-blue:hover {
    color: #000;
    background-color: #5ebefd;
    background-image: var(--wiaw-bs-gradient);
    border-color: #55bbfd; }
  .btn-check:focus + .btn-blue, .btn-blue:focus {
    color: #000;
    background-color: #5ebefd;
    background-image: var(--wiaw-bs-gradient);
    border-color: #55bbfd;
    box-shadow: 0 0 0 0.25rem rgba(56, 152, 215, 0.5); }
  .btn-check:checked + .btn-blue,
  .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active,
  .show > .btn-blue.dropdown-toggle {
    color: #000;
    background-color: #68c2fd;
    background-image: none;
    border-color: #55bbfd; }
    .btn-check:checked + .btn-blue:focus,
    .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(56, 152, 215, 0.5); }
  .btn-blue:disabled, .btn-blue.disabled {
    color: #000;
    background-color: #42B3FD;
    background-image: none;
    border-color: #42B3FD; }

.btn-purple {
  color: #fff;
  background-color: #9653E0;
  background-image: var(--wiaw-bs-gradient);
  border-color: #9653E0; }
  .btn-purple:hover {
    color: #fff;
    background-color: #8047be;
    background-image: var(--wiaw-bs-gradient);
    border-color: #7842b3; }
  .btn-check:focus + .btn-purple, .btn-purple:focus {
    color: #fff;
    background-color: #8047be;
    background-image: var(--wiaw-bs-gradient);
    border-color: #7842b3;
    box-shadow: 0 0 0 0.25rem rgba(166, 109, 229, 0.5); }
  .btn-check:checked + .btn-purple,
  .btn-check:active + .btn-purple, .btn-purple:active, .btn-purple.active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #7842b3;
    background-image: none;
    border-color: #713ea8; }
    .btn-check:checked + .btn-purple:focus,
    .btn-check:active + .btn-purple:focus, .btn-purple:active:focus, .btn-purple.active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(166, 109, 229, 0.5); }
  .btn-purple:disabled, .btn-purple.disabled {
    color: #fff;
    background-color: #9653E0;
    background-image: none;
    border-color: #9653E0; }

.btn-pink {
  color: #000;
  background-color: #FC6B7B;
  background-image: var(--wiaw-bs-gradient);
  border-color: #FC6B7B; }
  .btn-pink:hover {
    color: #000;
    background-color: #fc818f;
    background-image: var(--wiaw-bs-gradient);
    border-color: #fc7a88; }
  .btn-check:focus + .btn-pink, .btn-pink:focus {
    color: #000;
    background-color: #fc818f;
    background-image: var(--wiaw-bs-gradient);
    border-color: #fc7a88;
    box-shadow: 0 0 0 0.25rem rgba(214, 91, 105, 0.5); }
  .btn-check:checked + .btn-pink,
  .btn-check:active + .btn-pink, .btn-pink:active, .btn-pink.active,
  .show > .btn-pink.dropdown-toggle {
    color: #000;
    background-color: #fd8995;
    background-image: none;
    border-color: #fc7a88; }
    .btn-check:checked + .btn-pink:focus,
    .btn-check:active + .btn-pink:focus, .btn-pink:active:focus, .btn-pink.active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(214, 91, 105, 0.5); }
  .btn-pink:disabled, .btn-pink.disabled {
    color: #000;
    background-color: #FC6B7B;
    background-image: none;
    border-color: #FC6B7B; }

.btn-red {
  color: #fff;
  background-color: #dc3545;
  background-image: var(--wiaw-bs-gradient);
  border-color: #dc3545; }
  .btn-red:hover {
    color: #fff;
    background-color: #bb2d3b;
    background-image: var(--wiaw-bs-gradient);
    border-color: #b02a37; }
  .btn-check:focus + .btn-red, .btn-red:focus {
    color: #fff;
    background-color: #bb2d3b;
    background-image: var(--wiaw-bs-gradient);
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-red,
  .btn-check:active + .btn-red, .btn-red:active, .btn-red.active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    background-image: none;
    border-color: #a52834; }
    .btn-check:checked + .btn-red:focus,
    .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-red:disabled, .btn-red.disabled {
    color: #fff;
    background-color: #dc3545;
    background-image: none;
    border-color: #dc3545; }

.btn-orange {
  color: #000;
  background-color: #F46407;
  background-image: var(--wiaw-bs-gradient);
  border-color: #F46407; }
  .btn-orange:hover {
    color: #000;
    background-color: #f67b2c;
    background-image: var(--wiaw-bs-gradient);
    border-color: #f57420; }
  .btn-check:focus + .btn-orange, .btn-orange:focus {
    color: #000;
    background-color: #f67b2c;
    background-image: var(--wiaw-bs-gradient);
    border-color: #f57420;
    box-shadow: 0 0 0 0.25rem rgba(207, 85, 6, 0.5); }
  .btn-check:checked + .btn-orange,
  .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active,
  .show > .btn-orange.dropdown-toggle {
    color: #000;
    background-color: #f68339;
    background-image: none;
    border-color: #f57420; }
    .btn-check:checked + .btn-orange:focus,
    .btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(207, 85, 6, 0.5); }
  .btn-orange:disabled, .btn-orange.disabled {
    color: #000;
    background-color: #F46407;
    background-image: none;
    border-color: #F46407; }

.btn-biscuit {
  color: #000;
  background-color: #C99E67;
  background-image: var(--wiaw-bs-gradient);
  border-color: #C99E67; }
  .btn-biscuit:hover {
    color: #000;
    background-color: #d1ad7e;
    background-image: var(--wiaw-bs-gradient);
    border-color: #cea876; }
  .btn-check:focus + .btn-biscuit, .btn-biscuit:focus {
    color: #000;
    background-color: #d1ad7e;
    background-image: var(--wiaw-bs-gradient);
    border-color: #cea876;
    box-shadow: 0 0 0 0.25rem rgba(171, 134, 88, 0.5); }
  .btn-check:checked + .btn-biscuit,
  .btn-check:active + .btn-biscuit, .btn-biscuit:active, .btn-biscuit.active,
  .show > .btn-biscuit.dropdown-toggle {
    color: #000;
    background-color: #d4b185;
    background-image: none;
    border-color: #cea876; }
    .btn-check:checked + .btn-biscuit:focus,
    .btn-check:active + .btn-biscuit:focus, .btn-biscuit:active:focus, .btn-biscuit.active:focus,
    .show > .btn-biscuit.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(171, 134, 88, 0.5); }
  .btn-biscuit:disabled, .btn-biscuit.disabled {
    color: #000;
    background-color: #C99E67;
    background-image: none;
    border-color: #C99E67; }

.btn-yellow {
  color: #000;
  background-color: #ffc107;
  background-image: var(--wiaw-bs-gradient);
  border-color: #ffc107; }
  .btn-yellow:hover {
    color: #000;
    background-color: #ffca2c;
    background-image: var(--wiaw-bs-gradient);
    border-color: #ffc720; }
  .btn-check:focus + .btn-yellow, .btn-yellow:focus {
    color: #000;
    background-color: #ffca2c;
    background-image: var(--wiaw-bs-gradient);
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-yellow,
  .btn-check:active + .btn-yellow, .btn-yellow:active, .btn-yellow.active,
  .show > .btn-yellow.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    background-image: none;
    border-color: #ffc720; }
    .btn-check:checked + .btn-yellow:focus,
    .btn-check:active + .btn-yellow:focus, .btn-yellow:active:focus, .btn-yellow.active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-yellow:disabled, .btn-yellow.disabled {
    color: #000;
    background-color: #ffc107;
    background-image: none;
    border-color: #ffc107; }

.btn-teal {
  color: #000;
  background-color: #1EAAA4;
  background-image: var(--wiaw-bs-gradient);
  border-color: #1EAAA4; }
  .btn-teal:hover {
    color: #000;
    background-color: #40b7b2;
    background-image: var(--wiaw-bs-gradient);
    border-color: #35b3ad; }
  .btn-check:focus + .btn-teal, .btn-teal:focus {
    color: #000;
    background-color: #40b7b2;
    background-image: var(--wiaw-bs-gradient);
    border-color: #35b3ad;
    box-shadow: 0 0 0 0.25rem rgba(26, 145, 139, 0.5); }
  .btn-check:checked + .btn-teal,
  .btn-check:active + .btn-teal, .btn-teal:active, .btn-teal.active,
  .show > .btn-teal.dropdown-toggle {
    color: #000;
    background-color: #4bbbb6;
    background-image: none;
    border-color: #35b3ad; }
    .btn-check:checked + .btn-teal:focus,
    .btn-check:active + .btn-teal:focus, .btn-teal:active:focus, .btn-teal.active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(26, 145, 139, 0.5); }
  .btn-teal:disabled, .btn-teal.disabled {
    color: #000;
    background-color: #1EAAA4;
    background-image: none;
    border-color: #1EAAA4; }

.btn-white {
  color: #000;
  background-color: #fff;
  background-image: var(--wiaw-bs-gradient);
  border-color: #fff; }
  .btn-white:hover {
    color: #000;
    background-color: white;
    background-image: var(--wiaw-bs-gradient);
    border-color: white; }
  .btn-check:focus + .btn-white, .btn-white:focus {
    color: #000;
    background-color: white;
    background-image: var(--wiaw-bs-gradient);
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-check:checked + .btn-white,
  .btn-check:active + .btn-white, .btn-white:active, .btn-white.active,
  .show > .btn-white.dropdown-toggle {
    color: #000;
    background-color: white;
    background-image: none;
    border-color: white; }
    .btn-check:checked + .btn-white:focus,
    .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-white:disabled, .btn-white.disabled {
    color: #000;
    background-color: #fff;
    background-image: none;
    border-color: #fff; }

.btn-gray {
  color: #fff;
  background-color: #6c757d;
  background-image: var(--wiaw-bs-gradient);
  border-color: #6c757d; }
  .btn-gray:hover {
    color: #fff;
    background-color: #5c636a;
    background-image: var(--wiaw-bs-gradient);
    border-color: #565e64; }
  .btn-check:focus + .btn-gray, .btn-gray:focus {
    color: #fff;
    background-color: #5c636a;
    background-image: var(--wiaw-bs-gradient);
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-gray,
  .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active,
  .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    background-image: none;
    border-color: #51585e; }
    .btn-check:checked + .btn-gray:focus,
    .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-gray:disabled, .btn-gray.disabled {
    color: #fff;
    background-color: #6c757d;
    background-image: none;
    border-color: #6c757d; }

.btn-gray-dark {
  color: #fff;
  background-color: #343a40;
  background-image: var(--wiaw-bs-gradient);
  border-color: #343a40; }
  .btn-gray-dark:hover {
    color: #fff;
    background-color: #2c3136;
    background-image: var(--wiaw-bs-gradient);
    border-color: #2a2e33; }
  .btn-check:focus + .btn-gray-dark, .btn-gray-dark:focus {
    color: #fff;
    background-color: #2c3136;
    background-image: var(--wiaw-bs-gradient);
    border-color: #2a2e33;
    box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
  .btn-check:checked + .btn-gray-dark,
  .btn-check:active + .btn-gray-dark, .btn-gray-dark:active, .btn-gray-dark.active,
  .show > .btn-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #2a2e33;
    background-image: none;
    border-color: #272c30; }
    .btn-check:checked + .btn-gray-dark:focus,
    .btn-check:active + .btn-gray-dark:focus, .btn-gray-dark:active:focus, .btn-gray-dark.active:focus,
    .show > .btn-gray-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
  .btn-gray-dark:disabled, .btn-gray-dark.disabled {
    color: #fff;
    background-color: #343a40;
    background-image: none;
    border-color: #343a40; }

.btn.btn-elf-blue-dark, body .gform_wrapper.gravity-theme .gform_footer input.btn-elf-blue-dark[type="submit"] {
  color: #fff;
  background-image: linear-gradient(to right, #007FA3 0%, #002633 100%); }

.btn.has-arrow, body .gform_wrapper.gravity-theme .gform_footer input.has-arrow[type="submit"] {
  position: relative;
  padding-right: 5rem; }
  .btn.has-arrow:after, body .gform_wrapper.gravity-theme .gform_footer input.has-arrow[type="submit"]:after {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    content: "\f105";
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 2.5rem; }

.btn.arrow-down:after, body .gform_wrapper.gravity-theme .gform_footer input.arrow-down[type="submit"]:after {
  content: "\f107"; }

.btn.btn-solid.btn-elf-blue, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-elf-blue[type="submit"] {
  background: #007FA3; }

.btn.btn-solid.btn-elf-ink, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid[type="submit"] {
  background: #002633; }

.btn.btn-solid.btn-blue, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-blue[type="submit"] {
  background: #42B3FD; }

.btn.btn-solid.btn-purple, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-purple[type="submit"] {
  background: #9653E0; }

.btn.btn-solid.btn-pink, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-pink[type="submit"] {
  background: #FC6B7B; }

.btn.btn-solid.btn-red, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-red[type="submit"] {
  background: #dc3545; }

.btn.btn-solid.btn-orange, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-orange[type="submit"] {
  background: #F46407; }

.btn.btn-solid.btn-biscuit, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-biscuit[type="submit"] {
  background: #C99E67; }

.btn.btn-solid.btn-yellow, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-yellow[type="submit"] {
  background: #ffc107; }

.btn.btn-solid.btn-teal, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-teal[type="submit"] {
  background: #1EAAA4; }

.btn.btn-solid.btn-white, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-white[type="submit"] {
  background: #fff; }

.btn.btn-solid.btn-gray, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-gray[type="submit"] {
  background: #6c757d; }

.btn.btn-solid.btn-gray-dark, body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-gray-dark[type="submit"] {
  background: #343a40; }

.btn.btn-outline, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline[type="submit"] {
  border: 1px solid #000;
  font-weight: 300;
  margin-bottom: 1rem;
  margin-right: 1rem; }
  .btn.btn-outline span, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline[type="submit"] span {
    font-weight: 500;
    display: inline-block;
    padding-right: 0.125rem; }
  .btn.btn-outline.btn-elf-blue, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-elf-blue[type="submit"] {
    border-color: #007FA3; }
  .btn.btn-outline.btn-elf-ink, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline[type="submit"] {
    border-color: #002633; }
  .btn.btn-outline.btn-blue, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-blue[type="submit"] {
    border-color: #42B3FD; }
  .btn.btn-outline.btn-purple, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-purple[type="submit"] {
    border-color: #9653E0; }
  .btn.btn-outline.btn-pink, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-pink[type="submit"] {
    border-color: #FC6B7B; }
  .btn.btn-outline.btn-red, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-red[type="submit"] {
    border-color: #dc3545; }
  .btn.btn-outline.btn-orange, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-orange[type="submit"] {
    border-color: #F46407; }
  .btn.btn-outline.btn-biscuit, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-biscuit[type="submit"] {
    border-color: #C99E67; }
  .btn.btn-outline.btn-yellow, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-yellow[type="submit"] {
    border-color: #ffc107; }
  .btn.btn-outline.btn-teal, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-teal[type="submit"] {
    border-color: #1EAAA4; }
  .btn.btn-outline.btn-white, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-white[type="submit"] {
    border-color: #fff; }
  .btn.btn-outline.btn-gray, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-gray[type="submit"] {
    border-color: #6c757d; }
  .btn.btn-outline.btn-gray-dark, body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-gray-dark[type="submit"] {
    border-color: #343a40; }

.btn.btn-plain, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain[type="submit"] {
  padding: 0;
  background: none !important; }
  .btn.btn-plain.btn-elf-blue, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-elf-blue[type="submit"] {
    background: none !important;
    color: #007FA3; }
  .btn.btn-plain.btn-elf-ink, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain[type="submit"] {
    background: none !important;
    color: #002633; }
  .btn.btn-plain.btn-blue, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-blue[type="submit"] {
    background: none !important;
    color: #42B3FD; }
  .btn.btn-plain.btn-purple, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-purple[type="submit"] {
    background: none !important;
    color: #9653E0; }
  .btn.btn-plain.btn-pink, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-pink[type="submit"] {
    background: none !important;
    color: #FC6B7B; }
  .btn.btn-plain.btn-red, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-red[type="submit"] {
    background: none !important;
    color: #dc3545; }
  .btn.btn-plain.btn-orange, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-orange[type="submit"] {
    background: none !important;
    color: #F46407; }
  .btn.btn-plain.btn-biscuit, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-biscuit[type="submit"] {
    background: none !important;
    color: #C99E67; }
  .btn.btn-plain.btn-yellow, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-yellow[type="submit"] {
    background: none !important;
    color: #ffc107; }
  .btn.btn-plain.btn-teal, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-teal[type="submit"] {
    background: none !important;
    color: #1EAAA4; }
  .btn.btn-plain.btn-white, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-white[type="submit"] {
    background: none !important;
    color: #fff; }
  .btn.btn-plain.btn-gray, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-gray[type="submit"] {
    background: none !important;
    color: #6c757d; }
  .btn.btn-plain.btn-gray-dark, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-gray-dark[type="submit"] {
    background: none !important;
    color: #343a40; }
  .btn.btn-plain.has-arrow:after, body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.has-arrow[type="submit"]:after {
    display: inline-block;
    margin-right: 1rem;
    margin-left: 0.75rem;
    position: static;
    right: auto;
    top: auto;
    -webkit-transform: translate(0, 15%);
            transform: translate(0, 15%);
    font-size: 1.25em;
    height: 1rem;
    line-height: 1rem; }

/*
## Modules
*/
.navbar {
  background: #002633;
  z-index: 100; }
  @media (min-width: 992px) {
    .navbar {
      background-image: linear-gradient(30deg, #004c62, #002633);
      padding-top: 2rem;
      padding-bottom: 0rem; } }
  .navbar .container, .navbar .elf__block {
    flex-wrap: wrap; }
  .navbar .navbar-brand {
    width: 4.5rem;
    height: 4.4041rem;
    display: block;
    padding: 0;
    margin: 1rem; }
    @media (min-width: 992px) {
      .navbar .navbar-brand {
        width: 6.5625rem;
        flex: 0 0 6.5625rem;
        height: 6.42265rem;
        margin: 0; } }
  .navbar a {
    color: #fff;
    text-decoration: none; }
  .navbar .nav-collapse__toggle {
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    margin-right: 1rem; }
    .navbar .nav-collapse__toggle .fa-times {
      display: none; }
    @media (min-width: 992px) {
      .navbar .nav-collapse__toggle {
        display: none; } }
  .navbar .nav-collapse {
    flex: 0 0 100%; }
    @media (min-width: 992px) {
      .navbar .nav-collapse {
        flex: 1 0 0;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap; } }
    @media (min-width: 992px) {
      .navbar .nav-collapse .menu-main-menu-container {
        order: 2;
        flex: 0 0 100%;
        display: flex;
        justify-content: flex-end; }
        .navbar .nav-collapse .menu-main-menu-container .navbar-nav {
          margin-bottom: 0; }
      .navbar .nav-collapse .nav-collapse__top {
        order: 1;
        display: flex;
        flex: 0 0 100%;
        align-items: center;
        justify-content: flex-end;
        padding: 0;
        margin: 0;
        margin-bottom: 1rem; }
        .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container {
          order: 2; }
          .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .quick-links, .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .site-footer .footer-secondary .footer-secondary__quick-links, .site-footer .footer-secondary .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .footer-secondary__quick-links {
            margin-bottom: 0; }
            .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .quick-links li, .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .site-footer .footer-secondary .footer-secondary__quick-links li, .site-footer .footer-secondary .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .footer-secondary__quick-links li {
              margin-bottom: 0; }
              .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .quick-links li:last-of-type a, .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .site-footer .footer-secondary .footer-secondary__quick-links li:last-of-type a, .site-footer .footer-secondary .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .footer-secondary__quick-links li:last-of-type a {
                margin-right: 0; }
        .navbar .nav-collapse .nav-collapse__top .nav__search-btn {
          order: 3; }
        .navbar .nav-collapse .nav-collapse__top .menu-header-small-links-container {
          order: 1; }
          .navbar .nav-collapse .nav-collapse__top .menu-header-small-links-container .header-small {
            margin-bottom: 0;
            padding-right: 1rem;
            font-size: 0.7rem; }
            .navbar .nav-collapse .nav-collapse__top .menu-header-small-links-container .header-small li {
              display: inline; }
              .navbar .nav-collapse .nav-collapse__top .menu-header-small-links-container .header-small li a {
                margin-right: 1rem; } }
    .navbar .nav-collapse .nav__search-btn {
      margin-bottom: 1rem;
      border: none;
      background: #fff;
      display: inline-block;
      padding: 0.5rem 0.75rem;
      color: #002633;
      text-decoration: none;
      font-size: 1rem;
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        .navbar .nav-collapse .nav__search-btn {
          transition: none; } }
      @media (min-width: 992px) {
        .navbar .nav-collapse .nav__search-btn {
          margin-bottom: 0;
          margin-left: 1rem; } }
      .navbar .nav-collapse .nav__search-btn:hover {
        background: #006682;
        text-decoration: none;
        color: #fff; }
    .navbar .nav-collapse ul {
      margin: 0;
      margin-bottom: 1rem;
      padding: 0;
      list-style-type: none; }
    .navbar .nav-collapse .nav-collapse__top {
      padding-left: 1rem;
      padding-right: 1rem; }
    .navbar .nav-collapse .header-small {
      font-size: 1.09375rem; }
      .navbar .nav-collapse .header-small li {
        margin-bottom: 1rem; }
    .navbar .nav-collapse .navbar-nav .xs-nav-toggle {
      display: none; }
    .navbar .nav-collapse .navbar-nav a {
      text-decoration: none;
      font-weight: 300; }
    .navbar .nav-collapse .navbar-nav > .menu-item {
      position: relative; }
      @media (min-width: 992px) {
        .navbar .nav-collapse .navbar-nav > .menu-item {
          margin-right: 0.5rem; } }
      .navbar .nav-collapse .navbar-nav > .menu-item > a {
        display: block;
        padding: 0.5rem 1rem;
        position: relative; }
      .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu {
        display: none;
        list-style-type: none;
        padding-left: 0; }
        @media (min-width: 992px) {
          .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu {
            position: absolute;
            left: 0;
            top: 100%;
            min-width: 10rem;
            padding: 1rem;
            background: #007FA3;
            border-radius: 0;
            border-bottom: 0.5rem solid #002633;
            z-index: 100; }
            .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu a {
              display: block;
              color: #fff;
              padding-top: 0.25rem;
              padding-bottom: 0.25rem;
              white-space: nowrap; } }
        .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu .sub-menu-title {
          display: none; }
          @media (min-width: 992px) {
            .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu .sub-menu-title {
              display: block;
              font-weight: 700; } }
        .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu .sub-menu {
          display: none; }
          @media (min-width: 992px) {
            .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu .sub-menu {
              display: block !important;
              padding-left: 1rem;
              font-size: 80%; } }
      .navbar .nav-collapse .navbar-nav > .menu-item.menu-item-has-children > a:after {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-weight: 400;
        content: "\f078";
        font-size: 70%;
        margin-left: 0.5rem; }
      .navbar .nav-collapse .navbar-nav > .menu-item.menu-item-has-children.sub-menu--visible > a:after {
        content: "\f077"; }
  .navbar .search-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: #007FA3;
    padding: 0;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      .navbar .search-wrapper {
        transition: none; } }
    .navbar .search-wrapper--visible {
      padding: 1rem 0;
      height: auto;
      overflow: visible;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      opacity: 1; }

.quick-links, .site-footer .footer-secondary .footer-secondary__quick-links {
  margin-bottom: 1rem;
  font-size: 1rem; }
  .quick-links li, .site-footer .footer-secondary .footer-secondary__quick-links li {
    display: inline-block;
    margin-bottom: 1rem; }
  .quick-links a, .site-footer .footer-secondary .footer-secondary__quick-links a {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    background: #007FA3;
    font-weight: 700;
    margin-right: 1rem;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      .quick-links a, .site-footer .footer-secondary .footer-secondary__quick-links a {
        transition: none; } }
    .quick-links a:hover, .site-footer .footer-secondary .footer-secondary__quick-links a:hover {
      background: #006682;
      text-decoration: none;
      color: #fff; }

@media (max-width: 991.98px) {
  .navbar .nav-collapse {
    display: none; }
    .navbar .nav-collapse .navbar-nav {
      display: block;
      list-style-type: none;
      padding: 0;
      margin: 0;
      margin-bottom: 2rem; }
      .navbar .nav-collapse .navbar-nav .menu-item a {
        display: block;
        padding: 1rem !important;
        border-top: none;
        border-right: none; }
      .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children > a {
        position: relative; }
        .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children > a:after {
          display: none; }
        .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children > a .xs-nav-toggle {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          width: 4rem;
          color: #fff; }
          .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children > a .xs-nav-toggle i {
            position: absolute;
            left: 50%;
            top: 1rem;
            -webkit-transform: translate(-50%, 0);
                    transform: translate(-50%, 0);
            font-size: 1.5rem;
            transition: all 0.2s linear; } }
          @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
            .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children > a .xs-nav-toggle i {
              transition: none; } }

@media (max-width: 991.98px) {
        .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children > a.sub-menu--visible .xs-nav-toggle i {
          -webkit-transform: translate(-50%, 0) rotate(180deg);
                  transform: translate(-50%, 0) rotate(180deg); }
      .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children .sub-menu {
        padding-left: 0 !important;
        list-style-type: none; }
        .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children .sub-menu a {
          padding-left: 2rem !important; }
        .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children .sub-menu .sub-menu a {
          padding-left: 3.5rem !important; }
      .navbar .nav-collapse .navbar-nav .menu-item.current-menu-ancestor > a + ul.sub-menu {
        display: block !important; }
        .navbar .nav-collapse .navbar-nav .menu-item.current-menu-ancestor > a + ul.sub-menu .current-menu-item a {
          font-weight: 700 !important; }
  body.main-nav-visible .nav-collapse__toggle .fa-bars {
    display: none; }
  body.main-nav-visible .nav-collapse__toggle .fa-times {
    display: block !important; } }

@media (min-width: 992px) {
  .navbar #main-nav #menu-main-menu > .menu-item {
    transition: all 0.2s linear; } }
  @media (min-width: 992px) and (prefers-reduced-motion: reduce) {
    .navbar #main-nav #menu-main-menu > .menu-item {
      transition: none; } }

@media (min-width: 992px) {
    .navbar #main-nav #menu-main-menu > .menu-item:hover {
      background: #007FA3; }
      .navbar #main-nav #menu-main-menu > .menu-item:hover > a {
        color: #fff; }
    .navbar #main-nav #menu-main-menu > .menu-item > a {
      padding-bottom: 3rem; }
    .navbar #main-nav #menu-main-menu > .menu-item > .sub-menu li {
      padding-left: 1rem;
      padding-right: 1rem; } }

.site-footer {
  position: relative;
  background: #002633;
  color: #fff;
  padding-bottom: 2rem;
  overflow: hidden; }
  .site-footer:before {
    display: block;
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10rem;
    z-index: 1; }
  .site-footer .footer-newsletter {
    background: #007FA3;
    color: #fff;
    max-width: 60rem;
    padding: 3rem;
    margin: 3rem auto;
    position: relative;
    z-index: 10; }
    .site-footer .footer-newsletter .footer-newsletter__title {
      text-align: center;
      font-size: 1.75rem; }
  .site-footer .container, .site-footer .elf__block {
    position: relative;
    z-index: 10; }
  @media (min-width: 992px) {
    .site-footer .footer-main {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 3rem; } }
  .site-footer .footer-main .footer-main__brand {
    width: 4.5rem;
    height: 4.4041rem;
    display: block;
    padding: 0;
    margin: 1rem; }
    @media (min-width: 992px) {
      .site-footer .footer-main .footer-main__brand {
        width: 6.5625rem;
        flex: 0 0 6.5625rem;
        height: 6.42265rem;
        margin: 0; } }
  .site-footer .footer-main .footer-main__menu {
    padding-bottom: 2rem; }
    @media (min-width: 992px) {
      .site-footer .footer-main .footer-main__menu {
        padding-bottom: 0; } }
    .site-footer .footer-main .footer-main__menu .menu {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      @media (min-width: 992px) {
        .site-footer .footer-main .footer-main__menu .menu {
          text-align: right; } }
      .site-footer .footer-main .footer-main__menu .menu li {
        padding: 0.5rem 1rem; }
        @media (min-width: 992px) {
          .site-footer .footer-main .footer-main__menu .menu li {
            display: inline; } }
        .site-footer .footer-main .footer-main__menu .menu li a {
          text-decoration: none;
          color: #fff;
          font-size: 1.25rem;
          font-weight: 300; }
          @media (min-width: 992px) {
            .site-footer .footer-main .footer-main__menu .menu li a {
              font-size: 1rem; } }
          @media (min-width: 1200px) {
            .site-footer .footer-main .footer-main__menu .menu li a {
              font-size: 1.25rem; } }
  .site-footer .footer-secondary {
    padding-left: 1rem; }
    @media (min-width: 992px) {
      .site-footer .footer-secondary {
        display: flex;
        justify-content: space-between;
        padding-right: 10rem; } }
    @media (min-width: 1200px) {
      .site-footer .footer-secondary {
        padding-right: 15rem; } }
    @media (min-width: 1900px) {
      .site-footer .footer-secondary {
        padding-right: 0; } }
    .site-footer .footer-secondary .footer-secondary__contact-details {
      line-height: 1.15;
      margin-bottom: 3rem; }
      @media (min-width: 992px) {
        .site-footer .footer-secondary .footer-secondary__contact-details {
          margin-bottom: 0; } }
    .site-footer .footer-secondary .footer-secondary__quick-links .menu {
      padding: 0;
      margin: 0; }
      @media (min-width: 992px) {
        .site-footer .footer-secondary .footer-secondary__quick-links .menu li {
          display: block;
          text-align: right; } }
  .site-footer .footer-tertiary {
    padding-top: 3rem;
    padding-left: 1rem; }
    @media (min-width: 992px) {
      .site-footer .footer-tertiary {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-right: 10rem; } }
    @media (min-width: 1200px) {
      .site-footer .footer-tertiary {
        padding-right: 15rem; } }
    @media (min-width: 1900px) {
      .site-footer .footer-tertiary {
        padding-right: 0; } }
    .site-footer .footer-tertiary .footer-tertiary__footer-legal .menu {
      font-size: 0.75em;
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .site-footer .footer-tertiary .footer-tertiary__footer-legal .menu li {
        margin-bottom: 1rem; }
        @media (min-width: 992px) {
          .site-footer .footer-tertiary .footer-tertiary__footer-legal .menu li {
            display: inline-block;
            margin-right: 1rem; } }
        .site-footer .footer-tertiary .footer-tertiary__footer-legal .menu li a {
          color: #fff; }
    .site-footer .footer-tertiary .footer-tertiary__social p {
      margin-bottom: 0.25rem; }
    .site-footer .footer-tertiary .footer-tertiary__social .social-media-icons li a {
      color: #fff;
      display: block;
      line-height: 2.25rem;
      width: 2.25rem;
      border: 1px solid rgba(255, 255, 255, 0.9);
      text-align: center;
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        .site-footer .footer-tertiary .footer-tertiary__social .social-media-icons li a {
          transition: none; } }
      .site-footer .footer-tertiary .footer-tertiary__social .social-media-icons li a:hover {
        background: #fff;
        color: #002633; }
  .site-footer .footer-shape-svg {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 8rem;
    height: 10.05512rem;
    -webkit-transform: translate(22.5%, 17%);
            transform: translate(22.5%, 17%); }
    @media (min-width: 768px) {
      .site-footer .footer-shape-svg {
        width: 16rem;
        height: 20.11024rem; } }
    @media (min-width: 1200px) {
      .site-footer .footer-shape-svg {
        width: 20rem;
        height: 25.1378rem; } }

/*
## Elements
## - General site elements (e.g. page hero)
*/
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ripple div {
  position: absolute;
  border: 4px solid #007FA3;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

/*
## Parts
## - Reusable PHP snippets (eg. post-card.php) which handles 'post' output in THE LOOP
*/
.archive-posts__filters {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .archive-posts__filters .raiser-filter-form {
    position: relative;
    z-index: 10; }
    @media (min-width: 992px) {
      .archive-posts__filters .raiser-filter-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; } }
    .archive-posts__filters .raiser-filter-form .raiser-filter-form__title {
      flex: 0 0 100%; }
      .archive-posts__filters .raiser-filter-form .raiser-filter-form__title h6, .archive-posts__filters .raiser-filter-form .raiser-filter-form__title .h6 {
        margin-bottom: 0.5rem;
        font-size: 1.75rem; }
    .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col {
      margin-bottom: 1rem;
      flex: 1 0 25%; }
      @media (min-width: 992px) {
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col {
          padding-right: 1rem;
          max-width: 21%; } }
      .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--width2 {
        flex: 1 0 0 37%; }
        @media (min-width: 992px) {
          .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--width2 {
            max-width: 33%; } }
      .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .raiser-filter {
        border-color: #002633; }
      .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
        margin-left: auto;
        margin-right: 0;
        display: flex;
        padding-right: 0 !important;
        border: 1px solid #007FA3; }
        @media (min-width: 992px) {
          .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
            max-width: 28%; } }
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
          border: none; }
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search button.input-group-append {
          background: none;
          border: none; }
          .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search button.input-group-append .input-group-text {
            padding-left: 1rem;
            padding-right: 1rem;
            border: none;
            background: none; }
      .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range {
        border: 1px solid #002633; }
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .input-group-prepend .input-group-text {
          background: none;
          border: none;
          font-size: 1.5rem;
          padding-left: 1rem;
          padding-right: 0.5rem; }
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .form-control, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=color],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=date],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=datetime-local],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=datetime],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=email],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=month],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=number],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=password],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=search],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=tel],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=text],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=time],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=url],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=week],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range textarea, .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=color],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=date],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=datetime-local],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=datetime],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=email],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=month],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=number],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=password],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=search],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=tel],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=text],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=time],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=url],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=week],
        .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range textarea {
          border: none;
          padding-left: 0.5rem; }
    .archive-posts__filters .raiser-filter-form .raiser-filter-form__clear {
      flex: 0 0 100%;
      text-align: right; }

.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #1EAAA4; }
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #1EAAA4; }
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #ffc107; }
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range {
  background-color: #ffc107;
  border: none; }

.archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #ffc107; }
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #42B3FD; }
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range {
  background-color: #42B3FD;
  border: none; }

.archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #42B3FD; }
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #FC6B7B; }
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #FC6B7B; }
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #9653E0;
  color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }

.archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #9653E0; }
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff;
    color: #9653E0; }

.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #007FA3; }
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #007FA3; }
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-elf-blue .archive-posts__content .raiser-pagination .paging button {
  background: #007FA3;
  color: #fff; }

.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #002633; }
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #002633; }
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-elf-ink .archive-posts__content .raiser-pagination .paging button {
  background: #002633;
  color: #fff; }

.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #42B3FD; }
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #42B3FD; }
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-blue .archive-posts__content .raiser-pagination .paging button {
  background: #42B3FD;
  color: #000; }

.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #9653E0; }
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #9653E0; }
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-purple .archive-posts__content .raiser-pagination .paging button {
  background: #9653E0;
  color: #fff; }

.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #FC6B7B; }
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #FC6B7B; }
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-pink .archive-posts__content .raiser-pagination .paging button {
  background: #FC6B7B;
  color: #000; }

.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #dc3545; }
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #dc3545; }
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-red .archive-posts__content .raiser-pagination .paging button {
  background: #dc3545;
  color: #fff; }

.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #F46407; }
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #F46407; }
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-orange .archive-posts__content .raiser-pagination .paging button {
  background: #F46407;
  color: #000; }

.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #C99E67; }
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #C99E67; }
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-biscuit .archive-posts__content .raiser-pagination .paging button {
  background: #C99E67;
  color: #000; }

.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #ffc107; }
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #ffc107; }
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-yellow .archive-posts__content .raiser-pagination .paging button {
  background: #ffc107;
  color: #000; }

.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #1EAAA4; }
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #1EAAA4; }
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-teal .archive-posts__content .raiser-pagination .paging button {
  background: #1EAAA4;
  color: #000; }

.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #fff; }
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #fff; }
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-white .archive-posts__content .raiser-pagination .paging button {
  background: #fff;
  color: #000; }

.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #6c757d; }
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #6c757d; }
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-gray .archive-posts__content .raiser-pagination .paging button {
  background: #6c757d;
  color: #fff; }

.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
  background-color: #343a40; }
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
    color: #002633; }
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
    color: #002633; }
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
    color: #002633; }
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
    color: #002633; }

.archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
  border-color: #343a40; }
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
  .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
    background: #fff; }

.archive-posts--theme-gray-dark .archive-posts__content .raiser-pagination .paging button {
  background: #343a40;
  color: #fff; }

.page-header {
  padding-top: 2rem;
  position: relative;
  margin-bottom: 5rem;
  z-index: 10; }
  @media (min-width: 992px) {
    .page-header {
      margin-bottom: 7rem;
      min-height: 14rem; } }
  .page-header > .container, .page-header > .elf__block {
    padding-bottom: 2rem; }
    .page-header > .container:after, .page-header > .elf__block:after {
      display: block;
      content: '';
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 100vw;
      height: 1rem;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      background-image: linear-gradient(to right, #007FA3 0%, #1EAAA4 100%);
      z-index: 0; }
  .page-header .page-header__curve {
    height: 19rem;
    width: 19rem;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  .page-header .page-header__title {
    margin-bottom: 1rem; }
  .page-header .page-header__image-col {
    position: relative; }
    .page-header .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #007FA3, #006682); }
      @media (min-width: 992px) {
        .page-header .page-header__image-col .page-header__image {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 10; } }
      .page-header .page-header__image-col .page-header__image img {
        -webkit-filter: grayscale(100%) opacity(50%) brightness(1.25);
                filter: grayscale(100%) opacity(50%) brightness(1.25); }
  .page-header--elf-blue > .container:after, .page-header--elf-blue > .elf__block:after {
    background-image: linear-gradient(to right, #005972 0%, #007FA3 100%); }
  .page-header--elf-blue .page-header__image-col {
    position: relative; }
    .page-header--elf-blue .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #007FA3, #006682); }
  .page-header--elf-ink > .container:after, .page-header--elf-ink > .elf__block:after {
    background-image: linear-gradient(to right, #001b24 0%, #002633 100%); }
  .page-header--elf-ink .page-header__image-col {
    position: relative; }
    .page-header--elf-ink .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #002633, #001e29); }
  .page-header--blue > .container:after, .page-header--blue > .elf__block:after {
    background-image: linear-gradient(to right, #2e7db1 0%, #42B3FD 100%); }
  .page-header--blue .page-header__image-col {
    position: relative; }
    .page-header--blue .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #42B3FD, #358fca); }
  .page-header--purple > .container:after, .page-header--purple > .elf__block:after {
    background-image: linear-gradient(to right, #693a9d 0%, #9653E0 100%); }
  .page-header--purple .page-header__image-col {
    position: relative; }
    .page-header--purple .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #9653E0, #7842b3); }
  .page-header--pink > .container:after, .page-header--pink > .elf__block:after {
    background-image: linear-gradient(to right, #b04b56 0%, #FC6B7B 100%); }
  .page-header--pink .page-header__image-col {
    position: relative; }
    .page-header--pink .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #FC6B7B, #ca5662); }
  .page-header--red > .container:after, .page-header--red > .elf__block:after {
    background-image: linear-gradient(to right, #9a2530 0%, #dc3545 100%); }
  .page-header--red .page-header__image-col {
    position: relative; }
    .page-header--red .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #dc3545, #b02a37); }
  .page-header--orange > .container:after, .page-header--orange > .elf__block:after {
    background-image: linear-gradient(to right, #ab4605 0%, #F46407 100%); }
  .page-header--orange .page-header__image-col {
    position: relative; }
    .page-header--orange .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #F46407, #c35006); }
  .page-header--biscuit > .container:after, .page-header--biscuit > .elf__block:after {
    background-image: linear-gradient(to right, #8d6f48 0%, #C99E67 100%); }
  .page-header--biscuit .page-header__image-col {
    position: relative; }
    .page-header--biscuit .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #C99E67, #a17e52); }
  .page-header--yellow > .container:after, .page-header--yellow > .elf__block:after {
    background-image: linear-gradient(to right, #b38705 0%, #ffc107 100%); }
  .page-header--yellow .page-header__image-col {
    position: relative; }
    .page-header--yellow .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #ffc107, #cc9a06); }
  .page-header--teal > .container:after, .page-header--teal > .elf__block:after {
    background-image: linear-gradient(to right, #157773 0%, #1EAAA4 100%); }
  .page-header--teal .page-header__image-col {
    position: relative; }
    .page-header--teal .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #1EAAA4, #188883); }
  .page-header--white > .container:after, .page-header--white > .elf__block:after {
    background-image: linear-gradient(to right, #b3b3b3 0%, #fff 100%); }
  .page-header--white .page-header__image-col {
    position: relative; }
    .page-header--white .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #fff, #cccccc); }
  .page-header--gray > .container:after, .page-header--gray > .elf__block:after {
    background-image: linear-gradient(to right, #4c5258 0%, #6c757d 100%); }
  .page-header--gray .page-header__image-col {
    position: relative; }
    .page-header--gray .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #6c757d, #565e64); }
  .page-header--gray-dark > .container:after, .page-header--gray-dark > .elf__block:after {
    background-image: linear-gradient(to right, #24292d 0%, #343a40 100%); }
  .page-header--gray-dark .page-header__image-col {
    position: relative; }
    .page-header--gray-dark .page-header__image-col .page-header__image {
      background-image: linear-gradient(30deg, #343a40, #2a2e33); }

.home-header {
  position: relative;
  padding-bottom: 4rem;
  /*.home-header__bg-svg {
		display: none;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 96.4vw;
		transform: translateX(-50%);

		@include media-breakpoint-up(lg) {
			// display: block;
		}

		svg {
			width: 100vw;
			height: 96.4vw;

			* {
				fill: $elf-ink;
			}
		}
	}*/ }
  @media (min-width: 992px) {
    .home-header {
      padding-bottom: 6rem; } }
  .home-header .home-header__slider {
    z-index: 10;
    padding-top: 2rem; }
    @media (min-width: 992px) {
      .home-header .home-header__slider {
        padding-top: 3rem;
        margin-right: 5rem;
        background: #fff;
        position: relative; }
        .home-header .home-header__slider:before {
          display: block;
          background: #fff;
          z-index: 2;
          content: '';
          width: 65vw;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    .home-header .home-header__slider:after {
      display: none; }
      @media (min-width: 992px) {
        .home-header .home-header__slider:after {
          display: block;
          content: '';
          height: 1rem;
          width: 150vw;
          position: absolute;
          bottom: 0;
          left: 50%;
          z-index: 5;
          -webkit-transform: translate(-47%, 0);
                  transform: translate(-47%, 0);
          background-image: linear-gradient(to right, #9653E0 0%, #42B3FD 100%); } }
      @media (min-width: 1200px) {
        .home-header .home-header__slider:after {
          left: auto;
          width: 85vw;
          -webkit-transform: translate(-47%, 0);
                  transform: translate(-47%, 0); } }
      @media (min-width: 1600px) {
        .home-header .home-header__slider:after {
          width: 75vw; } }
    @media (min-width: 992px) {
      .home-header .home-header__slider .slick-list {
        z-index: 20;
        overflow: visible !important; } }
    .home-header .home-header__slider .slick-arrow {
      background: #002633;
      padding: 0.25rem;
      border: none;
      height: 2rem;
      width: 2rem;
      position: absolute;
      bottom: -3rem;
      right: 0;
      z-index: 30;
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        .home-header .home-header__slider .slick-arrow {
          transition: none; } }
      .home-header .home-header__slider .slick-arrow:hover {
        background: #007FA3; }
        .home-header .home-header__slider .slick-arrow:hover:before {
          color: #fff; }
      @media (min-width: 992px) {
        .home-header .home-header__slider .slick-arrow {
          bottom: -2.75rem;
          right: auto;
          left: 24rem;
          background: #f8f9fa; } }
      @media (min-width: 1200px) {
        .home-header .home-header__slider .slick-arrow {
          left: 29rem; } }
      @media (min-width: 1400px) {
        .home-header .home-header__slider .slick-arrow {
          left: 35.5rem; } }
      .home-header .home-header__slider .slick-arrow:before {
        font-size: 1.25rem;
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-weight: 400;
        content: "\f054";
        position: absolute;
        left: 50%;
        top: 50%;
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (min-width: 992px) {
          .home-header .home-header__slider .slick-arrow:before {
            color: #002633; } }
      .home-header .home-header__slider .slick-arrow.slick-prev {
        right: 2.5rem;
        left: auto; }
        @media (min-width: 992px) {
          .home-header .home-header__slider .slick-arrow.slick-prev {
            right: auto;
            left: 21.5rem; } }
        @media (min-width: 1200px) {
          .home-header .home-header__slider .slick-arrow.slick-prev {
            left: 26.5rem; } }
        @media (min-width: 1400px) {
          .home-header .home-header__slider .slick-arrow.slick-prev {
            left: 33rem; } }
        .home-header .home-header__slider .slick-arrow.slick-prev:before {
          content: "\f053"; }
    @media (min-width: 992px) {
      .home-header .home-header__slider .hh-slide {
        display: flex !important;
        position: relative;
        z-index: 10; } }
    .home-header .home-header__slider .hh-slide__content {
      padding-bottom: 2rem; }
      @media (min-width: 992px) {
        .home-header .home-header__slider .hh-slide__content {
          padding: 0;
          padding-right: 2rem;
          padding-bottom: 2rem;
          flex: 0 0 50%; } }
    @media (min-width: 992px) {
      .home-header .home-header__slider .hh-slide__image {
        flex: 0 0 50%;
        position: relative; }
        .home-header .home-header__slider .hh-slide__image a {
          display: block;
          width: 100%;
          height: 0;
          padding-bottom: 61.25%; }
        .home-header .home-header__slider .hh-slide__image img {
          position: absolute;
          left: 0;
          top: 0;
          width: 112%;
          max-width: 112%;
          z-index: 15; } }

.post-card {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .post-card {
      display: flex;
      flex-direction: column;
      height: 100%; } }
  @media (min-width: 768px) {
    .post-card:hover .post-card__header {
      background: #002633;
      color: #fff; }
    .post-card:hover .post-card__body {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  .post-card .post-card__header {
    padding: 1rem;
    background: #007FA3;
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      .post-card .post-card__header {
        transition: none; } }
    @media (min-width: 768px) {
      .post-card .post-card__header {
        flex: 1 0 0; } }
    .post-card .post-card__header .post-card__title {
      font-size: 1.75rem;
      margin-bottom: 0; }
  .post-card .post-card__body {
    background: #002633;
    color: #fff;
    padding: 1rem; }
    @media (min-width: 768px) {
      .post-card .post-card__body {
        padding: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        transition: all 0.2s linear; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    .post-card .post-card__body {
      transition: none; } }
    @media (min-width: 768px) {
      .post-card .post-card__body .post-card__body-content {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 21rem; } }
    @media (min-width: 992px) {
      .post-card .post-card__body .post-card__body-content {
        height: 18.5rem; } }
    @media (min-width: 1200px) {
      .post-card .post-card__body .post-card__body-content {
        height: 22.25rem; } }
    @media (min-width: 1400px) {
      .post-card .post-card__body .post-card__body-content {
        height: 20.75em; } }
    .post-card .post-card__body .post-card__btn {
      color: #fff;
      width: 100%;
      font-weight: 700;
      display: block;
      font-size: 1.625rem; }
      .post-card .post-card__body .post-card__btn:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10; }
      .post-card .post-card__body .post-card__btn:after {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-weight: 300;
        content: "\f105";
        display: block;
        position: absolute;
        right: 1rem;
        bottom: 0.25rem;
        font-size: 2.5rem;
        z-index: 5; }
  .post-card--event .post-card__header {
    background: #ffc107; }
  .post-card--event.post-card--event-past .event-passed {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem;
    background: #fff;
    font-weight: 700;
    color: #002633 !important; }
  .post-card--paper .post-card__header {
    background: #42B3FD; }
  .post-card--post .post-card__header {
    background: #1EAAA4; }

.post-card--member .post-card__image {
  height: 0;
  width: calc( 100% - 1.5rem);
  padding-bottom: 40%;
  position: relative;
  border: 3rem solid #fff;
  outline: 1px solid #000;
  background: #fff;
  margin: 1px;
  margin-left: 1rem; }
  .post-card--member .post-card__image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 100%; }

.post-card--member .post-card__header {
  background-image: linear-gradient(130deg, #007FA3, #66b2c8);
  color: #fff;
  width: calc( 100% - 1.25rem);
  margin-top: -1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem; }
  .post-card--member .post-card__header:after {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    content: "\f105";
    display: block;
    position: absolute;
    right: 1rem;
    top: 0.25rem;
    font-size: 2.2rem;
    z-index: 5;
    color: #fff; }
  .post-card--member .post-card__header a {
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    display: inline-block;
    padding-right: 3rem; }

.podcast-card {
  position: relative; }
  @media (min-width: 768px) {
    .podcast-card {
      display: flex; } }
  .podcast-card:hover .podcast-card__body {
    background: #002633;
    color: #fff;
    border-color: #002633; }
  .podcast-card:hover .podcast-card__details {
    background: #002633;
    border-left: 1px solid #fff; }
    .podcast-card:hover .podcast-card__details:after {
      color: #fff; }
    .podcast-card:hover .podcast-card__details .podcast-card__btn {
      color: #fff; }
  .podcast-card .podcast-card__body {
    border: 2px solid #9653E0;
    padding: 1rem;
    background: #fff;
    display: flex;
    align-items: flex-start;
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      .podcast-card .podcast-card__body {
        transition: none; } }
    @media (min-width: 992px) {
      .podcast-card .podcast-card__body {
        flex: 0 0 65%; } }
    .podcast-card .podcast-card__body .podcast-card__image {
      margin-right: 1rem; }
      .podcast-card .podcast-card__body .podcast-card__image img {
        min-width: 12rem; }
    .podcast-card .podcast-card__body .podcast-card__date {
      font-size: 1.75rem;
      font-weight: 700;
      margin-bottom: 0.5rem; }
    .podcast-card .podcast-card__body .podcast-card__title {
      font-size: 1.75rem;
      margin-bottom: 0; }
  .podcast-card .podcast-card__details {
    background: #9653E0;
    padding: 1rem;
    color: #fff;
    font-weight: 700;
    font-size: 1.75rem;
    border-left: 1px solid #9653E0;
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      .podcast-card .podcast-card__details {
        transition: none; } }
    @media (min-width: 992px) {
      .podcast-card .podcast-card__details {
        flex: 0 0 35%; } }
    .podcast-card .podcast-card__details:after {
      font-family: 'Font Awesome 5 Pro';
      font-style: normal;
      font-weight: 300;
      content: "\f105";
      display: block;
      position: absolute;
      right: 1rem;
      bottom: 0.25rem;
      font-size: 2.5rem;
      z-index: 5;
      color: #002633; }
    .podcast-card .podcast-card__details .podcast-card__details-episode {
      margin-bottom: 0.5rem; }
    .podcast-card .podcast-card__details .podcast-card__theme-names {
      list-style-type: none;
      padding: 0;
      margin: 0;
      margin-bottom: 1rem; }
      .podcast-card .podcast-card__details .podcast-card__theme-names li {
        display: inline; }
        .podcast-card .podcast-card__details .podcast-card__theme-names li:after {
          content: ', '; }
        .podcast-card .podcast-card__details .podcast-card__theme-names li:last-of-type:after {
          content: ''; }
    .podcast-card .podcast-card__details .podcast-card__btn {
      color: #002633; }
      .podcast-card .podcast-card__details .podcast-card__btn:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10; }

.publication-card {
  background: #002633;
  padding: 2rem 1rem;
  position: relative;
  color: #fff;
  min-height: 20rem;
  transition: all 0.2s linear; }
  @media (prefers-reduced-motion: reduce) {
    .publication-card {
      transition: none; } }
  @media (min-width: 768px) {
    .publication-card {
      display: flex;
      padding-right: 2rem;
      border-left: 2rem solid #fff; } }
  .publication-card a {
    color: #fff;
    text-decoration: underline; }
  @media (min-width: 768px) {
    .publication-card .publication-card__body {
      flex: 0 0 70%;
      display: flex; } }
  .publication-card .publication-card__body .publication-card__image {
    margin-bottom: 2rem;
    position: relative; }
    @media (min-width: 768px) {
      .publication-card .publication-card__body .publication-card__image {
        margin-bottom: 0;
        flex: 0 0 10rem; } }
    .publication-card .publication-card__body .publication-card__image img {
      max-width: 10rem; }
      @media (min-width: 768px) {
        .publication-card .publication-card__body .publication-card__image img {
          position: absolute;
          top: 0;
          left: -3rem; } }
  .publication-card .publication-card__body .publication-card__title {
    font-size: 1.75rem; }
  @media (min-width: 768px) {
    .publication-card .publication-card__details {
      flex: 0 0 30%;
      padding-left: 3rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }
  .publication-card .publication-card__details .publication-card__details-list {
    list-style-type: none;
    margin: 0;
    margin-bottom: 1rem;
    padding: 0; }
    @media (min-width: 768px) {
      .publication-card .publication-card__details .publication-card__details-list {
        font-size: 1.75rem; } }
    .publication-card .publication-card__details .publication-card__details-list li strong span:last-of-type {
      display: none; }
  .publication-card .publication-card__details .publication-card__buttons {
    display: flex;
    flex-direction: column; }
  .publication-card .publication-card__details .publication-card__btn {
    font-weight: 700;
    font-size: 1.75rem;
    color: #002633;
    background: #FC6B7B;
    padding: 1rem 1.5rem;
    padding-right: 3rem;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      .publication-card .publication-card__details .publication-card__btn {
        transition: none; } }
    .publication-card .publication-card__details .publication-card__btn:after {
      font-family: 'Font Awesome 5 Pro';
      font-style: normal;
      font-weight: 300;
      content: "\f107";
      display: block;
      position: absolute;
      right: 1rem;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      font-size: 2.5rem;
      z-index: 5;
      color: #002633; }
    .publication-card .publication-card__details .publication-card__btn--read-more:after {
      content: "\f105"; }
    .publication-card .publication-card__details .publication-card__btn:hover {
      background: #fff;
      color: #002633; }
      .publication-card .publication-card__details .publication-card__btn:hover:after {
        color: #002633; }
  .publication-card--elf-blue {
    background: #42B3FD;
    color: #002633; }
    .publication-card--elf-blue a {
      color: #002633; }
    .publication-card--elf-blue .publication-card__details .publication-card__btn {
      background: #002633;
      color: #fff;
      text-decoration: none; }
      .publication-card--elf-blue .publication-card__details .publication-card__btn:after {
        color: #fff; }

.person {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  color: #fff;
  overflow: hidden; }
  .person:hover .person__header {
    background: #002633; }
  .person:hover .person__body {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .person a {
    color: #fff; }
  .person__header {
    flex: 1 0 0;
    background: #007FA3;
    padding: 1rem;
    padding-right: 3.5rem;
    position: relative;
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      .person__header {
        transition: none; } }
    .person__header:before {
      font-size: 2.25rem;
      font-family: 'Font Awesome 5 Pro';
      font-style: normal;
      font-weight: 300;
      content: "\f067";
      position: absolute;
      top: 1rem;
      right: 1.25rem; }
    .person__header .person__name {
      font-size: 1.75rem;
      margin-bottom: 0.25rem; }
    .person__header .person__role {
      margin-bottom: 0; }
  .person__body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #002633;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      .person__body {
        transition: none; } }
    .person__body .person__body-content {
      padding: 1rem;
      padding-top: 0; }

.post-footer {
  padding-top: 4rem;
  font-size: 1rem; }
  .post-footer .event-download-link {
    width: 100%;
    max-width: 54.625rem;
    margin-right: auto;
    margin-left: auto; }
  .post-footer .post-footer__meta {
    position: relative; }
    .post-footer .post-footer__meta .post-footer__meta-list {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .post-footer .post-footer__meta .post-footer__meta-list li .comma:last-of-type {
        display: none; }
    .post-footer .post-footer__meta .post-footer__action-button {
      margin: 1rem 0; }
      @media (min-width: 992px) {
        .post-footer .post-footer__meta .post-footer__action-button {
          position: absolute;
          right: 0;
          bottom: 0;
          margin: 0; } }
      @media (min-width: 992px) {
        .post-footer .post-footer__meta .post-footer__action-button + .post-footer__meta-list {
          margin-right: 15rem; } }
  .post-footer .post-footer__divider {
    margin: 1rem 0;
    height: 0.5rem;
    width: 100%;
    background-image: linear-gradient(to right, #006682 0%, #007FA3 100%); }
  .post-footer .share-bar {
    display: flex; }
    .post-footer .share-bar .share-bar__title {
      margin-right: 1rem; }
    .post-footer .share-bar .a2a_kit a {
      display: block;
      height: 2rem;
      line-height: 2rem;
      width: 2rem;
      border: 1px solid #002633;
      text-align: center;
      color: #002633;
      margin-right: 0.5rem; }
      .post-footer .share-bar .a2a_kit a:hover {
        background: #002633;
        color: #fff; }
  .post-footer--elf-blue .post-footer__divider {
    background-image: linear-gradient(to right, #006682 0%, #007FA3 100%); }
  .post-footer--elf-ink .post-footer__divider {
    background-image: linear-gradient(to right, #001e29 0%, #002633 100%); }
  .post-footer--blue .post-footer__divider {
    background-image: linear-gradient(to right, #358fca 0%, #42B3FD 100%); }
  .post-footer--purple .post-footer__divider {
    background-image: linear-gradient(to right, #7842b3 0%, #9653E0 100%); }
  .post-footer--pink .post-footer__divider {
    background-image: linear-gradient(to right, #ca5662 0%, #FC6B7B 100%); }
  .post-footer--red .post-footer__divider {
    background-image: linear-gradient(to right, #b02a37 0%, #dc3545 100%); }
  .post-footer--orange .post-footer__divider {
    background-image: linear-gradient(to right, #c35006 0%, #F46407 100%); }
  .post-footer--biscuit .post-footer__divider {
    background-image: linear-gradient(to right, #a17e52 0%, #C99E67 100%); }
  .post-footer--yellow .post-footer__divider {
    background-image: linear-gradient(to right, #cc9a06 0%, #ffc107 100%); }
  .post-footer--teal .post-footer__divider {
    background-image: linear-gradient(to right, #188883 0%, #1EAAA4 100%); }
  .post-footer--white .post-footer__divider {
    background-image: linear-gradient(to right, #cccccc 0%, #fff 100%); }
  .post-footer--gray .post-footer__divider {
    background-image: linear-gradient(to right, #565e64 0%, #6c757d 100%); }
  .post-footer--gray-dark .post-footer__divider {
    background-image: linear-gradient(to right, #2a2e33 0%, #343a40 100%); }

/*
## Snippets
## - Reusable PHP snippets (eg. post-card.php) which handles 'post' output in THE LOOP
*/
/*
## Blocks
## - Flexible content sections used to create pages
*/
.g-block .g-block__content {
  position: relative;
  z-index: 10; }

.g-block.aligncenter {
  text-align: center; }

.g-block.alignright {
  text-align: right; }

.g-block.alignwide .container, .g-block.alignwide .elf__block {
  max-width: 1140px; }

.g-block.alignfull .container, .g-block.alignfull .elf__block {
  max-width: 100%;
  padding: 0; }

.g-block.constrain-width .g-block__content {
  width: 100%;
  max-width: 54.625rem;
  margin-left: auto;
  margin-right: auto; }

.elf__block-content h1, .elf__block-content .h1, .elf__block-content h2, .elf__block-content .h2, .elf__block-content h3, .elf__block-content .h3, .elf__block-content .member-map .map-results .map-results__header .map-results__title, .member-map .map-results .map-results__header .elf__block-content .map-results__title, .elf__block-content h4, .elf__block-content .h4, .elf__block-content h5, .elf__block-content .h5, .elf__block-content h6, .elf__block-content .h6, .elf__block-content p, .elf__block-content ul, .elf__block-content ol,
.elf__block-content .gform_wrapper,
.elf__block-content figure {
  width: 100%;
  max-width: 54.625rem;
  margin-right: auto;
  margin-left: auto; }

.elf__block-content .wp-block-image img {
  min-width: auto; }

ul.social-media-icons {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  ul.social-media-icons li {
    display: inline-block;
    margin-right: 0.5rem; }

.accordion .g-block__content {
  margin: 0 auto; }

.accordion .accordion-item {
  margin-bottom: 1rem; }
  .accordion .accordion-item .accordion-header .accordion-button {
    color: #fff;
    background-image: linear-gradient(130deg, #007FA3, #66b2c8);
    font-weight: 600;
    padding-right: 3rem;
    transition: all 0.2s linear;
    border: none; }
    @media (prefers-reduced-motion: reduce) {
      .accordion .accordion-item .accordion-header .accordion-button {
        transition: none; } }
    .accordion .accordion-item .accordion-header .accordion-button:focus {
      box-shadow: none; }
    .accordion .accordion-item .accordion-header .accordion-button:hover {
      background-image: linear-gradient(130deg, #004c62, #3399b5); }
    .accordion .accordion-item .accordion-header .accordion-button:after {
      font-family: 'Font Awesome 5 Pro';
      font-style: normal;
      font-weight: 400;
      font-size: 1.75rem;
      position: absolute;
      right: 1.25rem;
      top: 0.75rem;
      z-index: 10;
      content: "\f078";
      color: #fff;
      background: none;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
    .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
      background: #002633 !important;
      line-height: 1.6; }
      .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"]:after {
        content: "\f077"; }

.wp-block .lottie-player {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #007FA3;
  position: relative; }
  .wp-block .lottie-player:after {
    content: 'Animation';
    color: #002633;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.elf-blockquote {
  position: relative;
  padding: 1.5rem 5rem 4rem 2rem;
  background-image: linear-gradient(130deg, #66b2c8, #cce5ed);
  border-radius: 0 8rem 0 8rem; }
  .elf-blockquote--elf-blue {
    background-image: linear-gradient(130deg, #66b2c8, #cce5ed); }
    .elf-blockquote--elf-blue .elf-blockquote__quote svg * {
      fill: #007FA3; }
  .elf-blockquote--elf-ink {
    background-image: linear-gradient(130deg, #667d85, #ccd4d6); }
    .elf-blockquote--elf-ink .elf-blockquote__quote svg * {
      fill: #002633; }
  .elf-blockquote--blue {
    background-image: linear-gradient(130deg, #8ed1fe, #d9f0ff); }
    .elf-blockquote--blue .elf-blockquote__quote svg * {
      fill: #42B3FD; }
  .elf-blockquote--purple {
    background-image: linear-gradient(130deg, #c098ec, #eaddf9); }
    .elf-blockquote--purple .elf-blockquote__quote svg * {
      fill: #9653E0; }
  .elf-blockquote--pink {
    background-image: linear-gradient(130deg, #fda6b0, #fee1e5); }
    .elf-blockquote--pink .elf-blockquote__quote svg * {
      fill: #FC6B7B; }
  .elf-blockquote--red {
    background-image: linear-gradient(130deg, #ea868f, #f8d7da); }
    .elf-blockquote--red .elf-blockquote__quote svg * {
      fill: #dc3545; }
  .elf-blockquote--orange {
    background-image: linear-gradient(130deg, #f8a26a, #fde0cd); }
    .elf-blockquote--orange .elf-blockquote__quote svg * {
      fill: #F46407; }
  .elf-blockquote--biscuit {
    background-image: linear-gradient(130deg, #dfc5a4, #f4ece1); }
    .elf-blockquote--biscuit .elf-blockquote__quote svg * {
      fill: #C99E67; }
  .elf-blockquote--yellow {
    background-image: linear-gradient(130deg, #ffda6a, #fff3cd); }
    .elf-blockquote--yellow .elf-blockquote__quote svg * {
      fill: #ffc107; }
  .elf-blockquote--teal {
    background-image: linear-gradient(130deg, #78ccc8, #d2eeed); }
    .elf-blockquote--teal .elf-blockquote__quote svg * {
      fill: #1EAAA4; }
  .elf-blockquote--white {
    background-image: linear-gradient(130deg, white, white); }
    .elf-blockquote--white .elf-blockquote__quote svg * {
      fill: #fff; }
  .elf-blockquote--gray {
    background-image: linear-gradient(130deg, #a7acb1, #e2e3e5); }
    .elf-blockquote--gray .elf-blockquote__quote svg * {
      fill: #6c757d; }
  .elf-blockquote--gray-dark {
    background-image: linear-gradient(130deg, #85898c, #d6d8d9); }
    .elf-blockquote--gray-dark .elf-blockquote__quote svg * {
      fill: #343a40; }
  .elf-blockquote .elf-blockquote__quote {
    width: 3rem;
    height: 2.385rem;
    margin-bottom: 1rem; }
    .elf-blockquote .elf-blockquote__quote--end {
      position: absolute;
      right: 1.25rem;
      bottom: 0.75rem; }

@media (min-width: 992px) {
  .cta__body {
    display: flex;
    align-items: flex-end; } }

@media (min-width: 992px) {
  .cta.cta__image {
    flex: 0 0 57.18%; } }

.cta__content {
  padding: 1rem;
  background: #002633;
  color: #fff;
  font-size: 1.75rem; }
  @media (min-width: 992px) {
    .cta__content {
      flex: 0 0 42.82%; } }

.cta__title {
  font-size: 2.8125rem;
  font-weight: 700; }

@media (min-width: 992px) {
  .cta__footer {
    display: flex;
    justify-content: flex-end; } }

.cta__footer .btn, .cta__footer body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], body .gform_wrapper.gravity-theme .gform_footer .cta__footer input[type="submit"] {
  text-align: left; }
  @media (min-width: 992px) {
    .cta__footer .btn, .cta__footer body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], body .gform_wrapper.gravity-theme .gform_footer .cta__footer input[type="submit"] {
      width: 100%;
      flex: 0 0 42.82%;
      max-width: 42.82%; } }

.cta--small {
  max-width: 61rem;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .cta--small {
      margin-bottom: 4rem; } }
  @media (min-width: 992px) {
    .cta--small .cta__image {
      flex: 0 0 50%; }
      .cta--small .cta__image img {
        -webkit-transform: translateY(7rem);
                transform: translateY(7rem); } }
  @media (min-width: 992px) {
    .cta--small .cta__content {
      flex: 0 0 50%; } }
  @media (min-width: 992px) {
    .cta--small .cta__footer .btn, .cta--small .cta__footer body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], body .gform_wrapper.gravity-theme .gform_footer .cta--small .cta__footer input[type="submit"] {
      flex: 0 0 50%;
      max-width: 50%; } }

@media (min-width: 992px) {
  .cta--image-right .cta__body {
    flex-direction: row-reverse; } }

@media (min-width: 992px) {
  .cta--image-right .cta__footer {
    justify-content: flex-start; } }

.download-card {
  background: #007FA3;
  color: #fff;
  padding: 1.5rem;
  position: relative;
  transition: all 0.2s linear; }
  @media (prefers-reduced-motion: reduce) {
    .download-card {
      transition: none; } }
  @media (min-width: 992px) {
    .download-card {
      display: flex; } }
  .download-card:hover {
    background: #006c8b; }
    .download-card:hover .btn, .download-card:hover body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], body .gform_wrapper.gravity-theme .gform_footer .download-card:hover input[type="submit"] {
      color: #fff; }
  .download-card .download-card__svg {
    width: 4rem;
    height: 4.796rem;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .download-card .download-card__svg {
        flex: 0 0 8rem;
        width: 8rem;
        height: 9.592rem;
        padding: 1.5rem;
        margin-bottom: 0;
        margin-right: 1.5rem; } }
  @media (min-width: 992px) {
    .download-card .download-card__content {
      flex: 1 0 0;
      padding-right: 3.5rem; } }
  .download-card .download-card__details {
    font-size: 1.5625rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .download-card .download-card__details {
        font-size: 1.25rem;
        flex: 0 0 25%; } }
    @media (min-width: 1200px) {
      .download-card .download-card__details {
        font-size: 1.5625rem; } }
    .download-card .download-card__details .download-card__meta {
      list-style-type: none;
      margin: 0;
      margin-bottom: 1rem;
      padding: 0; }
  .download-card .btn, .download-card body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], body .gform_wrapper.gravity-theme .gform_footer .download-card input[type="submit"] {
    position: static;
    font-size: 1.5625rem;
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      .download-card .btn, .download-card body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], body .gform_wrapper.gravity-theme .gform_footer .download-card input[type="submit"] {
        transition: none; } }
    @media (min-width: 992px) {
      .download-card .btn, .download-card body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], body .gform_wrapper.gravity-theme .gform_footer .download-card input[type="submit"] {
        font-size: 1.25rem; } }
    @media (min-width: 1200px) {
      .download-card .btn, .download-card body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], body .gform_wrapper.gravity-theme .gform_footer .download-card input[type="submit"] {
        font-size: 1.5625rem; } }
    .download-card .btn:after, .download-card body .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:after, body .gform_wrapper.gravity-theme .gform_footer .download-card input[type="submit"]:after {
      font-weight: 900;
      content: "\f019"; }
    .download-card .btn:before, .download-card body .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:before, body .gform_wrapper.gravity-theme .gform_footer .download-card input[type="submit"]:before {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block; }

.image-slider .img-slide img {
  position: relative;
  z-index: 10; }

.image-slider .img-slide .img-slide__content {
  background: #002633;
  color: #fff;
  padding: 1.5rem;
  margin: -2rem 6rem 0 1rem;
  position: relative;
  z-index: 15; }
  @media (min-width: 992px) {
    .image-slider .img-slide .img-slide__content {
      margin: -2rem 6rem 0 2rem; } }
  .image-slider .img-slide .img-slide__content .img-slide__description {
    font-weight: 700; }

.image-slider .slick-arrow {
  background: #002633;
  padding: 0.25rem;
  border: none;
  height: 2rem;
  width: 2rem;
  z-index: 30;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.2s linear; }
  @media (prefers-reduced-motion: reduce) {
    .image-slider .slick-arrow {
      transition: none; } }
  @media (min-width: 768px) {
    .image-slider .slick-arrow {
      bottom: auto;
      top: 23.5rem; } }
  @media (min-width: 992px) {
    .image-slider .slick-arrow {
      top: 29rem; } }
  .image-slider .slick-arrow:hover {
    background: #007FA3; }
    .image-slider .slick-arrow:hover:before {
      color: #fff; }
  .image-slider .slick-arrow:before {
    font-size: 1.25rem;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    content: "\f054";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .image-slider .slick-arrow.slick-prev {
    left: auto;
    right: 2.5rem; }
    .image-slider .slick-arrow.slick-prev:before {
      content: "\f053"; }

.member-map .map-results-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.member-map .map-intro {
  background: #007FA3;
  padding: 2rem;
  color: #fff;
  font-size: 1.75rem; }
  .member-map .map-intro .block-title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .member-map .map-intro .block-title {
        font-size: 2.8125rem; } }

.member-map .the-member-map {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 2rem; }
  @media (min-width: 992px) {
    .member-map .the-member-map {
      margin-top: 4rem;
      padding-bottom: 60%; } }

.member-map .map-results {
  background: #002633;
  padding: 2rem;
  color: #fff;
  position: relative; }
  .member-map .map-results:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1rem 2rem 1rem;
    border-color: transparent transparent #002633 transparent;
    position: absolute;
    right: 25%;
    top: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  @media (min-width: 992px) {
    .member-map .map-results .map-results__header {
      display: flex;
      justify-content: space-between; } }
  .member-map .map-results .map-results__header .map-results__title {
    margin-bottom: 0.25rem; }
  .member-map .map-results .map-results__header .map-results__country {
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .member-map .map-results .map-results__header .map-results__logo {
    background: #fff;
    max-width: 10rem;
    margin-bottom: 1rem;
    padding: 0.5rem; }
  .member-map .map-results .map-results__content {
    font-size: 1rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 992px) {
      .member-map .map-results .map-results__content {
        font-size: 1.25rem; } }
    .member-map .map-results .map-results__content a {
      color: #fff;
      text-decoration: underline; }
  @media (min-width: 992px) {
    .member-map .map-results .map-results__footer {
      display: flex;
      justify-content: space-between; } }
  .member-map .map-results .map-results__footer .map-results__social-media {
    padding-top: 1rem; }
    @media (min-width: 992px) {
      .member-map .map-results .map-results__footer .map-results__social-media {
        padding-top: 0;
        margin-right: 0; } }
    .member-map .map-results .map-results__footer .map-results__social-media ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .member-map .map-results .map-results__footer .map-results__social-media ul li {
        display: inline-block;
        margin-right: 1rem; }
        @media (min-width: 992px) {
          .member-map .map-results .map-results__footer .map-results__social-media ul li {
            margin-left: 1.25rem; } }
        .member-map .map-results .map-results__footer .map-results__social-media ul li a {
          color: #fff;
          font-size: 2rem; }

.g-block.portal-boxes .g-block__content {
  width: 100%;
  max-width: 67rem;
  margin: 0 auto; }

.elf-portal-boxes .portal-box {
  display: flex;
  position: relative; }
  .elf-portal-boxes .portal-box__content {
    margin-bottom: 1.5rem;
    display: flex;
    flex: 0 0 100%;
    color: #fff;
    flex-direction: column;
    justify-content: space-between; }
    .elf-portal-boxes .portal-box__content-copy {
      padding: 1.5rem 1rem 2rem;
      flex: 1 0 0; }
      .elf-portal-boxes .portal-box__content-copy.bg-white {
        color: #002633;
        border: 1px solid #002633; }
      .elf-portal-boxes .portal-box__content-copy h1, .elf-portal-boxes .portal-box__content-copy .h1, .elf-portal-boxes .portal-box__content-copy h2, .elf-portal-boxes .portal-box__content-copy .h2, .elf-portal-boxes .portal-box__content-copy h3, .elf-portal-boxes .portal-box__content-copy .h3, .elf-portal-boxes .portal-box__content-copy .member-map .map-results .map-results__header .map-results__title, .member-map .map-results .map-results__header .elf-portal-boxes .portal-box__content-copy .map-results__title, .elf-portal-boxes .portal-box__content-copy h4, .elf-portal-boxes .portal-box__content-copy .h4, .elf-portal-boxes .portal-box__content-copy h5, .elf-portal-boxes .portal-box__content-copy .h5, .elf-portal-boxes .portal-box__content-copy h6, .elf-portal-boxes .portal-box__content-copy .h6 {
        margin-bottom: 1rem; }
    .elf-portal-boxes .portal-box__content-link {
      background: transparent; }
      .elf-portal-boxes .portal-box__content-link .btn, .elf-portal-boxes .portal-box__content-link body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], body .gform_wrapper.gravity-theme .gform_footer .elf-portal-boxes .portal-box__content-link input[type="submit"] {
        width: 100%;
        text-align: left;
        -webkit-transform: translate(-0.5rem, -1rem);
                transform: translate(-0.5rem, -1rem); }

.divider {
  width: 100%; }
  @media (min-width: 768px) {
    .divider {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 2rem; } }
  @media (min-width: 768px) {
    .divider .divider__title {
      margin-bottom: 0;
      flex: 0 0 40%;
      padding-right: 2rem; } }
  .divider .the-divider {
    height: 0.75rem;
    width: 100%;
    margin-bottom: 2rem;
    background-image: linear-gradient(to right, #007FA3 0%, #1EAAA4 100%); }
    @media (min-width: 768px) {
      .divider .the-divider {
        flex: 1 0 60%;
        margin-bottom: 0; } }
  .divider--elf-blue .the-divider {
    background-image: linear-gradient(to right, #005972 0%, #007FA3 100%); }
  .divider--elf-ink .the-divider {
    background-image: linear-gradient(to right, #001b24 0%, #002633 100%); }
  .divider--blue .the-divider {
    background-image: linear-gradient(to right, #2e7db1 0%, #42B3FD 100%); }
  .divider--purple .the-divider {
    background-image: linear-gradient(to right, #693a9d 0%, #9653E0 100%); }
  .divider--pink .the-divider {
    background-image: linear-gradient(to right, #b04b56 0%, #FC6B7B 100%); }
  .divider--red .the-divider {
    background-image: linear-gradient(to right, #9a2530 0%, #dc3545 100%); }
  .divider--orange .the-divider {
    background-image: linear-gradient(to right, #ab4605 0%, #F46407 100%); }
  .divider--biscuit .the-divider {
    background-image: linear-gradient(to right, #8d6f48 0%, #C99E67 100%); }
  .divider--yellow .the-divider {
    background-image: linear-gradient(to right, #b38705 0%, #ffc107 100%); }
  .divider--teal .the-divider {
    background-image: linear-gradient(to right, #157773 0%, #1EAAA4 100%); }
  .divider--white .the-divider {
    background-image: linear-gradient(to right, #b3b3b3 0%, #fff 100%); }
  .divider--gray .the-divider {
    background-image: linear-gradient(to right, #4c5258 0%, #6c757d 100%); }
  .divider--gray-dark .the-divider {
    background-image: linear-gradient(to right, #24292d 0%, #343a40 100%); }

.section-divider.has-gradient {
  position: relative; }
  .section-divider.has-gradient > .container, .section-divider.has-gradient > .elf__block {
    position: relative;
    z-index: 10; }
  .section-divider.has-gradient .divider {
    padding-top: 5rem; }
  .section-divider.has-gradient .divider-gradient {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 60rem;
    top: -10rem;
    left: 0;
    background-image: linear-gradient(175deg, #b3d9e3, rgba(0, 127, 163, 0)); }
    .section-divider.has-gradient .divider-gradient--elf-blue {
      background-image: linear-gradient(175deg, #b3d9e3, rgba(0, 127, 163, 0)); }
    .section-divider.has-gradient .divider-gradient--elf-ink {
      background-image: linear-gradient(175deg, #b3bec2, rgba(0, 38, 51, 0)); }
    .section-divider.has-gradient .divider-gradient--blue {
      background-image: linear-gradient(175deg, #c6e8fe, rgba(66, 179, 253, 0)); }
    .section-divider.has-gradient .divider-gradient--purple {
      background-image: linear-gradient(175deg, #e0cbf6, rgba(150, 83, 224, 0)); }
    .section-divider.has-gradient .divider-gradient--pink {
      background-image: linear-gradient(175deg, #fed3d7, rgba(252, 107, 123, 0)); }
    .section-divider.has-gradient .divider-gradient--red {
      background-image: linear-gradient(175deg, #f5c2c7, rgba(220, 53, 69, 0)); }
    .section-divider.has-gradient .divider-gradient--orange {
      background-image: linear-gradient(175deg, #fcd1b5, rgba(244, 100, 7, 0)); }
    .section-divider.has-gradient .divider-gradient--biscuit {
      background-image: linear-gradient(175deg, #efe2d1, rgba(201, 158, 103, 0)); }
    .section-divider.has-gradient .divider-gradient--yellow {
      background-image: linear-gradient(175deg, #ffecb5, rgba(255, 193, 7, 0)); }
    .section-divider.has-gradient .divider-gradient--teal {
      background-image: linear-gradient(175deg, #bce6e4, rgba(30, 170, 164, 0)); }
    .section-divider.has-gradient .divider-gradient--white {
      background-image: linear-gradient(175deg, white, rgba(255, 255, 255, 0)); }
    .section-divider.has-gradient .divider-gradient--gray {
      background-image: linear-gradient(175deg, #d3d6d8, rgba(108, 117, 125, 0)); }
    .section-divider.has-gradient .divider-gradient--gray-dark {
      background-image: linear-gradient(175deg, #c2c4c6, rgba(52, 58, 64, 0)); }
    .section-divider.has-gradient .divider-gradient:before {
      display: block;
      content: '';
      background: #fff;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      border-bottom-left-radius: 10rem;
      height: 10rem;
      z-index: 1; }
    .section-divider.has-gradient .divider-gradient .divider-gradient__curve {
      position: absolute;
      top: 10rem;
      right: 0;
      width: 10rem;
      height: 10rem; }
      .section-divider.has-gradient .divider-gradient .divider-gradient__curve svg * {
        fill: #fff; }
  .section-divider.has-gradient + div {
    position: relative;
    z-index: 10; }

.list-staff .staff-card {
  margin-bottom: 1.5rem; }

.testimonials-slider {
  margin-bottom: 0 !important; }
  .testimonials-slider .slick-list {
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .testimonials-slider .slick-list {
        margin-bottom: 0; } }
  .testimonials-slider .t-slide {
    position: relative;
    display: none;
    margin-bottom: 4.5rem; }
    .testimonials-slider .t-slide:nth-of-type(1) {
      display: block; }
    .testimonials-slider .t-slide .elf-blockquote {
      padding-bottom: 7rem;
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .testimonials-slider .t-slide .elf-blockquote {
          padding-bottom: 4rem;
          padding-right: 10rem;
          margin-bottom: 0;
          margin-right: 30%; } }
      @media (min-width: 1200px) {
        .testimonials-slider .t-slide .elf-blockquote {
          font-size: 1.75rem; } }
      .testimonials-slider .t-slide .elf-blockquote .elf-blockquote__quote--end {
        bottom: 6.75rem; }
        @media (min-width: 992px) {
          .testimonials-slider .t-slide .elf-blockquote .elf-blockquote__quote--end {
            bottom: 3.75rem;
            right: 6rem; } }
    .testimonials-slider .t-slide .t-slide__image {
      position: absolute;
      right: 1rem;
      bottom: 0;
      width: 15rem;
      -webkit-transform: translateY(50%);
              transform: translateY(50%); }
      @media (min-width: 992px) {
        .testimonials-slider .t-slide .t-slide__image {
          right: 0;
          bottom: 0;
          width: 35%;
          -webkit-transform: translateY(25%);
                  transform: translateY(25%); } }
  .testimonials-slider.slick-initialized .t-slide {
    display: block; }
  .testimonials-slider .testimonial-dots {
    display: flex;
    justify-content: stretch;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 6rem;
    border-bottom: 1px solid #007FA3; }
    @media (min-width: 992px) {
      .testimonials-slider .testimonial-dots {
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 55%; } }
    @media (min-width: 1200px) {
      .testimonials-slider .testimonial-dots {
        width: 56%; } }
    .testimonials-slider .testimonial-dots li {
      display: block;
      flex: 1 0 0; }
      .testimonials-slider .testimonial-dots li.slick-active button:before {
        opacity: 1; }
      .testimonials-slider .testimonial-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 0.75rem;
        width: 100%;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        position: relative; }
        .testimonials-slider .testimonial-dots li button:before {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 0.75rem;
          background: #007FA3;
          opacity: 0;
          transition: all 0.2s linear; }
          @media (prefers-reduced-motion: reduce) {
            .testimonials-slider .testimonial-dots li button:before {
              transition: none; } }
  .testimonials-slider .slick-arrow {
    background: #007FA3;
    padding: 0.25rem;
    border: none;
    height: 2rem;
    width: 2rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 30;
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      .testimonials-slider .slick-arrow {
        transition: none; } }
    @media (min-width: 992px) {
      .testimonials-slider .slick-arrow {
        right: 36%;
        bottom: 3px; } }
    .testimonials-slider .slick-arrow:before {
      font-size: 1.25rem;
      font-family: 'Font Awesome 5 Pro';
      font-style: normal;
      font-weight: 400;
      content: "\f054";
      position: absolute;
      left: 50%;
      top: 50%;
      color: #fff;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .testimonials-slider .slick-arrow.slick-prev {
      right: 2.5rem;
      left: auto; }
      @media (min-width: 992px) {
        .testimonials-slider .slick-arrow.slick-prev {
          right: 40%; } }
      @media (min-width: 1200px) {
        .testimonials-slider .slick-arrow.slick-prev {
          right: 39%; } }
      .testimonials-slider .slick-arrow.slick-prev:before {
        content: "\f053"; }
  .testimonials-slider--elf-blue .testimonial-dots {
    border-bottom-color: #007FA3 !important; }
    .testimonials-slider--elf-blue .testimonial-dots li button:before {
      background: #007FA3 !important; }
  .testimonials-slider--elf-blue .slick-arrow {
    background: #007FA3 !important; }
    .testimonials-slider--elf-blue .slick-arrow:before {
      color: #fff !important; }
  .testimonials-slider--elf-ink .testimonial-dots {
    border-bottom-color: #002633 !important; }
    .testimonials-slider--elf-ink .testimonial-dots li button:before {
      background: #002633 !important; }
  .testimonials-slider--elf-ink .slick-arrow {
    background: #002633 !important; }
    .testimonials-slider--elf-ink .slick-arrow:before {
      color: #fff !important; }
  .testimonials-slider--blue .testimonial-dots {
    border-bottom-color: #42B3FD !important; }
    .testimonials-slider--blue .testimonial-dots li button:before {
      background: #42B3FD !important; }
  .testimonials-slider--blue .slick-arrow {
    background: #42B3FD !important; }
    .testimonials-slider--blue .slick-arrow:before {
      color: #000 !important; }
  .testimonials-slider--purple .testimonial-dots {
    border-bottom-color: #9653E0 !important; }
    .testimonials-slider--purple .testimonial-dots li button:before {
      background: #9653E0 !important; }
  .testimonials-slider--purple .slick-arrow {
    background: #9653E0 !important; }
    .testimonials-slider--purple .slick-arrow:before {
      color: #fff !important; }
  .testimonials-slider--pink .testimonial-dots {
    border-bottom-color: #FC6B7B !important; }
    .testimonials-slider--pink .testimonial-dots li button:before {
      background: #FC6B7B !important; }
  .testimonials-slider--pink .slick-arrow {
    background: #FC6B7B !important; }
    .testimonials-slider--pink .slick-arrow:before {
      color: #000 !important; }
  .testimonials-slider--red .testimonial-dots {
    border-bottom-color: #dc3545 !important; }
    .testimonials-slider--red .testimonial-dots li button:before {
      background: #dc3545 !important; }
  .testimonials-slider--red .slick-arrow {
    background: #dc3545 !important; }
    .testimonials-slider--red .slick-arrow:before {
      color: #fff !important; }
  .testimonials-slider--orange .testimonial-dots {
    border-bottom-color: #F46407 !important; }
    .testimonials-slider--orange .testimonial-dots li button:before {
      background: #F46407 !important; }
  .testimonials-slider--orange .slick-arrow {
    background: #F46407 !important; }
    .testimonials-slider--orange .slick-arrow:before {
      color: #000 !important; }
  .testimonials-slider--biscuit .testimonial-dots {
    border-bottom-color: #C99E67 !important; }
    .testimonials-slider--biscuit .testimonial-dots li button:before {
      background: #C99E67 !important; }
  .testimonials-slider--biscuit .slick-arrow {
    background: #C99E67 !important; }
    .testimonials-slider--biscuit .slick-arrow:before {
      color: #000 !important; }
  .testimonials-slider--yellow .testimonial-dots {
    border-bottom-color: #ffc107 !important; }
    .testimonials-slider--yellow .testimonial-dots li button:before {
      background: #ffc107 !important; }
  .testimonials-slider--yellow .slick-arrow {
    background: #ffc107 !important; }
    .testimonials-slider--yellow .slick-arrow:before {
      color: #000 !important; }
  .testimonials-slider--teal .testimonial-dots {
    border-bottom-color: #1EAAA4 !important; }
    .testimonials-slider--teal .testimonial-dots li button:before {
      background: #1EAAA4 !important; }
  .testimonials-slider--teal .slick-arrow {
    background: #1EAAA4 !important; }
    .testimonials-slider--teal .slick-arrow:before {
      color: #000 !important; }
  .testimonials-slider--white .testimonial-dots {
    border-bottom-color: #fff !important; }
    .testimonials-slider--white .testimonial-dots li button:before {
      background: #fff !important; }
  .testimonials-slider--white .slick-arrow {
    background: #fff !important; }
    .testimonials-slider--white .slick-arrow:before {
      color: #000 !important; }
  .testimonials-slider--gray .testimonial-dots {
    border-bottom-color: #6c757d !important; }
    .testimonials-slider--gray .testimonial-dots li button:before {
      background: #6c757d !important; }
  .testimonials-slider--gray .slick-arrow {
    background: #6c757d !important; }
    .testimonials-slider--gray .slick-arrow:before {
      color: #fff !important; }
  .testimonials-slider--gray-dark .testimonial-dots {
    border-bottom-color: #343a40 !important; }
    .testimonials-slider--gray-dark .testimonial-dots li button:before {
      background: #343a40 !important; }
  .testimonials-slider--gray-dark .slick-arrow {
    background: #343a40 !important; }
    .testimonials-slider--gray-dark .slick-arrow:before {
      color: #fff !important; }

/*
## Templates
## - Specific pages with specific requirements
*/
.homepage-bg-svg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-bottom: 94.195%;
  z-index: 1; }
  @media (min-width: 992px) {
    .homepage-bg-svg {
      display: block; } }
  .homepage-bg-svg svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.raiser-pagination {
  text-align: right;
  padding-top: 2rem; }
  @media (min-width: 768px) {
    .raiser-pagination {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .raiser-pagination .posts__page-num {
      text-align: left; } }
  .raiser-pagination .paging {
    margin-bottom: 1rem; }
    .raiser-pagination .paging button {
      border: none;
      height: 2rem;
      line-height: 2rem;
      width: 2rem;
      background: #007FA3;
      color: #fff;
      margin: 0 0.25rem; }
      .raiser-pagination .paging button:hover {
        background: #006682; }
      .raiser-pagination .paging button.paging-nav__page--active {
        background: #002633 !important;
        color: #fff !important; }
      .raiser-pagination .paging button .paging-nav__prev-text,
      .raiser-pagination .paging button .paging-nav__next-text {
        display: none; }

.archive-posts--event .raiser-pagination .paging button {
  background: #ffc107;
  color: #000; }

.archive-posts--paper .raiser-pagination .paging button {
  background: #42B3FD;
  color: #000; }

.archive-posts--podcast .raiser-pagination .paging button {
  background: #9653E0;
  color: #fff; }

.archive-posts--post .raiser-pagination .paging button {
  background: #1EAAA4;
  color: #000; }

.archive-posts--publication .raiser-pagination .paging button {
  background: #FC6B7B;
  color: #000; }

.single .page-header {
  display: flex;
  align-items: flex-end; }
  @media (min-width: 992px) {
    .single .page-header {
      min-height: 23rem; } }
  @media (min-width: 1400px) {
    .single .page-header {
      min-height: 27rem; } }
  @media (min-width: 992px) {
    .single .page-header .page-header__image-col .page-header__image {
      top: auto;
      bottom: -3rem; } }
  .single .page-header .page-header__image-col .page-header__image:before {
    content: '';
    display: block;
    height: 0.75rem;
    width: 100%;
    background-image: linear-gradient(to right, #007FA3 0%, #1EAAA4 100%); }
  .single .page-header .page-header__image-col .page-header__image img {
    -webkit-filter: none;
            filter: none; }
  .single .page-header--elf-blue .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #006682 0%, #007FA3 100%); }
  .single .page-header--elf-ink .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #001e29 0%, #002633 100%); }
  .single .page-header--blue .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #358fca 0%, #42B3FD 100%); }
  .single .page-header--purple .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #7842b3 0%, #9653E0 100%); }
  .single .page-header--pink .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #ca5662 0%, #FC6B7B 100%); }
  .single .page-header--red .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #b02a37 0%, #dc3545 100%); }
  .single .page-header--orange .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #c35006 0%, #F46407 100%); }
  .single .page-header--biscuit .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #a17e52 0%, #C99E67 100%); }
  .single .page-header--yellow .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #cc9a06 0%, #ffc107 100%); }
  .single .page-header--teal .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #188883 0%, #1EAAA4 100%); }
  .single .page-header--white .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #cccccc 0%, #fff 100%); }
  .single .page-header--gray .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #565e64 0%, #6c757d 100%); }
  .single .page-header--gray-dark .page-header__image-col .page-header__image:before {
    background-image: linear-gradient(to right, #2a2e33 0%, #343a40 100%); }
  .single .page-header .single-post-meta {
    position: relative; }
    .single .page-header .single-post-meta .single-post-meta__list {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 1rem; }
      @media (min-width: 992px) {
        .single .page-header .single-post-meta .single-post-meta__list {
          margin-bottom: 0; } }
      .single .page-header .single-post-meta .single-post-meta__list li .comma:last-of-type {
        display: none; }
    .single .page-header .single-post-meta .single-post-meta__action-button {
      margin: 1rem 0; }
      @media (min-width: 1200px) {
        .single .page-header .single-post-meta .single-post-meta__action-button {
          position: absolute;
          right: -6rem;
          bottom: 0;
          margin: 0;
          z-index: 20; } }
      @media (min-width: 1200px) {
        .single .page-header .single-post-meta .single-post-meta__action-button + .single-post-meta__list {
          margin-right: 10rem; } }
  @media (min-width: 992px) {
    .single .page-header--member {
      min-height: 0; } }
  @media (min-width: 1400px) {
    .single .page-header--member {
      min-height: 0; } }
  .single .page-header--member .page-header__image-col .page-header__member-logo {
    height: 0;
    width: 100%;
    padding-bottom: 30%;
    position: absolute;
    border: 3rem solid #fff;
    outline: 1px solid #000;
    z-index: 100;
    background: #fff; }
    .single .page-header--member .page-header__image-col .page-header__member-logo img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: contain;
         object-fit: contain;
      max-height: 100%; }

.single .single-member__follow {
  font-weight: 500; }
  .single .single-member__follow a {
    font-size: 1.75rem; }

body.search .search-wrapper {
  padding: 1rem 0;
  height: auto;
  overflow: visible;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 1; }

@charset "UTF-8";
.wp-block {
  max-width: 1040px !important; }
  .wp-block[data-align="full"] {
    width: 100%;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }

#editor .block-editor-block-list__layout {
  margin: 0;
  font-family: var(--wiaw-bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  color: #002633;
  text-align: left;
  background-color: #fff;
  /*
## Fonts First
*/
  /*
## Bootstrap Core
*/
  /*!
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
  /* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
  /* rtl:begin:remove */
  /* rtl:end:remove */
  /*
## Gutenberg Core
*/
  /*
## 3rd party vendor Default Stylesheets
*/
  /*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
  /*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
  /*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
  /*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
  /*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
  /*  Larger Screen Styling */
  /* Slider */
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
  /*
## Include theme Globals
*/
  /**
 * 8.0 - Alignments
 */
  /**
 * 9.0 - Clearings
 */
  /* Make sure embeds and iframes fit their containers. */
  /**
 * 12.1 - Captions
 */
  /**
 * 12.2 - Galleries
 */
  /* @whoisandywhite 10/10/18 */
  /* 
## Retrive theme transition value by key from SASS map
*/
  /*
##	Make it easier to edit transitions for the whole site
##	Added: 01-10-2018
##	By:	@whoisandywhite 
##	n.b. Function call is in _global-functions.scss
*/
  /*
## Modules
*/
  /*
## Elements
## - General site elements (e.g. page hero)
*/
  /*
## Parts
## - Reusable PHP snippets (eg. post-card.php) which handles 'post' output in THE LOOP
*/
  /*
## Snippets
## - Reusable PHP snippets (eg. post-card.php) which handles 'post' output in THE LOOP
*/
  /*
## Blocks
## - Flexible content sections used to create pages
*/
  /*
## Templates
## - Specific pages with specific requirements
*/ }

@font-face {
  #editor .block-editor-block-list__layout {
    font-family: 'ParableOT';
    src: url("../fonts/parable/ParableOT.eot");
    src: url("../fonts/parable/ParableOT.eot?#iefix") format("embedded-opentype"), url("../fonts/parable/ParableOT.svg#ParableOT") format("svg"), url("../fonts/parable/ParableOT.ttf") format("truetype"), url("../fonts/parable/ParableOT.woff") format("woff"), url("../fonts/parable/ParableOT.woff2") format("woff2");
    font-weight: 400;
    font-style: normal; } }

@font-face {
  #editor .block-editor-block-list__layout {
    font-family: 'ParableOT';
    src: url("../fonts/parable/ParableOT-Ita.eot");
    src: url("../fonts/parable/ParableOT-Ita.eot?#iefix") format("embedded-opentype"), url("../fonts/parable/ParableOT-Ita.svg#ParableOT-Ita") format("svg"), url("../fonts/parable/ParableOT-Ita.ttf") format("truetype"), url("../fonts/parable/ParableOT-Ita.woff") format("woff"), url("../fonts/parable/ParableOT-Ita.woff2") format("woff2");
    font-weight: 400;
    font-style: italic; } }

@font-face {
  #editor .block-editor-block-list__layout {
    font-family: 'ParableOT';
    src: url("../fonts/parable/ParableOT-Bold.eot");
    src: url("../fonts/parable/ParableOT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/parable/ParableOT-Bold.svg#ParableOT-Bold") format("svg"), url("../fonts/parable/ParableOT-Bold.ttf") format("truetype"), url("../fonts/parable/ParableOT-Bold.woff") format("woff"), url("../fonts/parable/ParableOT-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal; } }
  #editor .block-editor-block-list__layout :root {
    --wiaw-bs-elf-blue: #007FA3;
    --wiaw-bs-elf-ink: #002633;
    --wiaw-bs-blue: #42B3FD;
    --wiaw-bs-purple: #9653E0;
    --wiaw-bs-pink: #FC6B7B;
    --wiaw-bs-red: #dc3545;
    --wiaw-bs-orange: #F46407;
    --wiaw-bs-biscuit: #C99E67;
    --wiaw-bs-yellow: #ffc107;
    --wiaw-bs-teal: #1EAAA4;
    --wiaw-bs-white: #fff;
    --wiaw-bs-gray: #6c757d;
    --wiaw-bs-gray-dark: #343a40;
    --wiaw-bs-primary: #007FA3;
    --wiaw-bs-secondary: #6c757d;
    --wiaw-bs-success: #1EAAA4;
    --wiaw-bs-info: #C99E67;
    --wiaw-bs-warning: #ffc107;
    --wiaw-bs-danger: #dc3545;
    --wiaw-bs-light: #f8f9fa;
    --wiaw-bs-dark: #212529;
    --wiaw-bs-font-sans-serif: "paralucent", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --wiaw-bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --wiaw-bs-gradient: linear-gradient(30deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25)); }
  #editor .block-editor-block-list__layout *,
  #editor .block-editor-block-list__layout *::before,
  #editor .block-editor-block-list__layout *::after {
    box-sizing: border-box; }
  @media (prefers-reduced-motion: no-preference) {
    #editor .block-editor-block-list__layout :root {
      scroll-behavior: smooth; } }
  #editor .block-editor-block-list__layout body {
    margin: 0;
    font-family: var(--wiaw-bs-font-sans-serif);
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    color: #002633;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  #editor .block-editor-block-list__layout hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25; }
  #editor .block-editor-block-list__layout hr:not([size]) {
    height: 1px; }
  #editor .block-editor-block-list__layout h1, #editor .block-editor-block-list__layout .h1, #editor .block-editor-block-list__layout h2, #editor .block-editor-block-list__layout .h2, #editor .block-editor-block-list__layout h3, #editor .block-editor-block-list__layout .h3, #editor .block-editor-block-list__layout .member-map .map-results .map-results__header .map-results__title, #editor .block-editor-block-list__layout h4, #editor .block-editor-block-list__layout .h4, #editor .block-editor-block-list__layout h5, #editor .block-editor-block-list__layout .h5, #editor .block-editor-block-list__layout h6, #editor .block-editor-block-list__layout .h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 300;
    line-height: 1.2; }
  #editor .block-editor-block-list__layout h1, #editor .block-editor-block-list__layout .h1 {
    font-size: calc(1.4375rem + 2.25vw); }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout h1, #editor .block-editor-block-list__layout .h1 {
        font-size: 3.125rem; } }
  #editor .block-editor-block-list__layout h2, #editor .block-editor-block-list__layout .h2 {
    font-size: calc(1.40625rem + 1.875vw); }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout h2, #editor .block-editor-block-list__layout .h2 {
        font-size: 2.8125rem; } }
  #editor .block-editor-block-list__layout h3, #editor .block-editor-block-list__layout .h3, #editor .block-editor-block-list__layout .member-map .map-results .map-results__header .map-results__title {
    font-size: calc(1.3rem + 0.6vw); }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout h3, #editor .block-editor-block-list__layout .h3, #editor .block-editor-block-list__layout .member-map .map-results .map-results__header .map-results__title {
        font-size: 1.75rem; } }
  #editor .block-editor-block-list__layout h4, #editor .block-editor-block-list__layout .h4 {
    font-size: calc(1.2875rem + 0.45vw); }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout h4, #editor .block-editor-block-list__layout .h4 {
        font-size: 1.625rem; } }
  #editor .block-editor-block-list__layout h5, #editor .block-editor-block-list__layout .h5 {
    font-size: calc(1.28125rem + 0.375vw); }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout h5, #editor .block-editor-block-list__layout .h5 {
        font-size: 1.5625rem; } }
  #editor .block-editor-block-list__layout h6, #editor .block-editor-block-list__layout .h6 {
    font-size: 1.25rem; }
  #editor .block-editor-block-list__layout p {
    margin-top: 0;
    margin-bottom: 1rem; }
  #editor .block-editor-block-list__layout abbr[title],
  #editor .block-editor-block-list__layout abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none; }
  #editor .block-editor-block-list__layout address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit; }
  #editor .block-editor-block-list__layout ol,
  #editor .block-editor-block-list__layout ul {
    padding-left: 2rem; }
  #editor .block-editor-block-list__layout ol,
  #editor .block-editor-block-list__layout ul,
  #editor .block-editor-block-list__layout dl {
    margin-top: 0;
    margin-bottom: 1rem; }
  #editor .block-editor-block-list__layout ol ol,
  #editor .block-editor-block-list__layout ul ul,
  #editor .block-editor-block-list__layout ol ul,
  #editor .block-editor-block-list__layout ul ol {
    margin-bottom: 0; }
  #editor .block-editor-block-list__layout dt {
    font-weight: 700; }
  #editor .block-editor-block-list__layout dd {
    margin-bottom: .5rem;
    margin-left: 0; }
  #editor .block-editor-block-list__layout blockquote {
    margin: 0 0 1rem; }
  #editor .block-editor-block-list__layout b,
  #editor .block-editor-block-list__layout strong {
    font-weight: bolder; }
  #editor .block-editor-block-list__layout small, #editor .block-editor-block-list__layout .small {
    font-size: 0.75em; }
  #editor .block-editor-block-list__layout mark, #editor .block-editor-block-list__layout .mark {
    padding: 0.2em;
    background-color: #fcf8e3; }
  #editor .block-editor-block-list__layout sub,
  #editor .block-editor-block-list__layout sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline; }
  #editor .block-editor-block-list__layout sub {
    bottom: -.25em; }
  #editor .block-editor-block-list__layout sup {
    top: -.5em; }
  #editor .block-editor-block-list__layout a {
    color: #007FA3;
    text-decoration: none; }
    #editor .block-editor-block-list__layout a:hover {
      color: #006682; }
  #editor .block-editor-block-list__layout a:not([href]):not([class]), #editor .block-editor-block-list__layout a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }
  #editor .block-editor-block-list__layout pre,
  #editor .block-editor-block-list__layout code,
  #editor .block-editor-block-list__layout kbd,
  #editor .block-editor-block-list__layout samp {
    font-family: var(--wiaw-bs-font-monospace);
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override; }
  #editor .block-editor-block-list__layout pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.75em; }
    #editor .block-editor-block-list__layout pre code {
      font-size: inherit;
      color: inherit;
      word-break: normal; }
  #editor .block-editor-block-list__layout code {
    font-size: 0.75em;
    color: #FC6B7B;
    word-wrap: break-word; }
    a > #editor .block-editor-block-list__layout code {
      color: inherit; }
  #editor .block-editor-block-list__layout kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.75em;
    color: #fff;
    background-color: #212529; }
    #editor .block-editor-block-list__layout kbd kbd {
      padding: 0;
      font-size: 1em;
      font-weight: 700; }
  #editor .block-editor-block-list__layout figure {
    margin: 0 0 1rem; }
  #editor .block-editor-block-list__layout img,
  #editor .block-editor-block-list__layout svg {
    vertical-align: middle; }
  #editor .block-editor-block-list__layout table {
    caption-side: bottom;
    border-collapse: collapse; }
  #editor .block-editor-block-list__layout caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left; }
  #editor .block-editor-block-list__layout th {
    text-align: inherit;
    text-align: -webkit-match-parent; }
  #editor .block-editor-block-list__layout thead,
  #editor .block-editor-block-list__layout tbody,
  #editor .block-editor-block-list__layout tfoot,
  #editor .block-editor-block-list__layout tr,
  #editor .block-editor-block-list__layout td,
  #editor .block-editor-block-list__layout th {
    border-color: inherit;
    border-style: solid;
    border-width: 0; }
  #editor .block-editor-block-list__layout label {
    display: inline-block; }
  #editor .block-editor-block-list__layout button {
    border-radius: 0; }
  #editor .block-editor-block-list__layout button:focus:not(:focus-visible) {
    outline: 0; }
  #editor .block-editor-block-list__layout input,
  #editor .block-editor-block-list__layout button,
  #editor .block-editor-block-list__layout select,
  #editor .block-editor-block-list__layout optgroup,
  #editor .block-editor-block-list__layout textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  #editor .block-editor-block-list__layout button,
  #editor .block-editor-block-list__layout select {
    text-transform: none; }
  #editor .block-editor-block-list__layout [role="button"] {
    cursor: pointer; }
  #editor .block-editor-block-list__layout select {
    word-wrap: normal; }
    #editor .block-editor-block-list__layout select:disabled {
      opacity: 1; }
  #editor .block-editor-block-list__layout [list]::-webkit-calendar-picker-indicator {
    display: none; }
  #editor .block-editor-block-list__layout button,
  #editor .block-editor-block-list__layout [type="button"],
  #editor .block-editor-block-list__layout [type="reset"],
  #editor .block-editor-block-list__layout [type="submit"] {
    -webkit-appearance: button; }
    #editor .block-editor-block-list__layout button:not(:disabled),
    #editor .block-editor-block-list__layout [type="button"]:not(:disabled),
    #editor .block-editor-block-list__layout [type="reset"]:not(:disabled),
    #editor .block-editor-block-list__layout [type="submit"]:not(:disabled) {
      cursor: pointer; }
  #editor .block-editor-block-list__layout ::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  #editor .block-editor-block-list__layout textarea {
    resize: vertical; }
  #editor .block-editor-block-list__layout fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  #editor .block-editor-block-list__layout legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit; }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout legend {
        font-size: 1.5rem; } }
    #editor .block-editor-block-list__layout legend + * {
      clear: left; }
  #editor .block-editor-block-list__layout ::-webkit-datetime-edit-fields-wrapper,
  #editor .block-editor-block-list__layout ::-webkit-datetime-edit-text,
  #editor .block-editor-block-list__layout ::-webkit-datetime-edit-minute,
  #editor .block-editor-block-list__layout ::-webkit-datetime-edit-hour-field,
  #editor .block-editor-block-list__layout ::-webkit-datetime-edit-day-field,
  #editor .block-editor-block-list__layout ::-webkit-datetime-edit-month-field,
  #editor .block-editor-block-list__layout ::-webkit-datetime-edit-year-field {
    padding: 0; }
  #editor .block-editor-block-list__layout ::-webkit-inner-spin-button {
    height: auto; }
  #editor .block-editor-block-list__layout [type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield; }
  #editor .block-editor-block-list__layout ::-webkit-search-decoration {
    -webkit-appearance: none; }
  #editor .block-editor-block-list__layout ::-webkit-color-swatch-wrapper {
    padding: 0; }
  #editor .block-editor-block-list__layout ::file-selector-button {
    font: inherit; }
  #editor .block-editor-block-list__layout ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  #editor .block-editor-block-list__layout output {
    display: inline-block; }
  #editor .block-editor-block-list__layout iframe {
    border: 0; }
  #editor .block-editor-block-list__layout summary {
    display: list-item;
    cursor: pointer; }
  #editor .block-editor-block-list__layout progress {
    vertical-align: baseline; }
  #editor .block-editor-block-list__layout [hidden] {
    display: none !important; }
  #editor .block-editor-block-list__layout .lead {
    font-size: calc(1.28125rem + 0.375vw);
    font-weight: 300; }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .lead {
        font-size: 1.5625rem; } }
  #editor .block-editor-block-list__layout .display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .display-1 {
        font-size: 5rem; } }
  #editor .block-editor-block-list__layout .display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .display-2 {
        font-size: 4.5rem; } }
  #editor .block-editor-block-list__layout .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .display-3 {
        font-size: 4rem; } }
  #editor .block-editor-block-list__layout .display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .display-4 {
        font-size: 3.5rem; } }
  #editor .block-editor-block-list__layout .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .display-5 {
        font-size: 3rem; } }
  #editor .block-editor-block-list__layout .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .display-6 {
        font-size: 2.5rem; } }
  #editor .block-editor-block-list__layout .list-unstyled {
    padding-left: 0;
    list-style: none; }
  #editor .block-editor-block-list__layout .list-inline {
    padding-left: 0;
    list-style: none; }
  #editor .block-editor-block-list__layout .list-inline-item {
    display: inline-block; }
    #editor .block-editor-block-list__layout .list-inline-item:not(:last-child) {
      margin-right: 0.5rem; }
  #editor .block-editor-block-list__layout .initialism {
    font-size: 0.75em;
    text-transform: uppercase; }
  #editor .block-editor-block-list__layout .blockquote {
    margin-bottom: 1rem;
    font-size: calc(1.28125rem + 0.375vw); }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .blockquote {
        font-size: 1.5625rem; } }
    #editor .block-editor-block-list__layout .blockquote > :last-child {
      margin-bottom: 0; }
  #editor .block-editor-block-list__layout .blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.75em;
    color: #6c757d; }
    #editor .block-editor-block-list__layout .blockquote-footer::before {
      content: "\2014\00A0"; }
  #editor .block-editor-block-list__layout .img-fluid {
    max-width: 100%;
    height: auto; }
  #editor .block-editor-block-list__layout .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto; }
  #editor .block-editor-block-list__layout .figure {
    display: inline-block; }
  #editor .block-editor-block-list__layout .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1; }
  #editor .block-editor-block-list__layout .figure-caption {
    font-size: 0.75em;
    color: #6c757d; }
  #editor .block-editor-block-list__layout .container, #editor .block-editor-block-list__layout .elf__block,
  #editor .block-editor-block-list__layout .container-fluid,
  #editor .block-editor-block-list__layout .container-sm,
  #editor .block-editor-block-list__layout .container-md,
  #editor .block-editor-block-list__layout .container-lg,
  #editor .block-editor-block-list__layout .container-xl,
  #editor .block-editor-block-list__layout .container-xxl {
    width: 100%;
    padding-right: var(--wiaw-bs-gutter-x, 0.75rem);
    padding-left: var(--wiaw-bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    #editor .block-editor-block-list__layout .container, #editor .block-editor-block-list__layout .elf__block, #editor .block-editor-block-list__layout .container-sm {
      max-width: 540px; } }
  @media (min-width: 768px) {
    #editor .block-editor-block-list__layout .container, #editor .block-editor-block-list__layout .elf__block, #editor .block-editor-block-list__layout .container-sm, #editor .block-editor-block-list__layout .container-md {
      max-width: 720px; } }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .container, #editor .block-editor-block-list__layout .elf__block, #editor .block-editor-block-list__layout .container-sm, #editor .block-editor-block-list__layout .container-md, #editor .block-editor-block-list__layout .container-lg {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    #editor .block-editor-block-list__layout .container, #editor .block-editor-block-list__layout .elf__block, #editor .block-editor-block-list__layout .container-sm, #editor .block-editor-block-list__layout .container-md, #editor .block-editor-block-list__layout .container-lg, #editor .block-editor-block-list__layout .container-xl {
      max-width: 1140px; } }
  @media (min-width: 1400px) {
    #editor .block-editor-block-list__layout .container, #editor .block-editor-block-list__layout .elf__block, #editor .block-editor-block-list__layout .container-sm, #editor .block-editor-block-list__layout .container-md, #editor .block-editor-block-list__layout .container-lg, #editor .block-editor-block-list__layout .container-xl, #editor .block-editor-block-list__layout .container-xxl {
      max-width: 1320px; } }
  #editor .block-editor-block-list__layout .row, #editor .block-editor-block-list__layout .elf-portal-boxes, #editor .block-editor-block-list__layout .list-staff, #editor .block-editor-block-list__layout .raiser-posts {
    --wiaw-bs-gutter-x: 1.5rem;
    --wiaw-bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--wiaw-bs-gutter-y) * -1);
    margin-right: calc(var(--wiaw-bs-gutter-x) / -2);
    margin-left: calc(var(--wiaw-bs-gutter-x) / -2); }
    #editor .block-editor-block-list__layout .row > *, #editor .block-editor-block-list__layout .elf-portal-boxes > *, #editor .block-editor-block-list__layout .list-staff > *, #editor .block-editor-block-list__layout .raiser-posts > * {
      flex-shrink: 0;
      width: 100%;
      max-width: 100%;
      padding-right: calc(var(--wiaw-bs-gutter-x) / 2);
      padding-left: calc(var(--wiaw-bs-gutter-x) / 2);
      margin-top: var(--wiaw-bs-gutter-y); }
  #editor .block-editor-block-list__layout .col {
    flex: 1 0 0%; }
  #editor .block-editor-block-list__layout .row-cols-auto > * {
    flex: 0 0 auto;
    width: auto; }
  #editor .block-editor-block-list__layout .row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  #editor .block-editor-block-list__layout .row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  #editor .block-editor-block-list__layout .row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  #editor .block-editor-block-list__layout .row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  #editor .block-editor-block-list__layout .row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  #editor .block-editor-block-list__layout .row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  #editor .block-editor-block-list__layout .col-auto {
    flex: 0 0 auto;
    width: auto; }
  #editor .block-editor-block-list__layout .col-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  #editor .block-editor-block-list__layout .col-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  #editor .block-editor-block-list__layout .col-3 {
    flex: 0 0 auto;
    width: 25%; }
  #editor .block-editor-block-list__layout .col-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  #editor .block-editor-block-list__layout .col-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  #editor .block-editor-block-list__layout .col-6 {
    flex: 0 0 auto;
    width: 50%; }
  #editor .block-editor-block-list__layout .col-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  #editor .block-editor-block-list__layout .col-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  #editor .block-editor-block-list__layout .col-9 {
    flex: 0 0 auto;
    width: 75%; }
  #editor .block-editor-block-list__layout .col-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  #editor .block-editor-block-list__layout .col-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  #editor .block-editor-block-list__layout .col-12, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box, #editor .block-editor-block-list__layout .list-staff .staff-card, #editor .block-editor-block-list__layout .raiser-posts .card-wrapper, #editor .block-editor-block-list__layout .archive-posts--publication .raiser-posts .card-wrapper, #editor .block-editor-block-list__layout .archive-posts--podcast .raiser-posts .card-wrapper, #editor .block-editor-block-list__layout .archive-posts--member .raiser-posts .card-wrapper, #editor .block-editor-block-list__layout body.search .raiser-posts .staff-card, #editor .block-editor-block-list__layout body.search .raiser-posts .card-wrapper--podcast,
  #editor .block-editor-block-list__layout body.search .raiser-posts .card-wrapper--publication {
    flex: 0 0 auto;
    width: 100%; }
  #editor .block-editor-block-list__layout .offset-1 {
    margin-left: 8.33333%; }
  #editor .block-editor-block-list__layout .offset-2 {
    margin-left: 16.66667%; }
  #editor .block-editor-block-list__layout .offset-3 {
    margin-left: 25%; }
  #editor .block-editor-block-list__layout .offset-4 {
    margin-left: 33.33333%; }
  #editor .block-editor-block-list__layout .offset-5 {
    margin-left: 41.66667%; }
  #editor .block-editor-block-list__layout .offset-6 {
    margin-left: 50%; }
  #editor .block-editor-block-list__layout .offset-7 {
    margin-left: 58.33333%; }
  #editor .block-editor-block-list__layout .offset-8 {
    margin-left: 66.66667%; }
  #editor .block-editor-block-list__layout .offset-9 {
    margin-left: 75%; }
  #editor .block-editor-block-list__layout .offset-10 {
    margin-left: 83.33333%; }
  #editor .block-editor-block-list__layout .offset-11 {
    margin-left: 91.66667%; }
  #editor .block-editor-block-list__layout .g-0,
  #editor .block-editor-block-list__layout .gx-0 {
    --wiaw-bs-gutter-x: 0; }
  #editor .block-editor-block-list__layout .g-0,
  #editor .block-editor-block-list__layout .gy-0 {
    --wiaw-bs-gutter-y: 0; }
  #editor .block-editor-block-list__layout .g-1,
  #editor .block-editor-block-list__layout .gx-1 {
    --wiaw-bs-gutter-x: 0.25rem; }
  #editor .block-editor-block-list__layout .g-1,
  #editor .block-editor-block-list__layout .gy-1 {
    --wiaw-bs-gutter-y: 0.25rem; }
  #editor .block-editor-block-list__layout .g-2,
  #editor .block-editor-block-list__layout .gx-2 {
    --wiaw-bs-gutter-x: 0.5rem; }
  #editor .block-editor-block-list__layout .g-2,
  #editor .block-editor-block-list__layout .gy-2 {
    --wiaw-bs-gutter-y: 0.5rem; }
  #editor .block-editor-block-list__layout .g-3,
  #editor .block-editor-block-list__layout .gx-3 {
    --wiaw-bs-gutter-x: 1rem; }
  #editor .block-editor-block-list__layout .g-3,
  #editor .block-editor-block-list__layout .gy-3,
  #editor .block-editor-block-list__layout .raiser-posts {
    --wiaw-bs-gutter-y: 1rem; }
  #editor .block-editor-block-list__layout .g-4,
  #editor .block-editor-block-list__layout .gx-4 {
    --wiaw-bs-gutter-x: 1.5rem; }
  #editor .block-editor-block-list__layout .g-4,
  #editor .block-editor-block-list__layout .gy-4 {
    --wiaw-bs-gutter-y: 1.5rem; }
  #editor .block-editor-block-list__layout .g-5,
  #editor .block-editor-block-list__layout .gx-5 {
    --wiaw-bs-gutter-x: 3rem; }
  #editor .block-editor-block-list__layout .g-5,
  #editor .block-editor-block-list__layout .gy-5 {
    --wiaw-bs-gutter-y: 3rem; }
  #editor .block-editor-block-list__layout .g-8,
  #editor .block-editor-block-list__layout .gx-8 {
    --wiaw-bs-gutter-x: 4rem; }
  #editor .block-editor-block-list__layout .g-8,
  #editor .block-editor-block-list__layout .gy-8 {
    --wiaw-bs-gutter-y: 4rem; }
  #editor .block-editor-block-list__layout .g-10,
  #editor .block-editor-block-list__layout .gx-10 {
    --wiaw-bs-gutter-x: 5rem; }
  #editor .block-editor-block-list__layout .g-10,
  #editor .block-editor-block-list__layout .gy-10 {
    --wiaw-bs-gutter-y: 5rem; }
  @media (min-width: 576px) {
    #editor .block-editor-block-list__layout .col-sm {
      flex: 1 0 0%; }
    #editor .block-editor-block-list__layout .row-cols-sm-auto > * {
      flex: 0 0 auto;
      width: auto; }
    #editor .block-editor-block-list__layout .row-cols-sm-1 > * {
      flex: 0 0 auto;
      width: 100%; }
    #editor .block-editor-block-list__layout .row-cols-sm-2 > * {
      flex: 0 0 auto;
      width: 50%; }
    #editor .block-editor-block-list__layout .row-cols-sm-3 > * {
      flex: 0 0 auto;
      width: 33.33333%; }
    #editor .block-editor-block-list__layout .row-cols-sm-4 > * {
      flex: 0 0 auto;
      width: 25%; }
    #editor .block-editor-block-list__layout .row-cols-sm-5 > * {
      flex: 0 0 auto;
      width: 20%; }
    #editor .block-editor-block-list__layout .row-cols-sm-6 > * {
      flex: 0 0 auto;
      width: 16.66667%; }
    #editor .block-editor-block-list__layout .col-sm-auto {
      flex: 0 0 auto;
      width: auto; }
    #editor .block-editor-block-list__layout .col-sm-1 {
      flex: 0 0 auto;
      width: 8.33333%; }
    #editor .block-editor-block-list__layout .col-sm-2 {
      flex: 0 0 auto;
      width: 16.66667%; }
    #editor .block-editor-block-list__layout .col-sm-3 {
      flex: 0 0 auto;
      width: 25%; }
    #editor .block-editor-block-list__layout .col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333%; }
    #editor .block-editor-block-list__layout .col-sm-5 {
      flex: 0 0 auto;
      width: 41.66667%; }
    #editor .block-editor-block-list__layout .col-sm-6 {
      flex: 0 0 auto;
      width: 50%; }
    #editor .block-editor-block-list__layout .col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333%; }
    #editor .block-editor-block-list__layout .col-sm-8 {
      flex: 0 0 auto;
      width: 66.66667%; }
    #editor .block-editor-block-list__layout .col-sm-9 {
      flex: 0 0 auto;
      width: 75%; }
    #editor .block-editor-block-list__layout .col-sm-10 {
      flex: 0 0 auto;
      width: 83.33333%; }
    #editor .block-editor-block-list__layout .col-sm-11 {
      flex: 0 0 auto;
      width: 91.66667%; }
    #editor .block-editor-block-list__layout .col-sm-12 {
      flex: 0 0 auto;
      width: 100%; }
    #editor .block-editor-block-list__layout .offset-sm-0 {
      margin-left: 0; }
    #editor .block-editor-block-list__layout .offset-sm-1 {
      margin-left: 8.33333%; }
    #editor .block-editor-block-list__layout .offset-sm-2 {
      margin-left: 16.66667%; }
    #editor .block-editor-block-list__layout .offset-sm-3 {
      margin-left: 25%; }
    #editor .block-editor-block-list__layout .offset-sm-4 {
      margin-left: 33.33333%; }
    #editor .block-editor-block-list__layout .offset-sm-5 {
      margin-left: 41.66667%; }
    #editor .block-editor-block-list__layout .offset-sm-6 {
      margin-left: 50%; }
    #editor .block-editor-block-list__layout .offset-sm-7 {
      margin-left: 58.33333%; }
    #editor .block-editor-block-list__layout .offset-sm-8 {
      margin-left: 66.66667%; }
    #editor .block-editor-block-list__layout .offset-sm-9 {
      margin-left: 75%; }
    #editor .block-editor-block-list__layout .offset-sm-10 {
      margin-left: 83.33333%; }
    #editor .block-editor-block-list__layout .offset-sm-11 {
      margin-left: 91.66667%; }
    #editor .block-editor-block-list__layout .g-sm-0,
    #editor .block-editor-block-list__layout .gx-sm-0 {
      --wiaw-bs-gutter-x: 0; }
    #editor .block-editor-block-list__layout .g-sm-0,
    #editor .block-editor-block-list__layout .gy-sm-0 {
      --wiaw-bs-gutter-y: 0; }
    #editor .block-editor-block-list__layout .g-sm-1,
    #editor .block-editor-block-list__layout .gx-sm-1 {
      --wiaw-bs-gutter-x: 0.25rem; }
    #editor .block-editor-block-list__layout .g-sm-1,
    #editor .block-editor-block-list__layout .gy-sm-1 {
      --wiaw-bs-gutter-y: 0.25rem; }
    #editor .block-editor-block-list__layout .g-sm-2,
    #editor .block-editor-block-list__layout .gx-sm-2 {
      --wiaw-bs-gutter-x: 0.5rem; }
    #editor .block-editor-block-list__layout .g-sm-2,
    #editor .block-editor-block-list__layout .gy-sm-2 {
      --wiaw-bs-gutter-y: 0.5rem; }
    #editor .block-editor-block-list__layout .g-sm-3,
    #editor .block-editor-block-list__layout .gx-sm-3 {
      --wiaw-bs-gutter-x: 1rem; }
    #editor .block-editor-block-list__layout .g-sm-3,
    #editor .block-editor-block-list__layout .gy-sm-3 {
      --wiaw-bs-gutter-y: 1rem; }
    #editor .block-editor-block-list__layout .g-sm-4,
    #editor .block-editor-block-list__layout .gx-sm-4 {
      --wiaw-bs-gutter-x: 1.5rem; }
    #editor .block-editor-block-list__layout .g-sm-4,
    #editor .block-editor-block-list__layout .gy-sm-4 {
      --wiaw-bs-gutter-y: 1.5rem; }
    #editor .block-editor-block-list__layout .g-sm-5,
    #editor .block-editor-block-list__layout .gx-sm-5 {
      --wiaw-bs-gutter-x: 3rem; }
    #editor .block-editor-block-list__layout .g-sm-5,
    #editor .block-editor-block-list__layout .gy-sm-5 {
      --wiaw-bs-gutter-y: 3rem; }
    #editor .block-editor-block-list__layout .g-sm-8,
    #editor .block-editor-block-list__layout .gx-sm-8 {
      --wiaw-bs-gutter-x: 4rem; }
    #editor .block-editor-block-list__layout .g-sm-8,
    #editor .block-editor-block-list__layout .gy-sm-8 {
      --wiaw-bs-gutter-y: 4rem; }
    #editor .block-editor-block-list__layout .g-sm-10,
    #editor .block-editor-block-list__layout .gx-sm-10 {
      --wiaw-bs-gutter-x: 5rem; }
    #editor .block-editor-block-list__layout .g-sm-10,
    #editor .block-editor-block-list__layout .gy-sm-10 {
      --wiaw-bs-gutter-y: 5rem; } }
  @media (min-width: 768px) {
    #editor .block-editor-block-list__layout .col-md {
      flex: 1 0 0%; }
    #editor .block-editor-block-list__layout .row-cols-md-auto > * {
      flex: 0 0 auto;
      width: auto; }
    #editor .block-editor-block-list__layout .row-cols-md-1 > * {
      flex: 0 0 auto;
      width: 100%; }
    #editor .block-editor-block-list__layout .row-cols-md-2 > * {
      flex: 0 0 auto;
      width: 50%; }
    #editor .block-editor-block-list__layout .row-cols-md-3 > * {
      flex: 0 0 auto;
      width: 33.33333%; }
    #editor .block-editor-block-list__layout .row-cols-md-4 > * {
      flex: 0 0 auto;
      width: 25%; }
    #editor .block-editor-block-list__layout .row-cols-md-5 > * {
      flex: 0 0 auto;
      width: 20%; }
    #editor .block-editor-block-list__layout .row-cols-md-6 > * {
      flex: 0 0 auto;
      width: 16.66667%; }
    #editor .block-editor-block-list__layout .col-md-auto {
      flex: 0 0 auto;
      width: auto; }
    #editor .block-editor-block-list__layout .col-md-1 {
      flex: 0 0 auto;
      width: 8.33333%; }
    #editor .block-editor-block-list__layout .col-md-2 {
      flex: 0 0 auto;
      width: 16.66667%; }
    #editor .block-editor-block-list__layout .col-md-3 {
      flex: 0 0 auto;
      width: 25%; }
    #editor .block-editor-block-list__layout .col-md-4 {
      flex: 0 0 auto;
      width: 33.33333%; }
    #editor .block-editor-block-list__layout .col-md-5 {
      flex: 0 0 auto;
      width: 41.66667%; }
    #editor .block-editor-block-list__layout .col-md-6, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box, #editor .block-editor-block-list__layout .list-staff .staff-card, #editor .block-editor-block-list__layout .raiser-posts .card-wrapper, #editor .block-editor-block-list__layout .archive-posts--member .raiser-posts .card-wrapper, #editor .block-editor-block-list__layout body.search .raiser-posts .staff-card {
      flex: 0 0 auto;
      width: 50%; }
    #editor .block-editor-block-list__layout .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333%; }
    #editor .block-editor-block-list__layout .col-md-8 {
      flex: 0 0 auto;
      width: 66.66667%; }
    #editor .block-editor-block-list__layout .col-md-9 {
      flex: 0 0 auto;
      width: 75%; }
    #editor .block-editor-block-list__layout .col-md-10 {
      flex: 0 0 auto;
      width: 83.33333%; }
    #editor .block-editor-block-list__layout .col-md-11 {
      flex: 0 0 auto;
      width: 91.66667%; }
    #editor .block-editor-block-list__layout .col-md-12, #editor .block-editor-block-list__layout .archive-posts--publication .raiser-posts .card-wrapper, #editor .block-editor-block-list__layout .archive-posts--podcast .raiser-posts .card-wrapper {
      flex: 0 0 auto;
      width: 100%; }
    #editor .block-editor-block-list__layout .offset-md-0 {
      margin-left: 0; }
    #editor .block-editor-block-list__layout .offset-md-1 {
      margin-left: 8.33333%; }
    #editor .block-editor-block-list__layout .offset-md-2 {
      margin-left: 16.66667%; }
    #editor .block-editor-block-list__layout .offset-md-3 {
      margin-left: 25%; }
    #editor .block-editor-block-list__layout .offset-md-4 {
      margin-left: 33.33333%; }
    #editor .block-editor-block-list__layout .offset-md-5 {
      margin-left: 41.66667%; }
    #editor .block-editor-block-list__layout .offset-md-6 {
      margin-left: 50%; }
    #editor .block-editor-block-list__layout .offset-md-7 {
      margin-left: 58.33333%; }
    #editor .block-editor-block-list__layout .offset-md-8 {
      margin-left: 66.66667%; }
    #editor .block-editor-block-list__layout .offset-md-9 {
      margin-left: 75%; }
    #editor .block-editor-block-list__layout .offset-md-10 {
      margin-left: 83.33333%; }
    #editor .block-editor-block-list__layout .offset-md-11 {
      margin-left: 91.66667%; }
    #editor .block-editor-block-list__layout .g-md-0,
    #editor .block-editor-block-list__layout .gx-md-0 {
      --wiaw-bs-gutter-x: 0; }
    #editor .block-editor-block-list__layout .g-md-0,
    #editor .block-editor-block-list__layout .gy-md-0 {
      --wiaw-bs-gutter-y: 0; }
    #editor .block-editor-block-list__layout .g-md-1,
    #editor .block-editor-block-list__layout .gx-md-1 {
      --wiaw-bs-gutter-x: 0.25rem; }
    #editor .block-editor-block-list__layout .g-md-1,
    #editor .block-editor-block-list__layout .gy-md-1 {
      --wiaw-bs-gutter-y: 0.25rem; }
    #editor .block-editor-block-list__layout .g-md-2,
    #editor .block-editor-block-list__layout .gx-md-2 {
      --wiaw-bs-gutter-x: 0.5rem; }
    #editor .block-editor-block-list__layout .g-md-2,
    #editor .block-editor-block-list__layout .gy-md-2 {
      --wiaw-bs-gutter-y: 0.5rem; }
    #editor .block-editor-block-list__layout .g-md-3,
    #editor .block-editor-block-list__layout .gx-md-3 {
      --wiaw-bs-gutter-x: 1rem; }
    #editor .block-editor-block-list__layout .g-md-3,
    #editor .block-editor-block-list__layout .gy-md-3 {
      --wiaw-bs-gutter-y: 1rem; }
    #editor .block-editor-block-list__layout .g-md-4,
    #editor .block-editor-block-list__layout .gx-md-4 {
      --wiaw-bs-gutter-x: 1.5rem; }
    #editor .block-editor-block-list__layout .g-md-4,
    #editor .block-editor-block-list__layout .gy-md-4 {
      --wiaw-bs-gutter-y: 1.5rem; }
    #editor .block-editor-block-list__layout .g-md-5,
    #editor .block-editor-block-list__layout .gx-md-5 {
      --wiaw-bs-gutter-x: 3rem; }
    #editor .block-editor-block-list__layout .g-md-5,
    #editor .block-editor-block-list__layout .gy-md-5 {
      --wiaw-bs-gutter-y: 3rem; }
    #editor .block-editor-block-list__layout .g-md-8,
    #editor .block-editor-block-list__layout .gx-md-8 {
      --wiaw-bs-gutter-x: 4rem; }
    #editor .block-editor-block-list__layout .g-md-8,
    #editor .block-editor-block-list__layout .gy-md-8 {
      --wiaw-bs-gutter-y: 4rem; }
    #editor .block-editor-block-list__layout .g-md-10,
    #editor .block-editor-block-list__layout .gx-md-10 {
      --wiaw-bs-gutter-x: 5rem; }
    #editor .block-editor-block-list__layout .g-md-10,
    #editor .block-editor-block-list__layout .gy-md-10 {
      --wiaw-bs-gutter-y: 5rem; } }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .col-lg {
      flex: 1 0 0%; }
    #editor .block-editor-block-list__layout .row-cols-lg-auto > * {
      flex: 0 0 auto;
      width: auto; }
    #editor .block-editor-block-list__layout .row-cols-lg-1 > * {
      flex: 0 0 auto;
      width: 100%; }
    #editor .block-editor-block-list__layout .row-cols-lg-2 > * {
      flex: 0 0 auto;
      width: 50%; }
    #editor .block-editor-block-list__layout .row-cols-lg-3 > * {
      flex: 0 0 auto;
      width: 33.33333%; }
    #editor .block-editor-block-list__layout .row-cols-lg-4 > * {
      flex: 0 0 auto;
      width: 25%; }
    #editor .block-editor-block-list__layout .row-cols-lg-5 > * {
      flex: 0 0 auto;
      width: 20%; }
    #editor .block-editor-block-list__layout .row-cols-lg-6 > * {
      flex: 0 0 auto;
      width: 16.66667%; }
    #editor .block-editor-block-list__layout .col-lg-auto {
      flex: 0 0 auto;
      width: auto; }
    #editor .block-editor-block-list__layout .col-lg-1 {
      flex: 0 0 auto;
      width: 8.33333%; }
    #editor .block-editor-block-list__layout .col-lg-2 {
      flex: 0 0 auto;
      width: 16.66667%; }
    #editor .block-editor-block-list__layout .col-lg-3, #editor .block-editor-block-list__layout .archive-posts--member .raiser-posts .card-wrapper {
      flex: 0 0 auto;
      width: 25%; }
    #editor .block-editor-block-list__layout .col-lg-4, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box, #editor .block-editor-block-list__layout .raiser-posts .card-wrapper, #editor .block-editor-block-list__layout body.search .raiser-posts .staff-card {
      flex: 0 0 auto;
      width: 33.33333%; }
    #editor .block-editor-block-list__layout .col-lg-5 {
      flex: 0 0 auto;
      width: 41.66667%; }
    #editor .block-editor-block-list__layout .col-lg-6, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box--wide {
      flex: 0 0 auto;
      width: 50%; }
    #editor .block-editor-block-list__layout .col-lg-7 {
      flex: 0 0 auto;
      width: 58.33333%; }
    #editor .block-editor-block-list__layout .col-lg-8 {
      flex: 0 0 auto;
      width: 66.66667%; }
    #editor .block-editor-block-list__layout .col-lg-9 {
      flex: 0 0 auto;
      width: 75%; }
    #editor .block-editor-block-list__layout .col-lg-10 {
      flex: 0 0 auto;
      width: 83.33333%; }
    #editor .block-editor-block-list__layout .col-lg-11 {
      flex: 0 0 auto;
      width: 91.66667%; }
    #editor .block-editor-block-list__layout .col-lg-12, #editor .block-editor-block-list__layout .archive-posts--publication .raiser-posts .card-wrapper, #editor .block-editor-block-list__layout .archive-posts--podcast .raiser-posts .card-wrapper, #editor .block-editor-block-list__layout body.search .raiser-posts .card-wrapper--podcast,
    #editor .block-editor-block-list__layout body.search .raiser-posts .card-wrapper--publication {
      flex: 0 0 auto;
      width: 100%; }
    #editor .block-editor-block-list__layout .offset-lg-0 {
      margin-left: 0; }
    #editor .block-editor-block-list__layout .offset-lg-1 {
      margin-left: 8.33333%; }
    #editor .block-editor-block-list__layout .offset-lg-2 {
      margin-left: 16.66667%; }
    #editor .block-editor-block-list__layout .offset-lg-3 {
      margin-left: 25%; }
    #editor .block-editor-block-list__layout .offset-lg-4 {
      margin-left: 33.33333%; }
    #editor .block-editor-block-list__layout .offset-lg-5 {
      margin-left: 41.66667%; }
    #editor .block-editor-block-list__layout .offset-lg-6 {
      margin-left: 50%; }
    #editor .block-editor-block-list__layout .offset-lg-7 {
      margin-left: 58.33333%; }
    #editor .block-editor-block-list__layout .offset-lg-8 {
      margin-left: 66.66667%; }
    #editor .block-editor-block-list__layout .offset-lg-9 {
      margin-left: 75%; }
    #editor .block-editor-block-list__layout .offset-lg-10 {
      margin-left: 83.33333%; }
    #editor .block-editor-block-list__layout .offset-lg-11 {
      margin-left: 91.66667%; }
    #editor .block-editor-block-list__layout .g-lg-0,
    #editor .block-editor-block-list__layout .gx-lg-0 {
      --wiaw-bs-gutter-x: 0; }
    #editor .block-editor-block-list__layout .g-lg-0,
    #editor .block-editor-block-list__layout .gy-lg-0 {
      --wiaw-bs-gutter-y: 0; }
    #editor .block-editor-block-list__layout .g-lg-1,
    #editor .block-editor-block-list__layout .gx-lg-1 {
      --wiaw-bs-gutter-x: 0.25rem; }
    #editor .block-editor-block-list__layout .g-lg-1,
    #editor .block-editor-block-list__layout .gy-lg-1 {
      --wiaw-bs-gutter-y: 0.25rem; }
    #editor .block-editor-block-list__layout .g-lg-2,
    #editor .block-editor-block-list__layout .gx-lg-2 {
      --wiaw-bs-gutter-x: 0.5rem; }
    #editor .block-editor-block-list__layout .g-lg-2,
    #editor .block-editor-block-list__layout .gy-lg-2 {
      --wiaw-bs-gutter-y: 0.5rem; }
    #editor .block-editor-block-list__layout .g-lg-3,
    #editor .block-editor-block-list__layout .gx-lg-3 {
      --wiaw-bs-gutter-x: 1rem; }
    #editor .block-editor-block-list__layout .g-lg-3,
    #editor .block-editor-block-list__layout .gy-lg-3 {
      --wiaw-bs-gutter-y: 1rem; }
    #editor .block-editor-block-list__layout .g-lg-4,
    #editor .block-editor-block-list__layout .gx-lg-4 {
      --wiaw-bs-gutter-x: 1.5rem; }
    #editor .block-editor-block-list__layout .g-lg-4,
    #editor .block-editor-block-list__layout .gy-lg-4 {
      --wiaw-bs-gutter-y: 1.5rem; }
    #editor .block-editor-block-list__layout .g-lg-5,
    #editor .block-editor-block-list__layout .gx-lg-5 {
      --wiaw-bs-gutter-x: 3rem; }
    #editor .block-editor-block-list__layout .g-lg-5,
    #editor .block-editor-block-list__layout .gy-lg-5 {
      --wiaw-bs-gutter-y: 3rem; }
    #editor .block-editor-block-list__layout .g-lg-8,
    #editor .block-editor-block-list__layout .gx-lg-8 {
      --wiaw-bs-gutter-x: 4rem; }
    #editor .block-editor-block-list__layout .g-lg-8,
    #editor .block-editor-block-list__layout .gy-lg-8 {
      --wiaw-bs-gutter-y: 4rem; }
    #editor .block-editor-block-list__layout .g-lg-10,
    #editor .block-editor-block-list__layout .gx-lg-10 {
      --wiaw-bs-gutter-x: 5rem; }
    #editor .block-editor-block-list__layout .g-lg-10,
    #editor .block-editor-block-list__layout .gy-lg-10 {
      --wiaw-bs-gutter-y: 5rem; } }
  @media (min-width: 1200px) {
    #editor .block-editor-block-list__layout .col-xl {
      flex: 1 0 0%; }
    #editor .block-editor-block-list__layout .row-cols-xl-auto > * {
      flex: 0 0 auto;
      width: auto; }
    #editor .block-editor-block-list__layout .row-cols-xl-1 > * {
      flex: 0 0 auto;
      width: 100%; }
    #editor .block-editor-block-list__layout .row-cols-xl-2 > * {
      flex: 0 0 auto;
      width: 50%; }
    #editor .block-editor-block-list__layout .row-cols-xl-3 > * {
      flex: 0 0 auto;
      width: 33.33333%; }
    #editor .block-editor-block-list__layout .row-cols-xl-4 > * {
      flex: 0 0 auto;
      width: 25%; }
    #editor .block-editor-block-list__layout .row-cols-xl-5 > * {
      flex: 0 0 auto;
      width: 20%; }
    #editor .block-editor-block-list__layout .row-cols-xl-6 > * {
      flex: 0 0 auto;
      width: 16.66667%; }
    #editor .block-editor-block-list__layout .col-xl-auto {
      flex: 0 0 auto;
      width: auto; }
    #editor .block-editor-block-list__layout .col-xl-1 {
      flex: 0 0 auto;
      width: 8.33333%; }
    #editor .block-editor-block-list__layout .col-xl-2 {
      flex: 0 0 auto;
      width: 16.66667%; }
    #editor .block-editor-block-list__layout .col-xl-3 {
      flex: 0 0 auto;
      width: 25%; }
    #editor .block-editor-block-list__layout .col-xl-4, #editor .block-editor-block-list__layout .list-staff .staff-card {
      flex: 0 0 auto;
      width: 33.33333%; }
    #editor .block-editor-block-list__layout .col-xl-5 {
      flex: 0 0 auto;
      width: 41.66667%; }
    #editor .block-editor-block-list__layout .col-xl-6 {
      flex: 0 0 auto;
      width: 50%; }
    #editor .block-editor-block-list__layout .col-xl-7 {
      flex: 0 0 auto;
      width: 58.33333%; }
    #editor .block-editor-block-list__layout .col-xl-8 {
      flex: 0 0 auto;
      width: 66.66667%; }
    #editor .block-editor-block-list__layout .col-xl-9 {
      flex: 0 0 auto;
      width: 75%; }
    #editor .block-editor-block-list__layout .col-xl-10 {
      flex: 0 0 auto;
      width: 83.33333%; }
    #editor .block-editor-block-list__layout .col-xl-11 {
      flex: 0 0 auto;
      width: 91.66667%; }
    #editor .block-editor-block-list__layout .col-xl-12 {
      flex: 0 0 auto;
      width: 100%; }
    #editor .block-editor-block-list__layout .offset-xl-0 {
      margin-left: 0; }
    #editor .block-editor-block-list__layout .offset-xl-1 {
      margin-left: 8.33333%; }
    #editor .block-editor-block-list__layout .offset-xl-2 {
      margin-left: 16.66667%; }
    #editor .block-editor-block-list__layout .offset-xl-3 {
      margin-left: 25%; }
    #editor .block-editor-block-list__layout .offset-xl-4 {
      margin-left: 33.33333%; }
    #editor .block-editor-block-list__layout .offset-xl-5 {
      margin-left: 41.66667%; }
    #editor .block-editor-block-list__layout .offset-xl-6 {
      margin-left: 50%; }
    #editor .block-editor-block-list__layout .offset-xl-7 {
      margin-left: 58.33333%; }
    #editor .block-editor-block-list__layout .offset-xl-8 {
      margin-left: 66.66667%; }
    #editor .block-editor-block-list__layout .offset-xl-9 {
      margin-left: 75%; }
    #editor .block-editor-block-list__layout .offset-xl-10 {
      margin-left: 83.33333%; }
    #editor .block-editor-block-list__layout .offset-xl-11 {
      margin-left: 91.66667%; }
    #editor .block-editor-block-list__layout .g-xl-0,
    #editor .block-editor-block-list__layout .gx-xl-0 {
      --wiaw-bs-gutter-x: 0; }
    #editor .block-editor-block-list__layout .g-xl-0,
    #editor .block-editor-block-list__layout .gy-xl-0 {
      --wiaw-bs-gutter-y: 0; }
    #editor .block-editor-block-list__layout .g-xl-1,
    #editor .block-editor-block-list__layout .gx-xl-1 {
      --wiaw-bs-gutter-x: 0.25rem; }
    #editor .block-editor-block-list__layout .g-xl-1,
    #editor .block-editor-block-list__layout .gy-xl-1 {
      --wiaw-bs-gutter-y: 0.25rem; }
    #editor .block-editor-block-list__layout .g-xl-2,
    #editor .block-editor-block-list__layout .gx-xl-2 {
      --wiaw-bs-gutter-x: 0.5rem; }
    #editor .block-editor-block-list__layout .g-xl-2,
    #editor .block-editor-block-list__layout .gy-xl-2 {
      --wiaw-bs-gutter-y: 0.5rem; }
    #editor .block-editor-block-list__layout .g-xl-3,
    #editor .block-editor-block-list__layout .gx-xl-3 {
      --wiaw-bs-gutter-x: 1rem; }
    #editor .block-editor-block-list__layout .g-xl-3,
    #editor .block-editor-block-list__layout .gy-xl-3 {
      --wiaw-bs-gutter-y: 1rem; }
    #editor .block-editor-block-list__layout .g-xl-4,
    #editor .block-editor-block-list__layout .gx-xl-4 {
      --wiaw-bs-gutter-x: 1.5rem; }
    #editor .block-editor-block-list__layout .g-xl-4,
    #editor .block-editor-block-list__layout .gy-xl-4 {
      --wiaw-bs-gutter-y: 1.5rem; }
    #editor .block-editor-block-list__layout .g-xl-5,
    #editor .block-editor-block-list__layout .gx-xl-5 {
      --wiaw-bs-gutter-x: 3rem; }
    #editor .block-editor-block-list__layout .g-xl-5,
    #editor .block-editor-block-list__layout .gy-xl-5 {
      --wiaw-bs-gutter-y: 3rem; }
    #editor .block-editor-block-list__layout .g-xl-8,
    #editor .block-editor-block-list__layout .gx-xl-8 {
      --wiaw-bs-gutter-x: 4rem; }
    #editor .block-editor-block-list__layout .g-xl-8,
    #editor .block-editor-block-list__layout .gy-xl-8 {
      --wiaw-bs-gutter-y: 4rem; }
    #editor .block-editor-block-list__layout .g-xl-10,
    #editor .block-editor-block-list__layout .gx-xl-10 {
      --wiaw-bs-gutter-x: 5rem; }
    #editor .block-editor-block-list__layout .g-xl-10,
    #editor .block-editor-block-list__layout .gy-xl-10 {
      --wiaw-bs-gutter-y: 5rem; } }
  @media (min-width: 1400px) {
    #editor .block-editor-block-list__layout .col-xxl {
      flex: 1 0 0%; }
    #editor .block-editor-block-list__layout .row-cols-xxl-auto > * {
      flex: 0 0 auto;
      width: auto; }
    #editor .block-editor-block-list__layout .row-cols-xxl-1 > * {
      flex: 0 0 auto;
      width: 100%; }
    #editor .block-editor-block-list__layout .row-cols-xxl-2 > * {
      flex: 0 0 auto;
      width: 50%; }
    #editor .block-editor-block-list__layout .row-cols-xxl-3 > * {
      flex: 0 0 auto;
      width: 33.33333%; }
    #editor .block-editor-block-list__layout .row-cols-xxl-4 > * {
      flex: 0 0 auto;
      width: 25%; }
    #editor .block-editor-block-list__layout .row-cols-xxl-5 > * {
      flex: 0 0 auto;
      width: 20%; }
    #editor .block-editor-block-list__layout .row-cols-xxl-6 > * {
      flex: 0 0 auto;
      width: 16.66667%; }
    #editor .block-editor-block-list__layout .col-xxl-auto {
      flex: 0 0 auto;
      width: auto; }
    #editor .block-editor-block-list__layout .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.33333%; }
    #editor .block-editor-block-list__layout .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.66667%; }
    #editor .block-editor-block-list__layout .col-xxl-3 {
      flex: 0 0 auto;
      width: 25%; }
    #editor .block-editor-block-list__layout .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.33333%; }
    #editor .block-editor-block-list__layout .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.66667%; }
    #editor .block-editor-block-list__layout .col-xxl-6 {
      flex: 0 0 auto;
      width: 50%; }
    #editor .block-editor-block-list__layout .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.33333%; }
    #editor .block-editor-block-list__layout .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.66667%; }
    #editor .block-editor-block-list__layout .col-xxl-9 {
      flex: 0 0 auto;
      width: 75%; }
    #editor .block-editor-block-list__layout .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.33333%; }
    #editor .block-editor-block-list__layout .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.66667%; }
    #editor .block-editor-block-list__layout .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%; }
    #editor .block-editor-block-list__layout .offset-xxl-0 {
      margin-left: 0; }
    #editor .block-editor-block-list__layout .offset-xxl-1 {
      margin-left: 8.33333%; }
    #editor .block-editor-block-list__layout .offset-xxl-2 {
      margin-left: 16.66667%; }
    #editor .block-editor-block-list__layout .offset-xxl-3 {
      margin-left: 25%; }
    #editor .block-editor-block-list__layout .offset-xxl-4 {
      margin-left: 33.33333%; }
    #editor .block-editor-block-list__layout .offset-xxl-5 {
      margin-left: 41.66667%; }
    #editor .block-editor-block-list__layout .offset-xxl-6 {
      margin-left: 50%; }
    #editor .block-editor-block-list__layout .offset-xxl-7 {
      margin-left: 58.33333%; }
    #editor .block-editor-block-list__layout .offset-xxl-8 {
      margin-left: 66.66667%; }
    #editor .block-editor-block-list__layout .offset-xxl-9 {
      margin-left: 75%; }
    #editor .block-editor-block-list__layout .offset-xxl-10 {
      margin-left: 83.33333%; }
    #editor .block-editor-block-list__layout .offset-xxl-11 {
      margin-left: 91.66667%; }
    #editor .block-editor-block-list__layout .g-xxl-0,
    #editor .block-editor-block-list__layout .gx-xxl-0 {
      --wiaw-bs-gutter-x: 0; }
    #editor .block-editor-block-list__layout .g-xxl-0,
    #editor .block-editor-block-list__layout .gy-xxl-0 {
      --wiaw-bs-gutter-y: 0; }
    #editor .block-editor-block-list__layout .g-xxl-1,
    #editor .block-editor-block-list__layout .gx-xxl-1 {
      --wiaw-bs-gutter-x: 0.25rem; }
    #editor .block-editor-block-list__layout .g-xxl-1,
    #editor .block-editor-block-list__layout .gy-xxl-1 {
      --wiaw-bs-gutter-y: 0.25rem; }
    #editor .block-editor-block-list__layout .g-xxl-2,
    #editor .block-editor-block-list__layout .gx-xxl-2 {
      --wiaw-bs-gutter-x: 0.5rem; }
    #editor .block-editor-block-list__layout .g-xxl-2,
    #editor .block-editor-block-list__layout .gy-xxl-2 {
      --wiaw-bs-gutter-y: 0.5rem; }
    #editor .block-editor-block-list__layout .g-xxl-3,
    #editor .block-editor-block-list__layout .gx-xxl-3 {
      --wiaw-bs-gutter-x: 1rem; }
    #editor .block-editor-block-list__layout .g-xxl-3,
    #editor .block-editor-block-list__layout .gy-xxl-3 {
      --wiaw-bs-gutter-y: 1rem; }
    #editor .block-editor-block-list__layout .g-xxl-4,
    #editor .block-editor-block-list__layout .gx-xxl-4 {
      --wiaw-bs-gutter-x: 1.5rem; }
    #editor .block-editor-block-list__layout .g-xxl-4,
    #editor .block-editor-block-list__layout .gy-xxl-4 {
      --wiaw-bs-gutter-y: 1.5rem; }
    #editor .block-editor-block-list__layout .g-xxl-5,
    #editor .block-editor-block-list__layout .gx-xxl-5 {
      --wiaw-bs-gutter-x: 3rem; }
    #editor .block-editor-block-list__layout .g-xxl-5,
    #editor .block-editor-block-list__layout .gy-xxl-5 {
      --wiaw-bs-gutter-y: 3rem; }
    #editor .block-editor-block-list__layout .g-xxl-8,
    #editor .block-editor-block-list__layout .gx-xxl-8 {
      --wiaw-bs-gutter-x: 4rem; }
    #editor .block-editor-block-list__layout .g-xxl-8,
    #editor .block-editor-block-list__layout .gy-xxl-8 {
      --wiaw-bs-gutter-y: 4rem; }
    #editor .block-editor-block-list__layout .g-xxl-10,
    #editor .block-editor-block-list__layout .gx-xxl-10 {
      --wiaw-bs-gutter-x: 5rem; }
    #editor .block-editor-block-list__layout .g-xxl-10,
    #editor .block-editor-block-list__layout .gy-xxl-10 {
      --wiaw-bs-gutter-y: 5rem; } }
  #editor .block-editor-block-list__layout .form-label {
    margin-bottom: 0.5rem; }
  #editor .block-editor-block-list__layout .col-form-label {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }
  #editor .block-editor-block-list__layout .col-form-label-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: calc(1.28125rem + 0.375vw); }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .col-form-label-lg {
        font-size: 1.5625rem; } }
  #editor .block-editor-block-list__layout .col-form-label-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1.09375rem; }
  #editor .block-editor-block-list__layout .form-text {
    margin-top: 0.25rem;
    font-size: 0.75em;
    color: #6c757d; }
  #editor .block-editor-block-list__layout .form-control, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea {
    display: block;
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    color: #002633;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      #editor .block-editor-block-list__layout .form-control, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea {
        transition: none; } }
    #editor .block-editor-block-list__layout .form-control[type="file"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=color],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=date],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=datetime-local],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=datetime],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=email],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=month],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=number],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=password],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=search],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=tel],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=text],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=time],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=url],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"][type=week],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea[type="file"], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=color],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=date],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=datetime-local],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=datetime],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=email],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=month],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=number],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=password],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=search],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=tel],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=text],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=time],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=url],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"][type=week],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea[type="file"] {
      overflow: hidden; }
      #editor .block-editor-block-list__layout .form-control[type="file"]:not(:disabled):not([readonly]), #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=color],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=date],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=datetime-local],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=datetime],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=email],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=month],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=number],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=password],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=search],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=tel],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=text],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=time],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=url],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=week],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea[type="file"]:not(:disabled):not([readonly]), #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=color],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=date],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=datetime-local],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=datetime],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=email],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=month],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=number],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=password],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=search],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=tel],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=text],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=time],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=url],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type="file"]:not(:disabled):not([readonly])[type=week],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea[type="file"]:not(:disabled):not([readonly]) {
        cursor: pointer; }
    #editor .block-editor-block-list__layout .form-control:focus, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=color],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=date],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=datetime-local],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=datetime],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=email],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=month],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=number],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=password],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=search],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=tel],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=text],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=time],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=url],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:focus[type=week],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea:focus, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=color],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=date],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=datetime-local],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=datetime],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=email],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=month],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=number],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=password],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=search],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=tel],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=text],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=time],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=url],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:focus[type=week],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea:focus {
      color: #002633;
      background-color: #fff;
      border-color: #80bfd1;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }
    #editor .block-editor-block-list__layout .form-control::-webkit-date-and-time-value, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea::-webkit-date-and-time-value, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-date-and-time-value,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea::-webkit-date-and-time-value {
      height: 1.5em; }
    #editor .block-editor-block-list__layout .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder {
      color: #ced4da;
      opacity: 1; }
    #editor .block-editor-block-list__layout .form-control::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder {
      color: #ced4da;
      opacity: 1; }
    #editor .block-editor-block-list__layout .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder {
      color: #ced4da;
      opacity: 1; }
    #editor .block-editor-block-list__layout .form-control::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea::placeholder {
      color: #ced4da;
      opacity: 1; }
    #editor .block-editor-block-list__layout .form-control:disabled, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=color],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=date],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=datetime-local],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=datetime],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=email],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=month],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=number],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=password],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=search],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=tel],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=text],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=time],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=url],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:disabled[type=week],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea:disabled, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=color],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=date],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=datetime-local],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=datetime],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=email],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=month],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=number],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=password],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=search],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=tel],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=text],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=time],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=url],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:disabled[type=week],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea:disabled, #editor .block-editor-block-list__layout .form-control[readonly], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=color],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=date],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=datetime-local],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=datetime],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=email],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=month],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=number],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=password],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=search],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=tel],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=text],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=time],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=url],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[readonly][type=week],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea[readonly], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=color],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=date],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=datetime-local],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=datetime],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=email],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=month],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=number],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=password],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=search],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=tel],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=text],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=time],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=url],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[readonly][type=week],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea[readonly] {
      background-color: #e9ecef;
      opacity: 1; }
    #editor .block-editor-block-list__layout .form-control::file-selector-button, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week]::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea::file-selector-button, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week]::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea::file-selector-button {
      padding: 0.75rem 1.25rem;
      margin: -0.75rem -1.25rem;
      -webkit-margin-end: 1.25rem;
              margin-inline-end: 1.25rem;
      color: #002633;
      background-color: #e9ecef;
      background-image: var(--wiaw-bs-gradient);
      pointer-events: none;
      border-color: inherit;
      border-style: solid;
      border-width: 0;
      border-inline-end-width: 0;
      border-radius: 0;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .form-control::file-selector-button, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week]::file-selector-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea::file-selector-button, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week]::file-selector-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea::file-selector-button {
          transition: none; } }
    #editor .block-editor-block-list__layout .form-control:hover:not(:disabled):not([readonly])::file-selector-button, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea:hover:not(:disabled):not([readonly])::file-selector-button, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week]:hover:not(:disabled):not([readonly])::file-selector-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea:hover:not(:disabled):not([readonly])::file-selector-button {
      background-color: #dde0e3; }
    #editor .block-editor-block-list__layout .form-control::-webkit-file-upload-button, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea::-webkit-file-upload-button, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea::-webkit-file-upload-button {
      padding: 0.75rem 1.25rem;
      margin: -0.75rem -1.25rem;
      -webkit-margin-end: 1.25rem;
              margin-inline-end: 1.25rem;
      color: #002633;
      background-color: #e9ecef;
      background-image: var(--wiaw-bs-gradient);
      pointer-events: none;
      border-color: inherit;
      border-style: solid;
      border-width: 0;
      border-inline-end-width: 0;
      border-radius: 0;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .form-control::-webkit-file-upload-button, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea::-webkit-file-upload-button, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-file-upload-button,
        #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea::-webkit-file-upload-button {
          transition: none; } }
    #editor .block-editor-block-list__layout .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=color]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime-local]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=datetime]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=month]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=password]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=search]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=tel]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=time]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input[type=week]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
      background-color: #dde0e3; }
  #editor .block-editor-block-list__layout .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.75rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #002633;
    background-color: transparent;
    border: solid transparent;
    border-width: 0 0; }
    #editor .block-editor-block-list__layout .form-control-plaintext.form-control-sm, #editor .block-editor-block-list__layout .form-control-plaintext.form-control-lg {
      padding-right: 0;
      padding-left: 0; }
  #editor .block-editor-block-list__layout .form-control-sm {
    min-height: calc(1.5em + 0.5rem);
    padding: 0.25rem 0.5rem;
    font-size: 1.09375rem; }
    #editor .block-editor-block-list__layout .form-control-sm::file-selector-button {
      padding: 0.25rem 0.5rem;
      margin: -0.25rem -0.5rem;
      -webkit-margin-end: 0.5rem;
              margin-inline-end: 0.5rem; }
    #editor .block-editor-block-list__layout .form-control-sm::-webkit-file-upload-button {
      padding: 0.25rem 0.5rem;
      margin: -0.25rem -0.5rem;
      -webkit-margin-end: 0.5rem;
              margin-inline-end: 0.5rem; }
  #editor .block-editor-block-list__layout .form-control-lg {
    min-height: calc(1.5em + 1rem);
    padding: 0.5rem 1rem;
    font-size: calc(1.28125rem + 0.375vw); }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .form-control-lg {
        font-size: 1.5625rem; } }
    #editor .block-editor-block-list__layout .form-control-lg::file-selector-button {
      padding: 0.5rem 1rem;
      margin: -0.5rem -1rem;
      -webkit-margin-end: 1rem;
              margin-inline-end: 1rem; }
    #editor .block-editor-block-list__layout .form-control-lg::-webkit-file-upload-button {
      padding: 0.5rem 1rem;
      margin: -0.5rem -1rem;
      -webkit-margin-end: 1rem;
              margin-inline-end: 1rem; }
  #editor .block-editor-block-list__layout textarea.form-control,
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea,
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea {
    min-height: calc(1.5em + 1.5rem); }
  #editor .block-editor-block-list__layout textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem); }
  #editor .block-editor-block-list__layout textarea.form-control-lg {
    min-height: calc(1.5em + 1rem); }
  #editor .block-editor-block-list__layout .form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.75rem; }
    #editor .block-editor-block-list__layout .form-control-color:not(:disabled):not([readonly]) {
      cursor: pointer; }
    #editor .block-editor-block-list__layout .form-control-color::-moz-color-swatch {
      height: 1.5em; }
    #editor .block-editor-block-list__layout .form-control-color::-webkit-color-swatch {
      height: 1.5em; }
  #editor .block-editor-block-list__layout .form-select, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select {
    display: block;
    width: 100%;
    padding: 0.75rem 3.75rem 0.75rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    color: #002633;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 16px 12px;
    border: 0 solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    #editor .block-editor-block-list__layout .form-select:focus, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select:focus, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select:focus, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:focus {
      border-color: #80bfd1;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }
    #editor .block-editor-block-list__layout .form-select[multiple], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select[multiple], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select[multiple], #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select[multiple], #editor .block-editor-block-list__layout .form-select[size]:not([size="1"]), #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select[size]:not([size="1"]), #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select[size]:not([size="1"]), #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select[size]:not([size="1"]) {
      padding-right: 1.25rem;
      background-image: none; }
    #editor .block-editor-block-list__layout .form-select:disabled, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select:disabled, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select:disabled, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:disabled {
      background-color: #e9ecef; }
    #editor .block-editor-block-list__layout .form-select:-moz-focusring, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select:-moz-focusring, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select:-moz-focusring, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #002633; }
  #editor .block-editor-block-list__layout .form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 1.09375rem; }
  #editor .block-editor-block-list__layout .form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: calc(1.28125rem + 0.375vw); }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .form-select-lg {
        font-size: 1.5625rem; } }
  #editor .block-editor-block-list__layout .form-check {
    display: block;
    min-height: 1.875rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem; }
    #editor .block-editor-block-list__layout .form-check .form-check-input {
      float: left;
      margin-left: -1.5em; }
  #editor .block-editor-block-list__layout .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-print-color-adjust: exact;
            color-adjust: exact; }
    #editor .block-editor-block-list__layout .form-check-input[type="radio"] {
      border-radius: 50%; }
    #editor .block-editor-block-list__layout .form-check-input:active {
      -webkit-filter: brightness(90%);
              filter: brightness(90%); }
    #editor .block-editor-block-list__layout .form-check-input:focus {
      border-color: #80bfd1;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }
    #editor .block-editor-block-list__layout .form-check-input:checked {
      background-color: #007FA3;
      border-color: #007FA3; }
      #editor .block-editor-block-list__layout .form-check-input:checked[type="checkbox"] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"), var(--wiaw-bs-gradient); }
      #editor .block-editor-block-list__layout .form-check-input:checked[type="radio"] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"), var(--wiaw-bs-gradient); }
    #editor .block-editor-block-list__layout .form-check-input[type="checkbox"]:indeterminate {
      background-color: #007FA3;
      border-color: #007FA3;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"), var(--wiaw-bs-gradient); }
    #editor .block-editor-block-list__layout .form-check-input:disabled {
      pointer-events: none;
      -webkit-filter: none;
              filter: none;
      opacity: 0.5; }
    #editor .block-editor-block-list__layout .form-check-input[disabled] ~ .form-check-label, #editor .block-editor-block-list__layout .form-check-input:disabled ~ .form-check-label {
      opacity: 0.5; }
  #editor .block-editor-block-list__layout .form-switch {
    padding-left: 2.5em; }
    #editor .block-editor-block-list__layout .form-switch .form-check-input {
      width: 2em;
      margin-left: -2.5em;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
      background-position: left center;
      transition: background-position 0.15s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .form-switch .form-check-input {
          transition: none; } }
      #editor .block-editor-block-list__layout .form-switch .form-check-input:focus {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380bfd1'/%3e%3c/svg%3e"); }
      #editor .block-editor-block-list__layout .form-switch .form-check-input:checked {
        background-position: right center;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"), var(--wiaw-bs-gradient); }
  #editor .block-editor-block-list__layout .form-check-inline {
    display: inline-block;
    margin-right: 1rem; }
  #editor .block-editor-block-list__layout .btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
    #editor .block-editor-block-list__layout .btn-check[disabled] + .btn, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .btn-check[disabled] + input[type="submit"], #editor .block-editor-block-list__layout .btn-check:disabled + .btn, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .btn-check:disabled + input[type="submit"] {
      pointer-events: none;
      -webkit-filter: none;
              filter: none;
      opacity: 0.65; }
  #editor .block-editor-block-list__layout .form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    #editor .block-editor-block-list__layout .form-range:focus {
      outline: 0; }
      #editor .block-editor-block-list__layout .form-range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }
      #editor .block-editor-block-list__layout .form-range:focus::-moz-range-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }
    #editor .block-editor-block-list__layout .form-range::-moz-focus-outer {
      border: 0; }
    #editor .block-editor-block-list__layout .form-range::-webkit-slider-thumb {
      width: 1rem;
      height: 1rem;
      margin-top: -0.25rem;
      background-color: #007FA3;
      background-image: var(--wiaw-bs-gradient);
      border: 0;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -webkit-appearance: none;
              appearance: none; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .form-range::-webkit-slider-thumb {
          transition: none; } }
      #editor .block-editor-block-list__layout .form-range::-webkit-slider-thumb:active {
        background-color: #b3d9e3;
        background-image: var(--wiaw-bs-gradient); }
    #editor .block-editor-block-list__layout .form-range::-webkit-slider-runnable-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent; }
    #editor .block-editor-block-list__layout .form-range::-moz-range-thumb {
      width: 1rem;
      height: 1rem;
      background-color: #007FA3;
      background-image: var(--wiaw-bs-gradient);
      border: 0;
      transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -moz-appearance: none;
           appearance: none; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .form-range::-moz-range-thumb {
          transition: none; } }
      #editor .block-editor-block-list__layout .form-range::-moz-range-thumb:active {
        background-color: #b3d9e3;
        background-image: var(--wiaw-bs-gradient); }
    #editor .block-editor-block-list__layout .form-range::-moz-range-track {
      width: 100%;
      height: 0.5rem;
      color: transparent;
      cursor: pointer;
      background-color: #dee2e6;
      border-color: transparent; }
    #editor .block-editor-block-list__layout .form-range:disabled {
      pointer-events: none; }
      #editor .block-editor-block-list__layout .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd; }
      #editor .block-editor-block-list__layout .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd; }
  #editor .block-editor-block-list__layout .form-floating {
    position: relative; }
    #editor .block-editor-block-list__layout .form-floating > .form-control, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=color],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=date],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=datetime],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=email],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=month],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=number],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=password],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=search],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=tel],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=text],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=time],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=url],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=week],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=color],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=date],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=email],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=month],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=number],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=password],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=search],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=tel],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=text],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=time],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=url],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=week],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > textarea,
    #editor .block-editor-block-list__layout .form-floating > .form-select,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > select,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > select,
    #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-floating > select {
      height: 3.5rem;
      padding: 1rem 1.25rem; }
    #editor .block-editor-block-list__layout .form-floating > label {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 1rem 1.25rem;
      pointer-events: none;
      border: 0 solid transparent;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
      transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .form-floating > label {
          transition: none; } }
    #editor .block-editor-block-list__layout .form-floating > .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > textarea::-webkit-input-placeholder {
      color: transparent; }
    #editor .block-editor-block-list__layout .form-floating > .form-control::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > textarea::-moz-placeholder {
      color: transparent; }
    #editor .block-editor-block-list__layout .form-floating > .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > textarea::-ms-input-placeholder {
      color: transparent; }
    #editor .block-editor-block-list__layout .form-floating > .form-control::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=color]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=date]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=email]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=month]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=number]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=password]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=search]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=text]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=time]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=url]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input[type=week]::placeholder,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > textarea::placeholder {
      color: transparent; }
    #editor .block-editor-block-list__layout .form-floating > .form-control:focus, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=color],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=date],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime-local],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=email],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=month],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=number],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=password],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=search],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=tel],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=text],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=time],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=url],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=week],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > textarea:focus, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=color],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=date],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime-local],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=email],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=month],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=number],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=password],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=search],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=tel],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=text],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=time],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=url],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=week],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > textarea:focus, #editor .block-editor-block-list__layout .form-floating > .form-control:not(:placeholder-shown), #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=color],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=date],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime-local],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=email],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=month],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=number],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=password],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=search],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=tel],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=text],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=time],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=url],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=week],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > textarea:not(:placeholder-shown), #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=color],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=date],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime-local],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=email],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=month],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=number],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=password],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=search],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=tel],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=text],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=time],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=url],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=week],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > textarea:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    #editor .block-editor-block-list__layout .form-floating > .form-control:-webkit-autofill, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=color],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=date],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime-local],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=email],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=month],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=number],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=password],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=search],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=tel],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=text],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=time],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=url],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=week],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > textarea:-webkit-autofill, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=color],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=date],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime-local],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=email],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=month],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=number],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=password],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=search],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=tel],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=text],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=time],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=url],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=week],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > textarea:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    
    #editor .block-editor-block-list__layout .form-floating > .form-select,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > select,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > select,
    #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-floating > select {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    #editor .block-editor-block-list__layout .form-floating > .form-control:focus ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=color] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=date] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime-local] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=email] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=month] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=number] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=password] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=search] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=tel] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=text] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=time] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=url] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:focus[type=week] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > textarea:focus ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=color] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=date] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime-local] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=datetime] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=email] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=month] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=number] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=password] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=search] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=tel] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=text] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=time] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=url] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:focus[type=week] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > textarea:focus ~ label,
    #editor .block-editor-block-list__layout .form-floating > .form-control:not(:placeholder-shown) ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=color] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=date] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime-local] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=email] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=month] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=number] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=password] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=search] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=tel] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=text] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=time] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=url] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=week] ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > textarea:not(:placeholder-shown) ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=color] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=date] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime-local] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=datetime] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=email] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=month] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=number] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=password] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=search] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=tel] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=text] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=time] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=url] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:not(:placeholder-shown)[type=week] ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > textarea:not(:placeholder-shown) ~ label,
    #editor .block-editor-block-list__layout .form-floating > .form-select ~ label,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > select ~ label,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > select ~ label,
    #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-floating > select ~ label {
      opacity: 0.65;
      -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
              transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
    #editor .block-editor-block-list__layout .form-floating > .form-control:-webkit-autofill ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=color] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=date] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime-local] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=email] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=month] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=number] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=password] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=search] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=tel] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=text] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=time] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=url] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=week] ~ label, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .form-floating > textarea:-webkit-autofill ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=color] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=date] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime-local] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=datetime] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=email] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=month] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=number] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=password] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=search] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=tel] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=text] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=time] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=url] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > input:-webkit-autofill[type=week] ~ label, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .form-floating > textarea:-webkit-autofill ~ label {
      opacity: 0.65;
      -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
              transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  #editor .block-editor-block-list__layout .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%; }
    #editor .block-editor-block-list__layout .input-group > .form-control, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=color],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=date],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=datetime-local],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=datetime],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=email],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=month],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=number],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=password],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=search],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=tel],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=text],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=time],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=url],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input[type=week],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=color],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=date],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=datetime-local],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=datetime],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=email],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=month],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=number],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=password],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=search],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=tel],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=text],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=time],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=url],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input[type=week],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > textarea,
    #editor .block-editor-block-list__layout .input-group > .form-select,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > select,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > select,
    #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group > select {
      position: relative;
      flex: 1 1 auto;
      width: 1%;
      min-width: 0; }
    #editor .block-editor-block-list__layout .input-group > .form-control:focus, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=color],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=date],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=datetime-local],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=datetime],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=email],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=month],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=number],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=password],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=search],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=tel],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=text],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=time],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=url],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > input:focus[type=week],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > textarea:focus, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=color],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=date],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=datetime-local],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=datetime],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=email],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=month],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=number],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=password],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=search],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=tel],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=text],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=time],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=url],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > input:focus[type=week],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > textarea:focus,
    #editor .block-editor-block-list__layout .input-group > .form-select:focus,
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group > select:focus,
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group > select:focus,
    #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group > select:focus {
      z-index: 3; }
    #editor .block-editor-block-list__layout .input-group .btn, #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .input-group input[type="submit"] {
      position: relative;
      z-index: 2; }
      #editor .block-editor-block-list__layout .input-group .btn:focus, #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme .gform_footer input:focus[type="submit"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .input-group input:focus[type="submit"] {
        z-index: 3; }
  #editor .block-editor-block-list__layout .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5;
    color: #002633;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 0 solid #ced4da; }
  #editor .block-editor-block-list__layout .input-group-lg > .form-control, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=color],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=date],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime-local],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=email],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=month],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=number],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=password],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=search],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=tel],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=text],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=time],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=url],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=week],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=color],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=date],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime-local],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=email],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=month],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=number],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=password],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=search],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=tel],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=text],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=time],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=url],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=week],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > textarea,
  #editor .block-editor-block-list__layout .input-group-lg > .form-select,
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > select,
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > select,
  #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group-lg > select,
  #editor .block-editor-block-list__layout .input-group-lg > .input-group-text,
  #editor .block-editor-block-list__layout .input-group-lg > .btn,
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .input-group-lg > input[type="submit"] {
    padding: 0.5rem 1rem;
    font-size: calc(1.28125rem + 0.375vw); }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .input-group-lg > .form-control, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=color],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=date],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime-local],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=email],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=month],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=number],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=password],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=search],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=tel],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=text],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=time],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=url],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > input[type=week],
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=color],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=date],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime-local],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=email],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=month],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=number],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=password],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=search],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=tel],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=text],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=time],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=url],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > input[type=week],
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > textarea,
      #editor .block-editor-block-list__layout .input-group-lg > .form-select,
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > select,
      #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > select,
      #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group-lg > select,
      #editor .block-editor-block-list__layout .input-group-lg > .input-group-text,
      #editor .block-editor-block-list__layout .input-group-lg > .btn,
      #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .input-group-lg > input[type="submit"] {
        font-size: 1.5625rem; } }
  #editor .block-editor-block-list__layout .input-group-sm > .form-control, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=color],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=date],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=datetime-local],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=datetime],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=email],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=month],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=number],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=password],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=search],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=tel],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=text],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=time],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=url],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > input[type=week],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=color],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=date],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=datetime-local],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=datetime],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=email],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=month],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=number],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=password],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=search],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=tel],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=text],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=time],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=url],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > input[type=week],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > textarea,
  #editor .block-editor-block-list__layout .input-group-sm > .form-select,
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > select,
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > select,
  #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group-sm > select,
  #editor .block-editor-block-list__layout .input-group-sm > .input-group-text,
  #editor .block-editor-block-list__layout .input-group-sm > .btn,
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .input-group-sm > input[type="submit"] {
    padding: 0.25rem 0.5rem;
    font-size: 1.09375rem; }
  
  #editor .block-editor-block-list__layout .input-group-lg > .form-select,
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-lg > select,
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-lg > select,
  #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group-lg > select,
  #editor .block-editor-block-list__layout .input-group-sm > .form-select,
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group-sm > select,
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group-sm > select,
  #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group-sm > select {
    padding-right: 5rem; }
  #editor .block-editor-block-list__layout .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0; }
  #editor .block-editor-block-list__layout .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.75em;
    color: #1EAAA4; }
  #editor .block-editor-block-list__layout .valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 1.09375rem;
    color: #000;
    background-color: rgba(30, 170, 164, 0.9); }
  .was-validated #editor .block-editor-block-list__layout:valid ~ .valid-feedback,
  .was-validated #editor .block-editor-block-list__layout:valid ~ .valid-tooltip, #editor .block-editor-block-list__layout.is-valid ~ .valid-feedback,
  #editor .block-editor-block-list__layout.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated #editor .block-editor-block-list__layout .form-control:valid, .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=color],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=date],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=datetime-local],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=datetime],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=email],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=month],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=number],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=password],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=search],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=tel],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=text],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=time],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=url],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid[type=week],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea:valid, .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=color],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=date],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=datetime-local],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=datetime],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=email],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=month],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=number],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=password],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=search],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=tel],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=text],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=time],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=url],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid[type=week],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea:valid, #editor .block-editor-block-list__layout .form-control.is-valid, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=color],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=date],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=datetime-local],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=datetime],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=email],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=month],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=number],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=password],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=search],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=tel],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=text],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=time],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=url],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid[type=week],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea.is-valid, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=color],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=date],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=datetime-local],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=datetime],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=email],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=month],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=number],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=password],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=search],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=tel],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=text],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=time],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=url],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid[type=week],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea.is-valid {
    border-color: #1EAAA4;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231EAAA4' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.375rem) center;
    background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem); }
    .was-validated #editor .block-editor-block-list__layout .form-control:valid:focus, .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=color],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=date],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=datetime-local],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=datetime],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=email],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=month],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=number],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=password],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=search],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=tel],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=text],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=time],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=url],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:valid:focus[type=week],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea:valid:focus, .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=color],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=date],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=datetime-local],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=datetime],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=email],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=month],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=number],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=password],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=search],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=tel],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=text],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=time],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=url],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:valid:focus[type=week],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea:valid:focus, #editor .block-editor-block-list__layout .form-control.is-valid:focus, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=color],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=date],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=datetime-local],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=datetime],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=email],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=month],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=number],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=password],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=search],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=tel],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=text],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=time],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=url],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-valid:focus[type=week],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea.is-valid:focus, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=color],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=date],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=datetime-local],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=datetime],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=email],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=month],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=number],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=password],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=search],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=tel],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=text],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=time],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=url],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-valid:focus[type=week],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea.is-valid:focus {
      border-color: #1EAAA4;
      box-shadow: 0 0 0 0.25rem rgba(30, 170, 164, 0.25); }
  .was-validated #editor .block-editor-block-list__layout textarea.form-control:valid,
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea:valid,
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea:valid, #editor .block-editor-block-list__layout textarea.form-control.is-valid,
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea.is-valid,
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea.is-valid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem); }
  .was-validated #editor .block-editor-block-list__layout .form-select:valid, .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select:valid, .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select:valid, .was-validated #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:valid, #editor .block-editor-block-list__layout .form-select.is-valid, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select.is-valid, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select.is-valid, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select.is-valid {
    border-color: #1EAAA4;
    padding-right: 6.875rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231EAAA4' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 1.25rem center, center right 3.75rem;
    background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem); }
    .was-validated #editor .block-editor-block-list__layout .form-select:valid:focus, .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select:valid:focus, .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select:valid:focus, .was-validated #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:valid:focus, #editor .block-editor-block-list__layout .form-select.is-valid:focus, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select.is-valid:focus, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select.is-valid:focus, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select.is-valid:focus {
      border-color: #1EAAA4;
      box-shadow: 0 0 0 0.25rem rgba(30, 170, 164, 0.25); }
  .was-validated #editor .block-editor-block-list__layout .form-check-input:valid, #editor .block-editor-block-list__layout .form-check-input.is-valid {
    border-color: #1EAAA4; }
    .was-validated #editor .block-editor-block-list__layout .form-check-input:valid:checked, #editor .block-editor-block-list__layout .form-check-input.is-valid:checked {
      background-color: #1EAAA4; }
    .was-validated #editor .block-editor-block-list__layout .form-check-input:valid:focus, #editor .block-editor-block-list__layout .form-check-input.is-valid:focus {
      box-shadow: 0 0 0 0.25rem rgba(30, 170, 164, 0.25); }
    .was-validated #editor .block-editor-block-list__layout .form-check-input:valid ~ .form-check-label, #editor .block-editor-block-list__layout .form-check-input.is-valid ~ .form-check-label {
      color: #1EAAA4; }
  #editor .block-editor-block-list__layout .form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em; }
  .was-validated #editor .block-editor-block-list__layout .input-group .form-control:valid, .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=color], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=color],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=date], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=date],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=datetime-local], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=datetime-local],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=datetime], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=datetime],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=email], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=email],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=month], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=month],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=number], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=number],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=password], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=password],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=search], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=search],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=tel], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=tel],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=text], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=text],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=time], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=time],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=url], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=url],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:valid[type=week], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:valid[type=week],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme textarea:valid, .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group textarea:valid, .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=color], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=color],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=date], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=date],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=datetime-local], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=datetime-local],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=datetime], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=datetime],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=email], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=email],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=month], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=month],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=number], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=number],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=password], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=password],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=search], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=search],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=tel], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=tel],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=text], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=text],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=time], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=time],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=url], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=url],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:valid[type=week], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:valid[type=week],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme textarea:valid, .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group textarea:valid, #editor .block-editor-block-list__layout .input-group .form-control.is-valid, #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=color],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=date],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=datetime-local],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=datetime],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=email],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=month],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=number],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=password],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=search],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=tel],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=text],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=time],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=url],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-valid[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-valid[type=week],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme textarea.is-valid, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group textarea.is-valid, #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=color],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=date],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=datetime-local],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=datetime],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=email],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=month],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=number],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=password],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=search],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=tel],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=text],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=time],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=url],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-valid[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-valid[type=week],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme textarea.is-valid, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group textarea.is-valid, .was-validated #editor .block-editor-block-list__layout .input-group .form-select:valid, .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme select:valid, .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group select:valid, .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme select:valid, .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group select:valid, .was-validated #editor .block-editor-block-list__layout .input-group .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:valid, .was-validated #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group select:valid,
  #editor .block-editor-block-list__layout .input-group .form-select.is-valid,
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme select.is-valid,
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group select.is-valid,
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme select.is-valid,
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group select.is-valid,
  #editor .block-editor-block-list__layout .input-group .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select.is-valid,
  #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group select.is-valid {
    z-index: 3; }
  #editor .block-editor-block-list__layout .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.75em;
    color: #dc3545; }
  #editor .block-editor-block-list__layout .invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 1.09375rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9); }
  .was-validated #editor .block-editor-block-list__layout:invalid ~ .invalid-feedback,
  .was-validated #editor .block-editor-block-list__layout:invalid ~ .invalid-tooltip, #editor .block-editor-block-list__layout.is-invalid ~ .invalid-feedback,
  #editor .block-editor-block-list__layout.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated #editor .block-editor-block-list__layout .form-control:invalid, .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=color],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=date],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=datetime-local],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=datetime],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=email],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=month],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=number],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=password],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=search],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=tel],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=text],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=time],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=url],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid[type=week],
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea:invalid, .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=color],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=date],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=datetime-local],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=datetime],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=email],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=month],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=number],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=password],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=search],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=tel],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=text],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=time],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=url],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid[type=week],
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea:invalid, #editor .block-editor-block-list__layout .form-control.is-invalid, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=color],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=date],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=datetime-local],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=datetime],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=email],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=month],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=number],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=password],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=search],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=tel],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=text],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=time],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=url],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid[type=week],
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea.is-invalid, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=color],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=date],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=datetime-local],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=datetime],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=email],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=month],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=number],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=password],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=search],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=tel],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=text],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=time],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=url],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=week],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 1.5rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.375rem) center;
    background-size: calc(0.75em + 0.75rem) calc(0.75em + 0.75rem); }
    .was-validated #editor .block-editor-block-list__layout .form-control:invalid:focus, .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=color],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=date],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=datetime-local],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=datetime],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=email],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=month],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=number],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=password],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=search],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=tel],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=text],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=time],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=url],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input:invalid:focus[type=week],
    .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea:invalid:focus, .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=color],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=date],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=datetime-local],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=datetime],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=email],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=month],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=number],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=password],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=search],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=tel],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=text],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=time],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=url],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input:invalid:focus[type=week],
    .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea:invalid:focus, #editor .block-editor-block-list__layout .form-control.is-invalid:focus, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=color],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=date],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=datetime-local],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=datetime],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=email],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=month],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=number],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=password],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=search],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=tel],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=text],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=time],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=url],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme input.is-invalid:focus[type=week],
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea.is-invalid:focus, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=color],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=date],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=datetime-local],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=datetime],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=email],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=month],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=number],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=password],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=search],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=tel],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=text],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=time],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=url],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input.is-invalid:focus[type=week],
    #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea.is-invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated #editor .block-editor-block-list__layout textarea.form-control:invalid,
  .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea:invalid,
  .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea:invalid, #editor .block-editor-block-list__layout textarea.form-control.is-invalid,
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme textarea.is-invalid,
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea.is-invalid {
    padding-right: calc(1.5em + 1.5rem);
    background-position: top calc(0.375em + 0.375rem) right calc(0.375em + 0.375rem); }
  .was-validated #editor .block-editor-block-list__layout .form-select:invalid, .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select:invalid, .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select:invalid, .was-validated #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:invalid, #editor .block-editor-block-list__layout .form-select.is-invalid, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select.is-invalid, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select.is-invalid, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select.is-invalid {
    border-color: #dc3545;
    padding-right: 6.875rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 1.25rem center, center right 3.75rem;
    background-size: 16px 12px, calc(0.75em + 0.75rem) calc(0.75em + 0.75rem); }
    .was-validated #editor .block-editor-block-list__layout .form-select:invalid:focus, .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select:invalid:focus, .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select:invalid:focus, .was-validated #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:invalid:focus, #editor .block-editor-block-list__layout .form-select.is-invalid:focus, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme select.is-invalid:focus, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select.is-invalid:focus, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select.is-invalid:focus {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated #editor .block-editor-block-list__layout .form-check-input:invalid, #editor .block-editor-block-list__layout .form-check-input.is-invalid {
    border-color: #dc3545; }
    .was-validated #editor .block-editor-block-list__layout .form-check-input:invalid:checked, #editor .block-editor-block-list__layout .form-check-input.is-invalid:checked {
      background-color: #dc3545; }
    .was-validated #editor .block-editor-block-list__layout .form-check-input:invalid:focus, #editor .block-editor-block-list__layout .form-check-input.is-invalid:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
    .was-validated #editor .block-editor-block-list__layout .form-check-input:invalid ~ .form-check-label, #editor .block-editor-block-list__layout .form-check-input.is-invalid ~ .form-check-label {
      color: #dc3545; }
  #editor .block-editor-block-list__layout .form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em; }
  .was-validated #editor .block-editor-block-list__layout .input-group .form-control:invalid, .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=color], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=color],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=date], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=date],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=datetime-local], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=datetime-local],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=datetime], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=datetime],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=email], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=email],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=month], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=month],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=number], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=number],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=password], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=password],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=search], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=search],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=tel], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=tel],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=text], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=text],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=time], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=time],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=url], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=url],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input:invalid[type=week], .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input:invalid[type=week],
  .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme textarea:invalid, .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group textarea:invalid, .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=color], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=color],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=date], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=date],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=datetime-local], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=datetime-local],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=datetime], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=datetime],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=email], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=email],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=month], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=month],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=number], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=number],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=password], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=password],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=search], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=search],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=tel], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=tel],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=text], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=text],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=time], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=time],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=url], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=url],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input:invalid[type=week], .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input:invalid[type=week],
  .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme textarea:invalid, .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group textarea:invalid, #editor .block-editor-block-list__layout .input-group .form-control.is-invalid, #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=color],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=date],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=datetime-local],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=datetime],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=email],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=month],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=number],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=password],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=search],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=tel],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=text],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=time],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=url],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme input.is-invalid[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group input.is-invalid[type=week],
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme textarea.is-invalid, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group textarea.is-invalid, #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=color],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=date],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=datetime-local],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=datetime],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=email],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=month],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=number],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=password],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=search],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=tel],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=text],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=time],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=url],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme input.is-invalid[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group input.is-invalid[type=week],
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme textarea.is-invalid, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group textarea.is-invalid, .was-validated #editor .block-editor-block-list__layout .input-group .form-select:invalid, .was-validated #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme select:invalid, .was-validated #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group select:invalid, .was-validated #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme select:invalid, .was-validated #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group select:invalid, .was-validated #editor .block-editor-block-list__layout .input-group .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select:invalid, .was-validated #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group select:invalid,
  #editor .block-editor-block-list__layout .input-group .form-select.is-invalid,
  #editor .block-editor-block-list__layout .input-group body .gform_wrapper.gravity-theme select.is-invalid,
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .input-group select.is-invalid,
  #editor .block-editor-block-list__layout .input-group .elf__block .gform_wrapper.gravity-theme select.is-invalid,
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .input-group select.is-invalid,
  #editor .block-editor-block-list__layout .input-group .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select.is-invalid,
  #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group select.is-invalid {
    z-index: 3; }
  #editor .block-editor-block-list__layout .btn, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
    color: #002633;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 0 solid transparent;
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      #editor .block-editor-block-list__layout .btn, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
        transition: none; } }
    #editor .block-editor-block-list__layout .btn:hover, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input:hover[type="submit"] {
      color: #002633; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn, .btn-check:focus + #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout .btn:focus, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input:focus[type="submit"] {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }
    #editor .block-editor-block-list__layout .btn:disabled, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input:disabled[type="submit"], #editor .block-editor-block-list__layout .btn.disabled, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.disabled[type="submit"],
    fieldset:disabled #editor .block-editor-block-list__layout .btn,
    fieldset:disabled #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
      pointer-events: none;
      opacity: 0.65; }
  #editor .block-editor-block-list__layout .btn-primary {
    color: #fff;
    background-color: #007FA3;
    background-image: var(--wiaw-bs-gradient);
    border-color: #007FA3; }
    #editor .block-editor-block-list__layout .btn-primary:hover {
      color: #fff;
      background-color: #006c8b;
      background-image: var(--wiaw-bs-gradient);
      border-color: #006682; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-primary, #editor .block-editor-block-list__layout .btn-primary:focus {
      color: #fff;
      background-color: #006c8b;
      background-image: var(--wiaw-bs-gradient);
      border-color: #006682;
      box-shadow: 0 0 0 0.25rem rgba(38, 146, 177, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-primary,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-primary, #editor .block-editor-block-list__layout .btn-primary:active, #editor .block-editor-block-list__layout .btn-primary.active,
    .show > #editor .block-editor-block-list__layout .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #006682;
      background-image: none;
      border-color: #005f7a; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-primary:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-primary:focus, #editor .block-editor-block-list__layout .btn-primary:active:focus, #editor .block-editor-block-list__layout .btn-primary.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(38, 146, 177, 0.5); }
    #editor .block-editor-block-list__layout .btn-primary:disabled, #editor .block-editor-block-list__layout .btn-primary.disabled {
      color: #fff;
      background-color: #007FA3;
      background-image: none;
      border-color: #007FA3; }
  #editor .block-editor-block-list__layout .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    background-image: var(--wiaw-bs-gradient);
    border-color: #6c757d; }
    #editor .block-editor-block-list__layout .btn-secondary:hover {
      color: #fff;
      background-color: #5c636a;
      background-image: var(--wiaw-bs-gradient);
      border-color: #565e64; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-secondary, #editor .block-editor-block-list__layout .btn-secondary:focus {
      color: #fff;
      background-color: #5c636a;
      background-image: var(--wiaw-bs-gradient);
      border-color: #565e64;
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-secondary,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-secondary, #editor .block-editor-block-list__layout .btn-secondary:active, #editor .block-editor-block-list__layout .btn-secondary.active,
    .show > #editor .block-editor-block-list__layout .btn-secondary.dropdown-toggle {
      color: #fff;
      background-color: #565e64;
      background-image: none;
      border-color: #51585e; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-secondary:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-secondary:focus, #editor .block-editor-block-list__layout .btn-secondary:active:focus, #editor .block-editor-block-list__layout .btn-secondary.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
    #editor .block-editor-block-list__layout .btn-secondary:disabled, #editor .block-editor-block-list__layout .btn-secondary.disabled {
      color: #fff;
      background-color: #6c757d;
      background-image: none;
      border-color: #6c757d; }
  #editor .block-editor-block-list__layout .btn-success {
    color: #000;
    background-color: #1EAAA4;
    background-image: var(--wiaw-bs-gradient);
    border-color: #1EAAA4; }
    #editor .block-editor-block-list__layout .btn-success:hover {
      color: #000;
      background-color: #40b7b2;
      background-image: var(--wiaw-bs-gradient);
      border-color: #35b3ad; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-success, #editor .block-editor-block-list__layout .btn-success:focus {
      color: #000;
      background-color: #40b7b2;
      background-image: var(--wiaw-bs-gradient);
      border-color: #35b3ad;
      box-shadow: 0 0 0 0.25rem rgba(26, 145, 139, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-success,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-success, #editor .block-editor-block-list__layout .btn-success:active, #editor .block-editor-block-list__layout .btn-success.active,
    .show > #editor .block-editor-block-list__layout .btn-success.dropdown-toggle {
      color: #000;
      background-color: #4bbbb6;
      background-image: none;
      border-color: #35b3ad; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-success:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-success:focus, #editor .block-editor-block-list__layout .btn-success:active:focus, #editor .block-editor-block-list__layout .btn-success.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(26, 145, 139, 0.5); }
    #editor .block-editor-block-list__layout .btn-success:disabled, #editor .block-editor-block-list__layout .btn-success.disabled {
      color: #000;
      background-color: #1EAAA4;
      background-image: none;
      border-color: #1EAAA4; }
  #editor .block-editor-block-list__layout .btn-info {
    color: #000;
    background-color: #C99E67;
    background-image: var(--wiaw-bs-gradient);
    border-color: #C99E67; }
    #editor .block-editor-block-list__layout .btn-info:hover {
      color: #000;
      background-color: #d1ad7e;
      background-image: var(--wiaw-bs-gradient);
      border-color: #cea876; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-info, #editor .block-editor-block-list__layout .btn-info:focus {
      color: #000;
      background-color: #d1ad7e;
      background-image: var(--wiaw-bs-gradient);
      border-color: #cea876;
      box-shadow: 0 0 0 0.25rem rgba(171, 134, 88, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-info,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-info, #editor .block-editor-block-list__layout .btn-info:active, #editor .block-editor-block-list__layout .btn-info.active,
    .show > #editor .block-editor-block-list__layout .btn-info.dropdown-toggle {
      color: #000;
      background-color: #d4b185;
      background-image: none;
      border-color: #cea876; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-info:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-info:focus, #editor .block-editor-block-list__layout .btn-info:active:focus, #editor .block-editor-block-list__layout .btn-info.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(171, 134, 88, 0.5); }
    #editor .block-editor-block-list__layout .btn-info:disabled, #editor .block-editor-block-list__layout .btn-info.disabled {
      color: #000;
      background-color: #C99E67;
      background-image: none;
      border-color: #C99E67; }
  #editor .block-editor-block-list__layout .btn-warning {
    color: #000;
    background-color: #ffc107;
    background-image: var(--wiaw-bs-gradient);
    border-color: #ffc107; }
    #editor .block-editor-block-list__layout .btn-warning:hover {
      color: #000;
      background-color: #ffca2c;
      background-image: var(--wiaw-bs-gradient);
      border-color: #ffc720; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-warning, #editor .block-editor-block-list__layout .btn-warning:focus {
      color: #000;
      background-color: #ffca2c;
      background-image: var(--wiaw-bs-gradient);
      border-color: #ffc720;
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-warning,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-warning, #editor .block-editor-block-list__layout .btn-warning:active, #editor .block-editor-block-list__layout .btn-warning.active,
    .show > #editor .block-editor-block-list__layout .btn-warning.dropdown-toggle {
      color: #000;
      background-color: #ffcd39;
      background-image: none;
      border-color: #ffc720; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-warning:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-warning:focus, #editor .block-editor-block-list__layout .btn-warning:active:focus, #editor .block-editor-block-list__layout .btn-warning.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
    #editor .block-editor-block-list__layout .btn-warning:disabled, #editor .block-editor-block-list__layout .btn-warning.disabled {
      color: #000;
      background-color: #ffc107;
      background-image: none;
      border-color: #ffc107; }
  #editor .block-editor-block-list__layout .btn-danger {
    color: #fff;
    background-color: #dc3545;
    background-image: var(--wiaw-bs-gradient);
    border-color: #dc3545; }
    #editor .block-editor-block-list__layout .btn-danger:hover {
      color: #fff;
      background-color: #bb2d3b;
      background-image: var(--wiaw-bs-gradient);
      border-color: #b02a37; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-danger, #editor .block-editor-block-list__layout .btn-danger:focus {
      color: #fff;
      background-color: #bb2d3b;
      background-image: var(--wiaw-bs-gradient);
      border-color: #b02a37;
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-danger,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-danger, #editor .block-editor-block-list__layout .btn-danger:active, #editor .block-editor-block-list__layout .btn-danger.active,
    .show > #editor .block-editor-block-list__layout .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #b02a37;
      background-image: none;
      border-color: #a52834; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-danger:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-danger:focus, #editor .block-editor-block-list__layout .btn-danger:active:focus, #editor .block-editor-block-list__layout .btn-danger.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
    #editor .block-editor-block-list__layout .btn-danger:disabled, #editor .block-editor-block-list__layout .btn-danger.disabled {
      color: #fff;
      background-color: #dc3545;
      background-image: none;
      border-color: #dc3545; }
  #editor .block-editor-block-list__layout .btn-light {
    color: #000;
    background-color: #f8f9fa;
    background-image: var(--wiaw-bs-gradient);
    border-color: #f8f9fa; }
    #editor .block-editor-block-list__layout .btn-light:hover {
      color: #000;
      background-color: #f9fafb;
      background-image: var(--wiaw-bs-gradient);
      border-color: #f9fafb; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-light, #editor .block-editor-block-list__layout .btn-light:focus {
      color: #000;
      background-color: #f9fafb;
      background-image: var(--wiaw-bs-gradient);
      border-color: #f9fafb;
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-light,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-light, #editor .block-editor-block-list__layout .btn-light:active, #editor .block-editor-block-list__layout .btn-light.active,
    .show > #editor .block-editor-block-list__layout .btn-light.dropdown-toggle {
      color: #000;
      background-color: #f9fafb;
      background-image: none;
      border-color: #f9fafb; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-light:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-light:focus, #editor .block-editor-block-list__layout .btn-light:active:focus, #editor .block-editor-block-list__layout .btn-light.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
    #editor .block-editor-block-list__layout .btn-light:disabled, #editor .block-editor-block-list__layout .btn-light.disabled {
      color: #000;
      background-color: #f8f9fa;
      background-image: none;
      border-color: #f8f9fa; }
  #editor .block-editor-block-list__layout .btn-dark {
    color: #fff;
    background-color: #212529;
    background-image: var(--wiaw-bs-gradient);
    border-color: #212529; }
    #editor .block-editor-block-list__layout .btn-dark:hover {
      color: #fff;
      background-color: #1c1f23;
      background-image: var(--wiaw-bs-gradient);
      border-color: #1a1e21; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-dark, #editor .block-editor-block-list__layout .btn-dark:focus {
      color: #fff;
      background-color: #1c1f23;
      background-image: var(--wiaw-bs-gradient);
      border-color: #1a1e21;
      box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-dark,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-dark, #editor .block-editor-block-list__layout .btn-dark:active, #editor .block-editor-block-list__layout .btn-dark.active,
    .show > #editor .block-editor-block-list__layout .btn-dark.dropdown-toggle {
      color: #fff;
      background-color: #1a1e21;
      background-image: none;
      border-color: #191c1f; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-dark:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-dark:focus, #editor .block-editor-block-list__layout .btn-dark:active:focus, #editor .block-editor-block-list__layout .btn-dark.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
    #editor .block-editor-block-list__layout .btn-dark:disabled, #editor .block-editor-block-list__layout .btn-dark.disabled {
      color: #fff;
      background-color: #212529;
      background-image: none;
      border-color: #212529; }
  #editor .block-editor-block-list__layout .btn-outline-primary {
    color: #007FA3;
    border-color: #007FA3; }
    #editor .block-editor-block-list__layout .btn-outline-primary:hover {
      color: #fff;
      background-color: #007FA3;
      border-color: #007FA3; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-outline-primary, #editor .block-editor-block-list__layout .btn-outline-primary:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-primary,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-primary, #editor .block-editor-block-list__layout .btn-outline-primary:active, #editor .block-editor-block-list__layout .btn-outline-primary.active, #editor .block-editor-block-list__layout .btn-outline-primary.dropdown-toggle.show {
      color: #fff;
      background-color: #007FA3;
      border-color: #007FA3; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-primary:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-primary:focus, #editor .block-editor-block-list__layout .btn-outline-primary:active:focus, #editor .block-editor-block-list__layout .btn-outline-primary.active:focus, #editor .block-editor-block-list__layout .btn-outline-primary.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.5); }
    #editor .block-editor-block-list__layout .btn-outline-primary:disabled, #editor .block-editor-block-list__layout .btn-outline-primary.disabled {
      color: #007FA3;
      background-color: transparent; }
  #editor .block-editor-block-list__layout .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d; }
    #editor .block-editor-block-list__layout .btn-outline-secondary:hover {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-outline-secondary, #editor .block-editor-block-list__layout .btn-outline-secondary:focus {
      box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-secondary,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-secondary, #editor .block-editor-block-list__layout .btn-outline-secondary:active, #editor .block-editor-block-list__layout .btn-outline-secondary.active, #editor .block-editor-block-list__layout .btn-outline-secondary.dropdown-toggle.show {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-secondary:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-secondary:focus, #editor .block-editor-block-list__layout .btn-outline-secondary:active:focus, #editor .block-editor-block-list__layout .btn-outline-secondary.active:focus, #editor .block-editor-block-list__layout .btn-outline-secondary.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
    #editor .block-editor-block-list__layout .btn-outline-secondary:disabled, #editor .block-editor-block-list__layout .btn-outline-secondary.disabled {
      color: #6c757d;
      background-color: transparent; }
  #editor .block-editor-block-list__layout .btn-outline-success {
    color: #1EAAA4;
    border-color: #1EAAA4; }
    #editor .block-editor-block-list__layout .btn-outline-success:hover {
      color: #000;
      background-color: #1EAAA4;
      border-color: #1EAAA4; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-outline-success, #editor .block-editor-block-list__layout .btn-outline-success:focus {
      box-shadow: 0 0 0 0.25rem rgba(30, 170, 164, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-success,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-success, #editor .block-editor-block-list__layout .btn-outline-success:active, #editor .block-editor-block-list__layout .btn-outline-success.active, #editor .block-editor-block-list__layout .btn-outline-success.dropdown-toggle.show {
      color: #000;
      background-color: #1EAAA4;
      border-color: #1EAAA4; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-success:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-success:focus, #editor .block-editor-block-list__layout .btn-outline-success:active:focus, #editor .block-editor-block-list__layout .btn-outline-success.active:focus, #editor .block-editor-block-list__layout .btn-outline-success.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(30, 170, 164, 0.5); }
    #editor .block-editor-block-list__layout .btn-outline-success:disabled, #editor .block-editor-block-list__layout .btn-outline-success.disabled {
      color: #1EAAA4;
      background-color: transparent; }
  #editor .block-editor-block-list__layout .btn-outline-info {
    color: #C99E67;
    border-color: #C99E67; }
    #editor .block-editor-block-list__layout .btn-outline-info:hover {
      color: #000;
      background-color: #C99E67;
      border-color: #C99E67; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-outline-info, #editor .block-editor-block-list__layout .btn-outline-info:focus {
      box-shadow: 0 0 0 0.25rem rgba(201, 158, 103, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-info,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-info, #editor .block-editor-block-list__layout .btn-outline-info:active, #editor .block-editor-block-list__layout .btn-outline-info.active, #editor .block-editor-block-list__layout .btn-outline-info.dropdown-toggle.show {
      color: #000;
      background-color: #C99E67;
      border-color: #C99E67; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-info:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-info:focus, #editor .block-editor-block-list__layout .btn-outline-info:active:focus, #editor .block-editor-block-list__layout .btn-outline-info.active:focus, #editor .block-editor-block-list__layout .btn-outline-info.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(201, 158, 103, 0.5); }
    #editor .block-editor-block-list__layout .btn-outline-info:disabled, #editor .block-editor-block-list__layout .btn-outline-info.disabled {
      color: #C99E67;
      background-color: transparent; }
  #editor .block-editor-block-list__layout .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107; }
    #editor .block-editor-block-list__layout .btn-outline-warning:hover {
      color: #000;
      background-color: #ffc107;
      border-color: #ffc107; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-outline-warning, #editor .block-editor-block-list__layout .btn-outline-warning:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-warning,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-warning, #editor .block-editor-block-list__layout .btn-outline-warning:active, #editor .block-editor-block-list__layout .btn-outline-warning.active, #editor .block-editor-block-list__layout .btn-outline-warning.dropdown-toggle.show {
      color: #000;
      background-color: #ffc107;
      border-color: #ffc107; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-warning:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-warning:focus, #editor .block-editor-block-list__layout .btn-outline-warning:active:focus, #editor .block-editor-block-list__layout .btn-outline-warning.active:focus, #editor .block-editor-block-list__layout .btn-outline-warning.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
    #editor .block-editor-block-list__layout .btn-outline-warning:disabled, #editor .block-editor-block-list__layout .btn-outline-warning.disabled {
      color: #ffc107;
      background-color: transparent; }
  #editor .block-editor-block-list__layout .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545; }
    #editor .block-editor-block-list__layout .btn-outline-danger:hover {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-outline-danger, #editor .block-editor-block-list__layout .btn-outline-danger:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-danger,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-danger, #editor .block-editor-block-list__layout .btn-outline-danger:active, #editor .block-editor-block-list__layout .btn-outline-danger.active, #editor .block-editor-block-list__layout .btn-outline-danger.dropdown-toggle.show {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-danger:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-danger:focus, #editor .block-editor-block-list__layout .btn-outline-danger:active:focus, #editor .block-editor-block-list__layout .btn-outline-danger.active:focus, #editor .block-editor-block-list__layout .btn-outline-danger.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
    #editor .block-editor-block-list__layout .btn-outline-danger:disabled, #editor .block-editor-block-list__layout .btn-outline-danger.disabled {
      color: #dc3545;
      background-color: transparent; }
  #editor .block-editor-block-list__layout .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa; }
    #editor .block-editor-block-list__layout .btn-outline-light:hover {
      color: #000;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-outline-light, #editor .block-editor-block-list__layout .btn-outline-light:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-light,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-light, #editor .block-editor-block-list__layout .btn-outline-light:active, #editor .block-editor-block-list__layout .btn-outline-light.active, #editor .block-editor-block-list__layout .btn-outline-light.dropdown-toggle.show {
      color: #000;
      background-color: #f8f9fa;
      border-color: #f8f9fa; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-light:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-light:focus, #editor .block-editor-block-list__layout .btn-outline-light:active:focus, #editor .block-editor-block-list__layout .btn-outline-light.active:focus, #editor .block-editor-block-list__layout .btn-outline-light.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
    #editor .block-editor-block-list__layout .btn-outline-light:disabled, #editor .block-editor-block-list__layout .btn-outline-light.disabled {
      color: #f8f9fa;
      background-color: transparent; }
  #editor .block-editor-block-list__layout .btn-outline-dark {
    color: #212529;
    border-color: #212529; }
    #editor .block-editor-block-list__layout .btn-outline-dark:hover {
      color: #fff;
      background-color: #212529;
      border-color: #212529; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-outline-dark, #editor .block-editor-block-list__layout .btn-outline-dark:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-dark,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-dark, #editor .block-editor-block-list__layout .btn-outline-dark:active, #editor .block-editor-block-list__layout .btn-outline-dark.active, #editor .block-editor-block-list__layout .btn-outline-dark.dropdown-toggle.show {
      color: #fff;
      background-color: #212529;
      border-color: #212529; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-outline-dark:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-outline-dark:focus, #editor .block-editor-block-list__layout .btn-outline-dark:active:focus, #editor .block-editor-block-list__layout .btn-outline-dark.active:focus, #editor .block-editor-block-list__layout .btn-outline-dark.dropdown-toggle.show:focus {
        box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
    #editor .block-editor-block-list__layout .btn-outline-dark:disabled, #editor .block-editor-block-list__layout .btn-outline-dark.disabled {
      color: #212529;
      background-color: transparent; }
  #editor .block-editor-block-list__layout .btn-link {
    font-weight: 400;
    color: #007FA3;
    text-decoration: none; }
    #editor .block-editor-block-list__layout .btn-link:hover {
      color: #006682; }
    #editor .block-editor-block-list__layout .btn-link:disabled, #editor .block-editor-block-list__layout .btn-link.disabled {
      color: #6c757d; }
  #editor .block-editor-block-list__layout .btn-lg {
    padding: 0.5rem 1rem;
    font-size: calc(1.28125rem + 0.375vw);
    border-radius: 0; }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .btn-lg {
        font-size: 1.5625rem; } }
  #editor .block-editor-block-list__layout .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 1.09375rem;
    border-radius: 0; }
  #editor .block-editor-block-list__layout .fade {
    transition: opacity 0.15s linear; }
    @media (prefers-reduced-motion: reduce) {
      #editor .block-editor-block-list__layout .fade {
        transition: none; } }
    #editor .block-editor-block-list__layout .fade:not(.show) {
      opacity: 0; }
  #editor .block-editor-block-list__layout .collapse:not(.show) {
    display: none; }
  #editor .block-editor-block-list__layout .collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      #editor .block-editor-block-list__layout .collapsing {
        transition: none; } }
  #editor .block-editor-block-list__layout .dropup,
  #editor .block-editor-block-list__layout .dropend,
  #editor .block-editor-block-list__layout .dropdown,
  #editor .block-editor-block-list__layout .dropstart {
    position: relative; }
  #editor .block-editor-block-list__layout .dropdown-toggle {
    white-space: nowrap; }
    #editor .block-editor-block-list__layout .dropdown-toggle::after {
      display: inline-block;
      margin-left: 0.255em;
      vertical-align: 0.255em;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-bottom: 0;
      border-left: 0.3em solid transparent; }
    #editor .block-editor-block-list__layout .dropdown-toggle:empty::after {
      margin-left: 0; }
  #editor .block-editor-block-list__layout .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1.25rem;
    color: #002633;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15); }
    #editor .block-editor-block-list__layout .dropdown-menu[data-bs-popper] {
      left: 0;
      margin-top: 0.125rem; }
  #editor .block-editor-block-list__layout .dropdown-menu-start {
    --bs-position: start; }
    #editor .block-editor-block-list__layout .dropdown-menu-start[data-bs-popper] {
      right: auto /* rtl:ignore */;
      left: 0 /* rtl:ignore */; }
  #editor .block-editor-block-list__layout .dropdown-menu-end {
    --bs-position: end; }
    #editor .block-editor-block-list__layout .dropdown-menu-end[data-bs-popper] {
      right: 0 /* rtl:ignore */;
      left: auto /* rtl:ignore */; }
  @media (min-width: 576px) {
    #editor .block-editor-block-list__layout .dropdown-menu-sm-start {
      --bs-position: start; }
      #editor .block-editor-block-list__layout .dropdown-menu-sm-start[data-bs-popper] {
        right: auto /* rtl:ignore */;
        left: 0 /* rtl:ignore */; }
    #editor .block-editor-block-list__layout .dropdown-menu-sm-end {
      --bs-position: end; }
      #editor .block-editor-block-list__layout .dropdown-menu-sm-end[data-bs-popper] {
        right: 0 /* rtl:ignore */;
        left: auto /* rtl:ignore */; } }
  @media (min-width: 768px) {
    #editor .block-editor-block-list__layout .dropdown-menu-md-start {
      --bs-position: start; }
      #editor .block-editor-block-list__layout .dropdown-menu-md-start[data-bs-popper] {
        right: auto /* rtl:ignore */;
        left: 0 /* rtl:ignore */; }
    #editor .block-editor-block-list__layout .dropdown-menu-md-end {
      --bs-position: end; }
      #editor .block-editor-block-list__layout .dropdown-menu-md-end[data-bs-popper] {
        right: 0 /* rtl:ignore */;
        left: auto /* rtl:ignore */; } }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .dropdown-menu-lg-start {
      --bs-position: start; }
      #editor .block-editor-block-list__layout .dropdown-menu-lg-start[data-bs-popper] {
        right: auto /* rtl:ignore */;
        left: 0 /* rtl:ignore */; }
    #editor .block-editor-block-list__layout .dropdown-menu-lg-end {
      --bs-position: end; }
      #editor .block-editor-block-list__layout .dropdown-menu-lg-end[data-bs-popper] {
        right: 0 /* rtl:ignore */;
        left: auto /* rtl:ignore */; } }
  @media (min-width: 1200px) {
    #editor .block-editor-block-list__layout .dropdown-menu-xl-start {
      --bs-position: start; }
      #editor .block-editor-block-list__layout .dropdown-menu-xl-start[data-bs-popper] {
        right: auto /* rtl:ignore */;
        left: 0 /* rtl:ignore */; }
    #editor .block-editor-block-list__layout .dropdown-menu-xl-end {
      --bs-position: end; }
      #editor .block-editor-block-list__layout .dropdown-menu-xl-end[data-bs-popper] {
        right: 0 /* rtl:ignore */;
        left: auto /* rtl:ignore */; } }
  @media (min-width: 1400px) {
    #editor .block-editor-block-list__layout .dropdown-menu-xxl-start {
      --bs-position: start; }
      #editor .block-editor-block-list__layout .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto /* rtl:ignore */;
        left: 0 /* rtl:ignore */; }
    #editor .block-editor-block-list__layout .dropdown-menu-xxl-end {
      --bs-position: end; }
      #editor .block-editor-block-list__layout .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0 /* rtl:ignore */;
        left: auto /* rtl:ignore */; } }
  #editor .block-editor-block-list__layout .dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem; }
  #editor .block-editor-block-list__layout .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }
  #editor .block-editor-block-list__layout .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }
  #editor .block-editor-block-list__layout .dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%; }
    #editor .block-editor-block-list__layout .dropend .dropdown-menu[data-bs-popper] {
      margin-top: 0;
      margin-left: 0.125rem; }
  #editor .block-editor-block-list__layout .dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; }
  #editor .block-editor-block-list__layout .dropend .dropdown-toggle:empty::after {
    margin-left: 0; }
  #editor .block-editor-block-list__layout .dropend .dropdown-toggle::after {
    vertical-align: 0; }
  #editor .block-editor-block-list__layout .dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto; }
    #editor .block-editor-block-list__layout .dropstart .dropdown-menu[data-bs-popper] {
      margin-top: 0;
      margin-right: 0.125rem; }
  #editor .block-editor-block-list__layout .dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; }
  #editor .block-editor-block-list__layout .dropstart .dropdown-toggle::after {
    display: none; }
  #editor .block-editor-block-list__layout .dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; }
  #editor .block-editor-block-list__layout .dropstart .dropdown-toggle:empty::after {
    margin-left: 0; }
  #editor .block-editor-block-list__layout .dropstart .dropdown-toggle::before {
    vertical-align: 0; }
  #editor .block-editor-block-list__layout .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15); }
  #editor .block-editor-block-list__layout .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0; }
    #editor .block-editor-block-list__layout .dropdown-item:hover, #editor .block-editor-block-list__layout .dropdown-item:focus {
      color: #1e2125;
      background-color: #e9ecef;
      background-image: var(--wiaw-bs-gradient); }
    #editor .block-editor-block-list__layout .dropdown-item.active, #editor .block-editor-block-list__layout .dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #007FA3;
      background-image: var(--wiaw-bs-gradient); }
    #editor .block-editor-block-list__layout .dropdown-item.disabled, #editor .block-editor-block-list__layout .dropdown-item:disabled {
      color: #adb5bd;
      pointer-events: none;
      background-color: transparent;
      background-image: none; }
  #editor .block-editor-block-list__layout .dropdown-menu.show {
    display: block; }
  #editor .block-editor-block-list__layout .dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1.09375rem;
    color: #6c757d;
    white-space: nowrap; }
  #editor .block-editor-block-list__layout .dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529; }
  #editor .block-editor-block-list__layout .dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15); }
    #editor .block-editor-block-list__layout .dropdown-menu-dark .dropdown-item {
      color: #dee2e6; }
      #editor .block-editor-block-list__layout .dropdown-menu-dark .dropdown-item:hover, #editor .block-editor-block-list__layout .dropdown-menu-dark .dropdown-item:focus {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.15);
        background-image: var(--wiaw-bs-gradient); }
      #editor .block-editor-block-list__layout .dropdown-menu-dark .dropdown-item.active, #editor .block-editor-block-list__layout .dropdown-menu-dark .dropdown-item:active {
        color: #fff;
        background-color: #007FA3;
        background-image: var(--wiaw-bs-gradient); }
      #editor .block-editor-block-list__layout .dropdown-menu-dark .dropdown-item.disabled, #editor .block-editor-block-list__layout .dropdown-menu-dark .dropdown-item:disabled {
        color: #adb5bd; }
    #editor .block-editor-block-list__layout .dropdown-menu-dark .dropdown-divider {
      border-color: rgba(0, 0, 0, 0.15); }
    #editor .block-editor-block-list__layout .dropdown-menu-dark .dropdown-item-text {
      color: #dee2e6; }
    #editor .block-editor-block-list__layout .dropdown-menu-dark .dropdown-header {
      color: #adb5bd; }
  #editor .block-editor-block-list__layout .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
  #editor .block-editor-block-list__layout .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      #editor .block-editor-block-list__layout .nav-link {
        transition: none; } }
    #editor .block-editor-block-list__layout .nav-link.disabled {
      color: #6c757d;
      pointer-events: none;
      cursor: default; }
  #editor .block-editor-block-list__layout .nav-tabs {
    border-bottom: 1px solid #dee2e6; }
    #editor .block-editor-block-list__layout .nav-tabs .nav-link {
      margin-bottom: -1px;
      background: none;
      border: 1px solid transparent; }
      #editor .block-editor-block-list__layout .nav-tabs .nav-link:hover, #editor .block-editor-block-list__layout .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6;
        isolation: isolate; }
      #editor .block-editor-block-list__layout .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent; }
    #editor .block-editor-block-list__layout .nav-tabs .nav-link.active,
    #editor .block-editor-block-list__layout .nav-tabs .nav-item.show .nav-link {
      color: #495057;
      background-color: #fff;
      border-color: #dee2e6 #dee2e6 #fff; }
    #editor .block-editor-block-list__layout .nav-tabs .dropdown-menu {
      margin-top: -1px; }
  #editor .block-editor-block-list__layout .nav-pills .nav-link {
    background: none;
    border: 0; }
  #editor .block-editor-block-list__layout .nav-pills .nav-link.active,
  #editor .block-editor-block-list__layout .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007FA3;
    background-image: var(--wiaw-bs-gradient); }
  #editor .block-editor-block-list__layout .nav-fill > .nav-link,
  #editor .block-editor-block-list__layout .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center; }
  #editor .block-editor-block-list__layout .nav-justified > .nav-link,
  #editor .block-editor-block-list__layout .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center; }
  #editor .block-editor-block-list__layout .nav-fill .nav-item .nav-link,
  #editor .block-editor-block-list__layout .nav-justified .nav-item .nav-link {
    width: 100%; }
  #editor .block-editor-block-list__layout .tab-content > .tab-pane {
    display: none; }
  #editor .block-editor-block-list__layout .tab-content > .active {
    display: block; }
  #editor .block-editor-block-list__layout .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-image: var(--wiaw-bs-gradient); }
    #editor .block-editor-block-list__layout .navbar > .container, #editor .block-editor-block-list__layout .navbar > .elf__block,
    #editor .block-editor-block-list__layout .navbar > .container-fluid, #editor .block-editor-block-list__layout .navbar > .container-sm, #editor .block-editor-block-list__layout .navbar > .container-md, #editor .block-editor-block-list__layout .navbar > .container-lg, #editor .block-editor-block-list__layout .navbar > .container-xl, #editor .block-editor-block-list__layout .navbar > .container-xxl {
      display: flex;
      flex-wrap: inherit;
      align-items: center;
      justify-content: space-between; }
  #editor .block-editor-block-list__layout .navbar-brand {
    padding-top: 0.26562rem;
    padding-bottom: 0.26562rem;
    margin-right: 1rem;
    font-size: calc(1.28125rem + 0.375vw);
    white-space: nowrap; }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .navbar-brand {
        font-size: 1.5625rem; } }
  #editor .block-editor-block-list__layout .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    #editor .block-editor-block-list__layout .navbar-nav .nav-link {
      padding-right: 0;
      padding-left: 0; }
    #editor .block-editor-block-list__layout .navbar-nav .dropdown-menu {
      position: static; }
  #editor .block-editor-block-list__layout .navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  #editor .block-editor-block-list__layout .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center; }
  #editor .block-editor-block-list__layout .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: calc(1.28125rem + 0.375vw);
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    transition: box-shadow 0.15s ease-in-out; }
    @media (min-width: 1200px) {
      #editor .block-editor-block-list__layout .navbar-toggler {
        font-size: 1.5625rem; } }
    @media (prefers-reduced-motion: reduce) {
      #editor .block-editor-block-list__layout .navbar-toggler {
        transition: none; } }
    #editor .block-editor-block-list__layout .navbar-toggler:hover {
      text-decoration: none; }
    #editor .block-editor-block-list__layout .navbar-toggler:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: 0 0 0 0.25rem; }
  #editor .block-editor-block-list__layout .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  #editor .block-editor-block-list__layout .navbar-nav-scroll {
    max-height: var(--wiaw-bs-scroll-height, 75vh);
    overflow-y: auto; }
  @media (min-width: 576px) {
    #editor .block-editor-block-list__layout .navbar-expand-sm {
      flex-wrap: nowrap;
      justify-content: flex-start; }
      #editor .block-editor-block-list__layout .navbar-expand-sm .navbar-nav {
        flex-direction: row; }
        #editor .block-editor-block-list__layout .navbar-expand-sm .navbar-nav .dropdown-menu {
          position: absolute; }
        #editor .block-editor-block-list__layout .navbar-expand-sm .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      #editor .block-editor-block-list__layout .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible; }
      #editor .block-editor-block-list__layout .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      #editor .block-editor-block-list__layout .navbar-expand-sm .navbar-toggler {
        display: none; } }
  @media (min-width: 768px) {
    #editor .block-editor-block-list__layout .navbar-expand-md {
      flex-wrap: nowrap;
      justify-content: flex-start; }
      #editor .block-editor-block-list__layout .navbar-expand-md .navbar-nav {
        flex-direction: row; }
        #editor .block-editor-block-list__layout .navbar-expand-md .navbar-nav .dropdown-menu {
          position: absolute; }
        #editor .block-editor-block-list__layout .navbar-expand-md .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      #editor .block-editor-block-list__layout .navbar-expand-md .navbar-nav-scroll {
        overflow: visible; }
      #editor .block-editor-block-list__layout .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      #editor .block-editor-block-list__layout .navbar-expand-md .navbar-toggler {
        display: none; } }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .navbar-expand-lg {
      flex-wrap: nowrap;
      justify-content: flex-start; }
      #editor .block-editor-block-list__layout .navbar-expand-lg .navbar-nav {
        flex-direction: row; }
        #editor .block-editor-block-list__layout .navbar-expand-lg .navbar-nav .dropdown-menu {
          position: absolute; }
        #editor .block-editor-block-list__layout .navbar-expand-lg .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      #editor .block-editor-block-list__layout .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible; }
      #editor .block-editor-block-list__layout .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      #editor .block-editor-block-list__layout .navbar-expand-lg .navbar-toggler {
        display: none; } }
  @media (min-width: 1200px) {
    #editor .block-editor-block-list__layout .navbar-expand-xl {
      flex-wrap: nowrap;
      justify-content: flex-start; }
      #editor .block-editor-block-list__layout .navbar-expand-xl .navbar-nav {
        flex-direction: row; }
        #editor .block-editor-block-list__layout .navbar-expand-xl .navbar-nav .dropdown-menu {
          position: absolute; }
        #editor .block-editor-block-list__layout .navbar-expand-xl .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      #editor .block-editor-block-list__layout .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible; }
      #editor .block-editor-block-list__layout .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      #editor .block-editor-block-list__layout .navbar-expand-xl .navbar-toggler {
        display: none; } }
  @media (min-width: 1400px) {
    #editor .block-editor-block-list__layout .navbar-expand-xxl {
      flex-wrap: nowrap;
      justify-content: flex-start; }
      #editor .block-editor-block-list__layout .navbar-expand-xxl .navbar-nav {
        flex-direction: row; }
        #editor .block-editor-block-list__layout .navbar-expand-xxl .navbar-nav .dropdown-menu {
          position: absolute; }
        #editor .block-editor-block-list__layout .navbar-expand-xxl .navbar-nav .nav-link {
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      #editor .block-editor-block-list__layout .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible; }
      #editor .block-editor-block-list__layout .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto; }
      #editor .block-editor-block-list__layout .navbar-expand-xxl .navbar-toggler {
        display: none; } }
  #editor .block-editor-block-list__layout .navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    #editor .block-editor-block-list__layout .navbar-expand .navbar-nav {
      flex-direction: row; }
      #editor .block-editor-block-list__layout .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute; }
      #editor .block-editor-block-list__layout .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    #editor .block-editor-block-list__layout .navbar-expand .navbar-nav-scroll {
      overflow: visible; }
    #editor .block-editor-block-list__layout .navbar-expand .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    #editor .block-editor-block-list__layout .navbar-expand .navbar-toggler {
      display: none; }
  #editor .block-editor-block-list__layout .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9); }
    #editor .block-editor-block-list__layout .navbar-light .navbar-brand:hover, #editor .block-editor-block-list__layout .navbar-light .navbar-brand:focus {
      color: rgba(0, 0, 0, 0.9); }
  #editor .block-editor-block-list__layout .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55); }
    #editor .block-editor-block-list__layout .navbar-light .navbar-nav .nav-link:hover, #editor .block-editor-block-list__layout .navbar-light .navbar-nav .nav-link:focus {
      color: rgba(0, 0, 0, 0.7); }
    #editor .block-editor-block-list__layout .navbar-light .navbar-nav .nav-link.disabled {
      color: rgba(0, 0, 0, 0.3); }
  #editor .block-editor-block-list__layout .navbar-light .navbar-nav .show > .nav-link,
  #editor .block-editor-block-list__layout .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9); }
  #editor .block-editor-block-list__layout .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1); }
  #editor .block-editor-block-list__layout .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  #editor .block-editor-block-list__layout .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55); }
    #editor .block-editor-block-list__layout .navbar-light .navbar-text a,
    #editor .block-editor-block-list__layout .navbar-light .navbar-text a:hover,
    #editor .block-editor-block-list__layout .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }
  #editor .block-editor-block-list__layout .navbar-dark .navbar-brand {
    color: #fff; }
    #editor .block-editor-block-list__layout .navbar-dark .navbar-brand:hover, #editor .block-editor-block-list__layout .navbar-dark .navbar-brand:focus {
      color: #fff; }
  #editor .block-editor-block-list__layout .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55); }
    #editor .block-editor-block-list__layout .navbar-dark .navbar-nav .nav-link:hover, #editor .block-editor-block-list__layout .navbar-dark .navbar-nav .nav-link:focus {
      color: rgba(255, 255, 255, 0.75); }
    #editor .block-editor-block-list__layout .navbar-dark .navbar-nav .nav-link.disabled {
      color: rgba(255, 255, 255, 0.25); }
  #editor .block-editor-block-list__layout .navbar-dark .navbar-nav .show > .nav-link,
  #editor .block-editor-block-list__layout .navbar-dark .navbar-nav .nav-link.active {
    color: #fff; }
  #editor .block-editor-block-list__layout .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1); }
  #editor .block-editor-block-list__layout .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  #editor .block-editor-block-list__layout .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55); }
    #editor .block-editor-block-list__layout .navbar-dark .navbar-text a,
    #editor .block-editor-block-list__layout .navbar-dark .navbar-text a:hover,
    #editor .block-editor-block-list__layout .navbar-dark .navbar-text a:focus {
      color: #fff; }
  #editor .block-editor-block-list__layout .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.25rem;
    color: #002633;
    text-align: left;
    background-color: #fff;
    border: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }
    @media (prefers-reduced-motion: reduce) {
      #editor .block-editor-block-list__layout .accordion-button {
        transition: none; } }
    #editor .block-editor-block-list__layout .accordion-button:not(.collapsed) {
      color: #007293;
      background-color: #e6f2f6;
      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
      #editor .block-editor-block-list__layout .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007293'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    #editor .block-editor-block-list__layout .accordion-button::after {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      content: "";
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23002633'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .accordion-button::after {
          transition: none; } }
    #editor .block-editor-block-list__layout .accordion-button:hover {
      z-index: 2; }
    #editor .block-editor-block-list__layout .accordion-button:focus {
      z-index: 3;
      border-color: #80bfd1;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.25); }
  #editor .block-editor-block-list__layout .accordion-header {
    margin-bottom: 0; }
  #editor .block-editor-block-list__layout .accordion-item {
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
    #editor .block-editor-block-list__layout .accordion-item:last-of-type {
      margin-bottom: 0; }
  #editor .block-editor-block-list__layout .accordion-body {
    padding: 1rem 1.25rem; }
  #editor .block-editor-block-list__layout .accordion-flush .accordion-collapse {
    border-width: 0; }
  #editor .block-editor-block-list__layout .accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0; }
    #editor .block-editor-block-list__layout .accordion-flush .accordion-item:first-child {
      border-top: 0; }
    #editor .block-editor-block-list__layout .accordion-flush .accordion-item:last-child {
      border-bottom: 0; }
  #editor .block-editor-block-list__layout .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none; }
  #editor .block-editor-block-list__layout .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    #editor .block-editor-block-list__layout .breadcrumb-item + .breadcrumb-item::before {
      float: left;
      padding-right: 0.5rem;
      color: #6c757d;
      content: var(--wiaw-bs-breadcrumb-divider, "/") /* rtl: var(--wiaw-bs-breadcrumb-divider, "/") */; }
  #editor .block-editor-block-list__layout .breadcrumb-item.active {
    color: #6c757d; }
  #editor .block-editor-block-list__layout .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    opacity: 0.5; }
    #editor .block-editor-block-list__layout .btn-close:hover {
      color: #000;
      text-decoration: none;
      opacity: 0.75; }
    #editor .block-editor-block-list__layout .btn-close:focus {
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgba(0, 127, 163, 0.25);
      opacity: 1; }
    #editor .block-editor-block-list__layout .btn-close:disabled, #editor .block-editor-block-list__layout .btn-close.disabled {
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      opacity: 0.25; }
  #editor .block-editor-block-list__layout .btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
            filter: invert(1) grayscale(100%) brightness(200%); }
  #editor .block-editor-block-list__layout .modal-open {
    overflow: hidden; }
    #editor .block-editor-block-list__layout .modal-open .modal {
      overflow-x: hidden;
      overflow-y: auto; }
  #editor .block-editor-block-list__layout .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0; }
  #editor .block-editor-block-list__layout .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none; }
    .modal.fade #editor .block-editor-block-list__layout .modal-dialog {
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
      -webkit-transform: translate(0, -50px);
              transform: translate(0, -50px); }
      @media (prefers-reduced-motion: reduce) {
        .modal.fade #editor .block-editor-block-list__layout .modal-dialog {
          transition: none; } }
    .modal.show #editor .block-editor-block-list__layout .modal-dialog {
      -webkit-transform: none;
              transform: none; }
    .modal.modal-static #editor .block-editor-block-list__layout .modal-dialog {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }
  #editor .block-editor-block-list__layout .modal-dialog-scrollable {
    height: calc(100% - 1rem); }
    #editor .block-editor-block-list__layout .modal-dialog-scrollable .modal-content {
      max-height: 100%;
      overflow: hidden; }
    #editor .block-editor-block-list__layout .modal-dialog-scrollable .modal-body {
      overflow-y: auto; }
  #editor .block-editor-block-list__layout .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem); }
  #editor .block-editor-block-list__layout .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0; }
  #editor .block-editor-block-list__layout .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000; }
    #editor .block-editor-block-list__layout .modal-backdrop.fade {
      opacity: 0; }
    #editor .block-editor-block-list__layout .modal-backdrop.show {
      opacity: 0.5; }
  #editor .block-editor-block-list__layout .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6; }
    #editor .block-editor-block-list__layout .modal-header .btn-close {
      padding: 0.5rem 0.5rem;
      margin: -0.5rem -0.5rem -0.5rem auto; }
  #editor .block-editor-block-list__layout .modal-title {
    margin-bottom: 0;
    line-height: 1.5; }
  #editor .block-editor-block-list__layout .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem; }
  #editor .block-editor-block-list__layout .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6; }
    #editor .block-editor-block-list__layout .modal-footer > * {
      margin: 0.25rem; }
  #editor .block-editor-block-list__layout .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 576px) {
    #editor .block-editor-block-list__layout .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto; }
    #editor .block-editor-block-list__layout .modal-dialog-scrollable {
      height: calc(100% - 3.5rem); }
    #editor .block-editor-block-list__layout .modal-dialog-centered {
      min-height: calc(100% - 3.5rem); }
    #editor .block-editor-block-list__layout .modal-sm {
      max-width: 300px; } }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .modal-lg,
    #editor .block-editor-block-list__layout .modal-xl {
      max-width: 800px; } }
  @media (min-width: 1200px) {
    #editor .block-editor-block-list__layout .modal-xl {
      max-width: 1140px; } }
  #editor .block-editor-block-list__layout .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    #editor .block-editor-block-list__layout .modal-fullscreen .modal-content {
      height: 100%;
      border: 0; }
    #editor .block-editor-block-list__layout .modal-fullscreen .modal-body {
      overflow-y: auto; }
  @media (max-width: 575.98px) {
    #editor .block-editor-block-list__layout .modal-fullscreen-sm-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      #editor .block-editor-block-list__layout .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0; }
      #editor .block-editor-block-list__layout .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto; } }
  @media (max-width: 767.98px) {
    #editor .block-editor-block-list__layout .modal-fullscreen-md-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      #editor .block-editor-block-list__layout .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0; }
      #editor .block-editor-block-list__layout .modal-fullscreen-md-down .modal-body {
        overflow-y: auto; } }
  @media (max-width: 991.98px) {
    #editor .block-editor-block-list__layout .modal-fullscreen-lg-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      #editor .block-editor-block-list__layout .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0; }
      #editor .block-editor-block-list__layout .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto; } }
  @media (max-width: 1199.98px) {
    #editor .block-editor-block-list__layout .modal-fullscreen-xl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      #editor .block-editor-block-list__layout .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0; }
      #editor .block-editor-block-list__layout .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto; } }
  @media (max-width: 1399.98px) {
    #editor .block-editor-block-list__layout .modal-fullscreen-xxl-down {
      width: 100vw;
      max-width: none;
      height: 100%;
      margin: 0; }
      #editor .block-editor-block-list__layout .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0; }
      #editor .block-editor-block-list__layout .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto; } }
  #editor .block-editor-block-list__layout .clearfix::after {
    display: block;
    clear: both;
    content: ""; }
  #editor .block-editor-block-list__layout .link-primary {
    color: #007FA3; }
    #editor .block-editor-block-list__layout .link-primary:hover, #editor .block-editor-block-list__layout .link-primary:focus {
      color: #006682; }
  #editor .block-editor-block-list__layout .link-secondary {
    color: #6c757d; }
    #editor .block-editor-block-list__layout .link-secondary:hover, #editor .block-editor-block-list__layout .link-secondary:focus {
      color: #565e64; }
  #editor .block-editor-block-list__layout .link-success {
    color: #1EAAA4; }
    #editor .block-editor-block-list__layout .link-success:hover, #editor .block-editor-block-list__layout .link-success:focus {
      color: #4bbbb6; }
  #editor .block-editor-block-list__layout .link-info {
    color: #C99E67; }
    #editor .block-editor-block-list__layout .link-info:hover, #editor .block-editor-block-list__layout .link-info:focus {
      color: #d4b185; }
  #editor .block-editor-block-list__layout .link-warning {
    color: #ffc107; }
    #editor .block-editor-block-list__layout .link-warning:hover, #editor .block-editor-block-list__layout .link-warning:focus {
      color: #ffcd39; }
  #editor .block-editor-block-list__layout .link-danger {
    color: #dc3545; }
    #editor .block-editor-block-list__layout .link-danger:hover, #editor .block-editor-block-list__layout .link-danger:focus {
      color: #b02a37; }
  #editor .block-editor-block-list__layout .link-light {
    color: #f8f9fa; }
    #editor .block-editor-block-list__layout .link-light:hover, #editor .block-editor-block-list__layout .link-light:focus {
      color: #f9fafb; }
  #editor .block-editor-block-list__layout .link-dark {
    color: #212529; }
    #editor .block-editor-block-list__layout .link-dark:hover, #editor .block-editor-block-list__layout .link-dark:focus {
      color: #1a1e21; }
  #editor .block-editor-block-list__layout .ratio {
    position: relative;
    width: 100%; }
    #editor .block-editor-block-list__layout .ratio::before {
      display: block;
      padding-top: var(--wiaw-bs-aspect-ratio);
      content: ""; }
    #editor .block-editor-block-list__layout .ratio > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #editor .block-editor-block-list__layout .ratio-1x1 {
    --wiaw-bs-aspect-ratio: 100%; }
  #editor .block-editor-block-list__layout .ratio-4x3 {
    --wiaw-bs-aspect-ratio: calc(3 / 4 * 100%); }
  #editor .block-editor-block-list__layout .ratio-16x9 {
    --wiaw-bs-aspect-ratio: calc(9 / 16 * 100%); }
  #editor .block-editor-block-list__layout .ratio-21x9 {
    --wiaw-bs-aspect-ratio: calc(9 / 21 * 100%); }
  #editor .block-editor-block-list__layout .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
  #editor .block-editor-block-list__layout .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030; }
  #editor .block-editor-block-list__layout .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  @media (min-width: 576px) {
    #editor .block-editor-block-list__layout .sticky-sm-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  @media (min-width: 768px) {
    #editor .block-editor-block-list__layout .sticky-md-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .sticky-lg-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  @media (min-width: 1200px) {
    #editor .block-editor-block-list__layout .sticky-xl-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  @media (min-width: 1400px) {
    #editor .block-editor-block-list__layout .sticky-xxl-top {
      position: sticky;
      top: 0;
      z-index: 1020; } }
  #editor .block-editor-block-list__layout .visually-hidden,
  #editor .block-editor-block-list__layout .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important; }
  #editor .block-editor-block-list__layout .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""; }
  #editor .block-editor-block-list__layout .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #editor .block-editor-block-list__layout .align-baseline {
    vertical-align: baseline !important; }
  #editor .block-editor-block-list__layout .align-top {
    vertical-align: top !important; }
  #editor .block-editor-block-list__layout .align-middle {
    vertical-align: middle !important; }
  #editor .block-editor-block-list__layout .align-bottom {
    vertical-align: bottom !important; }
  #editor .block-editor-block-list__layout .align-text-bottom {
    vertical-align: text-bottom !important; }
  #editor .block-editor-block-list__layout .align-text-top {
    vertical-align: text-top !important; }
  #editor .block-editor-block-list__layout .float-start {
    float: left !important; }
  #editor .block-editor-block-list__layout .float-end {
    float: right !important; }
  #editor .block-editor-block-list__layout .float-none {
    float: none !important; }
  #editor .block-editor-block-list__layout .overflow-auto {
    overflow: auto !important; }
  #editor .block-editor-block-list__layout .overflow-hidden {
    overflow: hidden !important; }
  #editor .block-editor-block-list__layout .overflow-visible {
    overflow: visible !important; }
  #editor .block-editor-block-list__layout .overflow-scroll {
    overflow: scroll !important; }
  #editor .block-editor-block-list__layout .d-inline {
    display: inline !important; }
  #editor .block-editor-block-list__layout .d-inline-block {
    display: inline-block !important; }
  #editor .block-editor-block-list__layout .d-block {
    display: block !important; }
  #editor .block-editor-block-list__layout .d-grid {
    display: grid !important; }
  #editor .block-editor-block-list__layout .d-table {
    display: table !important; }
  #editor .block-editor-block-list__layout .d-table-row {
    display: table-row !important; }
  #editor .block-editor-block-list__layout .d-table-cell {
    display: table-cell !important; }
  #editor .block-editor-block-list__layout .d-flex {
    display: flex !important; }
  #editor .block-editor-block-list__layout .d-inline-flex {
    display: inline-flex !important; }
  #editor .block-editor-block-list__layout .d-none {
    display: none !important; }
  #editor .block-editor-block-list__layout .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  #editor .block-editor-block-list__layout .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  #editor .block-editor-block-list__layout .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  #editor .block-editor-block-list__layout .shadow-none {
    box-shadow: none !important; }
  #editor .block-editor-block-list__layout .position-static {
    position: static !important; }
  #editor .block-editor-block-list__layout .position-relative {
    position: relative !important; }
  #editor .block-editor-block-list__layout .position-absolute {
    position: absolute !important; }
  #editor .block-editor-block-list__layout .position-fixed {
    position: fixed !important; }
  #editor .block-editor-block-list__layout .position-sticky {
    position: sticky !important; }
  #editor .block-editor-block-list__layout .top-0 {
    top: 0 !important; }
  #editor .block-editor-block-list__layout .top-50 {
    top: 50% !important; }
  #editor .block-editor-block-list__layout .top-100 {
    top: 100% !important; }
  #editor .block-editor-block-list__layout .bottom-0 {
    bottom: 0 !important; }
  #editor .block-editor-block-list__layout .bottom-50 {
    bottom: 50% !important; }
  #editor .block-editor-block-list__layout .bottom-100 {
    bottom: 100% !important; }
  #editor .block-editor-block-list__layout .start-0 {
    left: 0 !important; }
  #editor .block-editor-block-list__layout .start-50 {
    left: 50% !important; }
  #editor .block-editor-block-list__layout .start-100 {
    left: 100% !important; }
  #editor .block-editor-block-list__layout .end-0 {
    right: 0 !important; }
  #editor .block-editor-block-list__layout .end-50 {
    right: 50% !important; }
  #editor .block-editor-block-list__layout .end-100 {
    right: 100% !important; }
  #editor .block-editor-block-list__layout .translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important; }
  #editor .block-editor-block-list__layout .translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important; }
  #editor .block-editor-block-list__layout .translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important; }
  #editor .block-editor-block-list__layout .border {
    border: 1px solid #dee2e6 !important; }
  #editor .block-editor-block-list__layout .border-0 {
    border: 0 !important; }
  #editor .block-editor-block-list__layout .border-top {
    border-top: 1px solid #dee2e6 !important; }
  #editor .block-editor-block-list__layout .border-top-0 {
    border-top: 0 !important; }
  #editor .block-editor-block-list__layout .border-end {
    border-right: 1px solid #dee2e6 !important; }
  #editor .block-editor-block-list__layout .border-end-0 {
    border-right: 0 !important; }
  #editor .block-editor-block-list__layout .border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  #editor .block-editor-block-list__layout .border-bottom-0 {
    border-bottom: 0 !important; }
  #editor .block-editor-block-list__layout .border-start {
    border-left: 1px solid #dee2e6 !important; }
  #editor .block-editor-block-list__layout .border-start-0 {
    border-left: 0 !important; }
  #editor .block-editor-block-list__layout .border-primary {
    border-color: #007FA3 !important; }
  #editor .block-editor-block-list__layout .border-secondary {
    border-color: #6c757d !important; }
  #editor .block-editor-block-list__layout .border-success {
    border-color: #1EAAA4 !important; }
  #editor .block-editor-block-list__layout .border-info {
    border-color: #C99E67 !important; }
  #editor .block-editor-block-list__layout .border-warning {
    border-color: #ffc107 !important; }
  #editor .block-editor-block-list__layout .border-danger {
    border-color: #dc3545 !important; }
  #editor .block-editor-block-list__layout .border-light {
    border-color: #f8f9fa !important; }
  #editor .block-editor-block-list__layout .border-dark {
    border-color: #212529 !important; }
  #editor .block-editor-block-list__layout .border-white {
    border-color: #fff !important; }
  #editor .block-editor-block-list__layout .border-1 {
    border-width: 1px !important; }
  #editor .block-editor-block-list__layout .border-2 {
    border-width: 2px !important; }
  #editor .block-editor-block-list__layout .border-3 {
    border-width: 3px !important; }
  #editor .block-editor-block-list__layout .border-4 {
    border-width: 4px !important; }
  #editor .block-editor-block-list__layout .border-5 {
    border-width: 5px !important; }
  #editor .block-editor-block-list__layout .w-25 {
    width: 25% !important; }
  #editor .block-editor-block-list__layout .w-50 {
    width: 50% !important; }
  #editor .block-editor-block-list__layout .w-75 {
    width: 75% !important; }
  #editor .block-editor-block-list__layout .w-100 {
    width: 100% !important; }
  #editor .block-editor-block-list__layout .w-auto {
    width: auto !important; }
  #editor .block-editor-block-list__layout .mw-100 {
    max-width: 100% !important; }
  #editor .block-editor-block-list__layout .vw-100 {
    width: 100vw !important; }
  #editor .block-editor-block-list__layout .min-vw-100 {
    min-width: 100vw !important; }
  #editor .block-editor-block-list__layout .h-25 {
    height: 25% !important; }
  #editor .block-editor-block-list__layout .h-50 {
    height: 50% !important; }
  #editor .block-editor-block-list__layout .h-75 {
    height: 75% !important; }
  #editor .block-editor-block-list__layout .h-100 {
    height: 100% !important; }
  #editor .block-editor-block-list__layout .h-auto {
    height: auto !important; }
  #editor .block-editor-block-list__layout .mh-100 {
    max-height: 100% !important; }
  #editor .block-editor-block-list__layout .vh-100 {
    height: 100vh !important; }
  #editor .block-editor-block-list__layout .min-vh-100 {
    min-height: 100vh !important; }
  #editor .block-editor-block-list__layout .flex-fill {
    flex: 1 1 auto !important; }
  #editor .block-editor-block-list__layout .flex-row {
    flex-direction: row !important; }
  #editor .block-editor-block-list__layout .flex-column {
    flex-direction: column !important; }
  #editor .block-editor-block-list__layout .flex-row-reverse {
    flex-direction: row-reverse !important; }
  #editor .block-editor-block-list__layout .flex-column-reverse {
    flex-direction: column-reverse !important; }
  #editor .block-editor-block-list__layout .flex-grow-0 {
    flex-grow: 0 !important; }
  #editor .block-editor-block-list__layout .flex-grow-1 {
    flex-grow: 1 !important; }
  #editor .block-editor-block-list__layout .flex-shrink-0 {
    flex-shrink: 0 !important; }
  #editor .block-editor-block-list__layout .flex-shrink-1 {
    flex-shrink: 1 !important; }
  #editor .block-editor-block-list__layout .flex-wrap {
    flex-wrap: wrap !important; }
  #editor .block-editor-block-list__layout .flex-nowrap {
    flex-wrap: nowrap !important; }
  #editor .block-editor-block-list__layout .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  #editor .block-editor-block-list__layout .gap-0 {
    gap: 0 !important; }
  #editor .block-editor-block-list__layout .gap-1 {
    gap: 0.25rem !important; }
  #editor .block-editor-block-list__layout .gap-2 {
    gap: 0.5rem !important; }
  #editor .block-editor-block-list__layout .gap-3 {
    gap: 1rem !important; }
  #editor .block-editor-block-list__layout .gap-4 {
    gap: 1.5rem !important; }
  #editor .block-editor-block-list__layout .gap-5 {
    gap: 3rem !important; }
  #editor .block-editor-block-list__layout .gap-8 {
    gap: 4rem !important; }
  #editor .block-editor-block-list__layout .gap-10 {
    gap: 5rem !important; }
  #editor .block-editor-block-list__layout .justify-content-start {
    justify-content: flex-start !important; }
  #editor .block-editor-block-list__layout .justify-content-end {
    justify-content: flex-end !important; }
  #editor .block-editor-block-list__layout .justify-content-center {
    justify-content: center !important; }
  #editor .block-editor-block-list__layout .justify-content-between {
    justify-content: space-between !important; }
  #editor .block-editor-block-list__layout .justify-content-around {
    justify-content: space-around !important; }
  #editor .block-editor-block-list__layout .justify-content-evenly {
    justify-content: space-evenly !important; }
  #editor .block-editor-block-list__layout .align-items-start {
    align-items: flex-start !important; }
  #editor .block-editor-block-list__layout .align-items-end {
    align-items: flex-end !important; }
  #editor .block-editor-block-list__layout .align-items-center {
    align-items: center !important; }
  #editor .block-editor-block-list__layout .align-items-baseline {
    align-items: baseline !important; }
  #editor .block-editor-block-list__layout .align-items-stretch {
    align-items: stretch !important; }
  #editor .block-editor-block-list__layout .align-content-start {
    align-content: flex-start !important; }
  #editor .block-editor-block-list__layout .align-content-end {
    align-content: flex-end !important; }
  #editor .block-editor-block-list__layout .align-content-center {
    align-content: center !important; }
  #editor .block-editor-block-list__layout .align-content-between {
    align-content: space-between !important; }
  #editor .block-editor-block-list__layout .align-content-around {
    align-content: space-around !important; }
  #editor .block-editor-block-list__layout .align-content-stretch {
    align-content: stretch !important; }
  #editor .block-editor-block-list__layout .align-self-auto {
    align-self: auto !important; }
  #editor .block-editor-block-list__layout .align-self-start {
    align-self: flex-start !important; }
  #editor .block-editor-block-list__layout .align-self-end {
    align-self: flex-end !important; }
  #editor .block-editor-block-list__layout .align-self-center {
    align-self: center !important; }
  #editor .block-editor-block-list__layout .align-self-baseline {
    align-self: baseline !important; }
  #editor .block-editor-block-list__layout .align-self-stretch {
    align-self: stretch !important; }
  #editor .block-editor-block-list__layout .order-first {
    order: -1 !important; }
  #editor .block-editor-block-list__layout .order-0 {
    order: 0 !important; }
  #editor .block-editor-block-list__layout .order-1 {
    order: 1 !important; }
  #editor .block-editor-block-list__layout .order-2 {
    order: 2 !important; }
  #editor .block-editor-block-list__layout .order-3 {
    order: 3 !important; }
  #editor .block-editor-block-list__layout .order-4 {
    order: 4 !important; }
  #editor .block-editor-block-list__layout .order-5 {
    order: 5 !important; }
  #editor .block-editor-block-list__layout .order-last {
    order: 6 !important; }
  #editor .block-editor-block-list__layout .m-0 {
    margin: 0 !important; }
  #editor .block-editor-block-list__layout .m-1 {
    margin: 0.25rem !important; }
  #editor .block-editor-block-list__layout .m-2 {
    margin: 0.5rem !important; }
  #editor .block-editor-block-list__layout .m-3 {
    margin: 1rem !important; }
  #editor .block-editor-block-list__layout .m-4 {
    margin: 1.5rem !important; }
  #editor .block-editor-block-list__layout .m-5 {
    margin: 3rem !important; }
  #editor .block-editor-block-list__layout .m-8 {
    margin: 4rem !important; }
  #editor .block-editor-block-list__layout .m-10 {
    margin: 5rem !important; }
  #editor .block-editor-block-list__layout .m-auto {
    margin: auto !important; }
  #editor .block-editor-block-list__layout .mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  #editor .block-editor-block-list__layout .mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  #editor .block-editor-block-list__layout .mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  #editor .block-editor-block-list__layout .mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  #editor .block-editor-block-list__layout .mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  #editor .block-editor-block-list__layout .mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  #editor .block-editor-block-list__layout .mx-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  #editor .block-editor-block-list__layout .mx-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  #editor .block-editor-block-list__layout .mx-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  #editor .block-editor-block-list__layout .my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  #editor .block-editor-block-list__layout .my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  #editor .block-editor-block-list__layout .my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  #editor .block-editor-block-list__layout .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  #editor .block-editor-block-list__layout .my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  #editor .block-editor-block-list__layout .my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  #editor .block-editor-block-list__layout .my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  #editor .block-editor-block-list__layout .my-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  #editor .block-editor-block-list__layout .my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  #editor .block-editor-block-list__layout .mt-0 {
    margin-top: 0 !important; }
  #editor .block-editor-block-list__layout .mt-1 {
    margin-top: 0.25rem !important; }
  #editor .block-editor-block-list__layout .mt-2 {
    margin-top: 0.5rem !important; }
  #editor .block-editor-block-list__layout .mt-3 {
    margin-top: 1rem !important; }
  #editor .block-editor-block-list__layout .mt-4 {
    margin-top: 1.5rem !important; }
  #editor .block-editor-block-list__layout .mt-5 {
    margin-top: 3rem !important; }
  #editor .block-editor-block-list__layout .mt-8 {
    margin-top: 4rem !important; }
  #editor .block-editor-block-list__layout .mt-10 {
    margin-top: 5rem !important; }
  #editor .block-editor-block-list__layout .mt-auto {
    margin-top: auto !important; }
  #editor .block-editor-block-list__layout .me-0 {
    margin-right: 0 !important; }
  #editor .block-editor-block-list__layout .me-1 {
    margin-right: 0.25rem !important; }
  #editor .block-editor-block-list__layout .me-2 {
    margin-right: 0.5rem !important; }
  #editor .block-editor-block-list__layout .me-3 {
    margin-right: 1rem !important; }
  #editor .block-editor-block-list__layout .me-4 {
    margin-right: 1.5rem !important; }
  #editor .block-editor-block-list__layout .me-5 {
    margin-right: 3rem !important; }
  #editor .block-editor-block-list__layout .me-8 {
    margin-right: 4rem !important; }
  #editor .block-editor-block-list__layout .me-10 {
    margin-right: 5rem !important; }
  #editor .block-editor-block-list__layout .me-auto {
    margin-right: auto !important; }
  #editor .block-editor-block-list__layout .mb-0 {
    margin-bottom: 0 !important; }
  #editor .block-editor-block-list__layout .mb-1 {
    margin-bottom: 0.25rem !important; }
  #editor .block-editor-block-list__layout .mb-2 {
    margin-bottom: 0.5rem !important; }
  #editor .block-editor-block-list__layout .mb-3 {
    margin-bottom: 1rem !important; }
  #editor .block-editor-block-list__layout .mb-4 {
    margin-bottom: 1.5rem !important; }
  #editor .block-editor-block-list__layout .mb-5 {
    margin-bottom: 3rem !important; }
  #editor .block-editor-block-list__layout .mb-8 {
    margin-bottom: 4rem !important; }
  #editor .block-editor-block-list__layout .mb-10 {
    margin-bottom: 5rem !important; }
  #editor .block-editor-block-list__layout .mb-auto {
    margin-bottom: auto !important; }
  #editor .block-editor-block-list__layout .ms-0 {
    margin-left: 0 !important; }
  #editor .block-editor-block-list__layout .ms-1 {
    margin-left: 0.25rem !important; }
  #editor .block-editor-block-list__layout .ms-2 {
    margin-left: 0.5rem !important; }
  #editor .block-editor-block-list__layout .ms-3 {
    margin-left: 1rem !important; }
  #editor .block-editor-block-list__layout .ms-4 {
    margin-left: 1.5rem !important; }
  #editor .block-editor-block-list__layout .ms-5 {
    margin-left: 3rem !important; }
  #editor .block-editor-block-list__layout .ms-8 {
    margin-left: 4rem !important; }
  #editor .block-editor-block-list__layout .ms-10 {
    margin-left: 5rem !important; }
  #editor .block-editor-block-list__layout .ms-auto {
    margin-left: auto !important; }
  #editor .block-editor-block-list__layout .p-0 {
    padding: 0 !important; }
  #editor .block-editor-block-list__layout .p-1 {
    padding: 0.25rem !important; }
  #editor .block-editor-block-list__layout .p-2 {
    padding: 0.5rem !important; }
  #editor .block-editor-block-list__layout .p-3 {
    padding: 1rem !important; }
  #editor .block-editor-block-list__layout .p-4 {
    padding: 1.5rem !important; }
  #editor .block-editor-block-list__layout .p-5 {
    padding: 3rem !important; }
  #editor .block-editor-block-list__layout .p-8 {
    padding: 4rem !important; }
  #editor .block-editor-block-list__layout .p-10 {
    padding: 5rem !important; }
  #editor .block-editor-block-list__layout .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  #editor .block-editor-block-list__layout .px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  #editor .block-editor-block-list__layout .px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  #editor .block-editor-block-list__layout .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  #editor .block-editor-block-list__layout .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  #editor .block-editor-block-list__layout .px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  #editor .block-editor-block-list__layout .px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  #editor .block-editor-block-list__layout .px-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  #editor .block-editor-block-list__layout .py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  #editor .block-editor-block-list__layout .py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  #editor .block-editor-block-list__layout .py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  #editor .block-editor-block-list__layout .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  #editor .block-editor-block-list__layout .py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  #editor .block-editor-block-list__layout .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  #editor .block-editor-block-list__layout .py-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  #editor .block-editor-block-list__layout .py-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  #editor .block-editor-block-list__layout .pt-0 {
    padding-top: 0 !important; }
  #editor .block-editor-block-list__layout .pt-1 {
    padding-top: 0.25rem !important; }
  #editor .block-editor-block-list__layout .pt-2 {
    padding-top: 0.5rem !important; }
  #editor .block-editor-block-list__layout .pt-3 {
    padding-top: 1rem !important; }
  #editor .block-editor-block-list__layout .pt-4 {
    padding-top: 1.5rem !important; }
  #editor .block-editor-block-list__layout .pt-5 {
    padding-top: 3rem !important; }
  #editor .block-editor-block-list__layout .pt-8 {
    padding-top: 4rem !important; }
  #editor .block-editor-block-list__layout .pt-10 {
    padding-top: 5rem !important; }
  #editor .block-editor-block-list__layout .pe-0 {
    padding-right: 0 !important; }
  #editor .block-editor-block-list__layout .pe-1 {
    padding-right: 0.25rem !important; }
  #editor .block-editor-block-list__layout .pe-2 {
    padding-right: 0.5rem !important; }
  #editor .block-editor-block-list__layout .pe-3 {
    padding-right: 1rem !important; }
  #editor .block-editor-block-list__layout .pe-4 {
    padding-right: 1.5rem !important; }
  #editor .block-editor-block-list__layout .pe-5 {
    padding-right: 3rem !important; }
  #editor .block-editor-block-list__layout .pe-8 {
    padding-right: 4rem !important; }
  #editor .block-editor-block-list__layout .pe-10 {
    padding-right: 5rem !important; }
  #editor .block-editor-block-list__layout .pb-0 {
    padding-bottom: 0 !important; }
  #editor .block-editor-block-list__layout .pb-1 {
    padding-bottom: 0.25rem !important; }
  #editor .block-editor-block-list__layout .pb-2 {
    padding-bottom: 0.5rem !important; }
  #editor .block-editor-block-list__layout .pb-3 {
    padding-bottom: 1rem !important; }
  #editor .block-editor-block-list__layout .pb-4 {
    padding-bottom: 1.5rem !important; }
  #editor .block-editor-block-list__layout .pb-5 {
    padding-bottom: 3rem !important; }
  #editor .block-editor-block-list__layout .pb-8 {
    padding-bottom: 4rem !important; }
  #editor .block-editor-block-list__layout .pb-10 {
    padding-bottom: 5rem !important; }
  #editor .block-editor-block-list__layout .ps-0 {
    padding-left: 0 !important; }
  #editor .block-editor-block-list__layout .ps-1 {
    padding-left: 0.25rem !important; }
  #editor .block-editor-block-list__layout .ps-2 {
    padding-left: 0.5rem !important; }
  #editor .block-editor-block-list__layout .ps-3 {
    padding-left: 1rem !important; }
  #editor .block-editor-block-list__layout .ps-4 {
    padding-left: 1.5rem !important; }
  #editor .block-editor-block-list__layout .ps-5 {
    padding-left: 3rem !important; }
  #editor .block-editor-block-list__layout .ps-8 {
    padding-left: 4rem !important; }
  #editor .block-editor-block-list__layout .ps-10 {
    padding-left: 5rem !important; }
  #editor .block-editor-block-list__layout .font-monospace {
    font-family: var(--wiaw-bs-font-monospace) !important; }
  #editor .block-editor-block-list__layout .fs-1 {
    font-size: calc(1.4375rem + 2.25vw) !important; }
  #editor .block-editor-block-list__layout .fs-2 {
    font-size: calc(1.40625rem + 1.875vw) !important; }
  #editor .block-editor-block-list__layout .fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important; }
  #editor .block-editor-block-list__layout .fs-4 {
    font-size: calc(1.2875rem + 0.45vw) !important; }
  #editor .block-editor-block-list__layout .fs-5 {
    font-size: calc(1.28125rem + 0.375vw) !important; }
  #editor .block-editor-block-list__layout .fs-6 {
    font-size: 1.25rem !important; }
  #editor .block-editor-block-list__layout .fst-italic {
    font-style: italic !important; }
  #editor .block-editor-block-list__layout .fst-normal {
    font-style: normal !important; }
  #editor .block-editor-block-list__layout .fw-light {
    font-weight: 300 !important; }
  #editor .block-editor-block-list__layout .fw-lighter {
    font-weight: lighter !important; }
  #editor .block-editor-block-list__layout .fw-normal {
    font-weight: 400 !important; }
  #editor .block-editor-block-list__layout .fw-bold {
    font-weight: 700 !important; }
  #editor .block-editor-block-list__layout .fw-bolder {
    font-weight: bolder !important; }
  #editor .block-editor-block-list__layout .lh-1 {
    line-height: 1 !important; }
  #editor .block-editor-block-list__layout .lh-sm {
    line-height: 1.25 !important; }
  #editor .block-editor-block-list__layout .lh-base {
    line-height: 1.5 !important; }
  #editor .block-editor-block-list__layout .lh-lg {
    line-height: 2 !important; }
  #editor .block-editor-block-list__layout .text-start {
    text-align: left !important; }
  #editor .block-editor-block-list__layout .text-end {
    text-align: right !important; }
  #editor .block-editor-block-list__layout .text-center {
    text-align: center !important; }
  #editor .block-editor-block-list__layout .text-decoration-none {
    text-decoration: none !important; }
  #editor .block-editor-block-list__layout .text-decoration-underline {
    text-decoration: underline !important; }
  #editor .block-editor-block-list__layout .text-decoration-line-through {
    text-decoration: line-through !important; }
  #editor .block-editor-block-list__layout .text-lowercase {
    text-transform: lowercase !important; }
  #editor .block-editor-block-list__layout .text-uppercase {
    text-transform: uppercase !important; }
  #editor .block-editor-block-list__layout .text-capitalize {
    text-transform: capitalize !important; }
  #editor .block-editor-block-list__layout .text-wrap {
    white-space: normal !important; }
  #editor .block-editor-block-list__layout .text-nowrap {
    white-space: nowrap !important; }
  #editor .block-editor-block-list__layout .text-break {
    word-wrap: break-word !important;
    word-break: break-word !important; }
  #editor .block-editor-block-list__layout .text-primary {
    color: #007FA3 !important; }
  #editor .block-editor-block-list__layout .text-secondary {
    color: #6c757d !important; }
  #editor .block-editor-block-list__layout .text-success {
    color: #1EAAA4 !important; }
  #editor .block-editor-block-list__layout .text-info {
    color: #C99E67 !important; }
  #editor .block-editor-block-list__layout .text-warning {
    color: #ffc107 !important; }
  #editor .block-editor-block-list__layout .text-danger {
    color: #dc3545 !important; }
  #editor .block-editor-block-list__layout .text-light {
    color: #f8f9fa !important; }
  #editor .block-editor-block-list__layout .text-dark {
    color: #212529 !important; }
  #editor .block-editor-block-list__layout .text-white {
    color: #fff !important; }
  #editor .block-editor-block-list__layout .text-body {
    color: #002633 !important; }
  #editor .block-editor-block-list__layout .text-muted {
    color: #6c757d !important; }
  #editor .block-editor-block-list__layout .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  #editor .block-editor-block-list__layout .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  #editor .block-editor-block-list__layout .text-reset {
    color: inherit !important; }
  #editor .block-editor-block-list__layout .bg-primary {
    background-color: #007FA3 !important; }
  #editor .block-editor-block-list__layout .bg-secondary {
    background-color: #6c757d !important; }
  #editor .block-editor-block-list__layout .bg-success {
    background-color: #1EAAA4 !important; }
  #editor .block-editor-block-list__layout .bg-info {
    background-color: #C99E67 !important; }
  #editor .block-editor-block-list__layout .bg-warning {
    background-color: #ffc107 !important; }
  #editor .block-editor-block-list__layout .bg-danger {
    background-color: #dc3545 !important; }
  #editor .block-editor-block-list__layout .bg-light {
    background-color: #f8f9fa !important; }
  #editor .block-editor-block-list__layout .bg-dark {
    background-color: #212529 !important; }
  #editor .block-editor-block-list__layout .bg-body {
    background-color: #fff !important; }
  #editor .block-editor-block-list__layout .bg-white {
    background-color: #fff !important; }
  #editor .block-editor-block-list__layout .bg-transparent {
    background-color: transparent !important; }
  #editor .block-editor-block-list__layout .bg-gradient {
    background-image: var(--wiaw-bs-gradient) !important; }
  #editor .block-editor-block-list__layout .user-select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
        -ms-user-select: all !important;
            user-select: all !important; }
  #editor .block-editor-block-list__layout .user-select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important; }
  #editor .block-editor-block-list__layout .user-select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important; }
  #editor .block-editor-block-list__layout .pe-none {
    pointer-events: none !important; }
  #editor .block-editor-block-list__layout .pe-auto {
    pointer-events: auto !important; }
  #editor .block-editor-block-list__layout .rounded {
    border-radius: 0.25rem !important; }
  #editor .block-editor-block-list__layout .rounded-0 {
    border-radius: 0 !important; }
  #editor .block-editor-block-list__layout .rounded-1 {
    border-radius: 0.2rem !important; }
  #editor .block-editor-block-list__layout .rounded-2 {
    border-radius: 0.25rem !important; }
  #editor .block-editor-block-list__layout .rounded-3 {
    border-radius: 0.3rem !important; }
  #editor .block-editor-block-list__layout .rounded-circle {
    border-radius: 50% !important; }
  #editor .block-editor-block-list__layout .rounded-pill {
    border-radius: 50rem !important; }
  #editor .block-editor-block-list__layout .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important; }
  #editor .block-editor-block-list__layout .rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important; }
  #editor .block-editor-block-list__layout .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important; }
  #editor .block-editor-block-list__layout .rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important; }
  #editor .block-editor-block-list__layout .visible {
    visibility: visible !important; }
  #editor .block-editor-block-list__layout .invisible {
    visibility: hidden !important; }
  @media (min-width: 576px) {
    #editor .block-editor-block-list__layout .float-sm-start {
      float: left !important; }
    #editor .block-editor-block-list__layout .float-sm-end {
      float: right !important; }
    #editor .block-editor-block-list__layout .float-sm-none {
      float: none !important; }
    #editor .block-editor-block-list__layout .d-sm-inline {
      display: inline !important; }
    #editor .block-editor-block-list__layout .d-sm-inline-block {
      display: inline-block !important; }
    #editor .block-editor-block-list__layout .d-sm-block {
      display: block !important; }
    #editor .block-editor-block-list__layout .d-sm-grid {
      display: grid !important; }
    #editor .block-editor-block-list__layout .d-sm-table {
      display: table !important; }
    #editor .block-editor-block-list__layout .d-sm-table-row {
      display: table-row !important; }
    #editor .block-editor-block-list__layout .d-sm-table-cell {
      display: table-cell !important; }
    #editor .block-editor-block-list__layout .d-sm-flex {
      display: flex !important; }
    #editor .block-editor-block-list__layout .d-sm-inline-flex {
      display: inline-flex !important; }
    #editor .block-editor-block-list__layout .d-sm-none {
      display: none !important; }
    #editor .block-editor-block-list__layout .flex-sm-fill {
      flex: 1 1 auto !important; }
    #editor .block-editor-block-list__layout .flex-sm-row {
      flex-direction: row !important; }
    #editor .block-editor-block-list__layout .flex-sm-column {
      flex-direction: column !important; }
    #editor .block-editor-block-list__layout .flex-sm-row-reverse {
      flex-direction: row-reverse !important; }
    #editor .block-editor-block-list__layout .flex-sm-column-reverse {
      flex-direction: column-reverse !important; }
    #editor .block-editor-block-list__layout .flex-sm-grow-0 {
      flex-grow: 0 !important; }
    #editor .block-editor-block-list__layout .flex-sm-grow-1 {
      flex-grow: 1 !important; }
    #editor .block-editor-block-list__layout .flex-sm-shrink-0 {
      flex-shrink: 0 !important; }
    #editor .block-editor-block-list__layout .flex-sm-shrink-1 {
      flex-shrink: 1 !important; }
    #editor .block-editor-block-list__layout .flex-sm-wrap {
      flex-wrap: wrap !important; }
    #editor .block-editor-block-list__layout .flex-sm-nowrap {
      flex-wrap: nowrap !important; }
    #editor .block-editor-block-list__layout .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    #editor .block-editor-block-list__layout .gap-sm-0 {
      gap: 0 !important; }
    #editor .block-editor-block-list__layout .gap-sm-1 {
      gap: 0.25rem !important; }
    #editor .block-editor-block-list__layout .gap-sm-2 {
      gap: 0.5rem !important; }
    #editor .block-editor-block-list__layout .gap-sm-3 {
      gap: 1rem !important; }
    #editor .block-editor-block-list__layout .gap-sm-4 {
      gap: 1.5rem !important; }
    #editor .block-editor-block-list__layout .gap-sm-5 {
      gap: 3rem !important; }
    #editor .block-editor-block-list__layout .gap-sm-8 {
      gap: 4rem !important; }
    #editor .block-editor-block-list__layout .gap-sm-10 {
      gap: 5rem !important; }
    #editor .block-editor-block-list__layout .justify-content-sm-start {
      justify-content: flex-start !important; }
    #editor .block-editor-block-list__layout .justify-content-sm-end {
      justify-content: flex-end !important; }
    #editor .block-editor-block-list__layout .justify-content-sm-center {
      justify-content: center !important; }
    #editor .block-editor-block-list__layout .justify-content-sm-between {
      justify-content: space-between !important; }
    #editor .block-editor-block-list__layout .justify-content-sm-around {
      justify-content: space-around !important; }
    #editor .block-editor-block-list__layout .justify-content-sm-evenly {
      justify-content: space-evenly !important; }
    #editor .block-editor-block-list__layout .align-items-sm-start {
      align-items: flex-start !important; }
    #editor .block-editor-block-list__layout .align-items-sm-end {
      align-items: flex-end !important; }
    #editor .block-editor-block-list__layout .align-items-sm-center {
      align-items: center !important; }
    #editor .block-editor-block-list__layout .align-items-sm-baseline {
      align-items: baseline !important; }
    #editor .block-editor-block-list__layout .align-items-sm-stretch {
      align-items: stretch !important; }
    #editor .block-editor-block-list__layout .align-content-sm-start {
      align-content: flex-start !important; }
    #editor .block-editor-block-list__layout .align-content-sm-end {
      align-content: flex-end !important; }
    #editor .block-editor-block-list__layout .align-content-sm-center {
      align-content: center !important; }
    #editor .block-editor-block-list__layout .align-content-sm-between {
      align-content: space-between !important; }
    #editor .block-editor-block-list__layout .align-content-sm-around {
      align-content: space-around !important; }
    #editor .block-editor-block-list__layout .align-content-sm-stretch {
      align-content: stretch !important; }
    #editor .block-editor-block-list__layout .align-self-sm-auto {
      align-self: auto !important; }
    #editor .block-editor-block-list__layout .align-self-sm-start {
      align-self: flex-start !important; }
    #editor .block-editor-block-list__layout .align-self-sm-end {
      align-self: flex-end !important; }
    #editor .block-editor-block-list__layout .align-self-sm-center {
      align-self: center !important; }
    #editor .block-editor-block-list__layout .align-self-sm-baseline {
      align-self: baseline !important; }
    #editor .block-editor-block-list__layout .align-self-sm-stretch {
      align-self: stretch !important; }
    #editor .block-editor-block-list__layout .order-sm-first {
      order: -1 !important; }
    #editor .block-editor-block-list__layout .order-sm-0 {
      order: 0 !important; }
    #editor .block-editor-block-list__layout .order-sm-1 {
      order: 1 !important; }
    #editor .block-editor-block-list__layout .order-sm-2 {
      order: 2 !important; }
    #editor .block-editor-block-list__layout .order-sm-3 {
      order: 3 !important; }
    #editor .block-editor-block-list__layout .order-sm-4 {
      order: 4 !important; }
    #editor .block-editor-block-list__layout .order-sm-5 {
      order: 5 !important; }
    #editor .block-editor-block-list__layout .order-sm-last {
      order: 6 !important; }
    #editor .block-editor-block-list__layout .m-sm-0 {
      margin: 0 !important; }
    #editor .block-editor-block-list__layout .m-sm-1 {
      margin: 0.25rem !important; }
    #editor .block-editor-block-list__layout .m-sm-2 {
      margin: 0.5rem !important; }
    #editor .block-editor-block-list__layout .m-sm-3 {
      margin: 1rem !important; }
    #editor .block-editor-block-list__layout .m-sm-4 {
      margin: 1.5rem !important; }
    #editor .block-editor-block-list__layout .m-sm-5 {
      margin: 3rem !important; }
    #editor .block-editor-block-list__layout .m-sm-8 {
      margin: 4rem !important; }
    #editor .block-editor-block-list__layout .m-sm-10 {
      margin: 5rem !important; }
    #editor .block-editor-block-list__layout .m-sm-auto {
      margin: auto !important; }
    #editor .block-editor-block-list__layout .mx-sm-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    #editor .block-editor-block-list__layout .mx-sm-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mx-sm-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mx-sm-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    #editor .block-editor-block-list__layout .mx-sm-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mx-sm-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    #editor .block-editor-block-list__layout .mx-sm-8 {
      margin-right: 4rem !important;
      margin-left: 4rem !important; }
    #editor .block-editor-block-list__layout .mx-sm-10 {
      margin-right: 5rem !important;
      margin-left: 5rem !important; }
    #editor .block-editor-block-list__layout .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    #editor .block-editor-block-list__layout .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .my-sm-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .my-sm-8 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .my-sm-10 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    #editor .block-editor-block-list__layout .mt-sm-0 {
      margin-top: 0 !important; }
    #editor .block-editor-block-list__layout .mt-sm-1 {
      margin-top: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mt-sm-2 {
      margin-top: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mt-sm-3 {
      margin-top: 1rem !important; }
    #editor .block-editor-block-list__layout .mt-sm-4 {
      margin-top: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mt-sm-5 {
      margin-top: 3rem !important; }
    #editor .block-editor-block-list__layout .mt-sm-8 {
      margin-top: 4rem !important; }
    #editor .block-editor-block-list__layout .mt-sm-10 {
      margin-top: 5rem !important; }
    #editor .block-editor-block-list__layout .mt-sm-auto {
      margin-top: auto !important; }
    #editor .block-editor-block-list__layout .me-sm-0 {
      margin-right: 0 !important; }
    #editor .block-editor-block-list__layout .me-sm-1 {
      margin-right: 0.25rem !important; }
    #editor .block-editor-block-list__layout .me-sm-2 {
      margin-right: 0.5rem !important; }
    #editor .block-editor-block-list__layout .me-sm-3 {
      margin-right: 1rem !important; }
    #editor .block-editor-block-list__layout .me-sm-4 {
      margin-right: 1.5rem !important; }
    #editor .block-editor-block-list__layout .me-sm-5 {
      margin-right: 3rem !important; }
    #editor .block-editor-block-list__layout .me-sm-8 {
      margin-right: 4rem !important; }
    #editor .block-editor-block-list__layout .me-sm-10 {
      margin-right: 5rem !important; }
    #editor .block-editor-block-list__layout .me-sm-auto {
      margin-right: auto !important; }
    #editor .block-editor-block-list__layout .mb-sm-0 {
      margin-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .mb-sm-1 {
      margin-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mb-sm-2 {
      margin-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mb-sm-3 {
      margin-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .mb-sm-4 {
      margin-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mb-sm-5 {
      margin-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .mb-sm-8 {
      margin-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .mb-sm-10 {
      margin-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .mb-sm-auto {
      margin-bottom: auto !important; }
    #editor .block-editor-block-list__layout .ms-sm-0 {
      margin-left: 0 !important; }
    #editor .block-editor-block-list__layout .ms-sm-1 {
      margin-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .ms-sm-2 {
      margin-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .ms-sm-3 {
      margin-left: 1rem !important; }
    #editor .block-editor-block-list__layout .ms-sm-4 {
      margin-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .ms-sm-5 {
      margin-left: 3rem !important; }
    #editor .block-editor-block-list__layout .ms-sm-8 {
      margin-left: 4rem !important; }
    #editor .block-editor-block-list__layout .ms-sm-10 {
      margin-left: 5rem !important; }
    #editor .block-editor-block-list__layout .ms-sm-auto {
      margin-left: auto !important; }
    #editor .block-editor-block-list__layout .p-sm-0 {
      padding: 0 !important; }
    #editor .block-editor-block-list__layout .p-sm-1 {
      padding: 0.25rem !important; }
    #editor .block-editor-block-list__layout .p-sm-2 {
      padding: 0.5rem !important; }
    #editor .block-editor-block-list__layout .p-sm-3 {
      padding: 1rem !important; }
    #editor .block-editor-block-list__layout .p-sm-4 {
      padding: 1.5rem !important; }
    #editor .block-editor-block-list__layout .p-sm-5 {
      padding: 3rem !important; }
    #editor .block-editor-block-list__layout .p-sm-8 {
      padding: 4rem !important; }
    #editor .block-editor-block-list__layout .p-sm-10 {
      padding: 5rem !important; }
    #editor .block-editor-block-list__layout .px-sm-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    #editor .block-editor-block-list__layout .px-sm-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .px-sm-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .px-sm-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    #editor .block-editor-block-list__layout .px-sm-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .px-sm-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    #editor .block-editor-block-list__layout .px-sm-8 {
      padding-right: 4rem !important;
      padding-left: 4rem !important; }
    #editor .block-editor-block-list__layout .px-sm-10 {
      padding-right: 5rem !important;
      padding-left: 5rem !important; }
    #editor .block-editor-block-list__layout .py-sm-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .py-sm-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .py-sm-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .py-sm-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .py-sm-8 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .py-sm-10 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .pt-sm-0 {
      padding-top: 0 !important; }
    #editor .block-editor-block-list__layout .pt-sm-1 {
      padding-top: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pt-sm-2 {
      padding-top: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pt-sm-3 {
      padding-top: 1rem !important; }
    #editor .block-editor-block-list__layout .pt-sm-4 {
      padding-top: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pt-sm-5 {
      padding-top: 3rem !important; }
    #editor .block-editor-block-list__layout .pt-sm-8 {
      padding-top: 4rem !important; }
    #editor .block-editor-block-list__layout .pt-sm-10 {
      padding-top: 5rem !important; }
    #editor .block-editor-block-list__layout .pe-sm-0 {
      padding-right: 0 !important; }
    #editor .block-editor-block-list__layout .pe-sm-1 {
      padding-right: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pe-sm-2 {
      padding-right: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pe-sm-3 {
      padding-right: 1rem !important; }
    #editor .block-editor-block-list__layout .pe-sm-4 {
      padding-right: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pe-sm-5 {
      padding-right: 3rem !important; }
    #editor .block-editor-block-list__layout .pe-sm-8 {
      padding-right: 4rem !important; }
    #editor .block-editor-block-list__layout .pe-sm-10 {
      padding-right: 5rem !important; }
    #editor .block-editor-block-list__layout .pb-sm-0 {
      padding-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .pb-sm-1 {
      padding-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pb-sm-2 {
      padding-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pb-sm-3 {
      padding-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .pb-sm-4 {
      padding-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pb-sm-5 {
      padding-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .pb-sm-8 {
      padding-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .pb-sm-10 {
      padding-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .ps-sm-0 {
      padding-left: 0 !important; }
    #editor .block-editor-block-list__layout .ps-sm-1 {
      padding-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .ps-sm-2 {
      padding-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .ps-sm-3 {
      padding-left: 1rem !important; }
    #editor .block-editor-block-list__layout .ps-sm-4 {
      padding-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .ps-sm-5 {
      padding-left: 3rem !important; }
    #editor .block-editor-block-list__layout .ps-sm-8 {
      padding-left: 4rem !important; }
    #editor .block-editor-block-list__layout .ps-sm-10 {
      padding-left: 5rem !important; }
    #editor .block-editor-block-list__layout .text-sm-start {
      text-align: left !important; }
    #editor .block-editor-block-list__layout .text-sm-end {
      text-align: right !important; }
    #editor .block-editor-block-list__layout .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
    #editor .block-editor-block-list__layout .float-md-start {
      float: left !important; }
    #editor .block-editor-block-list__layout .float-md-end {
      float: right !important; }
    #editor .block-editor-block-list__layout .float-md-none {
      float: none !important; }
    #editor .block-editor-block-list__layout .d-md-inline {
      display: inline !important; }
    #editor .block-editor-block-list__layout .d-md-inline-block {
      display: inline-block !important; }
    #editor .block-editor-block-list__layout .d-md-block {
      display: block !important; }
    #editor .block-editor-block-list__layout .d-md-grid {
      display: grid !important; }
    #editor .block-editor-block-list__layout .d-md-table {
      display: table !important; }
    #editor .block-editor-block-list__layout .d-md-table-row {
      display: table-row !important; }
    #editor .block-editor-block-list__layout .d-md-table-cell {
      display: table-cell !important; }
    #editor .block-editor-block-list__layout .d-md-flex {
      display: flex !important; }
    #editor .block-editor-block-list__layout .d-md-inline-flex {
      display: inline-flex !important; }
    #editor .block-editor-block-list__layout .d-md-none {
      display: none !important; }
    #editor .block-editor-block-list__layout .flex-md-fill {
      flex: 1 1 auto !important; }
    #editor .block-editor-block-list__layout .flex-md-row {
      flex-direction: row !important; }
    #editor .block-editor-block-list__layout .flex-md-column {
      flex-direction: column !important; }
    #editor .block-editor-block-list__layout .flex-md-row-reverse {
      flex-direction: row-reverse !important; }
    #editor .block-editor-block-list__layout .flex-md-column-reverse {
      flex-direction: column-reverse !important; }
    #editor .block-editor-block-list__layout .flex-md-grow-0 {
      flex-grow: 0 !important; }
    #editor .block-editor-block-list__layout .flex-md-grow-1 {
      flex-grow: 1 !important; }
    #editor .block-editor-block-list__layout .flex-md-shrink-0 {
      flex-shrink: 0 !important; }
    #editor .block-editor-block-list__layout .flex-md-shrink-1 {
      flex-shrink: 1 !important; }
    #editor .block-editor-block-list__layout .flex-md-wrap {
      flex-wrap: wrap !important; }
    #editor .block-editor-block-list__layout .flex-md-nowrap {
      flex-wrap: nowrap !important; }
    #editor .block-editor-block-list__layout .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    #editor .block-editor-block-list__layout .gap-md-0 {
      gap: 0 !important; }
    #editor .block-editor-block-list__layout .gap-md-1 {
      gap: 0.25rem !important; }
    #editor .block-editor-block-list__layout .gap-md-2 {
      gap: 0.5rem !important; }
    #editor .block-editor-block-list__layout .gap-md-3 {
      gap: 1rem !important; }
    #editor .block-editor-block-list__layout .gap-md-4 {
      gap: 1.5rem !important; }
    #editor .block-editor-block-list__layout .gap-md-5 {
      gap: 3rem !important; }
    #editor .block-editor-block-list__layout .gap-md-8 {
      gap: 4rem !important; }
    #editor .block-editor-block-list__layout .gap-md-10 {
      gap: 5rem !important; }
    #editor .block-editor-block-list__layout .justify-content-md-start {
      justify-content: flex-start !important; }
    #editor .block-editor-block-list__layout .justify-content-md-end {
      justify-content: flex-end !important; }
    #editor .block-editor-block-list__layout .justify-content-md-center {
      justify-content: center !important; }
    #editor .block-editor-block-list__layout .justify-content-md-between {
      justify-content: space-between !important; }
    #editor .block-editor-block-list__layout .justify-content-md-around {
      justify-content: space-around !important; }
    #editor .block-editor-block-list__layout .justify-content-md-evenly {
      justify-content: space-evenly !important; }
    #editor .block-editor-block-list__layout .align-items-md-start {
      align-items: flex-start !important; }
    #editor .block-editor-block-list__layout .align-items-md-end {
      align-items: flex-end !important; }
    #editor .block-editor-block-list__layout .align-items-md-center {
      align-items: center !important; }
    #editor .block-editor-block-list__layout .align-items-md-baseline {
      align-items: baseline !important; }
    #editor .block-editor-block-list__layout .align-items-md-stretch {
      align-items: stretch !important; }
    #editor .block-editor-block-list__layout .align-content-md-start {
      align-content: flex-start !important; }
    #editor .block-editor-block-list__layout .align-content-md-end {
      align-content: flex-end !important; }
    #editor .block-editor-block-list__layout .align-content-md-center {
      align-content: center !important; }
    #editor .block-editor-block-list__layout .align-content-md-between {
      align-content: space-between !important; }
    #editor .block-editor-block-list__layout .align-content-md-around {
      align-content: space-around !important; }
    #editor .block-editor-block-list__layout .align-content-md-stretch {
      align-content: stretch !important; }
    #editor .block-editor-block-list__layout .align-self-md-auto {
      align-self: auto !important; }
    #editor .block-editor-block-list__layout .align-self-md-start {
      align-self: flex-start !important; }
    #editor .block-editor-block-list__layout .align-self-md-end {
      align-self: flex-end !important; }
    #editor .block-editor-block-list__layout .align-self-md-center {
      align-self: center !important; }
    #editor .block-editor-block-list__layout .align-self-md-baseline {
      align-self: baseline !important; }
    #editor .block-editor-block-list__layout .align-self-md-stretch {
      align-self: stretch !important; }
    #editor .block-editor-block-list__layout .order-md-first {
      order: -1 !important; }
    #editor .block-editor-block-list__layout .order-md-0 {
      order: 0 !important; }
    #editor .block-editor-block-list__layout .order-md-1 {
      order: 1 !important; }
    #editor .block-editor-block-list__layout .order-md-2 {
      order: 2 !important; }
    #editor .block-editor-block-list__layout .order-md-3 {
      order: 3 !important; }
    #editor .block-editor-block-list__layout .order-md-4 {
      order: 4 !important; }
    #editor .block-editor-block-list__layout .order-md-5 {
      order: 5 !important; }
    #editor .block-editor-block-list__layout .order-md-last {
      order: 6 !important; }
    #editor .block-editor-block-list__layout .m-md-0 {
      margin: 0 !important; }
    #editor .block-editor-block-list__layout .m-md-1 {
      margin: 0.25rem !important; }
    #editor .block-editor-block-list__layout .m-md-2 {
      margin: 0.5rem !important; }
    #editor .block-editor-block-list__layout .m-md-3 {
      margin: 1rem !important; }
    #editor .block-editor-block-list__layout .m-md-4 {
      margin: 1.5rem !important; }
    #editor .block-editor-block-list__layout .m-md-5 {
      margin: 3rem !important; }
    #editor .block-editor-block-list__layout .m-md-8 {
      margin: 4rem !important; }
    #editor .block-editor-block-list__layout .m-md-10 {
      margin: 5rem !important; }
    #editor .block-editor-block-list__layout .m-md-auto {
      margin: auto !important; }
    #editor .block-editor-block-list__layout .mx-md-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    #editor .block-editor-block-list__layout .mx-md-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mx-md-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mx-md-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    #editor .block-editor-block-list__layout .mx-md-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mx-md-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    #editor .block-editor-block-list__layout .mx-md-8 {
      margin-right: 4rem !important;
      margin-left: 4rem !important; }
    #editor .block-editor-block-list__layout .mx-md-10 {
      margin-right: 5rem !important;
      margin-left: 5rem !important; }
    #editor .block-editor-block-list__layout .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    #editor .block-editor-block-list__layout .my-md-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .my-md-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .my-md-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .my-md-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .my-md-8 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .my-md-10 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    #editor .block-editor-block-list__layout .mt-md-0 {
      margin-top: 0 !important; }
    #editor .block-editor-block-list__layout .mt-md-1 {
      margin-top: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mt-md-2 {
      margin-top: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mt-md-3 {
      margin-top: 1rem !important; }
    #editor .block-editor-block-list__layout .mt-md-4 {
      margin-top: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mt-md-5 {
      margin-top: 3rem !important; }
    #editor .block-editor-block-list__layout .mt-md-8 {
      margin-top: 4rem !important; }
    #editor .block-editor-block-list__layout .mt-md-10 {
      margin-top: 5rem !important; }
    #editor .block-editor-block-list__layout .mt-md-auto {
      margin-top: auto !important; }
    #editor .block-editor-block-list__layout .me-md-0 {
      margin-right: 0 !important; }
    #editor .block-editor-block-list__layout .me-md-1 {
      margin-right: 0.25rem !important; }
    #editor .block-editor-block-list__layout .me-md-2 {
      margin-right: 0.5rem !important; }
    #editor .block-editor-block-list__layout .me-md-3 {
      margin-right: 1rem !important; }
    #editor .block-editor-block-list__layout .me-md-4 {
      margin-right: 1.5rem !important; }
    #editor .block-editor-block-list__layout .me-md-5 {
      margin-right: 3rem !important; }
    #editor .block-editor-block-list__layout .me-md-8 {
      margin-right: 4rem !important; }
    #editor .block-editor-block-list__layout .me-md-10 {
      margin-right: 5rem !important; }
    #editor .block-editor-block-list__layout .me-md-auto {
      margin-right: auto !important; }
    #editor .block-editor-block-list__layout .mb-md-0 {
      margin-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .mb-md-1 {
      margin-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mb-md-2 {
      margin-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mb-md-3 {
      margin-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .mb-md-4 {
      margin-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mb-md-5 {
      margin-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .mb-md-8 {
      margin-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .mb-md-10 {
      margin-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .mb-md-auto {
      margin-bottom: auto !important; }
    #editor .block-editor-block-list__layout .ms-md-0 {
      margin-left: 0 !important; }
    #editor .block-editor-block-list__layout .ms-md-1 {
      margin-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .ms-md-2 {
      margin-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .ms-md-3 {
      margin-left: 1rem !important; }
    #editor .block-editor-block-list__layout .ms-md-4 {
      margin-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .ms-md-5 {
      margin-left: 3rem !important; }
    #editor .block-editor-block-list__layout .ms-md-8 {
      margin-left: 4rem !important; }
    #editor .block-editor-block-list__layout .ms-md-10 {
      margin-left: 5rem !important; }
    #editor .block-editor-block-list__layout .ms-md-auto {
      margin-left: auto !important; }
    #editor .block-editor-block-list__layout .p-md-0 {
      padding: 0 !important; }
    #editor .block-editor-block-list__layout .p-md-1 {
      padding: 0.25rem !important; }
    #editor .block-editor-block-list__layout .p-md-2 {
      padding: 0.5rem !important; }
    #editor .block-editor-block-list__layout .p-md-3 {
      padding: 1rem !important; }
    #editor .block-editor-block-list__layout .p-md-4 {
      padding: 1.5rem !important; }
    #editor .block-editor-block-list__layout .p-md-5 {
      padding: 3rem !important; }
    #editor .block-editor-block-list__layout .p-md-8 {
      padding: 4rem !important; }
    #editor .block-editor-block-list__layout .p-md-10 {
      padding: 5rem !important; }
    #editor .block-editor-block-list__layout .px-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    #editor .block-editor-block-list__layout .px-md-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .px-md-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .px-md-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    #editor .block-editor-block-list__layout .px-md-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .px-md-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    #editor .block-editor-block-list__layout .px-md-8 {
      padding-right: 4rem !important;
      padding-left: 4rem !important; }
    #editor .block-editor-block-list__layout .px-md-10 {
      padding-right: 5rem !important;
      padding-left: 5rem !important; }
    #editor .block-editor-block-list__layout .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .py-md-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .py-md-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .py-md-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .py-md-8 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .py-md-10 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .pt-md-0 {
      padding-top: 0 !important; }
    #editor .block-editor-block-list__layout .pt-md-1 {
      padding-top: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pt-md-2 {
      padding-top: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pt-md-3 {
      padding-top: 1rem !important; }
    #editor .block-editor-block-list__layout .pt-md-4 {
      padding-top: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pt-md-5 {
      padding-top: 3rem !important; }
    #editor .block-editor-block-list__layout .pt-md-8 {
      padding-top: 4rem !important; }
    #editor .block-editor-block-list__layout .pt-md-10 {
      padding-top: 5rem !important; }
    #editor .block-editor-block-list__layout .pe-md-0 {
      padding-right: 0 !important; }
    #editor .block-editor-block-list__layout .pe-md-1 {
      padding-right: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pe-md-2 {
      padding-right: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pe-md-3 {
      padding-right: 1rem !important; }
    #editor .block-editor-block-list__layout .pe-md-4 {
      padding-right: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pe-md-5 {
      padding-right: 3rem !important; }
    #editor .block-editor-block-list__layout .pe-md-8 {
      padding-right: 4rem !important; }
    #editor .block-editor-block-list__layout .pe-md-10 {
      padding-right: 5rem !important; }
    #editor .block-editor-block-list__layout .pb-md-0 {
      padding-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .pb-md-1 {
      padding-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pb-md-2 {
      padding-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pb-md-3 {
      padding-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .pb-md-4 {
      padding-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pb-md-5 {
      padding-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .pb-md-8 {
      padding-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .pb-md-10 {
      padding-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .ps-md-0 {
      padding-left: 0 !important; }
    #editor .block-editor-block-list__layout .ps-md-1 {
      padding-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .ps-md-2 {
      padding-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .ps-md-3 {
      padding-left: 1rem !important; }
    #editor .block-editor-block-list__layout .ps-md-4 {
      padding-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .ps-md-5 {
      padding-left: 3rem !important; }
    #editor .block-editor-block-list__layout .ps-md-8 {
      padding-left: 4rem !important; }
    #editor .block-editor-block-list__layout .ps-md-10 {
      padding-left: 5rem !important; }
    #editor .block-editor-block-list__layout .text-md-start {
      text-align: left !important; }
    #editor .block-editor-block-list__layout .text-md-end {
      text-align: right !important; }
    #editor .block-editor-block-list__layout .text-md-center {
      text-align: center !important; } }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .float-lg-start {
      float: left !important; }
    #editor .block-editor-block-list__layout .float-lg-end {
      float: right !important; }
    #editor .block-editor-block-list__layout .float-lg-none {
      float: none !important; }
    #editor .block-editor-block-list__layout .d-lg-inline {
      display: inline !important; }
    #editor .block-editor-block-list__layout .d-lg-inline-block {
      display: inline-block !important; }
    #editor .block-editor-block-list__layout .d-lg-block {
      display: block !important; }
    #editor .block-editor-block-list__layout .d-lg-grid {
      display: grid !important; }
    #editor .block-editor-block-list__layout .d-lg-table {
      display: table !important; }
    #editor .block-editor-block-list__layout .d-lg-table-row {
      display: table-row !important; }
    #editor .block-editor-block-list__layout .d-lg-table-cell {
      display: table-cell !important; }
    #editor .block-editor-block-list__layout .d-lg-flex {
      display: flex !important; }
    #editor .block-editor-block-list__layout .d-lg-inline-flex {
      display: inline-flex !important; }
    #editor .block-editor-block-list__layout .d-lg-none {
      display: none !important; }
    #editor .block-editor-block-list__layout .flex-lg-fill {
      flex: 1 1 auto !important; }
    #editor .block-editor-block-list__layout .flex-lg-row {
      flex-direction: row !important; }
    #editor .block-editor-block-list__layout .flex-lg-column {
      flex-direction: column !important; }
    #editor .block-editor-block-list__layout .flex-lg-row-reverse {
      flex-direction: row-reverse !important; }
    #editor .block-editor-block-list__layout .flex-lg-column-reverse {
      flex-direction: column-reverse !important; }
    #editor .block-editor-block-list__layout .flex-lg-grow-0 {
      flex-grow: 0 !important; }
    #editor .block-editor-block-list__layout .flex-lg-grow-1 {
      flex-grow: 1 !important; }
    #editor .block-editor-block-list__layout .flex-lg-shrink-0 {
      flex-shrink: 0 !important; }
    #editor .block-editor-block-list__layout .flex-lg-shrink-1 {
      flex-shrink: 1 !important; }
    #editor .block-editor-block-list__layout .flex-lg-wrap {
      flex-wrap: wrap !important; }
    #editor .block-editor-block-list__layout .flex-lg-nowrap {
      flex-wrap: nowrap !important; }
    #editor .block-editor-block-list__layout .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    #editor .block-editor-block-list__layout .gap-lg-0 {
      gap: 0 !important; }
    #editor .block-editor-block-list__layout .gap-lg-1 {
      gap: 0.25rem !important; }
    #editor .block-editor-block-list__layout .gap-lg-2 {
      gap: 0.5rem !important; }
    #editor .block-editor-block-list__layout .gap-lg-3 {
      gap: 1rem !important; }
    #editor .block-editor-block-list__layout .gap-lg-4 {
      gap: 1.5rem !important; }
    #editor .block-editor-block-list__layout .gap-lg-5 {
      gap: 3rem !important; }
    #editor .block-editor-block-list__layout .gap-lg-8 {
      gap: 4rem !important; }
    #editor .block-editor-block-list__layout .gap-lg-10 {
      gap: 5rem !important; }
    #editor .block-editor-block-list__layout .justify-content-lg-start {
      justify-content: flex-start !important; }
    #editor .block-editor-block-list__layout .justify-content-lg-end {
      justify-content: flex-end !important; }
    #editor .block-editor-block-list__layout .justify-content-lg-center {
      justify-content: center !important; }
    #editor .block-editor-block-list__layout .justify-content-lg-between {
      justify-content: space-between !important; }
    #editor .block-editor-block-list__layout .justify-content-lg-around {
      justify-content: space-around !important; }
    #editor .block-editor-block-list__layout .justify-content-lg-evenly {
      justify-content: space-evenly !important; }
    #editor .block-editor-block-list__layout .align-items-lg-start {
      align-items: flex-start !important; }
    #editor .block-editor-block-list__layout .align-items-lg-end {
      align-items: flex-end !important; }
    #editor .block-editor-block-list__layout .align-items-lg-center {
      align-items: center !important; }
    #editor .block-editor-block-list__layout .align-items-lg-baseline {
      align-items: baseline !important; }
    #editor .block-editor-block-list__layout .align-items-lg-stretch {
      align-items: stretch !important; }
    #editor .block-editor-block-list__layout .align-content-lg-start {
      align-content: flex-start !important; }
    #editor .block-editor-block-list__layout .align-content-lg-end {
      align-content: flex-end !important; }
    #editor .block-editor-block-list__layout .align-content-lg-center {
      align-content: center !important; }
    #editor .block-editor-block-list__layout .align-content-lg-between {
      align-content: space-between !important; }
    #editor .block-editor-block-list__layout .align-content-lg-around {
      align-content: space-around !important; }
    #editor .block-editor-block-list__layout .align-content-lg-stretch {
      align-content: stretch !important; }
    #editor .block-editor-block-list__layout .align-self-lg-auto {
      align-self: auto !important; }
    #editor .block-editor-block-list__layout .align-self-lg-start {
      align-self: flex-start !important; }
    #editor .block-editor-block-list__layout .align-self-lg-end {
      align-self: flex-end !important; }
    #editor .block-editor-block-list__layout .align-self-lg-center {
      align-self: center !important; }
    #editor .block-editor-block-list__layout .align-self-lg-baseline {
      align-self: baseline !important; }
    #editor .block-editor-block-list__layout .align-self-lg-stretch {
      align-self: stretch !important; }
    #editor .block-editor-block-list__layout .order-lg-first {
      order: -1 !important; }
    #editor .block-editor-block-list__layout .order-lg-0 {
      order: 0 !important; }
    #editor .block-editor-block-list__layout .order-lg-1 {
      order: 1 !important; }
    #editor .block-editor-block-list__layout .order-lg-2 {
      order: 2 !important; }
    #editor .block-editor-block-list__layout .order-lg-3 {
      order: 3 !important; }
    #editor .block-editor-block-list__layout .order-lg-4 {
      order: 4 !important; }
    #editor .block-editor-block-list__layout .order-lg-5 {
      order: 5 !important; }
    #editor .block-editor-block-list__layout .order-lg-last {
      order: 6 !important; }
    #editor .block-editor-block-list__layout .m-lg-0 {
      margin: 0 !important; }
    #editor .block-editor-block-list__layout .m-lg-1 {
      margin: 0.25rem !important; }
    #editor .block-editor-block-list__layout .m-lg-2 {
      margin: 0.5rem !important; }
    #editor .block-editor-block-list__layout .m-lg-3 {
      margin: 1rem !important; }
    #editor .block-editor-block-list__layout .m-lg-4 {
      margin: 1.5rem !important; }
    #editor .block-editor-block-list__layout .m-lg-5 {
      margin: 3rem !important; }
    #editor .block-editor-block-list__layout .m-lg-8 {
      margin: 4rem !important; }
    #editor .block-editor-block-list__layout .m-lg-10 {
      margin: 5rem !important; }
    #editor .block-editor-block-list__layout .m-lg-auto {
      margin: auto !important; }
    #editor .block-editor-block-list__layout .mx-lg-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    #editor .block-editor-block-list__layout .mx-lg-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mx-lg-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mx-lg-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    #editor .block-editor-block-list__layout .mx-lg-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mx-lg-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    #editor .block-editor-block-list__layout .mx-lg-8 {
      margin-right: 4rem !important;
      margin-left: 4rem !important; }
    #editor .block-editor-block-list__layout .mx-lg-10 {
      margin-right: 5rem !important;
      margin-left: 5rem !important; }
    #editor .block-editor-block-list__layout .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    #editor .block-editor-block-list__layout .my-lg-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .my-lg-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .my-lg-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .my-lg-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .my-lg-8 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .my-lg-10 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    #editor .block-editor-block-list__layout .mt-lg-0 {
      margin-top: 0 !important; }
    #editor .block-editor-block-list__layout .mt-lg-1 {
      margin-top: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mt-lg-2 {
      margin-top: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mt-lg-3 {
      margin-top: 1rem !important; }
    #editor .block-editor-block-list__layout .mt-lg-4 {
      margin-top: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mt-lg-5 {
      margin-top: 3rem !important; }
    #editor .block-editor-block-list__layout .mt-lg-8 {
      margin-top: 4rem !important; }
    #editor .block-editor-block-list__layout .mt-lg-10 {
      margin-top: 5rem !important; }
    #editor .block-editor-block-list__layout .mt-lg-auto {
      margin-top: auto !important; }
    #editor .block-editor-block-list__layout .me-lg-0 {
      margin-right: 0 !important; }
    #editor .block-editor-block-list__layout .me-lg-1 {
      margin-right: 0.25rem !important; }
    #editor .block-editor-block-list__layout .me-lg-2 {
      margin-right: 0.5rem !important; }
    #editor .block-editor-block-list__layout .me-lg-3 {
      margin-right: 1rem !important; }
    #editor .block-editor-block-list__layout .me-lg-4 {
      margin-right: 1.5rem !important; }
    #editor .block-editor-block-list__layout .me-lg-5 {
      margin-right: 3rem !important; }
    #editor .block-editor-block-list__layout .me-lg-8 {
      margin-right: 4rem !important; }
    #editor .block-editor-block-list__layout .me-lg-10 {
      margin-right: 5rem !important; }
    #editor .block-editor-block-list__layout .me-lg-auto {
      margin-right: auto !important; }
    #editor .block-editor-block-list__layout .mb-lg-0 {
      margin-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .mb-lg-1 {
      margin-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mb-lg-2 {
      margin-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mb-lg-3 {
      margin-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .mb-lg-4 {
      margin-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mb-lg-5 {
      margin-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .mb-lg-8 {
      margin-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .mb-lg-10 {
      margin-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .mb-lg-auto {
      margin-bottom: auto !important; }
    #editor .block-editor-block-list__layout .ms-lg-0 {
      margin-left: 0 !important; }
    #editor .block-editor-block-list__layout .ms-lg-1 {
      margin-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .ms-lg-2 {
      margin-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .ms-lg-3 {
      margin-left: 1rem !important; }
    #editor .block-editor-block-list__layout .ms-lg-4 {
      margin-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .ms-lg-5 {
      margin-left: 3rem !important; }
    #editor .block-editor-block-list__layout .ms-lg-8 {
      margin-left: 4rem !important; }
    #editor .block-editor-block-list__layout .ms-lg-10 {
      margin-left: 5rem !important; }
    #editor .block-editor-block-list__layout .ms-lg-auto {
      margin-left: auto !important; }
    #editor .block-editor-block-list__layout .p-lg-0 {
      padding: 0 !important; }
    #editor .block-editor-block-list__layout .p-lg-1 {
      padding: 0.25rem !important; }
    #editor .block-editor-block-list__layout .p-lg-2 {
      padding: 0.5rem !important; }
    #editor .block-editor-block-list__layout .p-lg-3 {
      padding: 1rem !important; }
    #editor .block-editor-block-list__layout .p-lg-4 {
      padding: 1.5rem !important; }
    #editor .block-editor-block-list__layout .p-lg-5 {
      padding: 3rem !important; }
    #editor .block-editor-block-list__layout .p-lg-8 {
      padding: 4rem !important; }
    #editor .block-editor-block-list__layout .p-lg-10 {
      padding: 5rem !important; }
    #editor .block-editor-block-list__layout .px-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    #editor .block-editor-block-list__layout .px-lg-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .px-lg-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .px-lg-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    #editor .block-editor-block-list__layout .px-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .px-lg-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    #editor .block-editor-block-list__layout .px-lg-8 {
      padding-right: 4rem !important;
      padding-left: 4rem !important; }
    #editor .block-editor-block-list__layout .px-lg-10 {
      padding-right: 5rem !important;
      padding-left: 5rem !important; }
    #editor .block-editor-block-list__layout .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .py-lg-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .py-lg-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .py-lg-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .py-lg-8 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .py-lg-10 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .pt-lg-0 {
      padding-top: 0 !important; }
    #editor .block-editor-block-list__layout .pt-lg-1 {
      padding-top: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pt-lg-2 {
      padding-top: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pt-lg-3 {
      padding-top: 1rem !important; }
    #editor .block-editor-block-list__layout .pt-lg-4 {
      padding-top: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pt-lg-5 {
      padding-top: 3rem !important; }
    #editor .block-editor-block-list__layout .pt-lg-8 {
      padding-top: 4rem !important; }
    #editor .block-editor-block-list__layout .pt-lg-10 {
      padding-top: 5rem !important; }
    #editor .block-editor-block-list__layout .pe-lg-0 {
      padding-right: 0 !important; }
    #editor .block-editor-block-list__layout .pe-lg-1 {
      padding-right: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pe-lg-2 {
      padding-right: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pe-lg-3 {
      padding-right: 1rem !important; }
    #editor .block-editor-block-list__layout .pe-lg-4 {
      padding-right: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pe-lg-5 {
      padding-right: 3rem !important; }
    #editor .block-editor-block-list__layout .pe-lg-8 {
      padding-right: 4rem !important; }
    #editor .block-editor-block-list__layout .pe-lg-10 {
      padding-right: 5rem !important; }
    #editor .block-editor-block-list__layout .pb-lg-0 {
      padding-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .pb-lg-1 {
      padding-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pb-lg-2 {
      padding-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pb-lg-3 {
      padding-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .pb-lg-4 {
      padding-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pb-lg-5 {
      padding-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .pb-lg-8 {
      padding-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .pb-lg-10 {
      padding-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .ps-lg-0 {
      padding-left: 0 !important; }
    #editor .block-editor-block-list__layout .ps-lg-1 {
      padding-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .ps-lg-2 {
      padding-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .ps-lg-3 {
      padding-left: 1rem !important; }
    #editor .block-editor-block-list__layout .ps-lg-4 {
      padding-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .ps-lg-5 {
      padding-left: 3rem !important; }
    #editor .block-editor-block-list__layout .ps-lg-8 {
      padding-left: 4rem !important; }
    #editor .block-editor-block-list__layout .ps-lg-10 {
      padding-left: 5rem !important; }
    #editor .block-editor-block-list__layout .text-lg-start {
      text-align: left !important; }
    #editor .block-editor-block-list__layout .text-lg-end {
      text-align: right !important; }
    #editor .block-editor-block-list__layout .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    #editor .block-editor-block-list__layout .float-xl-start {
      float: left !important; }
    #editor .block-editor-block-list__layout .float-xl-end {
      float: right !important; }
    #editor .block-editor-block-list__layout .float-xl-none {
      float: none !important; }
    #editor .block-editor-block-list__layout .d-xl-inline {
      display: inline !important; }
    #editor .block-editor-block-list__layout .d-xl-inline-block {
      display: inline-block !important; }
    #editor .block-editor-block-list__layout .d-xl-block {
      display: block !important; }
    #editor .block-editor-block-list__layout .d-xl-grid {
      display: grid !important; }
    #editor .block-editor-block-list__layout .d-xl-table {
      display: table !important; }
    #editor .block-editor-block-list__layout .d-xl-table-row {
      display: table-row !important; }
    #editor .block-editor-block-list__layout .d-xl-table-cell {
      display: table-cell !important; }
    #editor .block-editor-block-list__layout .d-xl-flex {
      display: flex !important; }
    #editor .block-editor-block-list__layout .d-xl-inline-flex {
      display: inline-flex !important; }
    #editor .block-editor-block-list__layout .d-xl-none {
      display: none !important; }
    #editor .block-editor-block-list__layout .flex-xl-fill {
      flex: 1 1 auto !important; }
    #editor .block-editor-block-list__layout .flex-xl-row {
      flex-direction: row !important; }
    #editor .block-editor-block-list__layout .flex-xl-column {
      flex-direction: column !important; }
    #editor .block-editor-block-list__layout .flex-xl-row-reverse {
      flex-direction: row-reverse !important; }
    #editor .block-editor-block-list__layout .flex-xl-column-reverse {
      flex-direction: column-reverse !important; }
    #editor .block-editor-block-list__layout .flex-xl-grow-0 {
      flex-grow: 0 !important; }
    #editor .block-editor-block-list__layout .flex-xl-grow-1 {
      flex-grow: 1 !important; }
    #editor .block-editor-block-list__layout .flex-xl-shrink-0 {
      flex-shrink: 0 !important; }
    #editor .block-editor-block-list__layout .flex-xl-shrink-1 {
      flex-shrink: 1 !important; }
    #editor .block-editor-block-list__layout .flex-xl-wrap {
      flex-wrap: wrap !important; }
    #editor .block-editor-block-list__layout .flex-xl-nowrap {
      flex-wrap: nowrap !important; }
    #editor .block-editor-block-list__layout .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    #editor .block-editor-block-list__layout .gap-xl-0 {
      gap: 0 !important; }
    #editor .block-editor-block-list__layout .gap-xl-1 {
      gap: 0.25rem !important; }
    #editor .block-editor-block-list__layout .gap-xl-2 {
      gap: 0.5rem !important; }
    #editor .block-editor-block-list__layout .gap-xl-3 {
      gap: 1rem !important; }
    #editor .block-editor-block-list__layout .gap-xl-4 {
      gap: 1.5rem !important; }
    #editor .block-editor-block-list__layout .gap-xl-5 {
      gap: 3rem !important; }
    #editor .block-editor-block-list__layout .gap-xl-8 {
      gap: 4rem !important; }
    #editor .block-editor-block-list__layout .gap-xl-10 {
      gap: 5rem !important; }
    #editor .block-editor-block-list__layout .justify-content-xl-start {
      justify-content: flex-start !important; }
    #editor .block-editor-block-list__layout .justify-content-xl-end {
      justify-content: flex-end !important; }
    #editor .block-editor-block-list__layout .justify-content-xl-center {
      justify-content: center !important; }
    #editor .block-editor-block-list__layout .justify-content-xl-between {
      justify-content: space-between !important; }
    #editor .block-editor-block-list__layout .justify-content-xl-around {
      justify-content: space-around !important; }
    #editor .block-editor-block-list__layout .justify-content-xl-evenly {
      justify-content: space-evenly !important; }
    #editor .block-editor-block-list__layout .align-items-xl-start {
      align-items: flex-start !important; }
    #editor .block-editor-block-list__layout .align-items-xl-end {
      align-items: flex-end !important; }
    #editor .block-editor-block-list__layout .align-items-xl-center {
      align-items: center !important; }
    #editor .block-editor-block-list__layout .align-items-xl-baseline {
      align-items: baseline !important; }
    #editor .block-editor-block-list__layout .align-items-xl-stretch {
      align-items: stretch !important; }
    #editor .block-editor-block-list__layout .align-content-xl-start {
      align-content: flex-start !important; }
    #editor .block-editor-block-list__layout .align-content-xl-end {
      align-content: flex-end !important; }
    #editor .block-editor-block-list__layout .align-content-xl-center {
      align-content: center !important; }
    #editor .block-editor-block-list__layout .align-content-xl-between {
      align-content: space-between !important; }
    #editor .block-editor-block-list__layout .align-content-xl-around {
      align-content: space-around !important; }
    #editor .block-editor-block-list__layout .align-content-xl-stretch {
      align-content: stretch !important; }
    #editor .block-editor-block-list__layout .align-self-xl-auto {
      align-self: auto !important; }
    #editor .block-editor-block-list__layout .align-self-xl-start {
      align-self: flex-start !important; }
    #editor .block-editor-block-list__layout .align-self-xl-end {
      align-self: flex-end !important; }
    #editor .block-editor-block-list__layout .align-self-xl-center {
      align-self: center !important; }
    #editor .block-editor-block-list__layout .align-self-xl-baseline {
      align-self: baseline !important; }
    #editor .block-editor-block-list__layout .align-self-xl-stretch {
      align-self: stretch !important; }
    #editor .block-editor-block-list__layout .order-xl-first {
      order: -1 !important; }
    #editor .block-editor-block-list__layout .order-xl-0 {
      order: 0 !important; }
    #editor .block-editor-block-list__layout .order-xl-1 {
      order: 1 !important; }
    #editor .block-editor-block-list__layout .order-xl-2 {
      order: 2 !important; }
    #editor .block-editor-block-list__layout .order-xl-3 {
      order: 3 !important; }
    #editor .block-editor-block-list__layout .order-xl-4 {
      order: 4 !important; }
    #editor .block-editor-block-list__layout .order-xl-5 {
      order: 5 !important; }
    #editor .block-editor-block-list__layout .order-xl-last {
      order: 6 !important; }
    #editor .block-editor-block-list__layout .m-xl-0 {
      margin: 0 !important; }
    #editor .block-editor-block-list__layout .m-xl-1 {
      margin: 0.25rem !important; }
    #editor .block-editor-block-list__layout .m-xl-2 {
      margin: 0.5rem !important; }
    #editor .block-editor-block-list__layout .m-xl-3 {
      margin: 1rem !important; }
    #editor .block-editor-block-list__layout .m-xl-4 {
      margin: 1.5rem !important; }
    #editor .block-editor-block-list__layout .m-xl-5 {
      margin: 3rem !important; }
    #editor .block-editor-block-list__layout .m-xl-8 {
      margin: 4rem !important; }
    #editor .block-editor-block-list__layout .m-xl-10 {
      margin: 5rem !important; }
    #editor .block-editor-block-list__layout .m-xl-auto {
      margin: auto !important; }
    #editor .block-editor-block-list__layout .mx-xl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    #editor .block-editor-block-list__layout .mx-xl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mx-xl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mx-xl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    #editor .block-editor-block-list__layout .mx-xl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mx-xl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    #editor .block-editor-block-list__layout .mx-xl-8 {
      margin-right: 4rem !important;
      margin-left: 4rem !important; }
    #editor .block-editor-block-list__layout .mx-xl-10 {
      margin-right: 5rem !important;
      margin-left: 5rem !important; }
    #editor .block-editor-block-list__layout .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    #editor .block-editor-block-list__layout .my-xl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .my-xl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .my-xl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .my-xl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .my-xl-8 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .my-xl-10 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .my-xl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    #editor .block-editor-block-list__layout .mt-xl-0 {
      margin-top: 0 !important; }
    #editor .block-editor-block-list__layout .mt-xl-1 {
      margin-top: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mt-xl-2 {
      margin-top: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mt-xl-3 {
      margin-top: 1rem !important; }
    #editor .block-editor-block-list__layout .mt-xl-4 {
      margin-top: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mt-xl-5 {
      margin-top: 3rem !important; }
    #editor .block-editor-block-list__layout .mt-xl-8 {
      margin-top: 4rem !important; }
    #editor .block-editor-block-list__layout .mt-xl-10 {
      margin-top: 5rem !important; }
    #editor .block-editor-block-list__layout .mt-xl-auto {
      margin-top: auto !important; }
    #editor .block-editor-block-list__layout .me-xl-0 {
      margin-right: 0 !important; }
    #editor .block-editor-block-list__layout .me-xl-1 {
      margin-right: 0.25rem !important; }
    #editor .block-editor-block-list__layout .me-xl-2 {
      margin-right: 0.5rem !important; }
    #editor .block-editor-block-list__layout .me-xl-3 {
      margin-right: 1rem !important; }
    #editor .block-editor-block-list__layout .me-xl-4 {
      margin-right: 1.5rem !important; }
    #editor .block-editor-block-list__layout .me-xl-5 {
      margin-right: 3rem !important; }
    #editor .block-editor-block-list__layout .me-xl-8 {
      margin-right: 4rem !important; }
    #editor .block-editor-block-list__layout .me-xl-10 {
      margin-right: 5rem !important; }
    #editor .block-editor-block-list__layout .me-xl-auto {
      margin-right: auto !important; }
    #editor .block-editor-block-list__layout .mb-xl-0 {
      margin-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .mb-xl-1 {
      margin-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mb-xl-2 {
      margin-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mb-xl-3 {
      margin-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .mb-xl-4 {
      margin-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mb-xl-5 {
      margin-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .mb-xl-8 {
      margin-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .mb-xl-10 {
      margin-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .mb-xl-auto {
      margin-bottom: auto !important; }
    #editor .block-editor-block-list__layout .ms-xl-0 {
      margin-left: 0 !important; }
    #editor .block-editor-block-list__layout .ms-xl-1 {
      margin-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .ms-xl-2 {
      margin-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .ms-xl-3 {
      margin-left: 1rem !important; }
    #editor .block-editor-block-list__layout .ms-xl-4 {
      margin-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .ms-xl-5 {
      margin-left: 3rem !important; }
    #editor .block-editor-block-list__layout .ms-xl-8 {
      margin-left: 4rem !important; }
    #editor .block-editor-block-list__layout .ms-xl-10 {
      margin-left: 5rem !important; }
    #editor .block-editor-block-list__layout .ms-xl-auto {
      margin-left: auto !important; }
    #editor .block-editor-block-list__layout .p-xl-0 {
      padding: 0 !important; }
    #editor .block-editor-block-list__layout .p-xl-1 {
      padding: 0.25rem !important; }
    #editor .block-editor-block-list__layout .p-xl-2 {
      padding: 0.5rem !important; }
    #editor .block-editor-block-list__layout .p-xl-3 {
      padding: 1rem !important; }
    #editor .block-editor-block-list__layout .p-xl-4 {
      padding: 1.5rem !important; }
    #editor .block-editor-block-list__layout .p-xl-5 {
      padding: 3rem !important; }
    #editor .block-editor-block-list__layout .p-xl-8 {
      padding: 4rem !important; }
    #editor .block-editor-block-list__layout .p-xl-10 {
      padding: 5rem !important; }
    #editor .block-editor-block-list__layout .px-xl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    #editor .block-editor-block-list__layout .px-xl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .px-xl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .px-xl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    #editor .block-editor-block-list__layout .px-xl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .px-xl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    #editor .block-editor-block-list__layout .px-xl-8 {
      padding-right: 4rem !important;
      padding-left: 4rem !important; }
    #editor .block-editor-block-list__layout .px-xl-10 {
      padding-right: 5rem !important;
      padding-left: 5rem !important; }
    #editor .block-editor-block-list__layout .py-xl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .py-xl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .py-xl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .py-xl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .py-xl-8 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .py-xl-10 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .pt-xl-0 {
      padding-top: 0 !important; }
    #editor .block-editor-block-list__layout .pt-xl-1 {
      padding-top: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pt-xl-2 {
      padding-top: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pt-xl-3 {
      padding-top: 1rem !important; }
    #editor .block-editor-block-list__layout .pt-xl-4 {
      padding-top: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pt-xl-5 {
      padding-top: 3rem !important; }
    #editor .block-editor-block-list__layout .pt-xl-8 {
      padding-top: 4rem !important; }
    #editor .block-editor-block-list__layout .pt-xl-10 {
      padding-top: 5rem !important; }
    #editor .block-editor-block-list__layout .pe-xl-0 {
      padding-right: 0 !important; }
    #editor .block-editor-block-list__layout .pe-xl-1 {
      padding-right: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pe-xl-2 {
      padding-right: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pe-xl-3 {
      padding-right: 1rem !important; }
    #editor .block-editor-block-list__layout .pe-xl-4 {
      padding-right: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pe-xl-5 {
      padding-right: 3rem !important; }
    #editor .block-editor-block-list__layout .pe-xl-8 {
      padding-right: 4rem !important; }
    #editor .block-editor-block-list__layout .pe-xl-10 {
      padding-right: 5rem !important; }
    #editor .block-editor-block-list__layout .pb-xl-0 {
      padding-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .pb-xl-1 {
      padding-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pb-xl-2 {
      padding-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pb-xl-3 {
      padding-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .pb-xl-4 {
      padding-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pb-xl-5 {
      padding-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .pb-xl-8 {
      padding-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .pb-xl-10 {
      padding-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .ps-xl-0 {
      padding-left: 0 !important; }
    #editor .block-editor-block-list__layout .ps-xl-1 {
      padding-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .ps-xl-2 {
      padding-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .ps-xl-3 {
      padding-left: 1rem !important; }
    #editor .block-editor-block-list__layout .ps-xl-4 {
      padding-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .ps-xl-5 {
      padding-left: 3rem !important; }
    #editor .block-editor-block-list__layout .ps-xl-8 {
      padding-left: 4rem !important; }
    #editor .block-editor-block-list__layout .ps-xl-10 {
      padding-left: 5rem !important; }
    #editor .block-editor-block-list__layout .text-xl-start {
      text-align: left !important; }
    #editor .block-editor-block-list__layout .text-xl-end {
      text-align: right !important; }
    #editor .block-editor-block-list__layout .text-xl-center {
      text-align: center !important; } }
  @media (min-width: 1400px) {
    #editor .block-editor-block-list__layout .float-xxl-start {
      float: left !important; }
    #editor .block-editor-block-list__layout .float-xxl-end {
      float: right !important; }
    #editor .block-editor-block-list__layout .float-xxl-none {
      float: none !important; }
    #editor .block-editor-block-list__layout .d-xxl-inline {
      display: inline !important; }
    #editor .block-editor-block-list__layout .d-xxl-inline-block {
      display: inline-block !important; }
    #editor .block-editor-block-list__layout .d-xxl-block {
      display: block !important; }
    #editor .block-editor-block-list__layout .d-xxl-grid {
      display: grid !important; }
    #editor .block-editor-block-list__layout .d-xxl-table {
      display: table !important; }
    #editor .block-editor-block-list__layout .d-xxl-table-row {
      display: table-row !important; }
    #editor .block-editor-block-list__layout .d-xxl-table-cell {
      display: table-cell !important; }
    #editor .block-editor-block-list__layout .d-xxl-flex {
      display: flex !important; }
    #editor .block-editor-block-list__layout .d-xxl-inline-flex {
      display: inline-flex !important; }
    #editor .block-editor-block-list__layout .d-xxl-none {
      display: none !important; }
    #editor .block-editor-block-list__layout .flex-xxl-fill {
      flex: 1 1 auto !important; }
    #editor .block-editor-block-list__layout .flex-xxl-row {
      flex-direction: row !important; }
    #editor .block-editor-block-list__layout .flex-xxl-column {
      flex-direction: column !important; }
    #editor .block-editor-block-list__layout .flex-xxl-row-reverse {
      flex-direction: row-reverse !important; }
    #editor .block-editor-block-list__layout .flex-xxl-column-reverse {
      flex-direction: column-reverse !important; }
    #editor .block-editor-block-list__layout .flex-xxl-grow-0 {
      flex-grow: 0 !important; }
    #editor .block-editor-block-list__layout .flex-xxl-grow-1 {
      flex-grow: 1 !important; }
    #editor .block-editor-block-list__layout .flex-xxl-shrink-0 {
      flex-shrink: 0 !important; }
    #editor .block-editor-block-list__layout .flex-xxl-shrink-1 {
      flex-shrink: 1 !important; }
    #editor .block-editor-block-list__layout .flex-xxl-wrap {
      flex-wrap: wrap !important; }
    #editor .block-editor-block-list__layout .flex-xxl-nowrap {
      flex-wrap: nowrap !important; }
    #editor .block-editor-block-list__layout .flex-xxl-wrap-reverse {
      flex-wrap: wrap-reverse !important; }
    #editor .block-editor-block-list__layout .gap-xxl-0 {
      gap: 0 !important; }
    #editor .block-editor-block-list__layout .gap-xxl-1 {
      gap: 0.25rem !important; }
    #editor .block-editor-block-list__layout .gap-xxl-2 {
      gap: 0.5rem !important; }
    #editor .block-editor-block-list__layout .gap-xxl-3 {
      gap: 1rem !important; }
    #editor .block-editor-block-list__layout .gap-xxl-4 {
      gap: 1.5rem !important; }
    #editor .block-editor-block-list__layout .gap-xxl-5 {
      gap: 3rem !important; }
    #editor .block-editor-block-list__layout .gap-xxl-8 {
      gap: 4rem !important; }
    #editor .block-editor-block-list__layout .gap-xxl-10 {
      gap: 5rem !important; }
    #editor .block-editor-block-list__layout .justify-content-xxl-start {
      justify-content: flex-start !important; }
    #editor .block-editor-block-list__layout .justify-content-xxl-end {
      justify-content: flex-end !important; }
    #editor .block-editor-block-list__layout .justify-content-xxl-center {
      justify-content: center !important; }
    #editor .block-editor-block-list__layout .justify-content-xxl-between {
      justify-content: space-between !important; }
    #editor .block-editor-block-list__layout .justify-content-xxl-around {
      justify-content: space-around !important; }
    #editor .block-editor-block-list__layout .justify-content-xxl-evenly {
      justify-content: space-evenly !important; }
    #editor .block-editor-block-list__layout .align-items-xxl-start {
      align-items: flex-start !important; }
    #editor .block-editor-block-list__layout .align-items-xxl-end {
      align-items: flex-end !important; }
    #editor .block-editor-block-list__layout .align-items-xxl-center {
      align-items: center !important; }
    #editor .block-editor-block-list__layout .align-items-xxl-baseline {
      align-items: baseline !important; }
    #editor .block-editor-block-list__layout .align-items-xxl-stretch {
      align-items: stretch !important; }
    #editor .block-editor-block-list__layout .align-content-xxl-start {
      align-content: flex-start !important; }
    #editor .block-editor-block-list__layout .align-content-xxl-end {
      align-content: flex-end !important; }
    #editor .block-editor-block-list__layout .align-content-xxl-center {
      align-content: center !important; }
    #editor .block-editor-block-list__layout .align-content-xxl-between {
      align-content: space-between !important; }
    #editor .block-editor-block-list__layout .align-content-xxl-around {
      align-content: space-around !important; }
    #editor .block-editor-block-list__layout .align-content-xxl-stretch {
      align-content: stretch !important; }
    #editor .block-editor-block-list__layout .align-self-xxl-auto {
      align-self: auto !important; }
    #editor .block-editor-block-list__layout .align-self-xxl-start {
      align-self: flex-start !important; }
    #editor .block-editor-block-list__layout .align-self-xxl-end {
      align-self: flex-end !important; }
    #editor .block-editor-block-list__layout .align-self-xxl-center {
      align-self: center !important; }
    #editor .block-editor-block-list__layout .align-self-xxl-baseline {
      align-self: baseline !important; }
    #editor .block-editor-block-list__layout .align-self-xxl-stretch {
      align-self: stretch !important; }
    #editor .block-editor-block-list__layout .order-xxl-first {
      order: -1 !important; }
    #editor .block-editor-block-list__layout .order-xxl-0 {
      order: 0 !important; }
    #editor .block-editor-block-list__layout .order-xxl-1 {
      order: 1 !important; }
    #editor .block-editor-block-list__layout .order-xxl-2 {
      order: 2 !important; }
    #editor .block-editor-block-list__layout .order-xxl-3 {
      order: 3 !important; }
    #editor .block-editor-block-list__layout .order-xxl-4 {
      order: 4 !important; }
    #editor .block-editor-block-list__layout .order-xxl-5 {
      order: 5 !important; }
    #editor .block-editor-block-list__layout .order-xxl-last {
      order: 6 !important; }
    #editor .block-editor-block-list__layout .m-xxl-0 {
      margin: 0 !important; }
    #editor .block-editor-block-list__layout .m-xxl-1 {
      margin: 0.25rem !important; }
    #editor .block-editor-block-list__layout .m-xxl-2 {
      margin: 0.5rem !important; }
    #editor .block-editor-block-list__layout .m-xxl-3 {
      margin: 1rem !important; }
    #editor .block-editor-block-list__layout .m-xxl-4 {
      margin: 1.5rem !important; }
    #editor .block-editor-block-list__layout .m-xxl-5 {
      margin: 3rem !important; }
    #editor .block-editor-block-list__layout .m-xxl-8 {
      margin: 4rem !important; }
    #editor .block-editor-block-list__layout .m-xxl-10 {
      margin: 5rem !important; }
    #editor .block-editor-block-list__layout .m-xxl-auto {
      margin: auto !important; }
    #editor .block-editor-block-list__layout .mx-xxl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    #editor .block-editor-block-list__layout .mx-xxl-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mx-xxl-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mx-xxl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important; }
    #editor .block-editor-block-list__layout .mx-xxl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mx-xxl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important; }
    #editor .block-editor-block-list__layout .mx-xxl-8 {
      margin-right: 4rem !important;
      margin-left: 4rem !important; }
    #editor .block-editor-block-list__layout .mx-xxl-10 {
      margin-right: 5rem !important;
      margin-left: 5rem !important; }
    #editor .block-editor-block-list__layout .mx-xxl-auto {
      margin-right: auto !important;
      margin-left: auto !important; }
    #editor .block-editor-block-list__layout .my-xxl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .my-xxl-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .my-xxl-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .my-xxl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .my-xxl-8 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .my-xxl-10 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .my-xxl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important; }
    #editor .block-editor-block-list__layout .mt-xxl-0 {
      margin-top: 0 !important; }
    #editor .block-editor-block-list__layout .mt-xxl-1 {
      margin-top: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mt-xxl-2 {
      margin-top: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mt-xxl-3 {
      margin-top: 1rem !important; }
    #editor .block-editor-block-list__layout .mt-xxl-4 {
      margin-top: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mt-xxl-5 {
      margin-top: 3rem !important; }
    #editor .block-editor-block-list__layout .mt-xxl-8 {
      margin-top: 4rem !important; }
    #editor .block-editor-block-list__layout .mt-xxl-10 {
      margin-top: 5rem !important; }
    #editor .block-editor-block-list__layout .mt-xxl-auto {
      margin-top: auto !important; }
    #editor .block-editor-block-list__layout .me-xxl-0 {
      margin-right: 0 !important; }
    #editor .block-editor-block-list__layout .me-xxl-1 {
      margin-right: 0.25rem !important; }
    #editor .block-editor-block-list__layout .me-xxl-2 {
      margin-right: 0.5rem !important; }
    #editor .block-editor-block-list__layout .me-xxl-3 {
      margin-right: 1rem !important; }
    #editor .block-editor-block-list__layout .me-xxl-4 {
      margin-right: 1.5rem !important; }
    #editor .block-editor-block-list__layout .me-xxl-5 {
      margin-right: 3rem !important; }
    #editor .block-editor-block-list__layout .me-xxl-8 {
      margin-right: 4rem !important; }
    #editor .block-editor-block-list__layout .me-xxl-10 {
      margin-right: 5rem !important; }
    #editor .block-editor-block-list__layout .me-xxl-auto {
      margin-right: auto !important; }
    #editor .block-editor-block-list__layout .mb-xxl-0 {
      margin-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .mb-xxl-1 {
      margin-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .mb-xxl-2 {
      margin-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .mb-xxl-3 {
      margin-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .mb-xxl-4 {
      margin-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .mb-xxl-5 {
      margin-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .mb-xxl-8 {
      margin-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .mb-xxl-10 {
      margin-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .mb-xxl-auto {
      margin-bottom: auto !important; }
    #editor .block-editor-block-list__layout .ms-xxl-0 {
      margin-left: 0 !important; }
    #editor .block-editor-block-list__layout .ms-xxl-1 {
      margin-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .ms-xxl-2 {
      margin-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .ms-xxl-3 {
      margin-left: 1rem !important; }
    #editor .block-editor-block-list__layout .ms-xxl-4 {
      margin-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .ms-xxl-5 {
      margin-left: 3rem !important; }
    #editor .block-editor-block-list__layout .ms-xxl-8 {
      margin-left: 4rem !important; }
    #editor .block-editor-block-list__layout .ms-xxl-10 {
      margin-left: 5rem !important; }
    #editor .block-editor-block-list__layout .ms-xxl-auto {
      margin-left: auto !important; }
    #editor .block-editor-block-list__layout .p-xxl-0 {
      padding: 0 !important; }
    #editor .block-editor-block-list__layout .p-xxl-1 {
      padding: 0.25rem !important; }
    #editor .block-editor-block-list__layout .p-xxl-2 {
      padding: 0.5rem !important; }
    #editor .block-editor-block-list__layout .p-xxl-3 {
      padding: 1rem !important; }
    #editor .block-editor-block-list__layout .p-xxl-4 {
      padding: 1.5rem !important; }
    #editor .block-editor-block-list__layout .p-xxl-5 {
      padding: 3rem !important; }
    #editor .block-editor-block-list__layout .p-xxl-8 {
      padding: 4rem !important; }
    #editor .block-editor-block-list__layout .p-xxl-10 {
      padding: 5rem !important; }
    #editor .block-editor-block-list__layout .px-xxl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; }
    #editor .block-editor-block-list__layout .px-xxl-1 {
      padding-right: 0.25rem !important;
      padding-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .px-xxl-2 {
      padding-right: 0.5rem !important;
      padding-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .px-xxl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important; }
    #editor .block-editor-block-list__layout .px-xxl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .px-xxl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important; }
    #editor .block-editor-block-list__layout .px-xxl-8 {
      padding-right: 4rem !important;
      padding-left: 4rem !important; }
    #editor .block-editor-block-list__layout .px-xxl-10 {
      padding-right: 5rem !important;
      padding-left: 5rem !important; }
    #editor .block-editor-block-list__layout .py-xxl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .py-xxl-1 {
      padding-top: 0.25rem !important;
      padding-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .py-xxl-2 {
      padding-top: 0.5rem !important;
      padding-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .py-xxl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .py-xxl-8 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .py-xxl-10 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .pt-xxl-0 {
      padding-top: 0 !important; }
    #editor .block-editor-block-list__layout .pt-xxl-1 {
      padding-top: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pt-xxl-2 {
      padding-top: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pt-xxl-3 {
      padding-top: 1rem !important; }
    #editor .block-editor-block-list__layout .pt-xxl-4 {
      padding-top: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pt-xxl-5 {
      padding-top: 3rem !important; }
    #editor .block-editor-block-list__layout .pt-xxl-8 {
      padding-top: 4rem !important; }
    #editor .block-editor-block-list__layout .pt-xxl-10 {
      padding-top: 5rem !important; }
    #editor .block-editor-block-list__layout .pe-xxl-0 {
      padding-right: 0 !important; }
    #editor .block-editor-block-list__layout .pe-xxl-1 {
      padding-right: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pe-xxl-2 {
      padding-right: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pe-xxl-3 {
      padding-right: 1rem !important; }
    #editor .block-editor-block-list__layout .pe-xxl-4 {
      padding-right: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pe-xxl-5 {
      padding-right: 3rem !important; }
    #editor .block-editor-block-list__layout .pe-xxl-8 {
      padding-right: 4rem !important; }
    #editor .block-editor-block-list__layout .pe-xxl-10 {
      padding-right: 5rem !important; }
    #editor .block-editor-block-list__layout .pb-xxl-0 {
      padding-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .pb-xxl-1 {
      padding-bottom: 0.25rem !important; }
    #editor .block-editor-block-list__layout .pb-xxl-2 {
      padding-bottom: 0.5rem !important; }
    #editor .block-editor-block-list__layout .pb-xxl-3 {
      padding-bottom: 1rem !important; }
    #editor .block-editor-block-list__layout .pb-xxl-4 {
      padding-bottom: 1.5rem !important; }
    #editor .block-editor-block-list__layout .pb-xxl-5 {
      padding-bottom: 3rem !important; }
    #editor .block-editor-block-list__layout .pb-xxl-8 {
      padding-bottom: 4rem !important; }
    #editor .block-editor-block-list__layout .pb-xxl-10 {
      padding-bottom: 5rem !important; }
    #editor .block-editor-block-list__layout .ps-xxl-0 {
      padding-left: 0 !important; }
    #editor .block-editor-block-list__layout .ps-xxl-1 {
      padding-left: 0.25rem !important; }
    #editor .block-editor-block-list__layout .ps-xxl-2 {
      padding-left: 0.5rem !important; }
    #editor .block-editor-block-list__layout .ps-xxl-3 {
      padding-left: 1rem !important; }
    #editor .block-editor-block-list__layout .ps-xxl-4 {
      padding-left: 1.5rem !important; }
    #editor .block-editor-block-list__layout .ps-xxl-5 {
      padding-left: 3rem !important; }
    #editor .block-editor-block-list__layout .ps-xxl-8 {
      padding-left: 4rem !important; }
    #editor .block-editor-block-list__layout .ps-xxl-10 {
      padding-left: 5rem !important; }
    #editor .block-editor-block-list__layout .text-xxl-start {
      text-align: left !important; }
    #editor .block-editor-block-list__layout .text-xxl-end {
      text-align: right !important; }
    #editor .block-editor-block-list__layout .text-xxl-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    #editor .block-editor-block-list__layout .fs-1 {
      font-size: 3.125rem !important; }
    #editor .block-editor-block-list__layout .fs-2 {
      font-size: 2.8125rem !important; }
    #editor .block-editor-block-list__layout .fs-3 {
      font-size: 1.75rem !important; }
    #editor .block-editor-block-list__layout .fs-4 {
      font-size: 1.625rem !important; }
    #editor .block-editor-block-list__layout .fs-5 {
      font-size: 1.5625rem !important; } }
  @media print {
    #editor .block-editor-block-list__layout .d-print-inline {
      display: inline !important; }
    #editor .block-editor-block-list__layout .d-print-inline-block {
      display: inline-block !important; }
    #editor .block-editor-block-list__layout .d-print-block {
      display: block !important; }
    #editor .block-editor-block-list__layout .d-print-grid {
      display: grid !important; }
    #editor .block-editor-block-list__layout .d-print-table {
      display: table !important; }
    #editor .block-editor-block-list__layout .d-print-table-row {
      display: table-row !important; }
    #editor .block-editor-block-list__layout .d-print-table-cell {
      display: table-cell !important; }
    #editor .block-editor-block-list__layout .d-print-flex {
      display: flex !important; }
    #editor .block-editor-block-list__layout .d-print-inline-flex {
      display: inline-flex !important; }
    #editor .block-editor-block-list__layout .d-print-none {
      display: none !important; } }
  #editor .block-editor-block-list__layout .wp-block-image img {
    min-width: 100%; }
  #editor .block-editor-block-list__layout .wp-block-image figcaption {
    background: #1EAAA4;
    padding: 1.5rem;
    margin-top: 0; }
  #editor .block-editor-block-list__layout .fa,
  #editor .block-editor-block-list__layout .fas,
  #editor .block-editor-block-list__layout .far,
  #editor .block-editor-block-list__layout .fal,
  #editor .block-editor-block-list__layout .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }
  #editor .block-editor-block-list__layout .fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em; }
  #editor .block-editor-block-list__layout .fa-xs {
    font-size: .75em; }
  #editor .block-editor-block-list__layout .fa-sm {
    font-size: .875em; }
  #editor .block-editor-block-list__layout .fa-1x {
    font-size: 1em; }
  #editor .block-editor-block-list__layout .fa-2x {
    font-size: 2em; }
  #editor .block-editor-block-list__layout .fa-3x {
    font-size: 3em; }
  #editor .block-editor-block-list__layout .fa-4x {
    font-size: 4em; }
  #editor .block-editor-block-list__layout .fa-5x {
    font-size: 5em; }
  #editor .block-editor-block-list__layout .fa-6x {
    font-size: 6em; }
  #editor .block-editor-block-list__layout .fa-7x {
    font-size: 7em; }
  #editor .block-editor-block-list__layout .fa-8x {
    font-size: 8em; }
  #editor .block-editor-block-list__layout .fa-9x {
    font-size: 9em; }
  #editor .block-editor-block-list__layout .fa-10x {
    font-size: 10em; }
  #editor .block-editor-block-list__layout .fa-fw {
    text-align: center;
    width: 1.25em; }
  #editor .block-editor-block-list__layout .fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0; }
    #editor .block-editor-block-list__layout .fa-ul > li {
      position: relative; }
  #editor .block-editor-block-list__layout .fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit; }
  #editor .block-editor-block-list__layout .fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em; }
  #editor .block-editor-block-list__layout .fa-pull-left {
    float: left; }
  #editor .block-editor-block-list__layout .fa-pull-right {
    float: right; }
  #editor .block-editor-block-list__layout .fa.fa-pull-left,
  #editor .block-editor-block-list__layout .fas.fa-pull-left,
  #editor .block-editor-block-list__layout .far.fa-pull-left,
  #editor .block-editor-block-list__layout .fal.fa-pull-left,
  #editor .block-editor-block-list__layout .fab.fa-pull-left {
    margin-right: .3em; }
  #editor .block-editor-block-list__layout .fa.fa-pull-right,
  #editor .block-editor-block-list__layout .fas.fa-pull-right,
  #editor .block-editor-block-list__layout .far.fa-pull-right,
  #editor .block-editor-block-list__layout .fal.fa-pull-right,
  #editor .block-editor-block-list__layout .fab.fa-pull-right {
    margin-left: .3em; }
  #editor .block-editor-block-list__layout .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear; }
  #editor .block-editor-block-list__layout .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
            animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  #editor .block-editor-block-list__layout .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  #editor .block-editor-block-list__layout .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  #editor .block-editor-block-list__layout .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  #editor .block-editor-block-list__layout .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }
  #editor .block-editor-block-list__layout .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1); }
  #editor .block-editor-block-list__layout .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1); }
  #editor .block-editor-block-list__layout :root .fa-rotate-90,
  #editor .block-editor-block-list__layout :root .fa-rotate-180,
  #editor .block-editor-block-list__layout :root .fa-rotate-270,
  #editor .block-editor-block-list__layout :root .fa-flip-horizontal,
  #editor .block-editor-block-list__layout :root .fa-flip-vertical {
    -webkit-filter: none;
            filter: none; }
  #editor .block-editor-block-list__layout .fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em; }
  #editor .block-editor-block-list__layout .fa-stack-1x,
  #editor .block-editor-block-list__layout .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%; }
  #editor .block-editor-block-list__layout .fa-stack-1x {
    line-height: inherit; }
  #editor .block-editor-block-list__layout .fa-stack-2x {
    font-size: 2em; }
  #editor .block-editor-block-list__layout .fa-inverse {
    color: #fff; }
  #editor .block-editor-block-list__layout .fa-500px:before {
    content: "\f26e"; }
  #editor .block-editor-block-list__layout .fa-abacus:before {
    content: "\f640"; }
  #editor .block-editor-block-list__layout .fa-accessible-icon:before {
    content: "\f368"; }
  #editor .block-editor-block-list__layout .fa-accusoft:before {
    content: "\f369"; }
  #editor .block-editor-block-list__layout .fa-acorn:before {
    content: "\f6ae"; }
  #editor .block-editor-block-list__layout .fa-acquisitions-incorporated:before {
    content: "\f6af"; }
  #editor .block-editor-block-list__layout .fa-ad:before {
    content: "\f641"; }
  #editor .block-editor-block-list__layout .fa-address-book:before {
    content: "\f2b9"; }
  #editor .block-editor-block-list__layout .fa-address-card:before {
    content: "\f2bb"; }
  #editor .block-editor-block-list__layout .fa-adjust:before {
    content: "\f042"; }
  #editor .block-editor-block-list__layout .fa-adn:before {
    content: "\f170"; }
  #editor .block-editor-block-list__layout .fa-adobe:before {
    content: "\f778"; }
  #editor .block-editor-block-list__layout .fa-adversal:before {
    content: "\f36a"; }
  #editor .block-editor-block-list__layout .fa-affiliatetheme:before {
    content: "\f36b"; }
  #editor .block-editor-block-list__layout .fa-air-freshener:before {
    content: "\f5d0"; }
  #editor .block-editor-block-list__layout .fa-alarm-clock:before {
    content: "\f34e"; }
  #editor .block-editor-block-list__layout .fa-algolia:before {
    content: "\f36c"; }
  #editor .block-editor-block-list__layout .fa-alicorn:before {
    content: "\f6b0"; }
  #editor .block-editor-block-list__layout .fa-align-center:before {
    content: "\f037"; }
  #editor .block-editor-block-list__layout .fa-align-justify:before {
    content: "\f039"; }
  #editor .block-editor-block-list__layout .fa-align-left:before {
    content: "\f036"; }
  #editor .block-editor-block-list__layout .fa-align-right:before {
    content: "\f038"; }
  #editor .block-editor-block-list__layout .fa-alipay:before {
    content: "\f642"; }
  #editor .block-editor-block-list__layout .fa-allergies:before {
    content: "\f461"; }
  #editor .block-editor-block-list__layout .fa-amazon:before {
    content: "\f270"; }
  #editor .block-editor-block-list__layout .fa-amazon-pay:before {
    content: "\f42c"; }
  #editor .block-editor-block-list__layout .fa-ambulance:before {
    content: "\f0f9"; }
  #editor .block-editor-block-list__layout .fa-american-sign-language-interpreting:before {
    content: "\f2a3"; }
  #editor .block-editor-block-list__layout .fa-amilia:before {
    content: "\f36d"; }
  #editor .block-editor-block-list__layout .fa-analytics:before {
    content: "\f643"; }
  #editor .block-editor-block-list__layout .fa-anchor:before {
    content: "\f13d"; }
  #editor .block-editor-block-list__layout .fa-android:before {
    content: "\f17b"; }
  #editor .block-editor-block-list__layout .fa-angel:before {
    content: "\f779"; }
  #editor .block-editor-block-list__layout .fa-angellist:before {
    content: "\f209"; }
  #editor .block-editor-block-list__layout .fa-angle-double-down:before {
    content: "\f103"; }
  #editor .block-editor-block-list__layout .fa-angle-double-left:before {
    content: "\f100"; }
  #editor .block-editor-block-list__layout .fa-angle-double-right:before {
    content: "\f101"; }
  #editor .block-editor-block-list__layout .fa-angle-double-up:before {
    content: "\f102"; }
  #editor .block-editor-block-list__layout .fa-angle-down:before {
    content: "\f107"; }
  #editor .block-editor-block-list__layout .fa-angle-left:before {
    content: "\f104"; }
  #editor .block-editor-block-list__layout .fa-angle-right:before {
    content: "\f105"; }
  #editor .block-editor-block-list__layout .fa-angle-up:before {
    content: "\f106"; }
  #editor .block-editor-block-list__layout .fa-angry:before {
    content: "\f556"; }
  #editor .block-editor-block-list__layout .fa-angrycreative:before {
    content: "\f36e"; }
  #editor .block-editor-block-list__layout .fa-angular:before {
    content: "\f420"; }
  #editor .block-editor-block-list__layout .fa-ankh:before {
    content: "\f644"; }
  #editor .block-editor-block-list__layout .fa-app-store:before {
    content: "\f36f"; }
  #editor .block-editor-block-list__layout .fa-app-store-ios:before {
    content: "\f370"; }
  #editor .block-editor-block-list__layout .fa-apper:before {
    content: "\f371"; }
  #editor .block-editor-block-list__layout .fa-apple:before {
    content: "\f179"; }
  #editor .block-editor-block-list__layout .fa-apple-alt:before {
    content: "\f5d1"; }
  #editor .block-editor-block-list__layout .fa-apple-crate:before {
    content: "\f6b1"; }
  #editor .block-editor-block-list__layout .fa-apple-pay:before {
    content: "\f415"; }
  #editor .block-editor-block-list__layout .fa-archive:before {
    content: "\f187"; }
  #editor .block-editor-block-list__layout .fa-archway:before {
    content: "\f557"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-circle-down:before {
    content: "\f358"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-circle-left:before {
    content: "\f359"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-circle-right:before {
    content: "\f35a"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-circle-up:before {
    content: "\f35b"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-down:before {
    content: "\f354"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-from-bottom:before {
    content: "\f346"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-from-left:before {
    content: "\f347"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-from-right:before {
    content: "\f348"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-from-top:before {
    content: "\f349"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-left:before {
    content: "\f355"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-right:before {
    content: "\f356"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-square-down:before {
    content: "\f350"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-square-left:before {
    content: "\f351"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-square-right:before {
    content: "\f352"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-square-up:before {
    content: "\f353"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-to-bottom:before {
    content: "\f34a"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-to-left:before {
    content: "\f34b"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-to-right:before {
    content: "\f34c"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-to-top:before {
    content: "\f34d"; }
  #editor .block-editor-block-list__layout .fa-arrow-alt-up:before {
    content: "\f357"; }
  #editor .block-editor-block-list__layout .fa-arrow-circle-down:before {
    content: "\f0ab"; }
  #editor .block-editor-block-list__layout .fa-arrow-circle-left:before {
    content: "\f0a8"; }
  #editor .block-editor-block-list__layout .fa-arrow-circle-right:before {
    content: "\f0a9"; }
  #editor .block-editor-block-list__layout .fa-arrow-circle-up:before {
    content: "\f0aa"; }
  #editor .block-editor-block-list__layout .fa-arrow-down:before {
    content: "\f063"; }
  #editor .block-editor-block-list__layout .fa-arrow-from-bottom:before {
    content: "\f342"; }
  #editor .block-editor-block-list__layout .fa-arrow-from-left:before {
    content: "\f343"; }
  #editor .block-editor-block-list__layout .fa-arrow-from-right:before {
    content: "\f344"; }
  #editor .block-editor-block-list__layout .fa-arrow-from-top:before {
    content: "\f345"; }
  #editor .block-editor-block-list__layout .fa-arrow-left:before {
    content: "\f060"; }
  #editor .block-editor-block-list__layout .fa-arrow-right:before {
    content: "\f061"; }
  #editor .block-editor-block-list__layout .fa-arrow-square-down:before {
    content: "\f339"; }
  #editor .block-editor-block-list__layout .fa-arrow-square-left:before {
    content: "\f33a"; }
  #editor .block-editor-block-list__layout .fa-arrow-square-right:before {
    content: "\f33b"; }
  #editor .block-editor-block-list__layout .fa-arrow-square-up:before {
    content: "\f33c"; }
  #editor .block-editor-block-list__layout .fa-arrow-to-bottom:before {
    content: "\f33d"; }
  #editor .block-editor-block-list__layout .fa-arrow-to-left:before {
    content: "\f33e"; }
  #editor .block-editor-block-list__layout .fa-arrow-to-right:before {
    content: "\f340"; }
  #editor .block-editor-block-list__layout .fa-arrow-to-top:before {
    content: "\f341"; }
  #editor .block-editor-block-list__layout .fa-arrow-up:before {
    content: "\f062"; }
  #editor .block-editor-block-list__layout .fa-arrows:before {
    content: "\f047"; }
  #editor .block-editor-block-list__layout .fa-arrows-alt:before {
    content: "\f0b2"; }
  #editor .block-editor-block-list__layout .fa-arrows-alt-h:before {
    content: "\f337"; }
  #editor .block-editor-block-list__layout .fa-arrows-alt-v:before {
    content: "\f338"; }
  #editor .block-editor-block-list__layout .fa-arrows-h:before {
    content: "\f07e"; }
  #editor .block-editor-block-list__layout .fa-arrows-v:before {
    content: "\f07d"; }
  #editor .block-editor-block-list__layout .fa-artstation:before {
    content: "\f77a"; }
  #editor .block-editor-block-list__layout .fa-assistive-listening-systems:before {
    content: "\f2a2"; }
  #editor .block-editor-block-list__layout .fa-asterisk:before {
    content: "\f069"; }
  #editor .block-editor-block-list__layout .fa-asymmetrik:before {
    content: "\f372"; }
  #editor .block-editor-block-list__layout .fa-at:before {
    content: "\f1fa"; }
  #editor .block-editor-block-list__layout .fa-atlas:before {
    content: "\f558"; }
  #editor .block-editor-block-list__layout .fa-atlassian:before {
    content: "\f77b"; }
  #editor .block-editor-block-list__layout .fa-atom:before {
    content: "\f5d2"; }
  #editor .block-editor-block-list__layout .fa-atom-alt:before {
    content: "\f5d3"; }
  #editor .block-editor-block-list__layout .fa-audible:before {
    content: "\f373"; }
  #editor .block-editor-block-list__layout .fa-audio-description:before {
    content: "\f29e"; }
  #editor .block-editor-block-list__layout .fa-autoprefixer:before {
    content: "\f41c"; }
  #editor .block-editor-block-list__layout .fa-avianex:before {
    content: "\f374"; }
  #editor .block-editor-block-list__layout .fa-aviato:before {
    content: "\f421"; }
  #editor .block-editor-block-list__layout .fa-award:before {
    content: "\f559"; }
  #editor .block-editor-block-list__layout .fa-aws:before {
    content: "\f375"; }
  #editor .block-editor-block-list__layout .fa-axe:before {
    content: "\f6b2"; }
  #editor .block-editor-block-list__layout .fa-axe-battle:before {
    content: "\f6b3"; }
  #editor .block-editor-block-list__layout .fa-baby:before {
    content: "\f77c"; }
  #editor .block-editor-block-list__layout .fa-baby-carriage:before {
    content: "\f77d"; }
  #editor .block-editor-block-list__layout .fa-backpack:before {
    content: "\f5d4"; }
  #editor .block-editor-block-list__layout .fa-backspace:before {
    content: "\f55a"; }
  #editor .block-editor-block-list__layout .fa-backward:before {
    content: "\f04a"; }
  #editor .block-editor-block-list__layout .fa-badge:before {
    content: "\f335"; }
  #editor .block-editor-block-list__layout .fa-badge-check:before {
    content: "\f336"; }
  #editor .block-editor-block-list__layout .fa-badge-dollar:before {
    content: "\f645"; }
  #editor .block-editor-block-list__layout .fa-badge-percent:before {
    content: "\f646"; }
  #editor .block-editor-block-list__layout .fa-badger-honey:before {
    content: "\f6b4"; }
  #editor .block-editor-block-list__layout .fa-balance-scale:before {
    content: "\f24e"; }
  #editor .block-editor-block-list__layout .fa-balance-scale-left:before {
    content: "\f515"; }
  #editor .block-editor-block-list__layout .fa-balance-scale-right:before {
    content: "\f516"; }
  #editor .block-editor-block-list__layout .fa-ball-pile:before {
    content: "\f77e"; }
  #editor .block-editor-block-list__layout .fa-ballot:before {
    content: "\f732"; }
  #editor .block-editor-block-list__layout .fa-ballot-check:before {
    content: "\f733"; }
  #editor .block-editor-block-list__layout .fa-ban:before {
    content: "\f05e"; }
  #editor .block-editor-block-list__layout .fa-band-aid:before {
    content: "\f462"; }
  #editor .block-editor-block-list__layout .fa-bandcamp:before {
    content: "\f2d5"; }
  #editor .block-editor-block-list__layout .fa-barcode:before {
    content: "\f02a"; }
  #editor .block-editor-block-list__layout .fa-barcode-alt:before {
    content: "\f463"; }
  #editor .block-editor-block-list__layout .fa-barcode-read:before {
    content: "\f464"; }
  #editor .block-editor-block-list__layout .fa-barcode-scan:before {
    content: "\f465"; }
  #editor .block-editor-block-list__layout .fa-bars:before {
    content: "\f0c9"; }
  #editor .block-editor-block-list__layout .fa-baseball:before {
    content: "\f432"; }
  #editor .block-editor-block-list__layout .fa-baseball-ball:before {
    content: "\f433"; }
  #editor .block-editor-block-list__layout .fa-basketball-ball:before {
    content: "\f434"; }
  #editor .block-editor-block-list__layout .fa-basketball-hoop:before {
    content: "\f435"; }
  #editor .block-editor-block-list__layout .fa-bat:before {
    content: "\f6b5"; }
  #editor .block-editor-block-list__layout .fa-bath:before {
    content: "\f2cd"; }
  #editor .block-editor-block-list__layout .fa-battery-bolt:before {
    content: "\f376"; }
  #editor .block-editor-block-list__layout .fa-battery-empty:before {
    content: "\f244"; }
  #editor .block-editor-block-list__layout .fa-battery-full:before {
    content: "\f240"; }
  #editor .block-editor-block-list__layout .fa-battery-half:before {
    content: "\f242"; }
  #editor .block-editor-block-list__layout .fa-battery-quarter:before {
    content: "\f243"; }
  #editor .block-editor-block-list__layout .fa-battery-slash:before {
    content: "\f377"; }
  #editor .block-editor-block-list__layout .fa-battery-three-quarters:before {
    content: "\f241"; }
  #editor .block-editor-block-list__layout .fa-bed:before {
    content: "\f236"; }
  #editor .block-editor-block-list__layout .fa-beer:before {
    content: "\f0fc"; }
  #editor .block-editor-block-list__layout .fa-behance:before {
    content: "\f1b4"; }
  #editor .block-editor-block-list__layout .fa-behance-square:before {
    content: "\f1b5"; }
  #editor .block-editor-block-list__layout .fa-bell:before {
    content: "\f0f3"; }
  #editor .block-editor-block-list__layout .fa-bell-school:before {
    content: "\f5d5"; }
  #editor .block-editor-block-list__layout .fa-bell-school-slash:before {
    content: "\f5d6"; }
  #editor .block-editor-block-list__layout .fa-bell-slash:before {
    content: "\f1f6"; }
  #editor .block-editor-block-list__layout .fa-bells:before {
    content: "\f77f"; }
  #editor .block-editor-block-list__layout .fa-bezier-curve:before {
    content: "\f55b"; }
  #editor .block-editor-block-list__layout .fa-bible:before {
    content: "\f647"; }
  #editor .block-editor-block-list__layout .fa-bicycle:before {
    content: "\f206"; }
  #editor .block-editor-block-list__layout .fa-bimobject:before {
    content: "\f378"; }
  #editor .block-editor-block-list__layout .fa-binoculars:before {
    content: "\f1e5"; }
  #editor .block-editor-block-list__layout .fa-biohazard:before {
    content: "\f780"; }
  #editor .block-editor-block-list__layout .fa-birthday-cake:before {
    content: "\f1fd"; }
  #editor .block-editor-block-list__layout .fa-bitbucket:before {
    content: "\f171"; }
  #editor .block-editor-block-list__layout .fa-bitcoin:before {
    content: "\f379"; }
  #editor .block-editor-block-list__layout .fa-bity:before {
    content: "\f37a"; }
  #editor .block-editor-block-list__layout .fa-black-tie:before {
    content: "\f27e"; }
  #editor .block-editor-block-list__layout .fa-blackberry:before {
    content: "\f37b"; }
  #editor .block-editor-block-list__layout .fa-blanket:before {
    content: "\f498"; }
  #editor .block-editor-block-list__layout .fa-blender:before {
    content: "\f517"; }
  #editor .block-editor-block-list__layout .fa-blender-phone:before {
    content: "\f6b6"; }
  #editor .block-editor-block-list__layout .fa-blind:before {
    content: "\f29d"; }
  #editor .block-editor-block-list__layout .fa-blog:before {
    content: "\f781"; }
  #editor .block-editor-block-list__layout .fa-blogger:before {
    content: "\f37c"; }
  #editor .block-editor-block-list__layout .fa-blogger-b:before {
    content: "\f37d"; }
  #editor .block-editor-block-list__layout .fa-bluetooth:before {
    content: "\f293"; }
  #editor .block-editor-block-list__layout .fa-bluetooth-b:before {
    content: "\f294"; }
  #editor .block-editor-block-list__layout .fa-bold:before {
    content: "\f032"; }
  #editor .block-editor-block-list__layout .fa-bolt:before {
    content: "\f0e7"; }
  #editor .block-editor-block-list__layout .fa-bomb:before {
    content: "\f1e2"; }
  #editor .block-editor-block-list__layout .fa-bone:before {
    content: "\f5d7"; }
  #editor .block-editor-block-list__layout .fa-bone-break:before {
    content: "\f5d8"; }
  #editor .block-editor-block-list__layout .fa-bong:before {
    content: "\f55c"; }
  #editor .block-editor-block-list__layout .fa-book:before {
    content: "\f02d"; }
  #editor .block-editor-block-list__layout .fa-book-alt:before {
    content: "\f5d9"; }
  #editor .block-editor-block-list__layout .fa-book-dead:before {
    content: "\f6b7"; }
  #editor .block-editor-block-list__layout .fa-book-heart:before {
    content: "\f499"; }
  #editor .block-editor-block-list__layout .fa-book-open:before {
    content: "\f518"; }
  #editor .block-editor-block-list__layout .fa-book-reader:before {
    content: "\f5da"; }
  #editor .block-editor-block-list__layout .fa-book-spells:before {
    content: "\f6b8"; }
  #editor .block-editor-block-list__layout .fa-bookmark:before {
    content: "\f02e"; }
  #editor .block-editor-block-list__layout .fa-books:before {
    content: "\f5db"; }
  #editor .block-editor-block-list__layout .fa-boot:before {
    content: "\f782"; }
  #editor .block-editor-block-list__layout .fa-booth-curtain:before {
    content: "\f734"; }
  #editor .block-editor-block-list__layout .fa-bow-arrow:before {
    content: "\f6b9"; }
  #editor .block-editor-block-list__layout .fa-bowling-ball:before {
    content: "\f436"; }
  #editor .block-editor-block-list__layout .fa-bowling-pins:before {
    content: "\f437"; }
  #editor .block-editor-block-list__layout .fa-box:before {
    content: "\f466"; }
  #editor .block-editor-block-list__layout .fa-box-alt:before {
    content: "\f49a"; }
  #editor .block-editor-block-list__layout .fa-box-ballot:before {
    content: "\f735"; }
  #editor .block-editor-block-list__layout .fa-box-check:before {
    content: "\f467"; }
  #editor .block-editor-block-list__layout .fa-box-fragile:before {
    content: "\f49b"; }
  #editor .block-editor-block-list__layout .fa-box-full:before {
    content: "\f49c"; }
  #editor .block-editor-block-list__layout .fa-box-heart:before {
    content: "\f49d"; }
  #editor .block-editor-block-list__layout .fa-box-open:before {
    content: "\f49e"; }
  #editor .block-editor-block-list__layout .fa-box-up:before {
    content: "\f49f"; }
  #editor .block-editor-block-list__layout .fa-box-usd:before {
    content: "\f4a0"; }
  #editor .block-editor-block-list__layout .fa-boxes:before {
    content: "\f468"; }
  #editor .block-editor-block-list__layout .fa-boxes-alt:before {
    content: "\f4a1"; }
  #editor .block-editor-block-list__layout .fa-boxing-glove:before {
    content: "\f438"; }
  #editor .block-editor-block-list__layout .fa-braille:before {
    content: "\f2a1"; }
  #editor .block-editor-block-list__layout .fa-brain:before {
    content: "\f5dc"; }
  #editor .block-editor-block-list__layout .fa-briefcase:before {
    content: "\f0b1"; }
  #editor .block-editor-block-list__layout .fa-briefcase-medical:before {
    content: "\f469"; }
  #editor .block-editor-block-list__layout .fa-broadcast-tower:before {
    content: "\f519"; }
  #editor .block-editor-block-list__layout .fa-broom:before {
    content: "\f51a"; }
  #editor .block-editor-block-list__layout .fa-browser:before {
    content: "\f37e"; }
  #editor .block-editor-block-list__layout .fa-brush:before {
    content: "\f55d"; }
  #editor .block-editor-block-list__layout .fa-btc:before {
    content: "\f15a"; }
  #editor .block-editor-block-list__layout .fa-bug:before {
    content: "\f188"; }
  #editor .block-editor-block-list__layout .fa-building:before {
    content: "\f1ad"; }
  #editor .block-editor-block-list__layout .fa-bullhorn:before {
    content: "\f0a1"; }
  #editor .block-editor-block-list__layout .fa-bullseye:before {
    content: "\f140"; }
  #editor .block-editor-block-list__layout .fa-bullseye-arrow:before {
    content: "\f648"; }
  #editor .block-editor-block-list__layout .fa-bullseye-pointer:before {
    content: "\f649"; }
  #editor .block-editor-block-list__layout .fa-burn:before {
    content: "\f46a"; }
  #editor .block-editor-block-list__layout .fa-buromobelexperte:before {
    content: "\f37f"; }
  #editor .block-editor-block-list__layout .fa-bus:before {
    content: "\f207"; }
  #editor .block-editor-block-list__layout .fa-bus-alt:before {
    content: "\f55e"; }
  #editor .block-editor-block-list__layout .fa-bus-school:before {
    content: "\f5dd"; }
  #editor .block-editor-block-list__layout .fa-business-time:before {
    content: "\f64a"; }
  #editor .block-editor-block-list__layout .fa-buysellads:before {
    content: "\f20d"; }
  #editor .block-editor-block-list__layout .fa-cabinet-filing:before {
    content: "\f64b"; }
  #editor .block-editor-block-list__layout .fa-calculator:before {
    content: "\f1ec"; }
  #editor .block-editor-block-list__layout .fa-calculator-alt:before {
    content: "\f64c"; }
  #editor .block-editor-block-list__layout .fa-calendar:before {
    content: "\f133"; }
  #editor .block-editor-block-list__layout .fa-calendar-alt:before {
    content: "\f073"; }
  #editor .block-editor-block-list__layout .fa-calendar-check:before {
    content: "\f274"; }
  #editor .block-editor-block-list__layout .fa-calendar-day:before {
    content: "\f783"; }
  #editor .block-editor-block-list__layout .fa-calendar-edit:before {
    content: "\f333"; }
  #editor .block-editor-block-list__layout .fa-calendar-exclamation:before {
    content: "\f334"; }
  #editor .block-editor-block-list__layout .fa-calendar-minus:before {
    content: "\f272"; }
  #editor .block-editor-block-list__layout .fa-calendar-plus:before {
    content: "\f271"; }
  #editor .block-editor-block-list__layout .fa-calendar-star:before {
    content: "\f736"; }
  #editor .block-editor-block-list__layout .fa-calendar-times:before {
    content: "\f273"; }
  #editor .block-editor-block-list__layout .fa-calendar-week:before {
    content: "\f784"; }
  #editor .block-editor-block-list__layout .fa-camera:before {
    content: "\f030"; }
  #editor .block-editor-block-list__layout .fa-camera-alt:before {
    content: "\f332"; }
  #editor .block-editor-block-list__layout .fa-camera-retro:before {
    content: "\f083"; }
  #editor .block-editor-block-list__layout .fa-campfire:before {
    content: "\f6ba"; }
  #editor .block-editor-block-list__layout .fa-campground:before {
    content: "\f6bb"; }
  #editor .block-editor-block-list__layout .fa-canadian-maple-leaf:before {
    content: "\f785"; }
  #editor .block-editor-block-list__layout .fa-candle-holder:before {
    content: "\f6bc"; }
  #editor .block-editor-block-list__layout .fa-candy-cane:before {
    content: "\f786"; }
  #editor .block-editor-block-list__layout .fa-candy-corn:before {
    content: "\f6bd"; }
  #editor .block-editor-block-list__layout .fa-cannabis:before {
    content: "\f55f"; }
  #editor .block-editor-block-list__layout .fa-capsules:before {
    content: "\f46b"; }
  #editor .block-editor-block-list__layout .fa-car:before {
    content: "\f1b9"; }
  #editor .block-editor-block-list__layout .fa-car-alt:before {
    content: "\f5de"; }
  #editor .block-editor-block-list__layout .fa-car-battery:before {
    content: "\f5df"; }
  #editor .block-editor-block-list__layout .fa-car-bump:before {
    content: "\f5e0"; }
  #editor .block-editor-block-list__layout .fa-car-crash:before {
    content: "\f5e1"; }
  #editor .block-editor-block-list__layout .fa-car-garage:before {
    content: "\f5e2"; }
  #editor .block-editor-block-list__layout .fa-car-mechanic:before {
    content: "\f5e3"; }
  #editor .block-editor-block-list__layout .fa-car-side:before {
    content: "\f5e4"; }
  #editor .block-editor-block-list__layout .fa-car-tilt:before {
    content: "\f5e5"; }
  #editor .block-editor-block-list__layout .fa-car-wash:before {
    content: "\f5e6"; }
  #editor .block-editor-block-list__layout .fa-caret-circle-down:before {
    content: "\f32d"; }
  #editor .block-editor-block-list__layout .fa-caret-circle-left:before {
    content: "\f32e"; }
  #editor .block-editor-block-list__layout .fa-caret-circle-right:before {
    content: "\f330"; }
  #editor .block-editor-block-list__layout .fa-caret-circle-up:before {
    content: "\f331"; }
  #editor .block-editor-block-list__layout .fa-caret-down:before {
    content: "\f0d7"; }
  #editor .block-editor-block-list__layout .fa-caret-left:before {
    content: "\f0d9"; }
  #editor .block-editor-block-list__layout .fa-caret-right:before {
    content: "\f0da"; }
  #editor .block-editor-block-list__layout .fa-caret-square-down:before {
    content: "\f150"; }
  #editor .block-editor-block-list__layout .fa-caret-square-left:before {
    content: "\f191"; }
  #editor .block-editor-block-list__layout .fa-caret-square-right:before {
    content: "\f152"; }
  #editor .block-editor-block-list__layout .fa-caret-square-up:before {
    content: "\f151"; }
  #editor .block-editor-block-list__layout .fa-caret-up:before {
    content: "\f0d8"; }
  #editor .block-editor-block-list__layout .fa-carrot:before {
    content: "\f787"; }
  #editor .block-editor-block-list__layout .fa-cart-arrow-down:before {
    content: "\f218"; }
  #editor .block-editor-block-list__layout .fa-cart-plus:before {
    content: "\f217"; }
  #editor .block-editor-block-list__layout .fa-cash-register:before {
    content: "\f788"; }
  #editor .block-editor-block-list__layout .fa-cat:before {
    content: "\f6be"; }
  #editor .block-editor-block-list__layout .fa-cauldron:before {
    content: "\f6bf"; }
  #editor .block-editor-block-list__layout .fa-cc-amazon-pay:before {
    content: "\f42d"; }
  #editor .block-editor-block-list__layout .fa-cc-amex:before {
    content: "\f1f3"; }
  #editor .block-editor-block-list__layout .fa-cc-apple-pay:before {
    content: "\f416"; }
  #editor .block-editor-block-list__layout .fa-cc-diners-club:before {
    content: "\f24c"; }
  #editor .block-editor-block-list__layout .fa-cc-discover:before {
    content: "\f1f2"; }
  #editor .block-editor-block-list__layout .fa-cc-jcb:before {
    content: "\f24b"; }
  #editor .block-editor-block-list__layout .fa-cc-mastercard:before {
    content: "\f1f1"; }
  #editor .block-editor-block-list__layout .fa-cc-paypal:before {
    content: "\f1f4"; }
  #editor .block-editor-block-list__layout .fa-cc-stripe:before {
    content: "\f1f5"; }
  #editor .block-editor-block-list__layout .fa-cc-visa:before {
    content: "\f1f0"; }
  #editor .block-editor-block-list__layout .fa-centercode:before {
    content: "\f380"; }
  #editor .block-editor-block-list__layout .fa-centos:before {
    content: "\f789"; }
  #editor .block-editor-block-list__layout .fa-certificate:before {
    content: "\f0a3"; }
  #editor .block-editor-block-list__layout .fa-chair:before {
    content: "\f6c0"; }
  #editor .block-editor-block-list__layout .fa-chair-office:before {
    content: "\f6c1"; }
  #editor .block-editor-block-list__layout .fa-chalkboard:before {
    content: "\f51b"; }
  #editor .block-editor-block-list__layout .fa-chalkboard-teacher:before {
    content: "\f51c"; }
  #editor .block-editor-block-list__layout .fa-charging-station:before {
    content: "\f5e7"; }
  #editor .block-editor-block-list__layout .fa-chart-area:before {
    content: "\f1fe"; }
  #editor .block-editor-block-list__layout .fa-chart-bar:before {
    content: "\f080"; }
  #editor .block-editor-block-list__layout .fa-chart-line:before {
    content: "\f201"; }
  #editor .block-editor-block-list__layout .fa-chart-line-down:before {
    content: "\f64d"; }
  #editor .block-editor-block-list__layout .fa-chart-network:before {
    content: "\f78a"; }
  #editor .block-editor-block-list__layout .fa-chart-pie:before {
    content: "\f200"; }
  #editor .block-editor-block-list__layout .fa-chart-pie-alt:before {
    content: "\f64e"; }
  #editor .block-editor-block-list__layout .fa-check:before {
    content: "\f00c"; }
  #editor .block-editor-block-list__layout .fa-check-circle:before {
    content: "\f058"; }
  #editor .block-editor-block-list__layout .fa-check-double:before {
    content: "\f560"; }
  #editor .block-editor-block-list__layout .fa-check-square:before {
    content: "\f14a"; }
  #editor .block-editor-block-list__layout .fa-chess:before {
    content: "\f439"; }
  #editor .block-editor-block-list__layout .fa-chess-bishop:before {
    content: "\f43a"; }
  #editor .block-editor-block-list__layout .fa-chess-bishop-alt:before {
    content: "\f43b"; }
  #editor .block-editor-block-list__layout .fa-chess-board:before {
    content: "\f43c"; }
  #editor .block-editor-block-list__layout .fa-chess-clock:before {
    content: "\f43d"; }
  #editor .block-editor-block-list__layout .fa-chess-clock-alt:before {
    content: "\f43e"; }
  #editor .block-editor-block-list__layout .fa-chess-king:before {
    content: "\f43f"; }
  #editor .block-editor-block-list__layout .fa-chess-king-alt:before {
    content: "\f440"; }
  #editor .block-editor-block-list__layout .fa-chess-knight:before {
    content: "\f441"; }
  #editor .block-editor-block-list__layout .fa-chess-knight-alt:before {
    content: "\f442"; }
  #editor .block-editor-block-list__layout .fa-chess-pawn:before {
    content: "\f443"; }
  #editor .block-editor-block-list__layout .fa-chess-pawn-alt:before {
    content: "\f444"; }
  #editor .block-editor-block-list__layout .fa-chess-queen:before {
    content: "\f445"; }
  #editor .block-editor-block-list__layout .fa-chess-queen-alt:before {
    content: "\f446"; }
  #editor .block-editor-block-list__layout .fa-chess-rook:before {
    content: "\f447"; }
  #editor .block-editor-block-list__layout .fa-chess-rook-alt:before {
    content: "\f448"; }
  #editor .block-editor-block-list__layout .fa-chevron-circle-down:before {
    content: "\f13a"; }
  #editor .block-editor-block-list__layout .fa-chevron-circle-left:before {
    content: "\f137"; }
  #editor .block-editor-block-list__layout .fa-chevron-circle-right:before {
    content: "\f138"; }
  #editor .block-editor-block-list__layout .fa-chevron-circle-up:before {
    content: "\f139"; }
  #editor .block-editor-block-list__layout .fa-chevron-double-down:before {
    content: "\f322"; }
  #editor .block-editor-block-list__layout .fa-chevron-double-left:before {
    content: "\f323"; }
  #editor .block-editor-block-list__layout .fa-chevron-double-right:before {
    content: "\f324"; }
  #editor .block-editor-block-list__layout .fa-chevron-double-up:before {
    content: "\f325"; }
  #editor .block-editor-block-list__layout .fa-chevron-down:before {
    content: "\f078"; }
  #editor .block-editor-block-list__layout .fa-chevron-left:before {
    content: "\f053"; }
  #editor .block-editor-block-list__layout .fa-chevron-right:before {
    content: "\f054"; }
  #editor .block-editor-block-list__layout .fa-chevron-square-down:before {
    content: "\f329"; }
  #editor .block-editor-block-list__layout .fa-chevron-square-left:before {
    content: "\f32a"; }
  #editor .block-editor-block-list__layout .fa-chevron-square-right:before {
    content: "\f32b"; }
  #editor .block-editor-block-list__layout .fa-chevron-square-up:before {
    content: "\f32c"; }
  #editor .block-editor-block-list__layout .fa-chevron-up:before {
    content: "\f077"; }
  #editor .block-editor-block-list__layout .fa-child:before {
    content: "\f1ae"; }
  #editor .block-editor-block-list__layout .fa-chimney:before {
    content: "\f78b"; }
  #editor .block-editor-block-list__layout .fa-chrome:before {
    content: "\f268"; }
  #editor .block-editor-block-list__layout .fa-church:before {
    content: "\f51d"; }
  #editor .block-editor-block-list__layout .fa-circle:before {
    content: "\f111"; }
  #editor .block-editor-block-list__layout .fa-circle-notch:before {
    content: "\f1ce"; }
  #editor .block-editor-block-list__layout .fa-city:before {
    content: "\f64f"; }
  #editor .block-editor-block-list__layout .fa-claw-marks:before {
    content: "\f6c2"; }
  #editor .block-editor-block-list__layout .fa-clipboard:before {
    content: "\f328"; }
  #editor .block-editor-block-list__layout .fa-clipboard-check:before {
    content: "\f46c"; }
  #editor .block-editor-block-list__layout .fa-clipboard-list:before {
    content: "\f46d"; }
  #editor .block-editor-block-list__layout .fa-clipboard-list-check:before {
    content: "\f737"; }
  #editor .block-editor-block-list__layout .fa-clipboard-prescription:before {
    content: "\f5e8"; }
  #editor .block-editor-block-list__layout .fa-clock:before {
    content: "\f017"; }
  #editor .block-editor-block-list__layout .fa-clone:before {
    content: "\f24d"; }
  #editor .block-editor-block-list__layout .fa-closed-captioning:before {
    content: "\f20a"; }
  #editor .block-editor-block-list__layout .fa-cloud:before {
    content: "\f0c2"; }
  #editor .block-editor-block-list__layout .fa-cloud-download:before {
    content: "\f0ed"; }
  #editor .block-editor-block-list__layout .fa-cloud-download-alt:before {
    content: "\f381"; }
  #editor .block-editor-block-list__layout .fa-cloud-drizzle:before {
    content: "\f738"; }
  #editor .block-editor-block-list__layout .fa-cloud-hail:before {
    content: "\f739"; }
  #editor .block-editor-block-list__layout .fa-cloud-hail-mixed:before {
    content: "\f73a"; }
  #editor .block-editor-block-list__layout .fa-cloud-meatball:before {
    content: "\f73b"; }
  #editor .block-editor-block-list__layout .fa-cloud-moon:before {
    content: "\f6c3"; }
  #editor .block-editor-block-list__layout .fa-cloud-moon-rain:before {
    content: "\f73c"; }
  #editor .block-editor-block-list__layout .fa-cloud-rain:before {
    content: "\f73d"; }
  #editor .block-editor-block-list__layout .fa-cloud-rainbow:before {
    content: "\f73e"; }
  #editor .block-editor-block-list__layout .fa-cloud-showers:before {
    content: "\f73f"; }
  #editor .block-editor-block-list__layout .fa-cloud-showers-heavy:before {
    content: "\f740"; }
  #editor .block-editor-block-list__layout .fa-cloud-sleet:before {
    content: "\f741"; }
  #editor .block-editor-block-list__layout .fa-cloud-snow:before {
    content: "\f742"; }
  #editor .block-editor-block-list__layout .fa-cloud-sun:before {
    content: "\f6c4"; }
  #editor .block-editor-block-list__layout .fa-cloud-sun-rain:before {
    content: "\f743"; }
  #editor .block-editor-block-list__layout .fa-cloud-upload:before {
    content: "\f0ee"; }
  #editor .block-editor-block-list__layout .fa-cloud-upload-alt:before {
    content: "\f382"; }
  #editor .block-editor-block-list__layout .fa-clouds:before {
    content: "\f744"; }
  #editor .block-editor-block-list__layout .fa-clouds-moon:before {
    content: "\f745"; }
  #editor .block-editor-block-list__layout .fa-clouds-sun:before {
    content: "\f746"; }
  #editor .block-editor-block-list__layout .fa-cloudscale:before {
    content: "\f383"; }
  #editor .block-editor-block-list__layout .fa-cloudsmith:before {
    content: "\f384"; }
  #editor .block-editor-block-list__layout .fa-cloudversify:before {
    content: "\f385"; }
  #editor .block-editor-block-list__layout .fa-club:before {
    content: "\f327"; }
  #editor .block-editor-block-list__layout .fa-cocktail:before {
    content: "\f561"; }
  #editor .block-editor-block-list__layout .fa-code:before {
    content: "\f121"; }
  #editor .block-editor-block-list__layout .fa-code-branch:before {
    content: "\f126"; }
  #editor .block-editor-block-list__layout .fa-code-commit:before {
    content: "\f386"; }
  #editor .block-editor-block-list__layout .fa-code-merge:before {
    content: "\f387"; }
  #editor .block-editor-block-list__layout .fa-codepen:before {
    content: "\f1cb"; }
  #editor .block-editor-block-list__layout .fa-codiepie:before {
    content: "\f284"; }
  #editor .block-editor-block-list__layout .fa-coffee:before {
    content: "\f0f4"; }
  #editor .block-editor-block-list__layout .fa-coffee-togo:before {
    content: "\f6c5"; }
  #editor .block-editor-block-list__layout .fa-coffin:before {
    content: "\f6c6"; }
  #editor .block-editor-block-list__layout .fa-cog:before {
    content: "\f013"; }
  #editor .block-editor-block-list__layout .fa-cogs:before {
    content: "\f085"; }
  #editor .block-editor-block-list__layout .fa-coins:before {
    content: "\f51e"; }
  #editor .block-editor-block-list__layout .fa-columns:before {
    content: "\f0db"; }
  #editor .block-editor-block-list__layout .fa-comment:before {
    content: "\f075"; }
  #editor .block-editor-block-list__layout .fa-comment-alt:before {
    content: "\f27a"; }
  #editor .block-editor-block-list__layout .fa-comment-alt-check:before {
    content: "\f4a2"; }
  #editor .block-editor-block-list__layout .fa-comment-alt-dollar:before {
    content: "\f650"; }
  #editor .block-editor-block-list__layout .fa-comment-alt-dots:before {
    content: "\f4a3"; }
  #editor .block-editor-block-list__layout .fa-comment-alt-edit:before {
    content: "\f4a4"; }
  #editor .block-editor-block-list__layout .fa-comment-alt-exclamation:before {
    content: "\f4a5"; }
  #editor .block-editor-block-list__layout .fa-comment-alt-lines:before {
    content: "\f4a6"; }
  #editor .block-editor-block-list__layout .fa-comment-alt-minus:before {
    content: "\f4a7"; }
  #editor .block-editor-block-list__layout .fa-comment-alt-plus:before {
    content: "\f4a8"; }
  #editor .block-editor-block-list__layout .fa-comment-alt-slash:before {
    content: "\f4a9"; }
  #editor .block-editor-block-list__layout .fa-comment-alt-smile:before {
    content: "\f4aa"; }
  #editor .block-editor-block-list__layout .fa-comment-alt-times:before {
    content: "\f4ab"; }
  #editor .block-editor-block-list__layout .fa-comment-check:before {
    content: "\f4ac"; }
  #editor .block-editor-block-list__layout .fa-comment-dollar:before {
    content: "\f651"; }
  #editor .block-editor-block-list__layout .fa-comment-dots:before {
    content: "\f4ad"; }
  #editor .block-editor-block-list__layout .fa-comment-edit:before {
    content: "\f4ae"; }
  #editor .block-editor-block-list__layout .fa-comment-exclamation:before {
    content: "\f4af"; }
  #editor .block-editor-block-list__layout .fa-comment-lines:before {
    content: "\f4b0"; }
  #editor .block-editor-block-list__layout .fa-comment-minus:before {
    content: "\f4b1"; }
  #editor .block-editor-block-list__layout .fa-comment-plus:before {
    content: "\f4b2"; }
  #editor .block-editor-block-list__layout .fa-comment-slash:before {
    content: "\f4b3"; }
  #editor .block-editor-block-list__layout .fa-comment-smile:before {
    content: "\f4b4"; }
  #editor .block-editor-block-list__layout .fa-comment-times:before {
    content: "\f4b5"; }
  #editor .block-editor-block-list__layout .fa-comments:before {
    content: "\f086"; }
  #editor .block-editor-block-list__layout .fa-comments-alt:before {
    content: "\f4b6"; }
  #editor .block-editor-block-list__layout .fa-comments-alt-dollar:before {
    content: "\f652"; }
  #editor .block-editor-block-list__layout .fa-comments-dollar:before {
    content: "\f653"; }
  #editor .block-editor-block-list__layout .fa-compact-disc:before {
    content: "\f51f"; }
  #editor .block-editor-block-list__layout .fa-compass:before {
    content: "\f14e"; }
  #editor .block-editor-block-list__layout .fa-compass-slash:before {
    content: "\f5e9"; }
  #editor .block-editor-block-list__layout .fa-compress:before {
    content: "\f066"; }
  #editor .block-editor-block-list__layout .fa-compress-alt:before {
    content: "\f422"; }
  #editor .block-editor-block-list__layout .fa-compress-arrows-alt:before {
    content: "\f78c"; }
  #editor .block-editor-block-list__layout .fa-compress-wide:before {
    content: "\f326"; }
  #editor .block-editor-block-list__layout .fa-concierge-bell:before {
    content: "\f562"; }
  #editor .block-editor-block-list__layout .fa-confluence:before {
    content: "\f78d"; }
  #editor .block-editor-block-list__layout .fa-connectdevelop:before {
    content: "\f20e"; }
  #editor .block-editor-block-list__layout .fa-container-storage:before {
    content: "\f4b7"; }
  #editor .block-editor-block-list__layout .fa-contao:before {
    content: "\f26d"; }
  #editor .block-editor-block-list__layout .fa-conveyor-belt:before {
    content: "\f46e"; }
  #editor .block-editor-block-list__layout .fa-conveyor-belt-alt:before {
    content: "\f46f"; }
  #editor .block-editor-block-list__layout .fa-cookie:before {
    content: "\f563"; }
  #editor .block-editor-block-list__layout .fa-cookie-bite:before {
    content: "\f564"; }
  #editor .block-editor-block-list__layout .fa-copy:before {
    content: "\f0c5"; }
  #editor .block-editor-block-list__layout .fa-copyright:before {
    content: "\f1f9"; }
  #editor .block-editor-block-list__layout .fa-corn:before {
    content: "\f6c7"; }
  #editor .block-editor-block-list__layout .fa-couch:before {
    content: "\f4b8"; }
  #editor .block-editor-block-list__layout .fa-cow:before {
    content: "\f6c8"; }
  #editor .block-editor-block-list__layout .fa-cpanel:before {
    content: "\f388"; }
  #editor .block-editor-block-list__layout .fa-creative-commons:before {
    content: "\f25e"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-by:before {
    content: "\f4e7"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-nc:before {
    content: "\f4e8"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-nc-eu:before {
    content: "\f4e9"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-nc-jp:before {
    content: "\f4ea"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-nd:before {
    content: "\f4eb"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-pd:before {
    content: "\f4ec"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-pd-alt:before {
    content: "\f4ed"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-remix:before {
    content: "\f4ee"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-sa:before {
    content: "\f4ef"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-sampling:before {
    content: "\f4f0"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-sampling-plus:before {
    content: "\f4f1"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-share:before {
    content: "\f4f2"; }
  #editor .block-editor-block-list__layout .fa-creative-commons-zero:before {
    content: "\f4f3"; }
  #editor .block-editor-block-list__layout .fa-credit-card:before {
    content: "\f09d"; }
  #editor .block-editor-block-list__layout .fa-credit-card-blank:before {
    content: "\f389"; }
  #editor .block-editor-block-list__layout .fa-credit-card-front:before {
    content: "\f38a"; }
  #editor .block-editor-block-list__layout .fa-cricket:before {
    content: "\f449"; }
  #editor .block-editor-block-list__layout .fa-critical-role:before {
    content: "\f6c9"; }
  #editor .block-editor-block-list__layout .fa-crop:before {
    content: "\f125"; }
  #editor .block-editor-block-list__layout .fa-crop-alt:before {
    content: "\f565"; }
  #editor .block-editor-block-list__layout .fa-cross:before {
    content: "\f654"; }
  #editor .block-editor-block-list__layout .fa-crosshairs:before {
    content: "\f05b"; }
  #editor .block-editor-block-list__layout .fa-crow:before {
    content: "\f520"; }
  #editor .block-editor-block-list__layout .fa-crown:before {
    content: "\f521"; }
  #editor .block-editor-block-list__layout .fa-css3:before {
    content: "\f13c"; }
  #editor .block-editor-block-list__layout .fa-css3-alt:before {
    content: "\f38b"; }
  #editor .block-editor-block-list__layout .fa-cube:before {
    content: "\f1b2"; }
  #editor .block-editor-block-list__layout .fa-cubes:before {
    content: "\f1b3"; }
  #editor .block-editor-block-list__layout .fa-curling:before {
    content: "\f44a"; }
  #editor .block-editor-block-list__layout .fa-cut:before {
    content: "\f0c4"; }
  #editor .block-editor-block-list__layout .fa-cuttlefish:before {
    content: "\f38c"; }
  #editor .block-editor-block-list__layout .fa-d-and-d:before {
    content: "\f38d"; }
  #editor .block-editor-block-list__layout .fa-d-and-d-beyond:before {
    content: "\f6ca"; }
  #editor .block-editor-block-list__layout .fa-dagger:before {
    content: "\f6cb"; }
  #editor .block-editor-block-list__layout .fa-dashcube:before {
    content: "\f210"; }
  #editor .block-editor-block-list__layout .fa-database:before {
    content: "\f1c0"; }
  #editor .block-editor-block-list__layout .fa-deaf:before {
    content: "\f2a4"; }
  #editor .block-editor-block-list__layout .fa-deer:before {
    content: "\f78e"; }
  #editor .block-editor-block-list__layout .fa-deer-rudolph:before {
    content: "\f78f"; }
  #editor .block-editor-block-list__layout .fa-delicious:before {
    content: "\f1a5"; }
  #editor .block-editor-block-list__layout .fa-democrat:before {
    content: "\f747"; }
  #editor .block-editor-block-list__layout .fa-deploydog:before {
    content: "\f38e"; }
  #editor .block-editor-block-list__layout .fa-deskpro:before {
    content: "\f38f"; }
  #editor .block-editor-block-list__layout .fa-desktop:before {
    content: "\f108"; }
  #editor .block-editor-block-list__layout .fa-desktop-alt:before {
    content: "\f390"; }
  #editor .block-editor-block-list__layout .fa-dev:before {
    content: "\f6cc"; }
  #editor .block-editor-block-list__layout .fa-deviantart:before {
    content: "\f1bd"; }
  #editor .block-editor-block-list__layout .fa-dewpoint:before {
    content: "\f748"; }
  #editor .block-editor-block-list__layout .fa-dharmachakra:before {
    content: "\f655"; }
  #editor .block-editor-block-list__layout .fa-dhl:before {
    content: "\f790"; }
  #editor .block-editor-block-list__layout .fa-diagnoses:before {
    content: "\f470"; }
  #editor .block-editor-block-list__layout .fa-diamond:before {
    content: "\f219"; }
  #editor .block-editor-block-list__layout .fa-diaspora:before {
    content: "\f791"; }
  #editor .block-editor-block-list__layout .fa-dice:before {
    content: "\f522"; }
  #editor .block-editor-block-list__layout .fa-dice-d10:before {
    content: "\f6cd"; }
  #editor .block-editor-block-list__layout .fa-dice-d12:before {
    content: "\f6ce"; }
  #editor .block-editor-block-list__layout .fa-dice-d20:before {
    content: "\f6cf"; }
  #editor .block-editor-block-list__layout .fa-dice-d4:before {
    content: "\f6d0"; }
  #editor .block-editor-block-list__layout .fa-dice-d6:before {
    content: "\f6d1"; }
  #editor .block-editor-block-list__layout .fa-dice-d8:before {
    content: "\f6d2"; }
  #editor .block-editor-block-list__layout .fa-dice-five:before {
    content: "\f523"; }
  #editor .block-editor-block-list__layout .fa-dice-four:before {
    content: "\f524"; }
  #editor .block-editor-block-list__layout .fa-dice-one:before {
    content: "\f525"; }
  #editor .block-editor-block-list__layout .fa-dice-six:before {
    content: "\f526"; }
  #editor .block-editor-block-list__layout .fa-dice-three:before {
    content: "\f527"; }
  #editor .block-editor-block-list__layout .fa-dice-two:before {
    content: "\f528"; }
  #editor .block-editor-block-list__layout .fa-digg:before {
    content: "\f1a6"; }
  #editor .block-editor-block-list__layout .fa-digital-ocean:before {
    content: "\f391"; }
  #editor .block-editor-block-list__layout .fa-digital-tachograph:before {
    content: "\f566"; }
  #editor .block-editor-block-list__layout .fa-diploma:before {
    content: "\f5ea"; }
  #editor .block-editor-block-list__layout .fa-directions:before {
    content: "\f5eb"; }
  #editor .block-editor-block-list__layout .fa-discord:before {
    content: "\f392"; }
  #editor .block-editor-block-list__layout .fa-discourse:before {
    content: "\f393"; }
  #editor .block-editor-block-list__layout .fa-divide:before {
    content: "\f529"; }
  #editor .block-editor-block-list__layout .fa-dizzy:before {
    content: "\f567"; }
  #editor .block-editor-block-list__layout .fa-dna:before {
    content: "\f471"; }
  #editor .block-editor-block-list__layout .fa-do-not-enter:before {
    content: "\f5ec"; }
  #editor .block-editor-block-list__layout .fa-dochub:before {
    content: "\f394"; }
  #editor .block-editor-block-list__layout .fa-docker:before {
    content: "\f395"; }
  #editor .block-editor-block-list__layout .fa-dog:before {
    content: "\f6d3"; }
  #editor .block-editor-block-list__layout .fa-dog-leashed:before {
    content: "\f6d4"; }
  #editor .block-editor-block-list__layout .fa-dollar-sign:before {
    content: "\f155"; }
  #editor .block-editor-block-list__layout .fa-dolly:before {
    content: "\f472"; }
  #editor .block-editor-block-list__layout .fa-dolly-empty:before {
    content: "\f473"; }
  #editor .block-editor-block-list__layout .fa-dolly-flatbed:before {
    content: "\f474"; }
  #editor .block-editor-block-list__layout .fa-dolly-flatbed-alt:before {
    content: "\f475"; }
  #editor .block-editor-block-list__layout .fa-dolly-flatbed-empty:before {
    content: "\f476"; }
  #editor .block-editor-block-list__layout .fa-donate:before {
    content: "\f4b9"; }
  #editor .block-editor-block-list__layout .fa-door-closed:before {
    content: "\f52a"; }
  #editor .block-editor-block-list__layout .fa-door-open:before {
    content: "\f52b"; }
  #editor .block-editor-block-list__layout .fa-dot-circle:before {
    content: "\f192"; }
  #editor .block-editor-block-list__layout .fa-dove:before {
    content: "\f4ba"; }
  #editor .block-editor-block-list__layout .fa-download:before {
    content: "\f019"; }
  #editor .block-editor-block-list__layout .fa-draft2digital:before {
    content: "\f396"; }
  #editor .block-editor-block-list__layout .fa-drafting-compass:before {
    content: "\f568"; }
  #editor .block-editor-block-list__layout .fa-dragon:before {
    content: "\f6d5"; }
  #editor .block-editor-block-list__layout .fa-draw-circle:before {
    content: "\f5ed"; }
  #editor .block-editor-block-list__layout .fa-draw-polygon:before {
    content: "\f5ee"; }
  #editor .block-editor-block-list__layout .fa-draw-square:before {
    content: "\f5ef"; }
  #editor .block-editor-block-list__layout .fa-dreidel:before {
    content: "\f792"; }
  #editor .block-editor-block-list__layout .fa-dribbble:before {
    content: "\f17d"; }
  #editor .block-editor-block-list__layout .fa-dribbble-square:before {
    content: "\f397"; }
  #editor .block-editor-block-list__layout .fa-dropbox:before {
    content: "\f16b"; }
  #editor .block-editor-block-list__layout .fa-drum:before {
    content: "\f569"; }
  #editor .block-editor-block-list__layout .fa-drum-steelpan:before {
    content: "\f56a"; }
  #editor .block-editor-block-list__layout .fa-drumstick:before {
    content: "\f6d6"; }
  #editor .block-editor-block-list__layout .fa-drumstick-bite:before {
    content: "\f6d7"; }
  #editor .block-editor-block-list__layout .fa-drupal:before {
    content: "\f1a9"; }
  #editor .block-editor-block-list__layout .fa-duck:before {
    content: "\f6d8"; }
  #editor .block-editor-block-list__layout .fa-dumbbell:before {
    content: "\f44b"; }
  #editor .block-editor-block-list__layout .fa-dumpster:before {
    content: "\f793"; }
  #editor .block-editor-block-list__layout .fa-dumpster-fire:before {
    content: "\f794"; }
  #editor .block-editor-block-list__layout .fa-dungeon:before {
    content: "\f6d9"; }
  #editor .block-editor-block-list__layout .fa-dyalog:before {
    content: "\f399"; }
  #editor .block-editor-block-list__layout .fa-ear:before {
    content: "\f5f0"; }
  #editor .block-editor-block-list__layout .fa-ear-muffs:before {
    content: "\f795"; }
  #editor .block-editor-block-list__layout .fa-earlybirds:before {
    content: "\f39a"; }
  #editor .block-editor-block-list__layout .fa-ebay:before {
    content: "\f4f4"; }
  #editor .block-editor-block-list__layout .fa-eclipse:before {
    content: "\f749"; }
  #editor .block-editor-block-list__layout .fa-eclipse-alt:before {
    content: "\f74a"; }
  #editor .block-editor-block-list__layout .fa-edge:before {
    content: "\f282"; }
  #editor .block-editor-block-list__layout .fa-edit:before {
    content: "\f044"; }
  #editor .block-editor-block-list__layout .fa-eject:before {
    content: "\f052"; }
  #editor .block-editor-block-list__layout .fa-elementor:before {
    content: "\f430"; }
  #editor .block-editor-block-list__layout .fa-elephant:before {
    content: "\f6da"; }
  #editor .block-editor-block-list__layout .fa-ellipsis-h:before {
    content: "\f141"; }
  #editor .block-editor-block-list__layout .fa-ellipsis-h-alt:before {
    content: "\f39b"; }
  #editor .block-editor-block-list__layout .fa-ellipsis-v:before {
    content: "\f142"; }
  #editor .block-editor-block-list__layout .fa-ellipsis-v-alt:before {
    content: "\f39c"; }
  #editor .block-editor-block-list__layout .fa-ello:before {
    content: "\f5f1"; }
  #editor .block-editor-block-list__layout .fa-ember:before {
    content: "\f423"; }
  #editor .block-editor-block-list__layout .fa-empire:before {
    content: "\f1d1"; }
  #editor .block-editor-block-list__layout .fa-empty-set:before {
    content: "\f656"; }
  #editor .block-editor-block-list__layout .fa-engine-warning:before {
    content: "\f5f2"; }
  #editor .block-editor-block-list__layout .fa-envelope:before {
    content: "\f0e0"; }
  #editor .block-editor-block-list__layout .fa-envelope-open:before {
    content: "\f2b6"; }
  #editor .block-editor-block-list__layout .fa-envelope-open-dollar:before {
    content: "\f657"; }
  #editor .block-editor-block-list__layout .fa-envelope-open-text:before {
    content: "\f658"; }
  #editor .block-editor-block-list__layout .fa-envelope-square:before {
    content: "\f199"; }
  #editor .block-editor-block-list__layout .fa-envira:before {
    content: "\f299"; }
  #editor .block-editor-block-list__layout .fa-equals:before {
    content: "\f52c"; }
  #editor .block-editor-block-list__layout .fa-eraser:before {
    content: "\f12d"; }
  #editor .block-editor-block-list__layout .fa-erlang:before {
    content: "\f39d"; }
  #editor .block-editor-block-list__layout .fa-ethereum:before {
    content: "\f42e"; }
  #editor .block-editor-block-list__layout .fa-ethernet:before {
    content: "\f796"; }
  #editor .block-editor-block-list__layout .fa-etsy:before {
    content: "\f2d7"; }
  #editor .block-editor-block-list__layout .fa-euro-sign:before {
    content: "\f153"; }
  #editor .block-editor-block-list__layout .fa-exchange:before {
    content: "\f0ec"; }
  #editor .block-editor-block-list__layout .fa-exchange-alt:before {
    content: "\f362"; }
  #editor .block-editor-block-list__layout .fa-exclamation:before {
    content: "\f12a"; }
  #editor .block-editor-block-list__layout .fa-exclamation-circle:before {
    content: "\f06a"; }
  #editor .block-editor-block-list__layout .fa-exclamation-square:before {
    content: "\f321"; }
  #editor .block-editor-block-list__layout .fa-exclamation-triangle:before {
    content: "\f071"; }
  #editor .block-editor-block-list__layout .fa-expand:before {
    content: "\f065"; }
  #editor .block-editor-block-list__layout .fa-expand-alt:before {
    content: "\f424"; }
  #editor .block-editor-block-list__layout .fa-expand-arrows:before {
    content: "\f31d"; }
  #editor .block-editor-block-list__layout .fa-expand-arrows-alt:before {
    content: "\f31e"; }
  #editor .block-editor-block-list__layout .fa-expand-wide:before {
    content: "\f320"; }
  #editor .block-editor-block-list__layout .fa-expeditedssl:before {
    content: "\f23e"; }
  #editor .block-editor-block-list__layout .fa-external-link:before {
    content: "\f08e"; }
  #editor .block-editor-block-list__layout .fa-external-link-alt:before {
    content: "\f35d"; }
  #editor .block-editor-block-list__layout .fa-external-link-square:before {
    content: "\f14c"; }
  #editor .block-editor-block-list__layout .fa-external-link-square-alt:before {
    content: "\f360"; }
  #editor .block-editor-block-list__layout .fa-eye:before {
    content: "\f06e"; }
  #editor .block-editor-block-list__layout .fa-eye-dropper:before {
    content: "\f1fb"; }
  #editor .block-editor-block-list__layout .fa-eye-evil:before {
    content: "\f6db"; }
  #editor .block-editor-block-list__layout .fa-eye-slash:before {
    content: "\f070"; }
  #editor .block-editor-block-list__layout .fa-facebook:before {
    content: "\f09a"; }
  #editor .block-editor-block-list__layout .fa-facebook-f:before {
    content: "\f39e"; }
  #editor .block-editor-block-list__layout .fa-facebook-messenger:before {
    content: "\f39f"; }
  #editor .block-editor-block-list__layout .fa-facebook-square:before {
    content: "\f082"; }
  #editor .block-editor-block-list__layout .fa-fantasy-flight-games:before {
    content: "\f6dc"; }
  #editor .block-editor-block-list__layout .fa-fast-backward:before {
    content: "\f049"; }
  #editor .block-editor-block-list__layout .fa-fast-forward:before {
    content: "\f050"; }
  #editor .block-editor-block-list__layout .fa-fax:before {
    content: "\f1ac"; }
  #editor .block-editor-block-list__layout .fa-feather:before {
    content: "\f52d"; }
  #editor .block-editor-block-list__layout .fa-feather-alt:before {
    content: "\f56b"; }
  #editor .block-editor-block-list__layout .fa-fedex:before {
    content: "\f797"; }
  #editor .block-editor-block-list__layout .fa-fedora:before {
    content: "\f798"; }
  #editor .block-editor-block-list__layout .fa-female:before {
    content: "\f182"; }
  #editor .block-editor-block-list__layout .fa-field-hockey:before {
    content: "\f44c"; }
  #editor .block-editor-block-list__layout .fa-fighter-jet:before {
    content: "\f0fb"; }
  #editor .block-editor-block-list__layout .fa-figma:before {
    content: "\f799"; }
  #editor .block-editor-block-list__layout .fa-file:before {
    content: "\f15b"; }
  #editor .block-editor-block-list__layout .fa-file-alt:before {
    content: "\f15c"; }
  #editor .block-editor-block-list__layout .fa-file-archive:before {
    content: "\f1c6"; }
  #editor .block-editor-block-list__layout .fa-file-audio:before {
    content: "\f1c7"; }
  #editor .block-editor-block-list__layout .fa-file-certificate:before {
    content: "\f5f3"; }
  #editor .block-editor-block-list__layout .fa-file-chart-line:before {
    content: "\f659"; }
  #editor .block-editor-block-list__layout .fa-file-chart-pie:before {
    content: "\f65a"; }
  #editor .block-editor-block-list__layout .fa-file-check:before {
    content: "\f316"; }
  #editor .block-editor-block-list__layout .fa-file-code:before {
    content: "\f1c9"; }
  #editor .block-editor-block-list__layout .fa-file-contract:before {
    content: "\f56c"; }
  #editor .block-editor-block-list__layout .fa-file-csv:before {
    content: "\f6dd"; }
  #editor .block-editor-block-list__layout .fa-file-download:before {
    content: "\f56d"; }
  #editor .block-editor-block-list__layout .fa-file-edit:before {
    content: "\f31c"; }
  #editor .block-editor-block-list__layout .fa-file-excel:before {
    content: "\f1c3"; }
  #editor .block-editor-block-list__layout .fa-file-exclamation:before {
    content: "\f31a"; }
  #editor .block-editor-block-list__layout .fa-file-export:before {
    content: "\f56e"; }
  #editor .block-editor-block-list__layout .fa-file-image:before {
    content: "\f1c5"; }
  #editor .block-editor-block-list__layout .fa-file-import:before {
    content: "\f56f"; }
  #editor .block-editor-block-list__layout .fa-file-invoice:before {
    content: "\f570"; }
  #editor .block-editor-block-list__layout .fa-file-invoice-dollar:before {
    content: "\f571"; }
  #editor .block-editor-block-list__layout .fa-file-medical:before {
    content: "\f477"; }
  #editor .block-editor-block-list__layout .fa-file-medical-alt:before {
    content: "\f478"; }
  #editor .block-editor-block-list__layout .fa-file-minus:before {
    content: "\f318"; }
  #editor .block-editor-block-list__layout .fa-file-pdf:before {
    content: "\f1c1"; }
  #editor .block-editor-block-list__layout .fa-file-plus:before {
    content: "\f319"; }
  #editor .block-editor-block-list__layout .fa-file-powerpoint:before {
    content: "\f1c4"; }
  #editor .block-editor-block-list__layout .fa-file-prescription:before {
    content: "\f572"; }
  #editor .block-editor-block-list__layout .fa-file-signature:before {
    content: "\f573"; }
  #editor .block-editor-block-list__layout .fa-file-spreadsheet:before {
    content: "\f65b"; }
  #editor .block-editor-block-list__layout .fa-file-times:before {
    content: "\f317"; }
  #editor .block-editor-block-list__layout .fa-file-upload:before {
    content: "\f574"; }
  #editor .block-editor-block-list__layout .fa-file-user:before {
    content: "\f65c"; }
  #editor .block-editor-block-list__layout .fa-file-video:before {
    content: "\f1c8"; }
  #editor .block-editor-block-list__layout .fa-file-word:before {
    content: "\f1c2"; }
  #editor .block-editor-block-list__layout .fa-fill:before {
    content: "\f575"; }
  #editor .block-editor-block-list__layout .fa-fill-drip:before {
    content: "\f576"; }
  #editor .block-editor-block-list__layout .fa-film:before {
    content: "\f008"; }
  #editor .block-editor-block-list__layout .fa-film-alt:before {
    content: "\f3a0"; }
  #editor .block-editor-block-list__layout .fa-filter:before {
    content: "\f0b0"; }
  #editor .block-editor-block-list__layout .fa-fingerprint:before {
    content: "\f577"; }
  #editor .block-editor-block-list__layout .fa-fire:before {
    content: "\f06d"; }
  #editor .block-editor-block-list__layout .fa-fire-extinguisher:before {
    content: "\f134"; }
  #editor .block-editor-block-list__layout .fa-fire-smoke:before {
    content: "\f74b"; }
  #editor .block-editor-block-list__layout .fa-firefox:before {
    content: "\f269"; }
  #editor .block-editor-block-list__layout .fa-fireplace:before {
    content: "\f79a"; }
  #editor .block-editor-block-list__layout .fa-first-aid:before {
    content: "\f479"; }
  #editor .block-editor-block-list__layout .fa-first-order:before {
    content: "\f2b0"; }
  #editor .block-editor-block-list__layout .fa-first-order-alt:before {
    content: "\f50a"; }
  #editor .block-editor-block-list__layout .fa-firstdraft:before {
    content: "\f3a1"; }
  #editor .block-editor-block-list__layout .fa-fish:before {
    content: "\f578"; }
  #editor .block-editor-block-list__layout .fa-fist-raised:before {
    content: "\f6de"; }
  #editor .block-editor-block-list__layout .fa-flag:before {
    content: "\f024"; }
  #editor .block-editor-block-list__layout .fa-flag-alt:before {
    content: "\f74c"; }
  #editor .block-editor-block-list__layout .fa-flag-checkered:before {
    content: "\f11e"; }
  #editor .block-editor-block-list__layout .fa-flag-usa:before {
    content: "\f74d"; }
  #editor .block-editor-block-list__layout .fa-flame:before {
    content: "\f6df"; }
  #editor .block-editor-block-list__layout .fa-flask:before {
    content: "\f0c3"; }
  #editor .block-editor-block-list__layout .fa-flask-poison:before {
    content: "\f6e0"; }
  #editor .block-editor-block-list__layout .fa-flask-potion:before {
    content: "\f6e1"; }
  #editor .block-editor-block-list__layout .fa-flickr:before {
    content: "\f16e"; }
  #editor .block-editor-block-list__layout .fa-flipboard:before {
    content: "\f44d"; }
  #editor .block-editor-block-list__layout .fa-flushed:before {
    content: "\f579"; }
  #editor .block-editor-block-list__layout .fa-fly:before {
    content: "\f417"; }
  #editor .block-editor-block-list__layout .fa-fog:before {
    content: "\f74e"; }
  #editor .block-editor-block-list__layout .fa-folder:before {
    content: "\f07b"; }
  #editor .block-editor-block-list__layout .fa-folder-minus:before {
    content: "\f65d"; }
  #editor .block-editor-block-list__layout .fa-folder-open:before {
    content: "\f07c"; }
  #editor .block-editor-block-list__layout .fa-folder-plus:before {
    content: "\f65e"; }
  #editor .block-editor-block-list__layout .fa-folder-times:before {
    content: "\f65f"; }
  #editor .block-editor-block-list__layout .fa-folders:before {
    content: "\f660"; }
  #editor .block-editor-block-list__layout .fa-font:before {
    content: "\f031"; }
  #editor .block-editor-block-list__layout .fa-font-awesome:before {
    content: "\f2b4"; }
  #editor .block-editor-block-list__layout .fa-font-awesome-alt:before {
    content: "\f35c"; }
  #editor .block-editor-block-list__layout .fa-font-awesome-flag:before {
    content: "\f425"; }
  #editor .block-editor-block-list__layout .fa-font-awesome-logo-full:before {
    content: "\f4e6"; }
  #editor .block-editor-block-list__layout .fa-fonticons:before {
    content: "\f280"; }
  #editor .block-editor-block-list__layout .fa-fonticons-fi:before {
    content: "\f3a2"; }
  #editor .block-editor-block-list__layout .fa-football-ball:before {
    content: "\f44e"; }
  #editor .block-editor-block-list__layout .fa-football-helmet:before {
    content: "\f44f"; }
  #editor .block-editor-block-list__layout .fa-forklift:before {
    content: "\f47a"; }
  #editor .block-editor-block-list__layout .fa-fort-awesome:before {
    content: "\f286"; }
  #editor .block-editor-block-list__layout .fa-fort-awesome-alt:before {
    content: "\f3a3"; }
  #editor .block-editor-block-list__layout .fa-forumbee:before {
    content: "\f211"; }
  #editor .block-editor-block-list__layout .fa-forward:before {
    content: "\f04e"; }
  #editor .block-editor-block-list__layout .fa-foursquare:before {
    content: "\f180"; }
  #editor .block-editor-block-list__layout .fa-fragile:before {
    content: "\f4bb"; }
  #editor .block-editor-block-list__layout .fa-free-code-camp:before {
    content: "\f2c5"; }
  #editor .block-editor-block-list__layout .fa-freebsd:before {
    content: "\f3a4"; }
  #editor .block-editor-block-list__layout .fa-frog:before {
    content: "\f52e"; }
  #editor .block-editor-block-list__layout .fa-frosty-head:before {
    content: "\f79b"; }
  #editor .block-editor-block-list__layout .fa-frown:before {
    content: "\f119"; }
  #editor .block-editor-block-list__layout .fa-frown-open:before {
    content: "\f57a"; }
  #editor .block-editor-block-list__layout .fa-fulcrum:before {
    content: "\f50b"; }
  #editor .block-editor-block-list__layout .fa-function:before {
    content: "\f661"; }
  #editor .block-editor-block-list__layout .fa-funnel-dollar:before {
    content: "\f662"; }
  #editor .block-editor-block-list__layout .fa-futbol:before {
    content: "\f1e3"; }
  #editor .block-editor-block-list__layout .fa-galactic-republic:before {
    content: "\f50c"; }
  #editor .block-editor-block-list__layout .fa-galactic-senate:before {
    content: "\f50d"; }
  #editor .block-editor-block-list__layout .fa-gamepad:before {
    content: "\f11b"; }
  #editor .block-editor-block-list__layout .fa-gas-pump:before {
    content: "\f52f"; }
  #editor .block-editor-block-list__layout .fa-gas-pump-slash:before {
    content: "\f5f4"; }
  #editor .block-editor-block-list__layout .fa-gavel:before {
    content: "\f0e3"; }
  #editor .block-editor-block-list__layout .fa-gem:before {
    content: "\f3a5"; }
  #editor .block-editor-block-list__layout .fa-genderless:before {
    content: "\f22d"; }
  #editor .block-editor-block-list__layout .fa-get-pocket:before {
    content: "\f265"; }
  #editor .block-editor-block-list__layout .fa-gg:before {
    content: "\f260"; }
  #editor .block-editor-block-list__layout .fa-gg-circle:before {
    content: "\f261"; }
  #editor .block-editor-block-list__layout .fa-ghost:before {
    content: "\f6e2"; }
  #editor .block-editor-block-list__layout .fa-gift:before {
    content: "\f06b"; }
  #editor .block-editor-block-list__layout .fa-gift-card:before {
    content: "\f663"; }
  #editor .block-editor-block-list__layout .fa-gifts:before {
    content: "\f79c"; }
  #editor .block-editor-block-list__layout .fa-gingerbread-man:before {
    content: "\f79d"; }
  #editor .block-editor-block-list__layout .fa-git:before {
    content: "\f1d3"; }
  #editor .block-editor-block-list__layout .fa-git-square:before {
    content: "\f1d2"; }
  #editor .block-editor-block-list__layout .fa-github:before {
    content: "\f09b"; }
  #editor .block-editor-block-list__layout .fa-github-alt:before {
    content: "\f113"; }
  #editor .block-editor-block-list__layout .fa-github-square:before {
    content: "\f092"; }
  #editor .block-editor-block-list__layout .fa-gitkraken:before {
    content: "\f3a6"; }
  #editor .block-editor-block-list__layout .fa-gitlab:before {
    content: "\f296"; }
  #editor .block-editor-block-list__layout .fa-gitter:before {
    content: "\f426"; }
  #editor .block-editor-block-list__layout .fa-glass-champagne:before {
    content: "\f79e"; }
  #editor .block-editor-block-list__layout .fa-glass-cheers:before {
    content: "\f79f"; }
  #editor .block-editor-block-list__layout .fa-glass-martini:before {
    content: "\f000"; }
  #editor .block-editor-block-list__layout .fa-glass-martini-alt:before {
    content: "\f57b"; }
  #editor .block-editor-block-list__layout .fa-glass-whiskey:before {
    content: "\f7a0"; }
  #editor .block-editor-block-list__layout .fa-glass-whiskey-rocks:before {
    content: "\f7a1"; }
  #editor .block-editor-block-list__layout .fa-glasses:before {
    content: "\f530"; }
  #editor .block-editor-block-list__layout .fa-glasses-alt:before {
    content: "\f5f5"; }
  #editor .block-editor-block-list__layout .fa-glide:before {
    content: "\f2a5"; }
  #editor .block-editor-block-list__layout .fa-glide-g:before {
    content: "\f2a6"; }
  #editor .block-editor-block-list__layout .fa-globe:before {
    content: "\f0ac"; }
  #editor .block-editor-block-list__layout .fa-globe-africa:before {
    content: "\f57c"; }
  #editor .block-editor-block-list__layout .fa-globe-americas:before {
    content: "\f57d"; }
  #editor .block-editor-block-list__layout .fa-globe-asia:before {
    content: "\f57e"; }
  #editor .block-editor-block-list__layout .fa-globe-europe:before {
    content: "\f7a2"; }
  #editor .block-editor-block-list__layout .fa-globe-snow:before {
    content: "\f7a3"; }
  #editor .block-editor-block-list__layout .fa-globe-stand:before {
    content: "\f5f6"; }
  #editor .block-editor-block-list__layout .fa-gofore:before {
    content: "\f3a7"; }
  #editor .block-editor-block-list__layout .fa-golf-ball:before {
    content: "\f450"; }
  #editor .block-editor-block-list__layout .fa-golf-club:before {
    content: "\f451"; }
  #editor .block-editor-block-list__layout .fa-goodreads:before {
    content: "\f3a8"; }
  #editor .block-editor-block-list__layout .fa-goodreads-g:before {
    content: "\f3a9"; }
  #editor .block-editor-block-list__layout .fa-google:before {
    content: "\f1a0"; }
  #editor .block-editor-block-list__layout .fa-google-drive:before {
    content: "\f3aa"; }
  #editor .block-editor-block-list__layout .fa-google-play:before {
    content: "\f3ab"; }
  #editor .block-editor-block-list__layout .fa-google-plus:before {
    content: "\f2b3"; }
  #editor .block-editor-block-list__layout .fa-google-plus-g:before {
    content: "\f0d5"; }
  #editor .block-editor-block-list__layout .fa-google-plus-square:before {
    content: "\f0d4"; }
  #editor .block-editor-block-list__layout .fa-google-wallet:before {
    content: "\f1ee"; }
  #editor .block-editor-block-list__layout .fa-gopuram:before {
    content: "\f664"; }
  #editor .block-editor-block-list__layout .fa-graduation-cap:before {
    content: "\f19d"; }
  #editor .block-editor-block-list__layout .fa-gratipay:before {
    content: "\f184"; }
  #editor .block-editor-block-list__layout .fa-grav:before {
    content: "\f2d6"; }
  #editor .block-editor-block-list__layout .fa-greater-than:before {
    content: "\f531"; }
  #editor .block-editor-block-list__layout .fa-greater-than-equal:before {
    content: "\f532"; }
  #editor .block-editor-block-list__layout .fa-grimace:before {
    content: "\f57f"; }
  #editor .block-editor-block-list__layout .fa-grin:before {
    content: "\f580"; }
  #editor .block-editor-block-list__layout .fa-grin-alt:before {
    content: "\f581"; }
  #editor .block-editor-block-list__layout .fa-grin-beam:before {
    content: "\f582"; }
  #editor .block-editor-block-list__layout .fa-grin-beam-sweat:before {
    content: "\f583"; }
  #editor .block-editor-block-list__layout .fa-grin-hearts:before {
    content: "\f584"; }
  #editor .block-editor-block-list__layout .fa-grin-squint:before {
    content: "\f585"; }
  #editor .block-editor-block-list__layout .fa-grin-squint-tears:before {
    content: "\f586"; }
  #editor .block-editor-block-list__layout .fa-grin-stars:before {
    content: "\f587"; }
  #editor .block-editor-block-list__layout .fa-grin-tears:before {
    content: "\f588"; }
  #editor .block-editor-block-list__layout .fa-grin-tongue:before {
    content: "\f589"; }
  #editor .block-editor-block-list__layout .fa-grin-tongue-squint:before {
    content: "\f58a"; }
  #editor .block-editor-block-list__layout .fa-grin-tongue-wink:before {
    content: "\f58b"; }
  #editor .block-editor-block-list__layout .fa-grin-wink:before {
    content: "\f58c"; }
  #editor .block-editor-block-list__layout .fa-grip-horizontal:before {
    content: "\f58d"; }
  #editor .block-editor-block-list__layout .fa-grip-lines:before {
    content: "\f7a4"; }
  #editor .block-editor-block-list__layout .fa-grip-lines-vertical:before {
    content: "\f7a5"; }
  #editor .block-editor-block-list__layout .fa-grip-vertical:before {
    content: "\f58e"; }
  #editor .block-editor-block-list__layout .fa-gripfire:before {
    content: "\f3ac"; }
  #editor .block-editor-block-list__layout .fa-grunt:before {
    content: "\f3ad"; }
  #editor .block-editor-block-list__layout .fa-guitar:before {
    content: "\f7a6"; }
  #editor .block-editor-block-list__layout .fa-gulp:before {
    content: "\f3ae"; }
  #editor .block-editor-block-list__layout .fa-h-square:before {
    content: "\f0fd"; }
  #editor .block-editor-block-list__layout .fa-h1:before {
    content: "\f313"; }
  #editor .block-editor-block-list__layout .fa-h2:before {
    content: "\f314"; }
  #editor .block-editor-block-list__layout .fa-h3:before {
    content: "\f315"; }
  #editor .block-editor-block-list__layout .fa-hacker-news:before {
    content: "\f1d4"; }
  #editor .block-editor-block-list__layout .fa-hacker-news-square:before {
    content: "\f3af"; }
  #editor .block-editor-block-list__layout .fa-hackerrank:before {
    content: "\f5f7"; }
  #editor .block-editor-block-list__layout .fa-hammer:before {
    content: "\f6e3"; }
  #editor .block-editor-block-list__layout .fa-hammer-war:before {
    content: "\f6e4"; }
  #editor .block-editor-block-list__layout .fa-hamsa:before {
    content: "\f665"; }
  #editor .block-editor-block-list__layout .fa-hand-heart:before {
    content: "\f4bc"; }
  #editor .block-editor-block-list__layout .fa-hand-holding:before {
    content: "\f4bd"; }
  #editor .block-editor-block-list__layout .fa-hand-holding-box:before {
    content: "\f47b"; }
  #editor .block-editor-block-list__layout .fa-hand-holding-heart:before {
    content: "\f4be"; }
  #editor .block-editor-block-list__layout .fa-hand-holding-magic:before {
    content: "\f6e5"; }
  #editor .block-editor-block-list__layout .fa-hand-holding-seedling:before {
    content: "\f4bf"; }
  #editor .block-editor-block-list__layout .fa-hand-holding-usd:before {
    content: "\f4c0"; }
  #editor .block-editor-block-list__layout .fa-hand-holding-water:before {
    content: "\f4c1"; }
  #editor .block-editor-block-list__layout .fa-hand-lizard:before {
    content: "\f258"; }
  #editor .block-editor-block-list__layout .fa-hand-paper:before {
    content: "\f256"; }
  #editor .block-editor-block-list__layout .fa-hand-peace:before {
    content: "\f25b"; }
  #editor .block-editor-block-list__layout .fa-hand-point-down:before {
    content: "\f0a7"; }
  #editor .block-editor-block-list__layout .fa-hand-point-left:before {
    content: "\f0a5"; }
  #editor .block-editor-block-list__layout .fa-hand-point-right:before {
    content: "\f0a4"; }
  #editor .block-editor-block-list__layout .fa-hand-point-up:before {
    content: "\f0a6"; }
  #editor .block-editor-block-list__layout .fa-hand-pointer:before {
    content: "\f25a"; }
  #editor .block-editor-block-list__layout .fa-hand-receiving:before {
    content: "\f47c"; }
  #editor .block-editor-block-list__layout .fa-hand-rock:before {
    content: "\f255"; }
  #editor .block-editor-block-list__layout .fa-hand-scissors:before {
    content: "\f257"; }
  #editor .block-editor-block-list__layout .fa-hand-spock:before {
    content: "\f259"; }
  #editor .block-editor-block-list__layout .fa-hands:before {
    content: "\f4c2"; }
  #editor .block-editor-block-list__layout .fa-hands-heart:before {
    content: "\f4c3"; }
  #editor .block-editor-block-list__layout .fa-hands-helping:before {
    content: "\f4c4"; }
  #editor .block-editor-block-list__layout .fa-hands-usd:before {
    content: "\f4c5"; }
  #editor .block-editor-block-list__layout .fa-handshake:before {
    content: "\f2b5"; }
  #editor .block-editor-block-list__layout .fa-handshake-alt:before {
    content: "\f4c6"; }
  #editor .block-editor-block-list__layout .fa-hanukiah:before {
    content: "\f6e6"; }
  #editor .block-editor-block-list__layout .fa-hashtag:before {
    content: "\f292"; }
  #editor .block-editor-block-list__layout .fa-hat-santa:before {
    content: "\f7a7"; }
  #editor .block-editor-block-list__layout .fa-hat-winter:before {
    content: "\f7a8"; }
  #editor .block-editor-block-list__layout .fa-hat-witch:before {
    content: "\f6e7"; }
  #editor .block-editor-block-list__layout .fa-hat-wizard:before {
    content: "\f6e8"; }
  #editor .block-editor-block-list__layout .fa-haykal:before {
    content: "\f666"; }
  #editor .block-editor-block-list__layout .fa-hdd:before {
    content: "\f0a0"; }
  #editor .block-editor-block-list__layout .fa-head-side:before {
    content: "\f6e9"; }
  #editor .block-editor-block-list__layout .fa-head-vr:before {
    content: "\f6ea"; }
  #editor .block-editor-block-list__layout .fa-heading:before {
    content: "\f1dc"; }
  #editor .block-editor-block-list__layout .fa-headphones:before {
    content: "\f025"; }
  #editor .block-editor-block-list__layout .fa-headphones-alt:before {
    content: "\f58f"; }
  #editor .block-editor-block-list__layout .fa-headset:before {
    content: "\f590"; }
  #editor .block-editor-block-list__layout .fa-heart:before {
    content: "\f004"; }
  #editor .block-editor-block-list__layout .fa-heart-broken:before {
    content: "\f7a9"; }
  #editor .block-editor-block-list__layout .fa-heart-circle:before {
    content: "\f4c7"; }
  #editor .block-editor-block-list__layout .fa-heart-rate:before {
    content: "\f5f8"; }
  #editor .block-editor-block-list__layout .fa-heart-square:before {
    content: "\f4c8"; }
  #editor .block-editor-block-list__layout .fa-heartbeat:before {
    content: "\f21e"; }
  #editor .block-editor-block-list__layout .fa-helicopter:before {
    content: "\f533"; }
  #editor .block-editor-block-list__layout .fa-helmet-battle:before {
    content: "\f6eb"; }
  #editor .block-editor-block-list__layout .fa-hexagon:before {
    content: "\f312"; }
  #editor .block-editor-block-list__layout .fa-highlighter:before {
    content: "\f591"; }
  #editor .block-editor-block-list__layout .fa-hiking:before {
    content: "\f6ec"; }
  #editor .block-editor-block-list__layout .fa-hippo:before {
    content: "\f6ed"; }
  #editor .block-editor-block-list__layout .fa-hips:before {
    content: "\f452"; }
  #editor .block-editor-block-list__layout .fa-hire-a-helper:before {
    content: "\f3b0"; }
  #editor .block-editor-block-list__layout .fa-history:before {
    content: "\f1da"; }
  #editor .block-editor-block-list__layout .fa-hockey-mask:before {
    content: "\f6ee"; }
  #editor .block-editor-block-list__layout .fa-hockey-puck:before {
    content: "\f453"; }
  #editor .block-editor-block-list__layout .fa-hockey-sticks:before {
    content: "\f454"; }
  #editor .block-editor-block-list__layout .fa-holly-berry:before {
    content: "\f7aa"; }
  #editor .block-editor-block-list__layout .fa-home:before {
    content: "\f015"; }
  #editor .block-editor-block-list__layout .fa-home-heart:before {
    content: "\f4c9"; }
  #editor .block-editor-block-list__layout .fa-hood-cloak:before {
    content: "\f6ef"; }
  #editor .block-editor-block-list__layout .fa-hooli:before {
    content: "\f427"; }
  #editor .block-editor-block-list__layout .fa-hornbill:before {
    content: "\f592"; }
  #editor .block-editor-block-list__layout .fa-horse:before {
    content: "\f6f0"; }
  #editor .block-editor-block-list__layout .fa-horse-head:before {
    content: "\f7ab"; }
  #editor .block-editor-block-list__layout .fa-hospital:before {
    content: "\f0f8"; }
  #editor .block-editor-block-list__layout .fa-hospital-alt:before {
    content: "\f47d"; }
  #editor .block-editor-block-list__layout .fa-hospital-symbol:before {
    content: "\f47e"; }
  #editor .block-editor-block-list__layout .fa-hot-tub:before {
    content: "\f593"; }
  #editor .block-editor-block-list__layout .fa-hotel:before {
    content: "\f594"; }
  #editor .block-editor-block-list__layout .fa-hotjar:before {
    content: "\f3b1"; }
  #editor .block-editor-block-list__layout .fa-hourglass:before {
    content: "\f254"; }
  #editor .block-editor-block-list__layout .fa-hourglass-end:before {
    content: "\f253"; }
  #editor .block-editor-block-list__layout .fa-hourglass-half:before {
    content: "\f252"; }
  #editor .block-editor-block-list__layout .fa-hourglass-start:before {
    content: "\f251"; }
  #editor .block-editor-block-list__layout .fa-house-damage:before {
    content: "\f6f1"; }
  #editor .block-editor-block-list__layout .fa-house-flood:before {
    content: "\f74f"; }
  #editor .block-editor-block-list__layout .fa-houzz:before {
    content: "\f27c"; }
  #editor .block-editor-block-list__layout .fa-hryvnia:before {
    content: "\f6f2"; }
  #editor .block-editor-block-list__layout .fa-html5:before {
    content: "\f13b"; }
  #editor .block-editor-block-list__layout .fa-hubspot:before {
    content: "\f3b2"; }
  #editor .block-editor-block-list__layout .fa-humidity:before {
    content: "\f750"; }
  #editor .block-editor-block-list__layout .fa-hurricane:before {
    content: "\f751"; }
  #editor .block-editor-block-list__layout .fa-i-cursor:before {
    content: "\f246"; }
  #editor .block-editor-block-list__layout .fa-ice-skate:before {
    content: "\f7ac"; }
  #editor .block-editor-block-list__layout .fa-icicles:before {
    content: "\f7ad"; }
  #editor .block-editor-block-list__layout .fa-id-badge:before {
    content: "\f2c1"; }
  #editor .block-editor-block-list__layout .fa-id-card:before {
    content: "\f2c2"; }
  #editor .block-editor-block-list__layout .fa-id-card-alt:before {
    content: "\f47f"; }
  #editor .block-editor-block-list__layout .fa-igloo:before {
    content: "\f7ae"; }
  #editor .block-editor-block-list__layout .fa-image:before {
    content: "\f03e"; }
  #editor .block-editor-block-list__layout .fa-images:before {
    content: "\f302"; }
  #editor .block-editor-block-list__layout .fa-imdb:before {
    content: "\f2d8"; }
  #editor .block-editor-block-list__layout .fa-inbox:before {
    content: "\f01c"; }
  #editor .block-editor-block-list__layout .fa-inbox-in:before {
    content: "\f310"; }
  #editor .block-editor-block-list__layout .fa-inbox-out:before {
    content: "\f311"; }
  #editor .block-editor-block-list__layout .fa-indent:before {
    content: "\f03c"; }
  #editor .block-editor-block-list__layout .fa-industry:before {
    content: "\f275"; }
  #editor .block-editor-block-list__layout .fa-industry-alt:before {
    content: "\f3b3"; }
  #editor .block-editor-block-list__layout .fa-infinity:before {
    content: "\f534"; }
  #editor .block-editor-block-list__layout .fa-info:before {
    content: "\f129"; }
  #editor .block-editor-block-list__layout .fa-info-circle:before {
    content: "\f05a"; }
  #editor .block-editor-block-list__layout .fa-info-square:before {
    content: "\f30f"; }
  #editor .block-editor-block-list__layout .fa-inhaler:before {
    content: "\f5f9"; }
  #editor .block-editor-block-list__layout .fa-instagram:before {
    content: "\f16d"; }
  #editor .block-editor-block-list__layout .fa-integral:before {
    content: "\f667"; }
  #editor .block-editor-block-list__layout .fa-intercom:before {
    content: "\f7af"; }
  #editor .block-editor-block-list__layout .fa-internet-explorer:before {
    content: "\f26b"; }
  #editor .block-editor-block-list__layout .fa-intersection:before {
    content: "\f668"; }
  #editor .block-editor-block-list__layout .fa-inventory:before {
    content: "\f480"; }
  #editor .block-editor-block-list__layout .fa-invision:before {
    content: "\f7b0"; }
  #editor .block-editor-block-list__layout .fa-ioxhost:before {
    content: "\f208"; }
  #editor .block-editor-block-list__layout .fa-italic:before {
    content: "\f033"; }
  #editor .block-editor-block-list__layout .fa-itunes:before {
    content: "\f3b4"; }
  #editor .block-editor-block-list__layout .fa-itunes-note:before {
    content: "\f3b5"; }
  #editor .block-editor-block-list__layout .fa-jack-o-lantern:before {
    content: "\f30e"; }
  #editor .block-editor-block-list__layout .fa-java:before {
    content: "\f4e4"; }
  #editor .block-editor-block-list__layout .fa-jedi:before {
    content: "\f669"; }
  #editor .block-editor-block-list__layout .fa-jedi-order:before {
    content: "\f50e"; }
  #editor .block-editor-block-list__layout .fa-jenkins:before {
    content: "\f3b6"; }
  #editor .block-editor-block-list__layout .fa-jira:before {
    content: "\f7b1"; }
  #editor .block-editor-block-list__layout .fa-joget:before {
    content: "\f3b7"; }
  #editor .block-editor-block-list__layout .fa-joint:before {
    content: "\f595"; }
  #editor .block-editor-block-list__layout .fa-joomla:before {
    content: "\f1aa"; }
  #editor .block-editor-block-list__layout .fa-journal-whills:before {
    content: "\f66a"; }
  #editor .block-editor-block-list__layout .fa-js:before {
    content: "\f3b8"; }
  #editor .block-editor-block-list__layout .fa-js-square:before {
    content: "\f3b9"; }
  #editor .block-editor-block-list__layout .fa-jsfiddle:before {
    content: "\f1cc"; }
  #editor .block-editor-block-list__layout .fa-kaaba:before {
    content: "\f66b"; }
  #editor .block-editor-block-list__layout .fa-kaggle:before {
    content: "\f5fa"; }
  #editor .block-editor-block-list__layout .fa-key:before {
    content: "\f084"; }
  #editor .block-editor-block-list__layout .fa-key-skeleton:before {
    content: "\f6f3"; }
  #editor .block-editor-block-list__layout .fa-keybase:before {
    content: "\f4f5"; }
  #editor .block-editor-block-list__layout .fa-keyboard:before {
    content: "\f11c"; }
  #editor .block-editor-block-list__layout .fa-keycdn:before {
    content: "\f3ba"; }
  #editor .block-editor-block-list__layout .fa-keynote:before {
    content: "\f66c"; }
  #editor .block-editor-block-list__layout .fa-khanda:before {
    content: "\f66d"; }
  #editor .block-editor-block-list__layout .fa-kickstarter:before {
    content: "\f3bb"; }
  #editor .block-editor-block-list__layout .fa-kickstarter-k:before {
    content: "\f3bc"; }
  #editor .block-editor-block-list__layout .fa-kidneys:before {
    content: "\f5fb"; }
  #editor .block-editor-block-list__layout .fa-kiss:before {
    content: "\f596"; }
  #editor .block-editor-block-list__layout .fa-kiss-beam:before {
    content: "\f597"; }
  #editor .block-editor-block-list__layout .fa-kiss-wink-heart:before {
    content: "\f598"; }
  #editor .block-editor-block-list__layout .fa-kite:before {
    content: "\f6f4"; }
  #editor .block-editor-block-list__layout .fa-kiwi-bird:before {
    content: "\f535"; }
  #editor .block-editor-block-list__layout .fa-knife-kitchen:before {
    content: "\f6f5"; }
  #editor .block-editor-block-list__layout .fa-korvue:before {
    content: "\f42f"; }
  #editor .block-editor-block-list__layout .fa-lambda:before {
    content: "\f66e"; }
  #editor .block-editor-block-list__layout .fa-lamp:before {
    content: "\f4ca"; }
  #editor .block-editor-block-list__layout .fa-landmark:before {
    content: "\f66f"; }
  #editor .block-editor-block-list__layout .fa-landmark-alt:before {
    content: "\f752"; }
  #editor .block-editor-block-list__layout .fa-language:before {
    content: "\f1ab"; }
  #editor .block-editor-block-list__layout .fa-laptop:before {
    content: "\f109"; }
  #editor .block-editor-block-list__layout .fa-laptop-code:before {
    content: "\f5fc"; }
  #editor .block-editor-block-list__layout .fa-laravel:before {
    content: "\f3bd"; }
  #editor .block-editor-block-list__layout .fa-lastfm:before {
    content: "\f202"; }
  #editor .block-editor-block-list__layout .fa-lastfm-square:before {
    content: "\f203"; }
  #editor .block-editor-block-list__layout .fa-laugh:before {
    content: "\f599"; }
  #editor .block-editor-block-list__layout .fa-laugh-beam:before {
    content: "\f59a"; }
  #editor .block-editor-block-list__layout .fa-laugh-squint:before {
    content: "\f59b"; }
  #editor .block-editor-block-list__layout .fa-laugh-wink:before {
    content: "\f59c"; }
  #editor .block-editor-block-list__layout .fa-layer-group:before {
    content: "\f5fd"; }
  #editor .block-editor-block-list__layout .fa-layer-minus:before {
    content: "\f5fe"; }
  #editor .block-editor-block-list__layout .fa-layer-plus:before {
    content: "\f5ff"; }
  #editor .block-editor-block-list__layout .fa-leaf:before {
    content: "\f06c"; }
  #editor .block-editor-block-list__layout .fa-leaf-heart:before {
    content: "\f4cb"; }
  #editor .block-editor-block-list__layout .fa-leaf-maple:before {
    content: "\f6f6"; }
  #editor .block-editor-block-list__layout .fa-leaf-oak:before {
    content: "\f6f7"; }
  #editor .block-editor-block-list__layout .fa-leanpub:before {
    content: "\f212"; }
  #editor .block-editor-block-list__layout .fa-lemon:before {
    content: "\f094"; }
  #editor .block-editor-block-list__layout .fa-less:before {
    content: "\f41d"; }
  #editor .block-editor-block-list__layout .fa-less-than:before {
    content: "\f536"; }
  #editor .block-editor-block-list__layout .fa-less-than-equal:before {
    content: "\f537"; }
  #editor .block-editor-block-list__layout .fa-level-down:before {
    content: "\f149"; }
  #editor .block-editor-block-list__layout .fa-level-down-alt:before {
    content: "\f3be"; }
  #editor .block-editor-block-list__layout .fa-level-up:before {
    content: "\f148"; }
  #editor .block-editor-block-list__layout .fa-level-up-alt:before {
    content: "\f3bf"; }
  #editor .block-editor-block-list__layout .fa-life-ring:before {
    content: "\f1cd"; }
  #editor .block-editor-block-list__layout .fa-lightbulb:before {
    content: "\f0eb"; }
  #editor .block-editor-block-list__layout .fa-lightbulb-dollar:before {
    content: "\f670"; }
  #editor .block-editor-block-list__layout .fa-lightbulb-exclamation:before {
    content: "\f671"; }
  #editor .block-editor-block-list__layout .fa-lightbulb-on:before {
    content: "\f672"; }
  #editor .block-editor-block-list__layout .fa-lightbulb-slash:before {
    content: "\f673"; }
  #editor .block-editor-block-list__layout .fa-lights-holiday:before {
    content: "\f7b2"; }
  #editor .block-editor-block-list__layout .fa-line:before {
    content: "\f3c0"; }
  #editor .block-editor-block-list__layout .fa-link:before {
    content: "\f0c1"; }
  #editor .block-editor-block-list__layout .fa-linkedin:before {
    content: "\f08c"; }
  #editor .block-editor-block-list__layout .fa-linkedin-in:before {
    content: "\f0e1"; }
  #editor .block-editor-block-list__layout .fa-linode:before {
    content: "\f2b8"; }
  #editor .block-editor-block-list__layout .fa-linux:before {
    content: "\f17c"; }
  #editor .block-editor-block-list__layout .fa-lips:before {
    content: "\f600"; }
  #editor .block-editor-block-list__layout .fa-lira-sign:before {
    content: "\f195"; }
  #editor .block-editor-block-list__layout .fa-list:before {
    content: "\f03a"; }
  #editor .block-editor-block-list__layout .fa-list-alt:before {
    content: "\f022"; }
  #editor .block-editor-block-list__layout .fa-list-ol:before {
    content: "\f0cb"; }
  #editor .block-editor-block-list__layout .fa-list-ul:before {
    content: "\f0ca"; }
  #editor .block-editor-block-list__layout .fa-location:before {
    content: "\f601"; }
  #editor .block-editor-block-list__layout .fa-location-arrow:before {
    content: "\f124"; }
  #editor .block-editor-block-list__layout .fa-location-circle:before {
    content: "\f602"; }
  #editor .block-editor-block-list__layout .fa-location-slash:before {
    content: "\f603"; }
  #editor .block-editor-block-list__layout .fa-lock:before {
    content: "\f023"; }
  #editor .block-editor-block-list__layout .fa-lock-alt:before {
    content: "\f30d"; }
  #editor .block-editor-block-list__layout .fa-lock-open:before {
    content: "\f3c1"; }
  #editor .block-editor-block-list__layout .fa-lock-open-alt:before {
    content: "\f3c2"; }
  #editor .block-editor-block-list__layout .fa-long-arrow-alt-down:before {
    content: "\f309"; }
  #editor .block-editor-block-list__layout .fa-long-arrow-alt-left:before {
    content: "\f30a"; }
  #editor .block-editor-block-list__layout .fa-long-arrow-alt-right:before {
    content: "\f30b"; }
  #editor .block-editor-block-list__layout .fa-long-arrow-alt-up:before {
    content: "\f30c"; }
  #editor .block-editor-block-list__layout .fa-long-arrow-down:before {
    content: "\f175"; }
  #editor .block-editor-block-list__layout .fa-long-arrow-left:before {
    content: "\f177"; }
  #editor .block-editor-block-list__layout .fa-long-arrow-right:before {
    content: "\f178"; }
  #editor .block-editor-block-list__layout .fa-long-arrow-up:before {
    content: "\f176"; }
  #editor .block-editor-block-list__layout .fa-loveseat:before {
    content: "\f4cc"; }
  #editor .block-editor-block-list__layout .fa-low-vision:before {
    content: "\f2a8"; }
  #editor .block-editor-block-list__layout .fa-luchador:before {
    content: "\f455"; }
  #editor .block-editor-block-list__layout .fa-luggage-cart:before {
    content: "\f59d"; }
  #editor .block-editor-block-list__layout .fa-lungs:before {
    content: "\f604"; }
  #editor .block-editor-block-list__layout .fa-lyft:before {
    content: "\f3c3"; }
  #editor .block-editor-block-list__layout .fa-mace:before {
    content: "\f6f8"; }
  #editor .block-editor-block-list__layout .fa-magento:before {
    content: "\f3c4"; }
  #editor .block-editor-block-list__layout .fa-magic:before {
    content: "\f0d0"; }
  #editor .block-editor-block-list__layout .fa-magnet:before {
    content: "\f076"; }
  #editor .block-editor-block-list__layout .fa-mail-bulk:before {
    content: "\f674"; }
  #editor .block-editor-block-list__layout .fa-mailchimp:before {
    content: "\f59e"; }
  #editor .block-editor-block-list__layout .fa-male:before {
    content: "\f183"; }
  #editor .block-editor-block-list__layout .fa-mandalorian:before {
    content: "\f50f"; }
  #editor .block-editor-block-list__layout .fa-mandolin:before {
    content: "\f6f9"; }
  #editor .block-editor-block-list__layout .fa-map:before {
    content: "\f279"; }
  #editor .block-editor-block-list__layout .fa-map-marked:before {
    content: "\f59f"; }
  #editor .block-editor-block-list__layout .fa-map-marked-alt:before {
    content: "\f5a0"; }
  #editor .block-editor-block-list__layout .fa-map-marker:before {
    content: "\f041"; }
  #editor .block-editor-block-list__layout .fa-map-marker-alt:before {
    content: "\f3c5"; }
  #editor .block-editor-block-list__layout .fa-map-marker-alt-slash:before {
    content: "\f605"; }
  #editor .block-editor-block-list__layout .fa-map-marker-check:before {
    content: "\f606"; }
  #editor .block-editor-block-list__layout .fa-map-marker-edit:before {
    content: "\f607"; }
  #editor .block-editor-block-list__layout .fa-map-marker-exclamation:before {
    content: "\f608"; }
  #editor .block-editor-block-list__layout .fa-map-marker-minus:before {
    content: "\f609"; }
  #editor .block-editor-block-list__layout .fa-map-marker-plus:before {
    content: "\f60a"; }
  #editor .block-editor-block-list__layout .fa-map-marker-question:before {
    content: "\f60b"; }
  #editor .block-editor-block-list__layout .fa-map-marker-slash:before {
    content: "\f60c"; }
  #editor .block-editor-block-list__layout .fa-map-marker-smile:before {
    content: "\f60d"; }
  #editor .block-editor-block-list__layout .fa-map-marker-times:before {
    content: "\f60e"; }
  #editor .block-editor-block-list__layout .fa-map-pin:before {
    content: "\f276"; }
  #editor .block-editor-block-list__layout .fa-map-signs:before {
    content: "\f277"; }
  #editor .block-editor-block-list__layout .fa-markdown:before {
    content: "\f60f"; }
  #editor .block-editor-block-list__layout .fa-marker:before {
    content: "\f5a1"; }
  #editor .block-editor-block-list__layout .fa-mars:before {
    content: "\f222"; }
  #editor .block-editor-block-list__layout .fa-mars-double:before {
    content: "\f227"; }
  #editor .block-editor-block-list__layout .fa-mars-stroke:before {
    content: "\f229"; }
  #editor .block-editor-block-list__layout .fa-mars-stroke-h:before {
    content: "\f22b"; }
  #editor .block-editor-block-list__layout .fa-mars-stroke-v:before {
    content: "\f22a"; }
  #editor .block-editor-block-list__layout .fa-mask:before {
    content: "\f6fa"; }
  #editor .block-editor-block-list__layout .fa-mastodon:before {
    content: "\f4f6"; }
  #editor .block-editor-block-list__layout .fa-maxcdn:before {
    content: "\f136"; }
  #editor .block-editor-block-list__layout .fa-medal:before {
    content: "\f5a2"; }
  #editor .block-editor-block-list__layout .fa-medapps:before {
    content: "\f3c6"; }
  #editor .block-editor-block-list__layout .fa-medium:before {
    content: "\f23a"; }
  #editor .block-editor-block-list__layout .fa-medium-m:before {
    content: "\f3c7"; }
  #editor .block-editor-block-list__layout .fa-medkit:before {
    content: "\f0fa"; }
  #editor .block-editor-block-list__layout .fa-medrt:before {
    content: "\f3c8"; }
  #editor .block-editor-block-list__layout .fa-meetup:before {
    content: "\f2e0"; }
  #editor .block-editor-block-list__layout .fa-megaphone:before {
    content: "\f675"; }
  #editor .block-editor-block-list__layout .fa-megaport:before {
    content: "\f5a3"; }
  #editor .block-editor-block-list__layout .fa-meh:before {
    content: "\f11a"; }
  #editor .block-editor-block-list__layout .fa-meh-blank:before {
    content: "\f5a4"; }
  #editor .block-editor-block-list__layout .fa-meh-rolling-eyes:before {
    content: "\f5a5"; }
  #editor .block-editor-block-list__layout .fa-memory:before {
    content: "\f538"; }
  #editor .block-editor-block-list__layout .fa-mendeley:before {
    content: "\f7b3"; }
  #editor .block-editor-block-list__layout .fa-menorah:before {
    content: "\f676"; }
  #editor .block-editor-block-list__layout .fa-mercury:before {
    content: "\f223"; }
  #editor .block-editor-block-list__layout .fa-meteor:before {
    content: "\f753"; }
  #editor .block-editor-block-list__layout .fa-microchip:before {
    content: "\f2db"; }
  #editor .block-editor-block-list__layout .fa-microphone:before {
    content: "\f130"; }
  #editor .block-editor-block-list__layout .fa-microphone-alt:before {
    content: "\f3c9"; }
  #editor .block-editor-block-list__layout .fa-microphone-alt-slash:before {
    content: "\f539"; }
  #editor .block-editor-block-list__layout .fa-microphone-slash:before {
    content: "\f131"; }
  #editor .block-editor-block-list__layout .fa-microscope:before {
    content: "\f610"; }
  #editor .block-editor-block-list__layout .fa-microsoft:before {
    content: "\f3ca"; }
  #editor .block-editor-block-list__layout .fa-mind-share:before {
    content: "\f677"; }
  #editor .block-editor-block-list__layout .fa-minus:before {
    content: "\f068"; }
  #editor .block-editor-block-list__layout .fa-minus-circle:before {
    content: "\f056"; }
  #editor .block-editor-block-list__layout .fa-minus-hexagon:before {
    content: "\f307"; }
  #editor .block-editor-block-list__layout .fa-minus-octagon:before {
    content: "\f308"; }
  #editor .block-editor-block-list__layout .fa-minus-square:before {
    content: "\f146"; }
  #editor .block-editor-block-list__layout .fa-mistletoe:before {
    content: "\f7b4"; }
  #editor .block-editor-block-list__layout .fa-mitten:before {
    content: "\f7b5"; }
  #editor .block-editor-block-list__layout .fa-mix:before {
    content: "\f3cb"; }
  #editor .block-editor-block-list__layout .fa-mixcloud:before {
    content: "\f289"; }
  #editor .block-editor-block-list__layout .fa-mizuni:before {
    content: "\f3cc"; }
  #editor .block-editor-block-list__layout .fa-mobile:before {
    content: "\f10b"; }
  #editor .block-editor-block-list__layout .fa-mobile-alt:before {
    content: "\f3cd"; }
  #editor .block-editor-block-list__layout .fa-mobile-android:before {
    content: "\f3ce"; }
  #editor .block-editor-block-list__layout .fa-mobile-android-alt:before {
    content: "\f3cf"; }
  #editor .block-editor-block-list__layout .fa-modx:before {
    content: "\f285"; }
  #editor .block-editor-block-list__layout .fa-monero:before {
    content: "\f3d0"; }
  #editor .block-editor-block-list__layout .fa-money-bill:before {
    content: "\f0d6"; }
  #editor .block-editor-block-list__layout .fa-money-bill-alt:before {
    content: "\f3d1"; }
  #editor .block-editor-block-list__layout .fa-money-bill-wave:before {
    content: "\f53a"; }
  #editor .block-editor-block-list__layout .fa-money-bill-wave-alt:before {
    content: "\f53b"; }
  #editor .block-editor-block-list__layout .fa-money-check:before {
    content: "\f53c"; }
  #editor .block-editor-block-list__layout .fa-money-check-alt:before {
    content: "\f53d"; }
  #editor .block-editor-block-list__layout .fa-monitor-heart-rate:before {
    content: "\f611"; }
  #editor .block-editor-block-list__layout .fa-monkey:before {
    content: "\f6fb"; }
  #editor .block-editor-block-list__layout .fa-monument:before {
    content: "\f5a6"; }
  #editor .block-editor-block-list__layout .fa-moon:before {
    content: "\f186"; }
  #editor .block-editor-block-list__layout .fa-moon-cloud:before {
    content: "\f754"; }
  #editor .block-editor-block-list__layout .fa-moon-stars:before {
    content: "\f755"; }
  #editor .block-editor-block-list__layout .fa-mortar-pestle:before {
    content: "\f5a7"; }
  #editor .block-editor-block-list__layout .fa-mosque:before {
    content: "\f678"; }
  #editor .block-editor-block-list__layout .fa-motorcycle:before {
    content: "\f21c"; }
  #editor .block-editor-block-list__layout .fa-mountain:before {
    content: "\f6fc"; }
  #editor .block-editor-block-list__layout .fa-mountains:before {
    content: "\f6fd"; }
  #editor .block-editor-block-list__layout .fa-mouse-pointer:before {
    content: "\f245"; }
  #editor .block-editor-block-list__layout .fa-mug-hot:before {
    content: "\f7b6"; }
  #editor .block-editor-block-list__layout .fa-mug-marshmallows:before {
    content: "\f7b7"; }
  #editor .block-editor-block-list__layout .fa-music:before {
    content: "\f001"; }
  #editor .block-editor-block-list__layout .fa-napster:before {
    content: "\f3d2"; }
  #editor .block-editor-block-list__layout .fa-narwhal:before {
    content: "\f6fe"; }
  #editor .block-editor-block-list__layout .fa-neos:before {
    content: "\f612"; }
  #editor .block-editor-block-list__layout .fa-network-wired:before {
    content: "\f6ff"; }
  #editor .block-editor-block-list__layout .fa-neuter:before {
    content: "\f22c"; }
  #editor .block-editor-block-list__layout .fa-newspaper:before {
    content: "\f1ea"; }
  #editor .block-editor-block-list__layout .fa-nimblr:before {
    content: "\f5a8"; }
  #editor .block-editor-block-list__layout .fa-nintendo-switch:before {
    content: "\f418"; }
  #editor .block-editor-block-list__layout .fa-node:before {
    content: "\f419"; }
  #editor .block-editor-block-list__layout .fa-node-js:before {
    content: "\f3d3"; }
  #editor .block-editor-block-list__layout .fa-not-equal:before {
    content: "\f53e"; }
  #editor .block-editor-block-list__layout .fa-notes-medical:before {
    content: "\f481"; }
  #editor .block-editor-block-list__layout .fa-npm:before {
    content: "\f3d4"; }
  #editor .block-editor-block-list__layout .fa-ns8:before {
    content: "\f3d5"; }
  #editor .block-editor-block-list__layout .fa-nutritionix:before {
    content: "\f3d6"; }
  #editor .block-editor-block-list__layout .fa-object-group:before {
    content: "\f247"; }
  #editor .block-editor-block-list__layout .fa-object-ungroup:before {
    content: "\f248"; }
  #editor .block-editor-block-list__layout .fa-octagon:before {
    content: "\f306"; }
  #editor .block-editor-block-list__layout .fa-odnoklassniki:before {
    content: "\f263"; }
  #editor .block-editor-block-list__layout .fa-odnoklassniki-square:before {
    content: "\f264"; }
  #editor .block-editor-block-list__layout .fa-oil-can:before {
    content: "\f613"; }
  #editor .block-editor-block-list__layout .fa-oil-temp:before {
    content: "\f614"; }
  #editor .block-editor-block-list__layout .fa-old-republic:before {
    content: "\f510"; }
  #editor .block-editor-block-list__layout .fa-om:before {
    content: "\f679"; }
  #editor .block-editor-block-list__layout .fa-omega:before {
    content: "\f67a"; }
  #editor .block-editor-block-list__layout .fa-opencart:before {
    content: "\f23d"; }
  #editor .block-editor-block-list__layout .fa-openid:before {
    content: "\f19b"; }
  #editor .block-editor-block-list__layout .fa-opera:before {
    content: "\f26a"; }
  #editor .block-editor-block-list__layout .fa-optin-monster:before {
    content: "\f23c"; }
  #editor .block-editor-block-list__layout .fa-ornament:before {
    content: "\f7b8"; }
  #editor .block-editor-block-list__layout .fa-osi:before {
    content: "\f41a"; }
  #editor .block-editor-block-list__layout .fa-otter:before {
    content: "\f700"; }
  #editor .block-editor-block-list__layout .fa-outdent:before {
    content: "\f03b"; }
  #editor .block-editor-block-list__layout .fa-page4:before {
    content: "\f3d7"; }
  #editor .block-editor-block-list__layout .fa-pagelines:before {
    content: "\f18c"; }
  #editor .block-editor-block-list__layout .fa-paint-brush:before {
    content: "\f1fc"; }
  #editor .block-editor-block-list__layout .fa-paint-brush-alt:before {
    content: "\f5a9"; }
  #editor .block-editor-block-list__layout .fa-paint-roller:before {
    content: "\f5aa"; }
  #editor .block-editor-block-list__layout .fa-palette:before {
    content: "\f53f"; }
  #editor .block-editor-block-list__layout .fa-palfed:before {
    content: "\f3d8"; }
  #editor .block-editor-block-list__layout .fa-pallet:before {
    content: "\f482"; }
  #editor .block-editor-block-list__layout .fa-pallet-alt:before {
    content: "\f483"; }
  #editor .block-editor-block-list__layout .fa-paper-plane:before {
    content: "\f1d8"; }
  #editor .block-editor-block-list__layout .fa-paperclip:before {
    content: "\f0c6"; }
  #editor .block-editor-block-list__layout .fa-parachute-box:before {
    content: "\f4cd"; }
  #editor .block-editor-block-list__layout .fa-paragraph:before {
    content: "\f1dd"; }
  #editor .block-editor-block-list__layout .fa-parking:before {
    content: "\f540"; }
  #editor .block-editor-block-list__layout .fa-parking-circle:before {
    content: "\f615"; }
  #editor .block-editor-block-list__layout .fa-parking-circle-slash:before {
    content: "\f616"; }
  #editor .block-editor-block-list__layout .fa-parking-slash:before {
    content: "\f617"; }
  #editor .block-editor-block-list__layout .fa-passport:before {
    content: "\f5ab"; }
  #editor .block-editor-block-list__layout .fa-pastafarianism:before {
    content: "\f67b"; }
  #editor .block-editor-block-list__layout .fa-paste:before {
    content: "\f0ea"; }
  #editor .block-editor-block-list__layout .fa-patreon:before {
    content: "\f3d9"; }
  #editor .block-editor-block-list__layout .fa-pause:before {
    content: "\f04c"; }
  #editor .block-editor-block-list__layout .fa-pause-circle:before {
    content: "\f28b"; }
  #editor .block-editor-block-list__layout .fa-paw:before {
    content: "\f1b0"; }
  #editor .block-editor-block-list__layout .fa-paw-alt:before {
    content: "\f701"; }
  #editor .block-editor-block-list__layout .fa-paw-claws:before {
    content: "\f702"; }
  #editor .block-editor-block-list__layout .fa-paypal:before {
    content: "\f1ed"; }
  #editor .block-editor-block-list__layout .fa-peace:before {
    content: "\f67c"; }
  #editor .block-editor-block-list__layout .fa-pegasus:before {
    content: "\f703"; }
  #editor .block-editor-block-list__layout .fa-pen:before {
    content: "\f304"; }
  #editor .block-editor-block-list__layout .fa-pen-alt:before {
    content: "\f305"; }
  #editor .block-editor-block-list__layout .fa-pen-fancy:before {
    content: "\f5ac"; }
  #editor .block-editor-block-list__layout .fa-pen-nib:before {
    content: "\f5ad"; }
  #editor .block-editor-block-list__layout .fa-pen-square:before {
    content: "\f14b"; }
  #editor .block-editor-block-list__layout .fa-pencil:before {
    content: "\f040"; }
  #editor .block-editor-block-list__layout .fa-pencil-alt:before {
    content: "\f303"; }
  #editor .block-editor-block-list__layout .fa-pencil-paintbrush:before {
    content: "\f618"; }
  #editor .block-editor-block-list__layout .fa-pencil-ruler:before {
    content: "\f5ae"; }
  #editor .block-editor-block-list__layout .fa-pennant:before {
    content: "\f456"; }
  #editor .block-editor-block-list__layout .fa-penny-arcade:before {
    content: "\f704"; }
  #editor .block-editor-block-list__layout .fa-people-carry:before {
    content: "\f4ce"; }
  #editor .block-editor-block-list__layout .fa-percent:before {
    content: "\f295"; }
  #editor .block-editor-block-list__layout .fa-percentage:before {
    content: "\f541"; }
  #editor .block-editor-block-list__layout .fa-periscope:before {
    content: "\f3da"; }
  #editor .block-editor-block-list__layout .fa-person-booth:before {
    content: "\f756"; }
  #editor .block-editor-block-list__layout .fa-person-carry:before {
    content: "\f4cf"; }
  #editor .block-editor-block-list__layout .fa-person-dolly:before {
    content: "\f4d0"; }
  #editor .block-editor-block-list__layout .fa-person-dolly-empty:before {
    content: "\f4d1"; }
  #editor .block-editor-block-list__layout .fa-person-sign:before {
    content: "\f757"; }
  #editor .block-editor-block-list__layout .fa-phabricator:before {
    content: "\f3db"; }
  #editor .block-editor-block-list__layout .fa-phoenix-framework:before {
    content: "\f3dc"; }
  #editor .block-editor-block-list__layout .fa-phoenix-squadron:before {
    content: "\f511"; }
  #editor .block-editor-block-list__layout .fa-phone:before {
    content: "\f095"; }
  #editor .block-editor-block-list__layout .fa-phone-office:before {
    content: "\f67d"; }
  #editor .block-editor-block-list__layout .fa-phone-plus:before {
    content: "\f4d2"; }
  #editor .block-editor-block-list__layout .fa-phone-slash:before {
    content: "\f3dd"; }
  #editor .block-editor-block-list__layout .fa-phone-square:before {
    content: "\f098"; }
  #editor .block-editor-block-list__layout .fa-phone-volume:before {
    content: "\f2a0"; }
  #editor .block-editor-block-list__layout .fa-php:before {
    content: "\f457"; }
  #editor .block-editor-block-list__layout .fa-pi:before {
    content: "\f67e"; }
  #editor .block-editor-block-list__layout .fa-pie:before {
    content: "\f705"; }
  #editor .block-editor-block-list__layout .fa-pied-piper:before {
    content: "\f2ae"; }
  #editor .block-editor-block-list__layout .fa-pied-piper-alt:before {
    content: "\f1a8"; }
  #editor .block-editor-block-list__layout .fa-pied-piper-hat:before {
    content: "\f4e5"; }
  #editor .block-editor-block-list__layout .fa-pied-piper-pp:before {
    content: "\f1a7"; }
  #editor .block-editor-block-list__layout .fa-pig:before {
    content: "\f706"; }
  #editor .block-editor-block-list__layout .fa-piggy-bank:before {
    content: "\f4d3"; }
  #editor .block-editor-block-list__layout .fa-pills:before {
    content: "\f484"; }
  #editor .block-editor-block-list__layout .fa-pinterest:before {
    content: "\f0d2"; }
  #editor .block-editor-block-list__layout .fa-pinterest-p:before {
    content: "\f231"; }
  #editor .block-editor-block-list__layout .fa-pinterest-square:before {
    content: "\f0d3"; }
  #editor .block-editor-block-list__layout .fa-place-of-worship:before {
    content: "\f67f"; }
  #editor .block-editor-block-list__layout .fa-plane:before {
    content: "\f072"; }
  #editor .block-editor-block-list__layout .fa-plane-alt:before {
    content: "\f3de"; }
  #editor .block-editor-block-list__layout .fa-plane-arrival:before {
    content: "\f5af"; }
  #editor .block-editor-block-list__layout .fa-plane-departure:before {
    content: "\f5b0"; }
  #editor .block-editor-block-list__layout .fa-play:before {
    content: "\f04b"; }
  #editor .block-editor-block-list__layout .fa-play-circle:before {
    content: "\f144"; }
  #editor .block-editor-block-list__layout .fa-playstation:before {
    content: "\f3df"; }
  #editor .block-editor-block-list__layout .fa-plug:before {
    content: "\f1e6"; }
  #editor .block-editor-block-list__layout .fa-plus:before {
    content: "\f067"; }
  #editor .block-editor-block-list__layout .fa-plus-circle:before {
    content: "\f055"; }
  #editor .block-editor-block-list__layout .fa-plus-hexagon:before {
    content: "\f300"; }
  #editor .block-editor-block-list__layout .fa-plus-octagon:before {
    content: "\f301"; }
  #editor .block-editor-block-list__layout .fa-plus-square:before {
    content: "\f0fe"; }
  #editor .block-editor-block-list__layout .fa-podcast:before {
    content: "\f2ce"; }
  #editor .block-editor-block-list__layout .fa-podium:before {
    content: "\f680"; }
  #editor .block-editor-block-list__layout .fa-podium-star:before {
    content: "\f758"; }
  #editor .block-editor-block-list__layout .fa-poll:before {
    content: "\f681"; }
  #editor .block-editor-block-list__layout .fa-poll-h:before {
    content: "\f682"; }
  #editor .block-editor-block-list__layout .fa-poll-people:before {
    content: "\f759"; }
  #editor .block-editor-block-list__layout .fa-poo:before {
    content: "\f2fe"; }
  #editor .block-editor-block-list__layout .fa-poo-storm:before {
    content: "\f75a"; }
  #editor .block-editor-block-list__layout .fa-poop:before {
    content: "\f619"; }
  #editor .block-editor-block-list__layout .fa-portrait:before {
    content: "\f3e0"; }
  #editor .block-editor-block-list__layout .fa-pound-sign:before {
    content: "\f154"; }
  #editor .block-editor-block-list__layout .fa-power-off:before {
    content: "\f011"; }
  #editor .block-editor-block-list__layout .fa-pray:before {
    content: "\f683"; }
  #editor .block-editor-block-list__layout .fa-praying-hands:before {
    content: "\f684"; }
  #editor .block-editor-block-list__layout .fa-prescription:before {
    content: "\f5b1"; }
  #editor .block-editor-block-list__layout .fa-prescription-bottle:before {
    content: "\f485"; }
  #editor .block-editor-block-list__layout .fa-prescription-bottle-alt:before {
    content: "\f486"; }
  #editor .block-editor-block-list__layout .fa-presentation:before {
    content: "\f685"; }
  #editor .block-editor-block-list__layout .fa-print:before {
    content: "\f02f"; }
  #editor .block-editor-block-list__layout .fa-print-slash:before {
    content: "\f686"; }
  #editor .block-editor-block-list__layout .fa-procedures:before {
    content: "\f487"; }
  #editor .block-editor-block-list__layout .fa-product-hunt:before {
    content: "\f288"; }
  #editor .block-editor-block-list__layout .fa-project-diagram:before {
    content: "\f542"; }
  #editor .block-editor-block-list__layout .fa-pumpkin:before {
    content: "\f707"; }
  #editor .block-editor-block-list__layout .fa-pushed:before {
    content: "\f3e1"; }
  #editor .block-editor-block-list__layout .fa-puzzle-piece:before {
    content: "\f12e"; }
  #editor .block-editor-block-list__layout .fa-python:before {
    content: "\f3e2"; }
  #editor .block-editor-block-list__layout .fa-qq:before {
    content: "\f1d6"; }
  #editor .block-editor-block-list__layout .fa-qrcode:before {
    content: "\f029"; }
  #editor .block-editor-block-list__layout .fa-question:before {
    content: "\f128"; }
  #editor .block-editor-block-list__layout .fa-question-circle:before {
    content: "\f059"; }
  #editor .block-editor-block-list__layout .fa-question-square:before {
    content: "\f2fd"; }
  #editor .block-editor-block-list__layout .fa-quidditch:before {
    content: "\f458"; }
  #editor .block-editor-block-list__layout .fa-quinscape:before {
    content: "\f459"; }
  #editor .block-editor-block-list__layout .fa-quora:before {
    content: "\f2c4"; }
  #editor .block-editor-block-list__layout .fa-quote-left:before {
    content: "\f10d"; }
  #editor .block-editor-block-list__layout .fa-quote-right:before {
    content: "\f10e"; }
  #editor .block-editor-block-list__layout .fa-quran:before {
    content: "\f687"; }
  #editor .block-editor-block-list__layout .fa-r-project:before {
    content: "\f4f7"; }
  #editor .block-editor-block-list__layout .fa-rabbit:before {
    content: "\f708"; }
  #editor .block-editor-block-list__layout .fa-rabbit-fast:before {
    content: "\f709"; }
  #editor .block-editor-block-list__layout .fa-racquet:before {
    content: "\f45a"; }
  #editor .block-editor-block-list__layout .fa-radiation:before {
    content: "\f7b9"; }
  #editor .block-editor-block-list__layout .fa-radiation-alt:before {
    content: "\f7ba"; }
  #editor .block-editor-block-list__layout .fa-rainbow:before {
    content: "\f75b"; }
  #editor .block-editor-block-list__layout .fa-raindrops:before {
    content: "\f75c"; }
  #editor .block-editor-block-list__layout .fa-ram:before {
    content: "\f70a"; }
  #editor .block-editor-block-list__layout .fa-ramp-loading:before {
    content: "\f4d4"; }
  #editor .block-editor-block-list__layout .fa-random:before {
    content: "\f074"; }
  #editor .block-editor-block-list__layout .fa-raspberry-pi:before {
    content: "\f7bb"; }
  #editor .block-editor-block-list__layout .fa-ravelry:before {
    content: "\f2d9"; }
  #editor .block-editor-block-list__layout .fa-react:before {
    content: "\f41b"; }
  #editor .block-editor-block-list__layout .fa-reacteurope:before {
    content: "\f75d"; }
  #editor .block-editor-block-list__layout .fa-readme:before {
    content: "\f4d5"; }
  #editor .block-editor-block-list__layout .fa-rebel:before {
    content: "\f1d0"; }
  #editor .block-editor-block-list__layout .fa-receipt:before {
    content: "\f543"; }
  #editor .block-editor-block-list__layout .fa-rectangle-landscape:before {
    content: "\f2fa"; }
  #editor .block-editor-block-list__layout .fa-rectangle-portrait:before {
    content: "\f2fb"; }
  #editor .block-editor-block-list__layout .fa-rectangle-wide:before {
    content: "\f2fc"; }
  #editor .block-editor-block-list__layout .fa-recycle:before {
    content: "\f1b8"; }
  #editor .block-editor-block-list__layout .fa-red-river:before {
    content: "\f3e3"; }
  #editor .block-editor-block-list__layout .fa-reddit:before {
    content: "\f1a1"; }
  #editor .block-editor-block-list__layout .fa-reddit-alien:before {
    content: "\f281"; }
  #editor .block-editor-block-list__layout .fa-reddit-square:before {
    content: "\f1a2"; }
  #editor .block-editor-block-list__layout .fa-redhat:before {
    content: "\f7bc"; }
  #editor .block-editor-block-list__layout .fa-redo:before {
    content: "\f01e"; }
  #editor .block-editor-block-list__layout .fa-redo-alt:before {
    content: "\f2f9"; }
  #editor .block-editor-block-list__layout .fa-registered:before {
    content: "\f25d"; }
  #editor .block-editor-block-list__layout .fa-renren:before {
    content: "\f18b"; }
  #editor .block-editor-block-list__layout .fa-repeat:before {
    content: "\f363"; }
  #editor .block-editor-block-list__layout .fa-repeat-1:before {
    content: "\f365"; }
  #editor .block-editor-block-list__layout .fa-repeat-1-alt:before {
    content: "\f366"; }
  #editor .block-editor-block-list__layout .fa-repeat-alt:before {
    content: "\f364"; }
  #editor .block-editor-block-list__layout .fa-reply:before {
    content: "\f3e5"; }
  #editor .block-editor-block-list__layout .fa-reply-all:before {
    content: "\f122"; }
  #editor .block-editor-block-list__layout .fa-replyd:before {
    content: "\f3e6"; }
  #editor .block-editor-block-list__layout .fa-republican:before {
    content: "\f75e"; }
  #editor .block-editor-block-list__layout .fa-researchgate:before {
    content: "\f4f8"; }
  #editor .block-editor-block-list__layout .fa-resolving:before {
    content: "\f3e7"; }
  #editor .block-editor-block-list__layout .fa-restroom:before {
    content: "\f7bd"; }
  #editor .block-editor-block-list__layout .fa-retweet:before {
    content: "\f079"; }
  #editor .block-editor-block-list__layout .fa-retweet-alt:before {
    content: "\f361"; }
  #editor .block-editor-block-list__layout .fa-rev:before {
    content: "\f5b2"; }
  #editor .block-editor-block-list__layout .fa-ribbon:before {
    content: "\f4d6"; }
  #editor .block-editor-block-list__layout .fa-ring:before {
    content: "\f70b"; }
  #editor .block-editor-block-list__layout .fa-road:before {
    content: "\f018"; }
  #editor .block-editor-block-list__layout .fa-robot:before {
    content: "\f544"; }
  #editor .block-editor-block-list__layout .fa-rocket:before {
    content: "\f135"; }
  #editor .block-editor-block-list__layout .fa-rocketchat:before {
    content: "\f3e8"; }
  #editor .block-editor-block-list__layout .fa-rockrms:before {
    content: "\f3e9"; }
  #editor .block-editor-block-list__layout .fa-route:before {
    content: "\f4d7"; }
  #editor .block-editor-block-list__layout .fa-route-highway:before {
    content: "\f61a"; }
  #editor .block-editor-block-list__layout .fa-route-interstate:before {
    content: "\f61b"; }
  #editor .block-editor-block-list__layout .fa-rss:before {
    content: "\f09e"; }
  #editor .block-editor-block-list__layout .fa-rss-square:before {
    content: "\f143"; }
  #editor .block-editor-block-list__layout .fa-ruble-sign:before {
    content: "\f158"; }
  #editor .block-editor-block-list__layout .fa-ruler:before {
    content: "\f545"; }
  #editor .block-editor-block-list__layout .fa-ruler-combined:before {
    content: "\f546"; }
  #editor .block-editor-block-list__layout .fa-ruler-horizontal:before {
    content: "\f547"; }
  #editor .block-editor-block-list__layout .fa-ruler-triangle:before {
    content: "\f61c"; }
  #editor .block-editor-block-list__layout .fa-ruler-vertical:before {
    content: "\f548"; }
  #editor .block-editor-block-list__layout .fa-running:before {
    content: "\f70c"; }
  #editor .block-editor-block-list__layout .fa-rupee-sign:before {
    content: "\f156"; }
  #editor .block-editor-block-list__layout .fa-rv:before {
    content: "\f7be"; }
  #editor .block-editor-block-list__layout .fa-sad-cry:before {
    content: "\f5b3"; }
  #editor .block-editor-block-list__layout .fa-sad-tear:before {
    content: "\f5b4"; }
  #editor .block-editor-block-list__layout .fa-safari:before {
    content: "\f267"; }
  #editor .block-editor-block-list__layout .fa-sass:before {
    content: "\f41e"; }
  #editor .block-editor-block-list__layout .fa-satellite:before {
    content: "\f7bf"; }
  #editor .block-editor-block-list__layout .fa-satellite-dish:before {
    content: "\f7c0"; }
  #editor .block-editor-block-list__layout .fa-save:before {
    content: "\f0c7"; }
  #editor .block-editor-block-list__layout .fa-scalpel:before {
    content: "\f61d"; }
  #editor .block-editor-block-list__layout .fa-scalpel-path:before {
    content: "\f61e"; }
  #editor .block-editor-block-list__layout .fa-scanner:before {
    content: "\f488"; }
  #editor .block-editor-block-list__layout .fa-scanner-keyboard:before {
    content: "\f489"; }
  #editor .block-editor-block-list__layout .fa-scanner-touchscreen:before {
    content: "\f48a"; }
  #editor .block-editor-block-list__layout .fa-scarecrow:before {
    content: "\f70d"; }
  #editor .block-editor-block-list__layout .fa-scarf:before {
    content: "\f7c1"; }
  #editor .block-editor-block-list__layout .fa-schlix:before {
    content: "\f3ea"; }
  #editor .block-editor-block-list__layout .fa-school:before {
    content: "\f549"; }
  #editor .block-editor-block-list__layout .fa-screwdriver:before {
    content: "\f54a"; }
  #editor .block-editor-block-list__layout .fa-scribd:before {
    content: "\f28a"; }
  #editor .block-editor-block-list__layout .fa-scroll:before {
    content: "\f70e"; }
  #editor .block-editor-block-list__layout .fa-scroll-old:before {
    content: "\f70f"; }
  #editor .block-editor-block-list__layout .fa-scrubber:before {
    content: "\f2f8"; }
  #editor .block-editor-block-list__layout .fa-scythe:before {
    content: "\f710"; }
  #editor .block-editor-block-list__layout .fa-sd-card:before {
    content: "\f7c2"; }
  #editor .block-editor-block-list__layout .fa-search:before {
    content: "\f002"; }
  #editor .block-editor-block-list__layout .fa-search-dollar:before {
    content: "\f688"; }
  #editor .block-editor-block-list__layout .fa-search-location:before {
    content: "\f689"; }
  #editor .block-editor-block-list__layout .fa-search-minus:before {
    content: "\f010"; }
  #editor .block-editor-block-list__layout .fa-search-plus:before {
    content: "\f00e"; }
  #editor .block-editor-block-list__layout .fa-searchengin:before {
    content: "\f3eb"; }
  #editor .block-editor-block-list__layout .fa-seedling:before {
    content: "\f4d8"; }
  #editor .block-editor-block-list__layout .fa-sellcast:before {
    content: "\f2da"; }
  #editor .block-editor-block-list__layout .fa-sellsy:before {
    content: "\f213"; }
  #editor .block-editor-block-list__layout .fa-server:before {
    content: "\f233"; }
  #editor .block-editor-block-list__layout .fa-servicestack:before {
    content: "\f3ec"; }
  #editor .block-editor-block-list__layout .fa-shapes:before {
    content: "\f61f"; }
  #editor .block-editor-block-list__layout .fa-share:before {
    content: "\f064"; }
  #editor .block-editor-block-list__layout .fa-share-all:before {
    content: "\f367"; }
  #editor .block-editor-block-list__layout .fa-share-alt:before {
    content: "\f1e0"; }
  #editor .block-editor-block-list__layout .fa-share-alt-square:before {
    content: "\f1e1"; }
  #editor .block-editor-block-list__layout .fa-share-square:before {
    content: "\f14d"; }
  #editor .block-editor-block-list__layout .fa-sheep:before {
    content: "\f711"; }
  #editor .block-editor-block-list__layout .fa-shekel-sign:before {
    content: "\f20b"; }
  #editor .block-editor-block-list__layout .fa-shield:before {
    content: "\f132"; }
  #editor .block-editor-block-list__layout .fa-shield-alt:before {
    content: "\f3ed"; }
  #editor .block-editor-block-list__layout .fa-shield-check:before {
    content: "\f2f7"; }
  #editor .block-editor-block-list__layout .fa-shield-cross:before {
    content: "\f712"; }
  #editor .block-editor-block-list__layout .fa-ship:before {
    content: "\f21a"; }
  #editor .block-editor-block-list__layout .fa-shipping-fast:before {
    content: "\f48b"; }
  #editor .block-editor-block-list__layout .fa-shipping-timed:before {
    content: "\f48c"; }
  #editor .block-editor-block-list__layout .fa-shirtsinbulk:before {
    content: "\f214"; }
  #editor .block-editor-block-list__layout .fa-shoe-prints:before {
    content: "\f54b"; }
  #editor .block-editor-block-list__layout .fa-shopping-bag:before {
    content: "\f290"; }
  #editor .block-editor-block-list__layout .fa-shopping-basket:before {
    content: "\f291"; }
  #editor .block-editor-block-list__layout .fa-shopping-cart:before {
    content: "\f07a"; }
  #editor .block-editor-block-list__layout .fa-shopware:before {
    content: "\f5b5"; }
  #editor .block-editor-block-list__layout .fa-shovel:before {
    content: "\f713"; }
  #editor .block-editor-block-list__layout .fa-shovel-snow:before {
    content: "\f7c3"; }
  #editor .block-editor-block-list__layout .fa-shower:before {
    content: "\f2cc"; }
  #editor .block-editor-block-list__layout .fa-shredder:before {
    content: "\f68a"; }
  #editor .block-editor-block-list__layout .fa-shuttle-van:before {
    content: "\f5b6"; }
  #editor .block-editor-block-list__layout .fa-shuttlecock:before {
    content: "\f45b"; }
  #editor .block-editor-block-list__layout .fa-sigma:before {
    content: "\f68b"; }
  #editor .block-editor-block-list__layout .fa-sign:before {
    content: "\f4d9"; }
  #editor .block-editor-block-list__layout .fa-sign-in:before {
    content: "\f090"; }
  #editor .block-editor-block-list__layout .fa-sign-in-alt:before {
    content: "\f2f6"; }
  #editor .block-editor-block-list__layout .fa-sign-language:before {
    content: "\f2a7"; }
  #editor .block-editor-block-list__layout .fa-sign-out:before {
    content: "\f08b"; }
  #editor .block-editor-block-list__layout .fa-sign-out-alt:before {
    content: "\f2f5"; }
  #editor .block-editor-block-list__layout .fa-signal:before {
    content: "\f012"; }
  #editor .block-editor-block-list__layout .fa-signal-1:before {
    content: "\f68c"; }
  #editor .block-editor-block-list__layout .fa-signal-2:before {
    content: "\f68d"; }
  #editor .block-editor-block-list__layout .fa-signal-3:before {
    content: "\f68e"; }
  #editor .block-editor-block-list__layout .fa-signal-4:before {
    content: "\f68f"; }
  #editor .block-editor-block-list__layout .fa-signal-alt:before {
    content: "\f690"; }
  #editor .block-editor-block-list__layout .fa-signal-alt-1:before {
    content: "\f691"; }
  #editor .block-editor-block-list__layout .fa-signal-alt-2:before {
    content: "\f692"; }
  #editor .block-editor-block-list__layout .fa-signal-alt-3:before {
    content: "\f693"; }
  #editor .block-editor-block-list__layout .fa-signal-alt-slash:before {
    content: "\f694"; }
  #editor .block-editor-block-list__layout .fa-signal-slash:before {
    content: "\f695"; }
  #editor .block-editor-block-list__layout .fa-signature:before {
    content: "\f5b7"; }
  #editor .block-editor-block-list__layout .fa-sim-card:before {
    content: "\f7c4"; }
  #editor .block-editor-block-list__layout .fa-simplybuilt:before {
    content: "\f215"; }
  #editor .block-editor-block-list__layout .fa-sistrix:before {
    content: "\f3ee"; }
  #editor .block-editor-block-list__layout .fa-sitemap:before {
    content: "\f0e8"; }
  #editor .block-editor-block-list__layout .fa-sith:before {
    content: "\f512"; }
  #editor .block-editor-block-list__layout .fa-skating:before {
    content: "\f7c5"; }
  #editor .block-editor-block-list__layout .fa-skeleton:before {
    content: "\f620"; }
  #editor .block-editor-block-list__layout .fa-sketch:before {
    content: "\f7c6"; }
  #editor .block-editor-block-list__layout .fa-ski-jump:before {
    content: "\f7c7"; }
  #editor .block-editor-block-list__layout .fa-ski-lift:before {
    content: "\f7c8"; }
  #editor .block-editor-block-list__layout .fa-skiing:before {
    content: "\f7c9"; }
  #editor .block-editor-block-list__layout .fa-skiing-nordic:before {
    content: "\f7ca"; }
  #editor .block-editor-block-list__layout .fa-skull:before {
    content: "\f54c"; }
  #editor .block-editor-block-list__layout .fa-skull-crossbones:before {
    content: "\f714"; }
  #editor .block-editor-block-list__layout .fa-skyatlas:before {
    content: "\f216"; }
  #editor .block-editor-block-list__layout .fa-skype:before {
    content: "\f17e"; }
  #editor .block-editor-block-list__layout .fa-slack:before {
    content: "\f198"; }
  #editor .block-editor-block-list__layout .fa-slack-hash:before {
    content: "\f3ef"; }
  #editor .block-editor-block-list__layout .fa-slash:before {
    content: "\f715"; }
  #editor .block-editor-block-list__layout .fa-sledding:before {
    content: "\f7cb"; }
  #editor .block-editor-block-list__layout .fa-sleigh:before {
    content: "\f7cc"; }
  #editor .block-editor-block-list__layout .fa-sliders-h:before {
    content: "\f1de"; }
  #editor .block-editor-block-list__layout .fa-sliders-h-square:before {
    content: "\f3f0"; }
  #editor .block-editor-block-list__layout .fa-sliders-v:before {
    content: "\f3f1"; }
  #editor .block-editor-block-list__layout .fa-sliders-v-square:before {
    content: "\f3f2"; }
  #editor .block-editor-block-list__layout .fa-slideshare:before {
    content: "\f1e7"; }
  #editor .block-editor-block-list__layout .fa-smile:before {
    content: "\f118"; }
  #editor .block-editor-block-list__layout .fa-smile-beam:before {
    content: "\f5b8"; }
  #editor .block-editor-block-list__layout .fa-smile-plus:before {
    content: "\f5b9"; }
  #editor .block-editor-block-list__layout .fa-smile-wink:before {
    content: "\f4da"; }
  #editor .block-editor-block-list__layout .fa-smog:before {
    content: "\f75f"; }
  #editor .block-editor-block-list__layout .fa-smoke:before {
    content: "\f760"; }
  #editor .block-editor-block-list__layout .fa-smoking:before {
    content: "\f48d"; }
  #editor .block-editor-block-list__layout .fa-smoking-ban:before {
    content: "\f54d"; }
  #editor .block-editor-block-list__layout .fa-sms:before {
    content: "\f7cd"; }
  #editor .block-editor-block-list__layout .fa-snake:before {
    content: "\f716"; }
  #editor .block-editor-block-list__layout .fa-snapchat:before {
    content: "\f2ab"; }
  #editor .block-editor-block-list__layout .fa-snapchat-ghost:before {
    content: "\f2ac"; }
  #editor .block-editor-block-list__layout .fa-snapchat-square:before {
    content: "\f2ad"; }
  #editor .block-editor-block-list__layout .fa-snow-blowing:before {
    content: "\f761"; }
  #editor .block-editor-block-list__layout .fa-snowboarding:before {
    content: "\f7ce"; }
  #editor .block-editor-block-list__layout .fa-snowflake:before {
    content: "\f2dc"; }
  #editor .block-editor-block-list__layout .fa-snowflakes:before {
    content: "\f7cf"; }
  #editor .block-editor-block-list__layout .fa-snowman:before {
    content: "\f7d0"; }
  #editor .block-editor-block-list__layout .fa-snowmobile:before {
    content: "\f7d1"; }
  #editor .block-editor-block-list__layout .fa-snowplow:before {
    content: "\f7d2"; }
  #editor .block-editor-block-list__layout .fa-socks:before {
    content: "\f696"; }
  #editor .block-editor-block-list__layout .fa-solar-panel:before {
    content: "\f5ba"; }
  #editor .block-editor-block-list__layout .fa-sort:before {
    content: "\f0dc"; }
  #editor .block-editor-block-list__layout .fa-sort-alpha-down:before {
    content: "\f15d"; }
  #editor .block-editor-block-list__layout .fa-sort-alpha-up:before {
    content: "\f15e"; }
  #editor .block-editor-block-list__layout .fa-sort-amount-down:before {
    content: "\f160"; }
  #editor .block-editor-block-list__layout .fa-sort-amount-up:before {
    content: "\f161"; }
  #editor .block-editor-block-list__layout .fa-sort-down:before {
    content: "\f0dd"; }
  #editor .block-editor-block-list__layout .fa-sort-numeric-down:before {
    content: "\f162"; }
  #editor .block-editor-block-list__layout .fa-sort-numeric-up:before {
    content: "\f163"; }
  #editor .block-editor-block-list__layout .fa-sort-up:before {
    content: "\f0de"; }
  #editor .block-editor-block-list__layout .fa-soundcloud:before {
    content: "\f1be"; }
  #editor .block-editor-block-list__layout .fa-sourcetree:before {
    content: "\f7d3"; }
  #editor .block-editor-block-list__layout .fa-spa:before {
    content: "\f5bb"; }
  #editor .block-editor-block-list__layout .fa-space-shuttle:before {
    content: "\f197"; }
  #editor .block-editor-block-list__layout .fa-spade:before {
    content: "\f2f4"; }
  #editor .block-editor-block-list__layout .fa-speakap:before {
    content: "\f3f3"; }
  #editor .block-editor-block-list__layout .fa-spider:before {
    content: "\f717"; }
  #editor .block-editor-block-list__layout .fa-spider-black-widow:before {
    content: "\f718"; }
  #editor .block-editor-block-list__layout .fa-spider-web:before {
    content: "\f719"; }
  #editor .block-editor-block-list__layout .fa-spinner:before {
    content: "\f110"; }
  #editor .block-editor-block-list__layout .fa-spinner-third:before {
    content: "\f3f4"; }
  #editor .block-editor-block-list__layout .fa-splotch:before {
    content: "\f5bc"; }
  #editor .block-editor-block-list__layout .fa-spotify:before {
    content: "\f1bc"; }
  #editor .block-editor-block-list__layout .fa-spray-can:before {
    content: "\f5bd"; }
  #editor .block-editor-block-list__layout .fa-square:before {
    content: "\f0c8"; }
  #editor .block-editor-block-list__layout .fa-square-full:before {
    content: "\f45c"; }
  #editor .block-editor-block-list__layout .fa-square-root:before {
    content: "\f697"; }
  #editor .block-editor-block-list__layout .fa-square-root-alt:before {
    content: "\f698"; }
  #editor .block-editor-block-list__layout .fa-squarespace:before {
    content: "\f5be"; }
  #editor .block-editor-block-list__layout .fa-squirrel:before {
    content: "\f71a"; }
  #editor .block-editor-block-list__layout .fa-stack-exchange:before {
    content: "\f18d"; }
  #editor .block-editor-block-list__layout .fa-stack-overflow:before {
    content: "\f16c"; }
  #editor .block-editor-block-list__layout .fa-staff:before {
    content: "\f71b"; }
  #editor .block-editor-block-list__layout .fa-stamp:before {
    content: "\f5bf"; }
  #editor .block-editor-block-list__layout .fa-star:before {
    content: "\f005"; }
  #editor .block-editor-block-list__layout .fa-star-and-crescent:before {
    content: "\f699"; }
  #editor .block-editor-block-list__layout .fa-star-christmas:before {
    content: "\f7d4"; }
  #editor .block-editor-block-list__layout .fa-star-exclamation:before {
    content: "\f2f3"; }
  #editor .block-editor-block-list__layout .fa-star-half:before {
    content: "\f089"; }
  #editor .block-editor-block-list__layout .fa-star-half-alt:before {
    content: "\f5c0"; }
  #editor .block-editor-block-list__layout .fa-star-of-david:before {
    content: "\f69a"; }
  #editor .block-editor-block-list__layout .fa-star-of-life:before {
    content: "\f621"; }
  #editor .block-editor-block-list__layout .fa-stars:before {
    content: "\f762"; }
  #editor .block-editor-block-list__layout .fa-staylinked:before {
    content: "\f3f5"; }
  #editor .block-editor-block-list__layout .fa-steam:before {
    content: "\f1b6"; }
  #editor .block-editor-block-list__layout .fa-steam-square:before {
    content: "\f1b7"; }
  #editor .block-editor-block-list__layout .fa-steam-symbol:before {
    content: "\f3f6"; }
  #editor .block-editor-block-list__layout .fa-steering-wheel:before {
    content: "\f622"; }
  #editor .block-editor-block-list__layout .fa-step-backward:before {
    content: "\f048"; }
  #editor .block-editor-block-list__layout .fa-step-forward:before {
    content: "\f051"; }
  #editor .block-editor-block-list__layout .fa-stethoscope:before {
    content: "\f0f1"; }
  #editor .block-editor-block-list__layout .fa-sticker-mule:before {
    content: "\f3f7"; }
  #editor .block-editor-block-list__layout .fa-sticky-note:before {
    content: "\f249"; }
  #editor .block-editor-block-list__layout .fa-stocking:before {
    content: "\f7d5"; }
  #editor .block-editor-block-list__layout .fa-stomach:before {
    content: "\f623"; }
  #editor .block-editor-block-list__layout .fa-stop:before {
    content: "\f04d"; }
  #editor .block-editor-block-list__layout .fa-stop-circle:before {
    content: "\f28d"; }
  #editor .block-editor-block-list__layout .fa-stopwatch:before {
    content: "\f2f2"; }
  #editor .block-editor-block-list__layout .fa-store:before {
    content: "\f54e"; }
  #editor .block-editor-block-list__layout .fa-store-alt:before {
    content: "\f54f"; }
  #editor .block-editor-block-list__layout .fa-strava:before {
    content: "\f428"; }
  #editor .block-editor-block-list__layout .fa-stream:before {
    content: "\f550"; }
  #editor .block-editor-block-list__layout .fa-street-view:before {
    content: "\f21d"; }
  #editor .block-editor-block-list__layout .fa-strikethrough:before {
    content: "\f0cc"; }
  #editor .block-editor-block-list__layout .fa-stripe:before {
    content: "\f429"; }
  #editor .block-editor-block-list__layout .fa-stripe-s:before {
    content: "\f42a"; }
  #editor .block-editor-block-list__layout .fa-stroopwafel:before {
    content: "\f551"; }
  #editor .block-editor-block-list__layout .fa-studiovinari:before {
    content: "\f3f8"; }
  #editor .block-editor-block-list__layout .fa-stumbleupon:before {
    content: "\f1a4"; }
  #editor .block-editor-block-list__layout .fa-stumbleupon-circle:before {
    content: "\f1a3"; }
  #editor .block-editor-block-list__layout .fa-subscript:before {
    content: "\f12c"; }
  #editor .block-editor-block-list__layout .fa-subway:before {
    content: "\f239"; }
  #editor .block-editor-block-list__layout .fa-suitcase:before {
    content: "\f0f2"; }
  #editor .block-editor-block-list__layout .fa-suitcase-rolling:before {
    content: "\f5c1"; }
  #editor .block-editor-block-list__layout .fa-sun:before {
    content: "\f185"; }
  #editor .block-editor-block-list__layout .fa-sun-cloud:before {
    content: "\f763"; }
  #editor .block-editor-block-list__layout .fa-sun-dust:before {
    content: "\f764"; }
  #editor .block-editor-block-list__layout .fa-sun-haze:before {
    content: "\f765"; }
  #editor .block-editor-block-list__layout .fa-sunrise:before {
    content: "\f766"; }
  #editor .block-editor-block-list__layout .fa-sunset:before {
    content: "\f767"; }
  #editor .block-editor-block-list__layout .fa-superpowers:before {
    content: "\f2dd"; }
  #editor .block-editor-block-list__layout .fa-superscript:before {
    content: "\f12b"; }
  #editor .block-editor-block-list__layout .fa-supple:before {
    content: "\f3f9"; }
  #editor .block-editor-block-list__layout .fa-surprise:before {
    content: "\f5c2"; }
  #editor .block-editor-block-list__layout .fa-suse:before {
    content: "\f7d6"; }
  #editor .block-editor-block-list__layout .fa-swatchbook:before {
    content: "\f5c3"; }
  #editor .block-editor-block-list__layout .fa-swimmer:before {
    content: "\f5c4"; }
  #editor .block-editor-block-list__layout .fa-swimming-pool:before {
    content: "\f5c5"; }
  #editor .block-editor-block-list__layout .fa-sword:before {
    content: "\f71c"; }
  #editor .block-editor-block-list__layout .fa-swords:before {
    content: "\f71d"; }
  #editor .block-editor-block-list__layout .fa-synagogue:before {
    content: "\f69b"; }
  #editor .block-editor-block-list__layout .fa-sync:before {
    content: "\f021"; }
  #editor .block-editor-block-list__layout .fa-sync-alt:before {
    content: "\f2f1"; }
  #editor .block-editor-block-list__layout .fa-syringe:before {
    content: "\f48e"; }
  #editor .block-editor-block-list__layout .fa-table:before {
    content: "\f0ce"; }
  #editor .block-editor-block-list__layout .fa-table-tennis:before {
    content: "\f45d"; }
  #editor .block-editor-block-list__layout .fa-tablet:before {
    content: "\f10a"; }
  #editor .block-editor-block-list__layout .fa-tablet-alt:before {
    content: "\f3fa"; }
  #editor .block-editor-block-list__layout .fa-tablet-android:before {
    content: "\f3fb"; }
  #editor .block-editor-block-list__layout .fa-tablet-android-alt:before {
    content: "\f3fc"; }
  #editor .block-editor-block-list__layout .fa-tablet-rugged:before {
    content: "\f48f"; }
  #editor .block-editor-block-list__layout .fa-tablets:before {
    content: "\f490"; }
  #editor .block-editor-block-list__layout .fa-tachometer:before {
    content: "\f0e4"; }
  #editor .block-editor-block-list__layout .fa-tachometer-alt:before {
    content: "\f3fd"; }
  #editor .block-editor-block-list__layout .fa-tachometer-alt-average:before {
    content: "\f624"; }
  #editor .block-editor-block-list__layout .fa-tachometer-alt-fast:before {
    content: "\f625"; }
  #editor .block-editor-block-list__layout .fa-tachometer-alt-fastest:before {
    content: "\f626"; }
  #editor .block-editor-block-list__layout .fa-tachometer-alt-slow:before {
    content: "\f627"; }
  #editor .block-editor-block-list__layout .fa-tachometer-alt-slowest:before {
    content: "\f628"; }
  #editor .block-editor-block-list__layout .fa-tachometer-average:before {
    content: "\f629"; }
  #editor .block-editor-block-list__layout .fa-tachometer-fast:before {
    content: "\f62a"; }
  #editor .block-editor-block-list__layout .fa-tachometer-fastest:before {
    content: "\f62b"; }
  #editor .block-editor-block-list__layout .fa-tachometer-slow:before {
    content: "\f62c"; }
  #editor .block-editor-block-list__layout .fa-tachometer-slowest:before {
    content: "\f62d"; }
  #editor .block-editor-block-list__layout .fa-tag:before {
    content: "\f02b"; }
  #editor .block-editor-block-list__layout .fa-tags:before {
    content: "\f02c"; }
  #editor .block-editor-block-list__layout .fa-tally:before {
    content: "\f69c"; }
  #editor .block-editor-block-list__layout .fa-tape:before {
    content: "\f4db"; }
  #editor .block-editor-block-list__layout .fa-tasks:before {
    content: "\f0ae"; }
  #editor .block-editor-block-list__layout .fa-taxi:before {
    content: "\f1ba"; }
  #editor .block-editor-block-list__layout .fa-teamspeak:before {
    content: "\f4f9"; }
  #editor .block-editor-block-list__layout .fa-teeth:before {
    content: "\f62e"; }
  #editor .block-editor-block-list__layout .fa-teeth-open:before {
    content: "\f62f"; }
  #editor .block-editor-block-list__layout .fa-telegram:before {
    content: "\f2c6"; }
  #editor .block-editor-block-list__layout .fa-telegram-plane:before {
    content: "\f3fe"; }
  #editor .block-editor-block-list__layout .fa-temperature-frigid:before {
    content: "\f768"; }
  #editor .block-editor-block-list__layout .fa-temperature-high:before {
    content: "\f769"; }
  #editor .block-editor-block-list__layout .fa-temperature-hot:before {
    content: "\f76a"; }
  #editor .block-editor-block-list__layout .fa-temperature-low:before {
    content: "\f76b"; }
  #editor .block-editor-block-list__layout .fa-tencent-weibo:before {
    content: "\f1d5"; }
  #editor .block-editor-block-list__layout .fa-tenge:before {
    content: "\f7d7"; }
  #editor .block-editor-block-list__layout .fa-tennis-ball:before {
    content: "\f45e"; }
  #editor .block-editor-block-list__layout .fa-terminal:before {
    content: "\f120"; }
  #editor .block-editor-block-list__layout .fa-text-height:before {
    content: "\f034"; }
  #editor .block-editor-block-list__layout .fa-text-width:before {
    content: "\f035"; }
  #editor .block-editor-block-list__layout .fa-th:before {
    content: "\f00a"; }
  #editor .block-editor-block-list__layout .fa-th-large:before {
    content: "\f009"; }
  #editor .block-editor-block-list__layout .fa-th-list:before {
    content: "\f00b"; }
  #editor .block-editor-block-list__layout .fa-the-red-yeti:before {
    content: "\f69d"; }
  #editor .block-editor-block-list__layout .fa-theater-masks:before {
    content: "\f630"; }
  #editor .block-editor-block-list__layout .fa-themeco:before {
    content: "\f5c6"; }
  #editor .block-editor-block-list__layout .fa-themeisle:before {
    content: "\f2b2"; }
  #editor .block-editor-block-list__layout .fa-thermometer:before {
    content: "\f491"; }
  #editor .block-editor-block-list__layout .fa-thermometer-empty:before {
    content: "\f2cb"; }
  #editor .block-editor-block-list__layout .fa-thermometer-full:before {
    content: "\f2c7"; }
  #editor .block-editor-block-list__layout .fa-thermometer-half:before {
    content: "\f2c9"; }
  #editor .block-editor-block-list__layout .fa-thermometer-quarter:before {
    content: "\f2ca"; }
  #editor .block-editor-block-list__layout .fa-thermometer-three-quarters:before {
    content: "\f2c8"; }
  #editor .block-editor-block-list__layout .fa-theta:before {
    content: "\f69e"; }
  #editor .block-editor-block-list__layout .fa-think-peaks:before {
    content: "\f731"; }
  #editor .block-editor-block-list__layout .fa-thumbs-down:before {
    content: "\f165"; }
  #editor .block-editor-block-list__layout .fa-thumbs-up:before {
    content: "\f164"; }
  #editor .block-editor-block-list__layout .fa-thumbtack:before {
    content: "\f08d"; }
  #editor .block-editor-block-list__layout .fa-thunderstorm:before {
    content: "\f76c"; }
  #editor .block-editor-block-list__layout .fa-thunderstorm-moon:before {
    content: "\f76d"; }
  #editor .block-editor-block-list__layout .fa-thunderstorm-sun:before {
    content: "\f76e"; }
  #editor .block-editor-block-list__layout .fa-ticket:before {
    content: "\f145"; }
  #editor .block-editor-block-list__layout .fa-ticket-alt:before {
    content: "\f3ff"; }
  #editor .block-editor-block-list__layout .fa-tilde:before {
    content: "\f69f"; }
  #editor .block-editor-block-list__layout .fa-times:before {
    content: "\f00d"; }
  #editor .block-editor-block-list__layout .fa-times-circle:before {
    content: "\f057"; }
  #editor .block-editor-block-list__layout .fa-times-hexagon:before {
    content: "\f2ee"; }
  #editor .block-editor-block-list__layout .fa-times-octagon:before {
    content: "\f2f0"; }
  #editor .block-editor-block-list__layout .fa-times-square:before {
    content: "\f2d3"; }
  #editor .block-editor-block-list__layout .fa-tint:before {
    content: "\f043"; }
  #editor .block-editor-block-list__layout .fa-tint-slash:before {
    content: "\f5c7"; }
  #editor .block-editor-block-list__layout .fa-tire:before {
    content: "\f631"; }
  #editor .block-editor-block-list__layout .fa-tire-flat:before {
    content: "\f632"; }
  #editor .block-editor-block-list__layout .fa-tire-pressure-warning:before {
    content: "\f633"; }
  #editor .block-editor-block-list__layout .fa-tire-rugged:before {
    content: "\f634"; }
  #editor .block-editor-block-list__layout .fa-tired:before {
    content: "\f5c8"; }
  #editor .block-editor-block-list__layout .fa-toggle-off:before {
    content: "\f204"; }
  #editor .block-editor-block-list__layout .fa-toggle-on:before {
    content: "\f205"; }
  #editor .block-editor-block-list__layout .fa-toilet:before {
    content: "\f7d8"; }
  #editor .block-editor-block-list__layout .fa-toilet-paper:before {
    content: "\f71e"; }
  #editor .block-editor-block-list__layout .fa-toilet-paper-alt:before {
    content: "\f71f"; }
  #editor .block-editor-block-list__layout .fa-tombstone:before {
    content: "\f720"; }
  #editor .block-editor-block-list__layout .fa-tombstone-alt:before {
    content: "\f721"; }
  #editor .block-editor-block-list__layout .fa-toolbox:before {
    content: "\f552"; }
  #editor .block-editor-block-list__layout .fa-tools:before {
    content: "\f7d9"; }
  #editor .block-editor-block-list__layout .fa-tooth:before {
    content: "\f5c9"; }
  #editor .block-editor-block-list__layout .fa-toothbrush:before {
    content: "\f635"; }
  #editor .block-editor-block-list__layout .fa-torah:before {
    content: "\f6a0"; }
  #editor .block-editor-block-list__layout .fa-torii-gate:before {
    content: "\f6a1"; }
  #editor .block-editor-block-list__layout .fa-tornado:before {
    content: "\f76f"; }
  #editor .block-editor-block-list__layout .fa-tractor:before {
    content: "\f722"; }
  #editor .block-editor-block-list__layout .fa-trade-federation:before {
    content: "\f513"; }
  #editor .block-editor-block-list__layout .fa-trademark:before {
    content: "\f25c"; }
  #editor .block-editor-block-list__layout .fa-traffic-cone:before {
    content: "\f636"; }
  #editor .block-editor-block-list__layout .fa-traffic-light:before {
    content: "\f637"; }
  #editor .block-editor-block-list__layout .fa-traffic-light-go:before {
    content: "\f638"; }
  #editor .block-editor-block-list__layout .fa-traffic-light-slow:before {
    content: "\f639"; }
  #editor .block-editor-block-list__layout .fa-traffic-light-stop:before {
    content: "\f63a"; }
  #editor .block-editor-block-list__layout .fa-train:before {
    content: "\f238"; }
  #editor .block-editor-block-list__layout .fa-tram:before {
    content: "\f7da"; }
  #editor .block-editor-block-list__layout .fa-transgender:before {
    content: "\f224"; }
  #editor .block-editor-block-list__layout .fa-transgender-alt:before {
    content: "\f225"; }
  #editor .block-editor-block-list__layout .fa-trash:before {
    content: "\f1f8"; }
  #editor .block-editor-block-list__layout .fa-trash-alt:before {
    content: "\f2ed"; }
  #editor .block-editor-block-list__layout .fa-treasure-chest:before {
    content: "\f723"; }
  #editor .block-editor-block-list__layout .fa-tree:before {
    content: "\f1bb"; }
  #editor .block-editor-block-list__layout .fa-tree-alt:before {
    content: "\f400"; }
  #editor .block-editor-block-list__layout .fa-tree-christmas:before {
    content: "\f7db"; }
  #editor .block-editor-block-list__layout .fa-tree-decorated:before {
    content: "\f7dc"; }
  #editor .block-editor-block-list__layout .fa-tree-large:before {
    content: "\f7dd"; }
  #editor .block-editor-block-list__layout .fa-trees:before {
    content: "\f724"; }
  #editor .block-editor-block-list__layout .fa-trello:before {
    content: "\f181"; }
  #editor .block-editor-block-list__layout .fa-triangle:before {
    content: "\f2ec"; }
  #editor .block-editor-block-list__layout .fa-tripadvisor:before {
    content: "\f262"; }
  #editor .block-editor-block-list__layout .fa-trophy:before {
    content: "\f091"; }
  #editor .block-editor-block-list__layout .fa-trophy-alt:before {
    content: "\f2eb"; }
  #editor .block-editor-block-list__layout .fa-truck:before {
    content: "\f0d1"; }
  #editor .block-editor-block-list__layout .fa-truck-container:before {
    content: "\f4dc"; }
  #editor .block-editor-block-list__layout .fa-truck-couch:before {
    content: "\f4dd"; }
  #editor .block-editor-block-list__layout .fa-truck-loading:before {
    content: "\f4de"; }
  #editor .block-editor-block-list__layout .fa-truck-monster:before {
    content: "\f63b"; }
  #editor .block-editor-block-list__layout .fa-truck-moving:before {
    content: "\f4df"; }
  #editor .block-editor-block-list__layout .fa-truck-pickup:before {
    content: "\f63c"; }
  #editor .block-editor-block-list__layout .fa-truck-plow:before {
    content: "\f7de"; }
  #editor .block-editor-block-list__layout .fa-truck-ramp:before {
    content: "\f4e0"; }
  #editor .block-editor-block-list__layout .fa-tshirt:before {
    content: "\f553"; }
  #editor .block-editor-block-list__layout .fa-tty:before {
    content: "\f1e4"; }
  #editor .block-editor-block-list__layout .fa-tumblr:before {
    content: "\f173"; }
  #editor .block-editor-block-list__layout .fa-tumblr-square:before {
    content: "\f174"; }
  #editor .block-editor-block-list__layout .fa-turkey:before {
    content: "\f725"; }
  #editor .block-editor-block-list__layout .fa-turtle:before {
    content: "\f726"; }
  #editor .block-editor-block-list__layout .fa-tv:before {
    content: "\f26c"; }
  #editor .block-editor-block-list__layout .fa-tv-retro:before {
    content: "\f401"; }
  #editor .block-editor-block-list__layout .fa-twitch:before {
    content: "\f1e8"; }
  #editor .block-editor-block-list__layout .fa-twitter:before {
    content: "\f099"; }
  #editor .block-editor-block-list__layout .fa-twitter-square:before {
    content: "\f081"; }
  #editor .block-editor-block-list__layout .fa-typo3:before {
    content: "\f42b"; }
  #editor .block-editor-block-list__layout .fa-uber:before {
    content: "\f402"; }
  #editor .block-editor-block-list__layout .fa-ubuntu:before {
    content: "\f7df"; }
  #editor .block-editor-block-list__layout .fa-uikit:before {
    content: "\f403"; }
  #editor .block-editor-block-list__layout .fa-umbrella:before {
    content: "\f0e9"; }
  #editor .block-editor-block-list__layout .fa-umbrella-beach:before {
    content: "\f5ca"; }
  #editor .block-editor-block-list__layout .fa-underline:before {
    content: "\f0cd"; }
  #editor .block-editor-block-list__layout .fa-undo:before {
    content: "\f0e2"; }
  #editor .block-editor-block-list__layout .fa-undo-alt:before {
    content: "\f2ea"; }
  #editor .block-editor-block-list__layout .fa-unicorn:before {
    content: "\f727"; }
  #editor .block-editor-block-list__layout .fa-union:before {
    content: "\f6a2"; }
  #editor .block-editor-block-list__layout .fa-uniregistry:before {
    content: "\f404"; }
  #editor .block-editor-block-list__layout .fa-universal-access:before {
    content: "\f29a"; }
  #editor .block-editor-block-list__layout .fa-university:before {
    content: "\f19c"; }
  #editor .block-editor-block-list__layout .fa-unlink:before {
    content: "\f127"; }
  #editor .block-editor-block-list__layout .fa-unlock:before {
    content: "\f09c"; }
  #editor .block-editor-block-list__layout .fa-unlock-alt:before {
    content: "\f13e"; }
  #editor .block-editor-block-list__layout .fa-untappd:before {
    content: "\f405"; }
  #editor .block-editor-block-list__layout .fa-upload:before {
    content: "\f093"; }
  #editor .block-editor-block-list__layout .fa-ups:before {
    content: "\f7e0"; }
  #editor .block-editor-block-list__layout .fa-usb:before {
    content: "\f287"; }
  #editor .block-editor-block-list__layout .fa-usd-circle:before {
    content: "\f2e8"; }
  #editor .block-editor-block-list__layout .fa-usd-square:before {
    content: "\f2e9"; }
  #editor .block-editor-block-list__layout .fa-user:before {
    content: "\f007"; }
  #editor .block-editor-block-list__layout .fa-user-alt:before {
    content: "\f406"; }
  #editor .block-editor-block-list__layout .fa-user-alt-slash:before {
    content: "\f4fa"; }
  #editor .block-editor-block-list__layout .fa-user-astronaut:before {
    content: "\f4fb"; }
  #editor .block-editor-block-list__layout .fa-user-chart:before {
    content: "\f6a3"; }
  #editor .block-editor-block-list__layout .fa-user-check:before {
    content: "\f4fc"; }
  #editor .block-editor-block-list__layout .fa-user-circle:before {
    content: "\f2bd"; }
  #editor .block-editor-block-list__layout .fa-user-clock:before {
    content: "\f4fd"; }
  #editor .block-editor-block-list__layout .fa-user-cog:before {
    content: "\f4fe"; }
  #editor .block-editor-block-list__layout .fa-user-crown:before {
    content: "\f6a4"; }
  #editor .block-editor-block-list__layout .fa-user-edit:before {
    content: "\f4ff"; }
  #editor .block-editor-block-list__layout .fa-user-friends:before {
    content: "\f500"; }
  #editor .block-editor-block-list__layout .fa-user-graduate:before {
    content: "\f501"; }
  #editor .block-editor-block-list__layout .fa-user-injured:before {
    content: "\f728"; }
  #editor .block-editor-block-list__layout .fa-user-lock:before {
    content: "\f502"; }
  #editor .block-editor-block-list__layout .fa-user-md:before {
    content: "\f0f0"; }
  #editor .block-editor-block-list__layout .fa-user-minus:before {
    content: "\f503"; }
  #editor .block-editor-block-list__layout .fa-user-ninja:before {
    content: "\f504"; }
  #editor .block-editor-block-list__layout .fa-user-plus:before {
    content: "\f234"; }
  #editor .block-editor-block-list__layout .fa-user-secret:before {
    content: "\f21b"; }
  #editor .block-editor-block-list__layout .fa-user-shield:before {
    content: "\f505"; }
  #editor .block-editor-block-list__layout .fa-user-slash:before {
    content: "\f506"; }
  #editor .block-editor-block-list__layout .fa-user-tag:before {
    content: "\f507"; }
  #editor .block-editor-block-list__layout .fa-user-tie:before {
    content: "\f508"; }
  #editor .block-editor-block-list__layout .fa-user-times:before {
    content: "\f235"; }
  #editor .block-editor-block-list__layout .fa-users:before {
    content: "\f0c0"; }
  #editor .block-editor-block-list__layout .fa-users-class:before {
    content: "\f63d"; }
  #editor .block-editor-block-list__layout .fa-users-cog:before {
    content: "\f509"; }
  #editor .block-editor-block-list__layout .fa-users-crown:before {
    content: "\f6a5"; }
  #editor .block-editor-block-list__layout .fa-usps:before {
    content: "\f7e1"; }
  #editor .block-editor-block-list__layout .fa-ussunnah:before {
    content: "\f407"; }
  #editor .block-editor-block-list__layout .fa-utensil-fork:before {
    content: "\f2e3"; }
  #editor .block-editor-block-list__layout .fa-utensil-knife:before {
    content: "\f2e4"; }
  #editor .block-editor-block-list__layout .fa-utensil-spoon:before {
    content: "\f2e5"; }
  #editor .block-editor-block-list__layout .fa-utensils:before {
    content: "\f2e7"; }
  #editor .block-editor-block-list__layout .fa-utensils-alt:before {
    content: "\f2e6"; }
  #editor .block-editor-block-list__layout .fa-vaadin:before {
    content: "\f408"; }
  #editor .block-editor-block-list__layout .fa-value-absolute:before {
    content: "\f6a6"; }
  #editor .block-editor-block-list__layout .fa-vector-square:before {
    content: "\f5cb"; }
  #editor .block-editor-block-list__layout .fa-venus:before {
    content: "\f221"; }
  #editor .block-editor-block-list__layout .fa-venus-double:before {
    content: "\f226"; }
  #editor .block-editor-block-list__layout .fa-venus-mars:before {
    content: "\f228"; }
  #editor .block-editor-block-list__layout .fa-viacoin:before {
    content: "\f237"; }
  #editor .block-editor-block-list__layout .fa-viadeo:before {
    content: "\f2a9"; }
  #editor .block-editor-block-list__layout .fa-viadeo-square:before {
    content: "\f2aa"; }
  #editor .block-editor-block-list__layout .fa-vial:before {
    content: "\f492"; }
  #editor .block-editor-block-list__layout .fa-vials:before {
    content: "\f493"; }
  #editor .block-editor-block-list__layout .fa-viber:before {
    content: "\f409"; }
  #editor .block-editor-block-list__layout .fa-video:before {
    content: "\f03d"; }
  #editor .block-editor-block-list__layout .fa-video-plus:before {
    content: "\f4e1"; }
  #editor .block-editor-block-list__layout .fa-video-slash:before {
    content: "\f4e2"; }
  #editor .block-editor-block-list__layout .fa-vihara:before {
    content: "\f6a7"; }
  #editor .block-editor-block-list__layout .fa-vimeo:before {
    content: "\f40a"; }
  #editor .block-editor-block-list__layout .fa-vimeo-square:before {
    content: "\f194"; }
  #editor .block-editor-block-list__layout .fa-vimeo-v:before {
    content: "\f27d"; }
  #editor .block-editor-block-list__layout .fa-vine:before {
    content: "\f1ca"; }
  #editor .block-editor-block-list__layout .fa-vk:before {
    content: "\f189"; }
  #editor .block-editor-block-list__layout .fa-vnv:before {
    content: "\f40b"; }
  #editor .block-editor-block-list__layout .fa-volcano:before {
    content: "\f770"; }
  #editor .block-editor-block-list__layout .fa-volleyball-ball:before {
    content: "\f45f"; }
  #editor .block-editor-block-list__layout .fa-volume:before {
    content: "\f6a8"; }
  #editor .block-editor-block-list__layout .fa-volume-down:before {
    content: "\f027"; }
  #editor .block-editor-block-list__layout .fa-volume-mute:before {
    content: "\f6a9"; }
  #editor .block-editor-block-list__layout .fa-volume-off:before {
    content: "\f026"; }
  #editor .block-editor-block-list__layout .fa-volume-slash:before {
    content: "\f2e2"; }
  #editor .block-editor-block-list__layout .fa-volume-up:before {
    content: "\f028"; }
  #editor .block-editor-block-list__layout .fa-vote-nay:before {
    content: "\f771"; }
  #editor .block-editor-block-list__layout .fa-vote-yea:before {
    content: "\f772"; }
  #editor .block-editor-block-list__layout .fa-vr-cardboard:before {
    content: "\f729"; }
  #editor .block-editor-block-list__layout .fa-vuejs:before {
    content: "\f41f"; }
  #editor .block-editor-block-list__layout .fa-walking:before {
    content: "\f554"; }
  #editor .block-editor-block-list__layout .fa-wallet:before {
    content: "\f555"; }
  #editor .block-editor-block-list__layout .fa-wand:before {
    content: "\f72a"; }
  #editor .block-editor-block-list__layout .fa-wand-magic:before {
    content: "\f72b"; }
  #editor .block-editor-block-list__layout .fa-warehouse:before {
    content: "\f494"; }
  #editor .block-editor-block-list__layout .fa-warehouse-alt:before {
    content: "\f495"; }
  #editor .block-editor-block-list__layout .fa-watch:before {
    content: "\f2e1"; }
  #editor .block-editor-block-list__layout .fa-watch-fitness:before {
    content: "\f63e"; }
  #editor .block-editor-block-list__layout .fa-water:before {
    content: "\f773"; }
  #editor .block-editor-block-list__layout .fa-water-lower:before {
    content: "\f774"; }
  #editor .block-editor-block-list__layout .fa-water-rise:before {
    content: "\f775"; }
  #editor .block-editor-block-list__layout .fa-weebly:before {
    content: "\f5cc"; }
  #editor .block-editor-block-list__layout .fa-weibo:before {
    content: "\f18a"; }
  #editor .block-editor-block-list__layout .fa-weight:before {
    content: "\f496"; }
  #editor .block-editor-block-list__layout .fa-weight-hanging:before {
    content: "\f5cd"; }
  #editor .block-editor-block-list__layout .fa-weixin:before {
    content: "\f1d7"; }
  #editor .block-editor-block-list__layout .fa-whale:before {
    content: "\f72c"; }
  #editor .block-editor-block-list__layout .fa-whatsapp:before {
    content: "\f232"; }
  #editor .block-editor-block-list__layout .fa-whatsapp-square:before {
    content: "\f40c"; }
  #editor .block-editor-block-list__layout .fa-wheat:before {
    content: "\f72d"; }
  #editor .block-editor-block-list__layout .fa-wheelchair:before {
    content: "\f193"; }
  #editor .block-editor-block-list__layout .fa-whistle:before {
    content: "\f460"; }
  #editor .block-editor-block-list__layout .fa-whmcs:before {
    content: "\f40d"; }
  #editor .block-editor-block-list__layout .fa-wifi:before {
    content: "\f1eb"; }
  #editor .block-editor-block-list__layout .fa-wifi-1:before {
    content: "\f6aa"; }
  #editor .block-editor-block-list__layout .fa-wifi-2:before {
    content: "\f6ab"; }
  #editor .block-editor-block-list__layout .fa-wifi-slash:before {
    content: "\f6ac"; }
  #editor .block-editor-block-list__layout .fa-wikipedia-w:before {
    content: "\f266"; }
  #editor .block-editor-block-list__layout .fa-wind:before {
    content: "\f72e"; }
  #editor .block-editor-block-list__layout .fa-wind-warning:before {
    content: "\f776"; }
  #editor .block-editor-block-list__layout .fa-window:before {
    content: "\f40e"; }
  #editor .block-editor-block-list__layout .fa-window-alt:before {
    content: "\f40f"; }
  #editor .block-editor-block-list__layout .fa-window-close:before {
    content: "\f410"; }
  #editor .block-editor-block-list__layout .fa-window-maximize:before {
    content: "\f2d0"; }
  #editor .block-editor-block-list__layout .fa-window-minimize:before {
    content: "\f2d1"; }
  #editor .block-editor-block-list__layout .fa-window-restore:before {
    content: "\f2d2"; }
  #editor .block-editor-block-list__layout .fa-windows:before {
    content: "\f17a"; }
  #editor .block-editor-block-list__layout .fa-windsock:before {
    content: "\f777"; }
  #editor .block-editor-block-list__layout .fa-wine-bottle:before {
    content: "\f72f"; }
  #editor .block-editor-block-list__layout .fa-wine-glass:before {
    content: "\f4e3"; }
  #editor .block-editor-block-list__layout .fa-wine-glass-alt:before {
    content: "\f5ce"; }
  #editor .block-editor-block-list__layout .fa-wix:before {
    content: "\f5cf"; }
  #editor .block-editor-block-list__layout .fa-wizards-of-the-coast:before {
    content: "\f730"; }
  #editor .block-editor-block-list__layout .fa-wolf-pack-battalion:before {
    content: "\f514"; }
  #editor .block-editor-block-list__layout .fa-won-sign:before {
    content: "\f159"; }
  #editor .block-editor-block-list__layout .fa-wordpress:before {
    content: "\f19a"; }
  #editor .block-editor-block-list__layout .fa-wordpress-simple:before {
    content: "\f411"; }
  #editor .block-editor-block-list__layout .fa-wpbeginner:before {
    content: "\f297"; }
  #editor .block-editor-block-list__layout .fa-wpexplorer:before {
    content: "\f2de"; }
  #editor .block-editor-block-list__layout .fa-wpforms:before {
    content: "\f298"; }
  #editor .block-editor-block-list__layout .fa-wpressr:before {
    content: "\f3e4"; }
  #editor .block-editor-block-list__layout .fa-wreath:before {
    content: "\f7e2"; }
  #editor .block-editor-block-list__layout .fa-wrench:before {
    content: "\f0ad"; }
  #editor .block-editor-block-list__layout .fa-x-ray:before {
    content: "\f497"; }
  #editor .block-editor-block-list__layout .fa-xbox:before {
    content: "\f412"; }
  #editor .block-editor-block-list__layout .fa-xing:before {
    content: "\f168"; }
  #editor .block-editor-block-list__layout .fa-xing-square:before {
    content: "\f169"; }
  #editor .block-editor-block-list__layout .fa-y-combinator:before {
    content: "\f23b"; }
  #editor .block-editor-block-list__layout .fa-yahoo:before {
    content: "\f19e"; }
  #editor .block-editor-block-list__layout .fa-yandex:before {
    content: "\f413"; }
  #editor .block-editor-block-list__layout .fa-yandex-international:before {
    content: "\f414"; }
  #editor .block-editor-block-list__layout .fa-yarn:before {
    content: "\f7e3"; }
  #editor .block-editor-block-list__layout .fa-yelp:before {
    content: "\f1e9"; }
  #editor .block-editor-block-list__layout .fa-yen-sign:before {
    content: "\f157"; }
  #editor .block-editor-block-list__layout .fa-yin-yang:before {
    content: "\f6ad"; }
  #editor .block-editor-block-list__layout .fa-yoast:before {
    content: "\f2b1"; }
  #editor .block-editor-block-list__layout .fa-youtube:before {
    content: "\f167"; }
  #editor .block-editor-block-list__layout .fa-youtube-square:before {
    content: "\f431"; }
  #editor .block-editor-block-list__layout .fa-zhihu:before {
    content: "\f63f"; }
  #editor .block-editor-block-list__layout .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  #editor .block-editor-block-list__layout .sr-only-focusable:active, #editor .block-editor-block-list__layout .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

@font-face {
  #editor .block-editor-block-list__layout {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/font-awesome/fa-brands-400.eot");
    src: url("../fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-brands-400.woff") format("woff"), url("../fonts/font-awesome/fa-brands-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg"); } }
  #editor .block-editor-block-list__layout .fab {
    font-family: 'Font Awesome 5 Brands'; }

@font-face {
  #editor .block-editor-block-list__layout {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/font-awesome/fa-light-300.eot");
    src: url("../fonts/font-awesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-light-300.woff2") format("woff2"), url("../fonts/font-awesome/fa-light-300.woff") format("woff"), url("../fonts/font-awesome/fa-light-300.ttf") format("truetype"), url("../fonts/font-awesome/fa-light-300.svg#fontawesome") format("svg"); } }
  #editor .block-editor-block-list__layout .fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300; }

@font-face {
  #editor .block-editor-block-list__layout {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/font-awesome/fa-regular-400.eot");
    src: url("../fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("../fonts/font-awesome/fa-regular-400.woff") format("woff"), url("../fonts/font-awesome/fa-regular-400.ttf") format("truetype"), url("../fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg"); } }
  #editor .block-editor-block-list__layout .far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400; }

@font-face {
  #editor .block-editor-block-list__layout {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/font-awesome/fa-solid-900.eot");
    src: url("../fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("../fonts/font-awesome/fa-solid-900.woff") format("woff"), url("../fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("../fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg"); } }
  #editor .block-editor-block-list__layout .fa,
  #editor .block-editor-block-list__layout .fas {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900; }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gfield.gfield--width-full.gform-col-6 {
      grid-column: span 6; } }
  #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer {
    text-align: right;
    padding-bottom: 0; }
    #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
      padding-right: 5rem;
      margin-bottom: 0; }
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=color],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=date],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime-local],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=datetime],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=email],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=month],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=number],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=password],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=search],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=tel],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=text],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=time],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=url],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme input[type=week],
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme textarea {
    border-width: 1px; }
  #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme select {
    border-width: 1px; }
  #editor .block-editor-block-list__layout .daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 278px;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    font-family: arial;
    font-size: 15px;
    line-height: 1em; }
  #editor .block-editor-block-list__layout .daterangepicker:before, #editor .block-editor-block-list__layout .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  #editor .block-editor-block-list__layout .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  #editor .block-editor-block-list__layout .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  #editor .block-editor-block-list__layout .daterangepicker.opensleft:before {
    right: 9px; }
  #editor .block-editor-block-list__layout .daterangepicker.opensleft:after {
    right: 10px; }
  #editor .block-editor-block-list__layout .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  #editor .block-editor-block-list__layout .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  #editor .block-editor-block-list__layout .daterangepicker.opensright:before {
    left: 9px; }
  #editor .block-editor-block-list__layout .daterangepicker.opensright:after {
    left: 10px; }
  #editor .block-editor-block-list__layout .daterangepicker.drop-up {
    margin-top: -7px; }
  #editor .block-editor-block-list__layout .daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc; }
  #editor .block-editor-block-list__layout .daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff; }
  #editor .block-editor-block-list__layout .daterangepicker.single .daterangepicker .ranges, #editor .block-editor-block-list__layout .daterangepicker.single .drp-calendar {
    float: none; }
  #editor .block-editor-block-list__layout .daterangepicker.single .drp-selected {
    display: none; }
  #editor .block-editor-block-list__layout .daterangepicker.show-calendar .drp-calendar {
    display: block; }
  #editor .block-editor-block-list__layout .daterangepicker.show-calendar .drp-buttons {
    display: block; }
  #editor .block-editor-block-list__layout .daterangepicker.auto-apply .drp-buttons {
    display: none; }
  #editor .block-editor-block-list__layout .daterangepicker .drp-calendar {
    display: none;
    max-width: 270px; }
  #editor .block-editor-block-list__layout .daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px; }
  #editor .block-editor-block-list__layout .daterangepicker .drp-calendar.right {
    padding: 8px; }
  #editor .block-editor-block-list__layout .daterangepicker .drp-calendar.single .calendar-table {
    border: none; }
  #editor .block-editor-block-list__layout .daterangepicker .calendar-table .next span, #editor .block-editor-block-list__layout .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid black;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px; }
  #editor .block-editor-block-list__layout .daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  #editor .block-editor-block-list__layout .daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
  #editor .block-editor-block-list__layout .daterangepicker .calendar-table th, #editor .block-editor-block-list__layout .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
  #editor .block-editor-block-list__layout .daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff; }
  #editor .block-editor-block-list__layout .daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse; }
  #editor .block-editor-block-list__layout .daterangepicker td.available:hover, #editor .block-editor-block-list__layout .daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit; }
  #editor .block-editor-block-list__layout .daterangepicker td.week, #editor .block-editor-block-list__layout .daterangepicker th.week {
    font-size: 80%;
    color: #ccc; }
  #editor .block-editor-block-list__layout .daterangepicker td.off, #editor .block-editor-block-list__layout .daterangepicker td.off.in-range, #editor .block-editor-block-list__layout .daterangepicker td.off.start-date, #editor .block-editor-block-list__layout .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  #editor .block-editor-block-list__layout .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  #editor .block-editor-block-list__layout .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  #editor .block-editor-block-list__layout .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  #editor .block-editor-block-list__layout .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  #editor .block-editor-block-list__layout .daterangepicker td.active, #editor .block-editor-block-list__layout .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  #editor .block-editor-block-list__layout .daterangepicker th.month {
    width: auto; }
  #editor .block-editor-block-list__layout .daterangepicker td.disabled, #editor .block-editor-block-list__layout .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  #editor .block-editor-block-list__layout .daterangepicker select.monthselect, #editor .block-editor-block-list__layout .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  #editor .block-editor-block-list__layout .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  #editor .block-editor-block-list__layout .daterangepicker select.yearselect {
    width: 40%; }
  #editor .block-editor-block-list__layout .daterangepicker select.hourselect, #editor .block-editor-block-list__layout .daterangepicker select.minuteselect, #editor .block-editor-block-list__layout .daterangepicker select.secondselect, #editor .block-editor-block-list__layout .daterangepicker select.ampmselect {
    width: 50px;
    margin: 0 auto;
    background: #eee;
    border: 1px solid #eee;
    padding: 2px;
    outline: 0;
    font-size: 12px; }
  #editor .block-editor-block-list__layout .daterangepicker .calendar-time {
    text-align: center;
    margin: 4px auto 0 auto;
    line-height: 30px;
    position: relative; }
  #editor .block-editor-block-list__layout .daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed; }
  #editor .block-editor-block-list__layout .daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle; }
  #editor .block-editor-block-list__layout .daterangepicker .drp-selected {
    display: inline-block;
    font-size: 12px;
    padding-right: 8px; }
  #editor .block-editor-block-list__layout .daterangepicker .drp-buttons .btn, #editor .block-editor-block-list__layout .daterangepicker .drp-buttons body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .daterangepicker .drp-buttons input[type="submit"] {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px; }
  #editor .block-editor-block-list__layout .daterangepicker.show-ranges .drp-calendar.left {
    border-left: 1px solid #ddd; }
  #editor .block-editor-block-list__layout .daterangepicker .ranges {
    float: none;
    text-align: left;
    margin: 0; }
  #editor .block-editor-block-list__layout .daterangepicker.show-calendar .ranges {
    margin-top: 8px; }
  #editor .block-editor-block-list__layout .daterangepicker .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  #editor .block-editor-block-list__layout .daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer; }
  #editor .block-editor-block-list__layout .daterangepicker .ranges li:hover {
    background-color: #eee; }
  #editor .block-editor-block-list__layout .daterangepicker .ranges li.active {
    background-color: #08c;
    color: #fff; }
  @media (min-width: 564px) {
    #editor .block-editor-block-list__layout .daterangepicker {
      width: auto; }
    #editor .block-editor-block-list__layout .daterangepicker .ranges ul {
      width: 140px; }
    #editor .block-editor-block-list__layout .daterangepicker.single .ranges ul {
      width: 100%; }
    #editor .block-editor-block-list__layout .daterangepicker.single .drp-calendar.left {
      clear: none; }
    #editor .block-editor-block-list__layout .daterangepicker.single.ltr .ranges, #editor .block-editor-block-list__layout .daterangepicker.single.ltr .drp-calendar {
      float: left; }
    #editor .block-editor-block-list__layout .daterangepicker.single.rtl .ranges, #editor .block-editor-block-list__layout .daterangepicker.single.rtl .drp-calendar {
      float: right; }
    #editor .block-editor-block-list__layout .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
    #editor .block-editor-block-list__layout .daterangepicker.ltr .drp-calendar.left {
      clear: left;
      margin-right: 0; }
    #editor .block-editor-block-list__layout .daterangepicker.ltr .drp-calendar.left .calendar-table {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    #editor .block-editor-block-list__layout .daterangepicker.ltr .drp-calendar.right {
      margin-left: 0; }
    #editor .block-editor-block-list__layout .daterangepicker.ltr .drp-calendar.right .calendar-table {
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    #editor .block-editor-block-list__layout .daterangepicker.ltr .drp-calendar.left .calendar-table {
      padding-right: 8px; }
    #editor .block-editor-block-list__layout .daterangepicker.ltr .ranges, #editor .block-editor-block-list__layout .daterangepicker.ltr .drp-calendar {
      float: left; }
    #editor .block-editor-block-list__layout .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
    #editor .block-editor-block-list__layout .daterangepicker.rtl .drp-calendar.left {
      clear: right;
      margin-left: 0; }
    #editor .block-editor-block-list__layout .daterangepicker.rtl .drp-calendar.left .calendar-table {
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    #editor .block-editor-block-list__layout .daterangepicker.rtl .drp-calendar.right {
      margin-right: 0; }
    #editor .block-editor-block-list__layout .daterangepicker.rtl .drp-calendar.right .calendar-table {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    #editor .block-editor-block-list__layout .daterangepicker.rtl .drp-calendar.left .calendar-table {
      padding-left: 12px; }
    #editor .block-editor-block-list__layout .daterangepicker.rtl .ranges, #editor .block-editor-block-list__layout .daterangepicker.rtl .drp-calendar {
      text-align: right;
      float: right; } }
  @media (min-width: 730px) {
    #editor .block-editor-block-list__layout .daterangepicker .ranges {
      width: auto; }
    #editor .block-editor-block-list__layout .daterangepicker.ltr .ranges {
      float: left; }
    #editor .block-editor-block-list__layout .daterangepicker.rtl .ranges {
      float: right; }
    #editor .block-editor-block-list__layout .daterangepicker .drp-calendar.left {
      clear: none !important; } }
  #editor .block-editor-block-list__layout .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  #editor .block-editor-block-list__layout .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    #editor .block-editor-block-list__layout .slick-list:focus {
      outline: none; }
    #editor .block-editor-block-list__layout .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  #editor .block-editor-block-list__layout .slick-slider .slick-track,
  #editor .block-editor-block-list__layout .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #editor .block-editor-block-list__layout .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    #editor .block-editor-block-list__layout .slick-track:before, #editor .block-editor-block-list__layout .slick-track:after {
      content: "";
      display: table; }
    #editor .block-editor-block-list__layout .slick-track:after {
      clear: both; }
    .slick-loading #editor .block-editor-block-list__layout .slick-track {
      visibility: hidden; }
  #editor .block-editor-block-list__layout .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
    [dir="rtl"] #editor .block-editor-block-list__layout .slick-slide {
      float: right; }
    #editor .block-editor-block-list__layout .slick-slide img {
      display: block; }
    #editor .block-editor-block-list__layout .slick-slide.slick-loading img {
      display: none; }
    #editor .block-editor-block-list__layout .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized #editor .block-editor-block-list__layout .slick-slide {
      display: block; }
    .slick-loading #editor .block-editor-block-list__layout .slick-slide {
      visibility: hidden; }
    .slick-vertical #editor .block-editor-block-list__layout .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  #editor .block-editor-block-list__layout .slick-arrow.slick-hidden {
    display: none; }

@font-face {
  #editor .block-editor-block-list__layout {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal; } }
  #editor .block-editor-block-list__layout .slick-prev,
  #editor .block-editor-block-list__layout .slick-next {
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none; }
    #editor .block-editor-block-list__layout .slick-prev:hover, #editor .block-editor-block-list__layout .slick-prev:focus,
    #editor .block-editor-block-list__layout .slick-next:hover,
    #editor .block-editor-block-list__layout .slick-next:focus {
      outline: none;
      background: transparent;
      color: transparent; }
      #editor .block-editor-block-list__layout .slick-prev:hover:before, #editor .block-editor-block-list__layout .slick-prev:focus:before,
      #editor .block-editor-block-list__layout .slick-next:hover:before,
      #editor .block-editor-block-list__layout .slick-next:focus:before {
        opacity: 1; }
    #editor .block-editor-block-list__layout .slick-prev.slick-disabled:before,
    #editor .block-editor-block-list__layout .slick-next.slick-disabled:before {
      opacity: 0.25; }
  #editor .block-editor-block-list__layout .slick-prev {
    left: -0; }
    [dir="rtl"] #editor .block-editor-block-list__layout .slick-prev {
      left: auto;
      right: -0; }
    #editor .block-editor-block-list__layout .slick-prev:before {
      content: "←"; }
      [dir="rtl"] #editor .block-editor-block-list__layout .slick-prev:before {
        content: "→"; }
  #editor .block-editor-block-list__layout .slick-next {
    right: -0; }
    [dir="rtl"] #editor .block-editor-block-list__layout .slick-next {
      left: -0;
      right: auto; }
    #editor .block-editor-block-list__layout .slick-next:before {
      content: "→"; }
      [dir="rtl"] #editor .block-editor-block-list__layout .slick-next:before {
        content: "←"; }
  #editor .block-editor-block-list__layout .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  #editor .block-editor-block-list__layout .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0; }
    #editor .block-editor-block-list__layout .slick-dots li {
      position: relative;
      display: inline-block;
      height: 1.5rem;
      width: 1.5rem;
      margin: 0 0.25rem;
      padding: 0;
      cursor: pointer; }
      #editor .block-editor-block-list__layout .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 1.5rem;
        width: 1.5rem;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 0.25rem;
        cursor: pointer; }
        #editor .block-editor-block-list__layout .slick-dots li button:hover, #editor .block-editor-block-list__layout .slick-dots li button:focus {
          outline: none; }
          #editor .block-editor-block-list__layout .slick-dots li button:hover:before, #editor .block-editor-block-list__layout .slick-dots li button:focus:before {
            opacity: 1; }
        #editor .block-editor-block-list__layout .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 1.5rem;
          height: 1.5rem;
          font-family: "slick";
          font-size: 6px;
          line-height: 1.5rem;
          text-align: center;
          color: #007FA3;
          opacity: 0.25;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      #editor .block-editor-block-list__layout .slick-dots li.slick-active button:before {
        color: #007FA3;
        opacity: 0.75; }
  #editor .block-editor-block-list__layout .yoast-breadcrumbs {
    padding: 1rem 0 0;
    font-size: 0.9375rem; }
    #editor .block-editor-block-list__layout .yoast-breadcrumbs a {
      color: #002633;
      display: inline-block;
      margin-right: 0.25rem; }
    #editor .block-editor-block-list__layout .yoast-breadcrumbs .breadcrumb_last {
      display: inline-block;
      margin-left: 0.125rem;
      font-weight: 700; }
  #editor .block-editor-block-list__layout .alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0; }
  #editor .block-editor-block-list__layout .alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em; }
  #editor .block-editor-block-list__layout .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em; }
  #editor .block-editor-block-list__layout blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }
  #editor .block-editor-block-list__layout blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }
  #editor .block-editor-block-list__layout blockquote.aligncenter {
    margin-bottom: 1.473684211em; }
  #editor .block-editor-block-list__layout .clear:before,
  #editor .block-editor-block-list__layout .clear:after,
  #editor .block-editor-block-list__layout blockquote:before,
  #editor .block-editor-block-list__layout blockquote:after,
  #editor .block-editor-block-list__layout .entry-content:before,
  #editor .block-editor-block-list__layout .entry-content:after,
  #editor .block-editor-block-list__layout .entry-summary:before,
  #editor .block-editor-block-list__layout .entry-summary:after,
  #editor .block-editor-block-list__layout .comment-content:before,
  #editor .block-editor-block-list__layout .comment-content:after,
  #editor .block-editor-block-list__layout .site-content:before,
  #editor .block-editor-block-list__layout .site-content:after,
  #editor .block-editor-block-list__layout .site-main > article:before,
  #editor .block-editor-block-list__layout .site-main > article:after,
  #editor .block-editor-block-list__layout .primary-menu:before,
  #editor .block-editor-block-list__layout .primary-menu:after,
  #editor .block-editor-block-list__layout .social-links-menu:before,
  #editor .block-editor-block-list__layout .social-links-menu:after,
  #editor .block-editor-block-list__layout .textwidget:before,
  #editor .block-editor-block-list__layout .textwidget:after,
  #editor .block-editor-block-list__layout .content-bottom-widgets:before,
  #editor .block-editor-block-list__layout .content-bottom-widgets:after {
    content: "";
    display: table; }
  #editor .block-editor-block-list__layout .site .avatar {
    border-radius: 50%; }
  #editor .block-editor-block-list__layout .entry-content .wp-smiley,
  #editor .block-editor-block-list__layout .entry-summary .wp-smiley,
  #editor .block-editor-block-list__layout .comment-content .wp-smiley,
  #editor .block-editor-block-list__layout .textwidget .wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0; }
  #editor .block-editor-block-list__layout .entry-content a img,
  #editor .block-editor-block-list__layout .entry-summary a img,
  #editor .block-editor-block-list__layout .comment-content a img,
  #editor .block-editor-block-list__layout .textwidget a img {
    display: block; }
  #editor .block-editor-block-list__layout embed,
  #editor .block-editor-block-list__layout iframe,
  #editor .block-editor-block-list__layout object,
  #editor .block-editor-block-list__layout video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle; }
  #editor .block-editor-block-list__layout p > embed,
  #editor .block-editor-block-list__layout p > iframe,
  #editor .block-editor-block-list__layout p > object,
  #editor .block-editor-block-list__layout p > video {
    margin-bottom: 0; }
  #editor .block-editor-block-list__layout .entry-content .wp-audio-shortcode a,
  #editor .block-editor-block-list__layout .entry-content .wp-playlist a {
    box-shadow: none; }
  #editor .block-editor-block-list__layout .wp-audio-shortcode,
  #editor .block-editor-block-list__layout .wp-video,
  #editor .block-editor-block-list__layout .wp-playlist.wp-audio-playlist {
    margin-top: 0;
    margin-bottom: 1.75em; }
  #editor .block-editor-block-list__layout .wp-playlist.wp-audio-playlist {
    padding-bottom: 0; }
  #editor .block-editor-block-list__layout .wp-playlist .wp-playlist-tracks {
    margin-top: 0; }
  #editor .block-editor-block-list__layout .wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 0.7142857143em 0; }
  #editor .block-editor-block-list__layout .wp-playlist-item .wp-playlist-item-length {
    top: 0.7142857143em; }
  #editor .block-editor-block-list__layout .wp-caption {
    margin-bottom: 1.75em;
    max-width: 100%; }
  #editor .block-editor-block-list__layout .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0; }
  #editor .block-editor-block-list__layout .wp-caption .wp-caption-text {
    font-size: 0.75em;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em; }
  #editor .block-editor-block-list__layout .gallery {
    margin: 0 -1.1666667% 1.75em; }
  #editor .block-editor-block-list__layout .gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%; }
  #editor .block-editor-block-list__layout .gallery-columns-1 .gallery-item {
    max-width: 100%; }
  #editor .block-editor-block-list__layout .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  #editor .block-editor-block-list__layout .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  #editor .block-editor-block-list__layout .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  #editor .block-editor-block-list__layout .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  #editor .block-editor-block-list__layout .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  #editor .block-editor-block-list__layout .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  #editor .block-editor-block-list__layout .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  #editor .block-editor-block-list__layout .gallery-icon img {
    margin: 0 auto; }
  #editor .block-editor-block-list__layout .gallery-caption {
    color: #686868;
    display: block;
    font-size: 0.75em;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em; }
  #editor .block-editor-block-list__layout .gallery-columns-6 .gallery-caption,
  #editor .block-editor-block-list__layout .gallery-columns-7 .gallery-caption,
  #editor .block-editor-block-list__layout .gallery-columns-8 .gallery-caption,
  #editor .block-editor-block-list__layout .gallery-columns-9 .gallery-caption {
    display: none; }
  #editor .block-editor-block-list__layout img[class*="wp-image"] {
    max-width: 100%;
    height: auto; }
  #editor .block-editor-block-list__layout .text-elf-blue {
    color: #007FA3; }
  #editor .block-editor-block-list__layout .text-elf-ink {
    color: #002633; }
  #editor .block-editor-block-list__layout .text-blue {
    color: #42B3FD; }
  #editor .block-editor-block-list__layout .text-purple {
    color: #9653E0; }
  #editor .block-editor-block-list__layout .text-pink {
    color: #FC6B7B; }
  #editor .block-editor-block-list__layout .text-red {
    color: #dc3545; }
  #editor .block-editor-block-list__layout .text-orange {
    color: #F46407; }
  #editor .block-editor-block-list__layout .text-biscuit {
    color: #C99E67; }
  #editor .block-editor-block-list__layout .text-yellow {
    color: #ffc107; }
  #editor .block-editor-block-list__layout .text-teal {
    color: #1EAAA4; }
  #editor .block-editor-block-list__layout .text-white {
    color: #fff; }
  #editor .block-editor-block-list__layout .text-gray {
    color: #6c757d; }
  #editor .block-editor-block-list__layout .text-gray-dark {
    color: #343a40; }
  #editor .block-editor-block-list__layout .bg-elf-blue {
    background-color: #007FA3; }
  #editor .block-editor-block-list__layout .bg-elf-ink {
    background-color: #002633; }
  #editor .block-editor-block-list__layout .bg-blue {
    background-color: #42B3FD; }
  #editor .block-editor-block-list__layout .bg-purple {
    background-color: #9653E0; }
  #editor .block-editor-block-list__layout .bg-pink {
    background-color: #FC6B7B; }
  #editor .block-editor-block-list__layout .bg-red {
    background-color: #dc3545; }
  #editor .block-editor-block-list__layout .bg-orange {
    background-color: #F46407; }
  #editor .block-editor-block-list__layout .bg-biscuit {
    background-color: #C99E67; }
  #editor .block-editor-block-list__layout .bg-yellow {
    background-color: #ffc107; }
  #editor .block-editor-block-list__layout .bg-teal {
    background-color: #1EAAA4; }
  #editor .block-editor-block-list__layout .bg-white {
    background-color: #fff; }
  #editor .block-editor-block-list__layout .bg-gray {
    background-color: #6c757d; }
  #editor .block-editor-block-list__layout .bg-gray-dark {
    background-color: #343a40; }
  #editor .block-editor-block-list__layout body, #editor .block-editor-block-list__layout html {
    min-height: 100%; }
  #editor .block-editor-block-list__layout body {
    overflow-x: hidden; }
    #editor .block-editor-block-list__layout body > .container, #editor .block-editor-block-list__layout body > .elf__block {
      position: relative;
      z-index: 10; }
  #editor .block-editor-block-list__layout .acf-map {
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
    @media (min-width: 576px) {
      #editor .block-editor-block-list__layout .acf-map {
        padding-bottom: 75%; } }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .acf-map {
        padding-bottom: 50%; } }
  #editor .block-editor-block-list__layout .embed-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.5%;
    position: relative;
    margin-bottom: 2rem; }
    #editor .block-editor-block-list__layout .embed-container iframe {
      position: absolute;
      height: 100% !important;
      width: 100% !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  #editor .block-editor-block-list__layout .btn-elf-blue {
    color: #fff;
    background-color: #007FA3;
    background-image: var(--wiaw-bs-gradient);
    border-color: #007FA3; }
    #editor .block-editor-block-list__layout .btn-elf-blue:hover {
      color: #fff;
      background-color: #006c8b;
      background-image: var(--wiaw-bs-gradient);
      border-color: #006682; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-elf-blue, #editor .block-editor-block-list__layout .btn-elf-blue:focus {
      color: #fff;
      background-color: #006c8b;
      background-image: var(--wiaw-bs-gradient);
      border-color: #006682;
      box-shadow: 0 0 0 0.25rem rgba(38, 146, 177, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-elf-blue,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-elf-blue, #editor .block-editor-block-list__layout .btn-elf-blue:active, #editor .block-editor-block-list__layout .btn-elf-blue.active,
    .show > #editor .block-editor-block-list__layout .btn-elf-blue.dropdown-toggle {
      color: #fff;
      background-color: #006682;
      background-image: none;
      border-color: #005f7a; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-elf-blue:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-elf-blue:focus, #editor .block-editor-block-list__layout .btn-elf-blue:active:focus, #editor .block-editor-block-list__layout .btn-elf-blue.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-elf-blue.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(38, 146, 177, 0.5); }
    #editor .block-editor-block-list__layout .btn-elf-blue:disabled, #editor .block-editor-block-list__layout .btn-elf-blue.disabled {
      color: #fff;
      background-color: #007FA3;
      background-image: none;
      border-color: #007FA3; }
  #editor .block-editor-block-list__layout .btn-elf-ink, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
    color: #fff;
    background-color: #002633;
    background-image: var(--wiaw-bs-gradient);
    border-color: #002633; }
    #editor .block-editor-block-list__layout .btn-elf-ink:hover, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input:hover[type="submit"] {
      color: #fff;
      background-color: #00202b;
      background-image: var(--wiaw-bs-gradient);
      border-color: #001e29; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-elf-ink, .btn-check:focus + #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout .btn-elf-ink:focus, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input:focus[type="submit"] {
      color: #fff;
      background-color: #00202b;
      background-image: var(--wiaw-bs-gradient);
      border-color: #001e29;
      box-shadow: 0 0 0 0.25rem rgba(38, 71, 82, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-elf-ink, .btn-check:checked + #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input[type="submit"],
    .btn-check:active + #editor .block-editor-block-list__layout .btn-elf-ink,
    .btn-check:active + #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout .btn-elf-ink:active, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input:active[type="submit"], #editor .block-editor-block-list__layout .btn-elf-ink.active, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.active[type="submit"],
    .show > #editor .block-editor-block-list__layout .btn-elf-ink.dropdown-toggle,
    .show > #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.dropdown-toggle[type="submit"] {
      color: #fff;
      background-color: #001e29;
      background-image: none;
      border-color: #001d26; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-elf-ink:focus, .btn-check:checked + #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input:focus[type="submit"],
      .btn-check:active + #editor .block-editor-block-list__layout .btn-elf-ink:focus,
      .btn-check:active + #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input:focus[type="submit"], #editor .block-editor-block-list__layout .btn-elf-ink:active:focus, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input:active:focus[type="submit"], #editor .block-editor-block-list__layout .btn-elf-ink.active:focus, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.active:focus[type="submit"],
      .show > #editor .block-editor-block-list__layout .btn-elf-ink.dropdown-toggle:focus,
      .show > #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.dropdown-toggle:focus[type="submit"] {
        box-shadow: 0 0 0 0.25rem rgba(38, 71, 82, 0.5); }
    #editor .block-editor-block-list__layout .btn-elf-ink:disabled, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input:disabled[type="submit"], #editor .block-editor-block-list__layout .btn-elf-ink.disabled, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.disabled[type="submit"] {
      color: #fff;
      background-color: #002633;
      background-image: none;
      border-color: #002633; }
  #editor .block-editor-block-list__layout .btn-blue {
    color: #000;
    background-color: #42B3FD;
    background-image: var(--wiaw-bs-gradient);
    border-color: #42B3FD; }
    #editor .block-editor-block-list__layout .btn-blue:hover {
      color: #000;
      background-color: #5ebefd;
      background-image: var(--wiaw-bs-gradient);
      border-color: #55bbfd; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-blue, #editor .block-editor-block-list__layout .btn-blue:focus {
      color: #000;
      background-color: #5ebefd;
      background-image: var(--wiaw-bs-gradient);
      border-color: #55bbfd;
      box-shadow: 0 0 0 0.25rem rgba(56, 152, 215, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-blue,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-blue, #editor .block-editor-block-list__layout .btn-blue:active, #editor .block-editor-block-list__layout .btn-blue.active,
    .show > #editor .block-editor-block-list__layout .btn-blue.dropdown-toggle {
      color: #000;
      background-color: #68c2fd;
      background-image: none;
      border-color: #55bbfd; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-blue:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-blue:focus, #editor .block-editor-block-list__layout .btn-blue:active:focus, #editor .block-editor-block-list__layout .btn-blue.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-blue.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(56, 152, 215, 0.5); }
    #editor .block-editor-block-list__layout .btn-blue:disabled, #editor .block-editor-block-list__layout .btn-blue.disabled {
      color: #000;
      background-color: #42B3FD;
      background-image: none;
      border-color: #42B3FD; }
  #editor .block-editor-block-list__layout .btn-purple {
    color: #fff;
    background-color: #9653E0;
    background-image: var(--wiaw-bs-gradient);
    border-color: #9653E0; }
    #editor .block-editor-block-list__layout .btn-purple:hover {
      color: #fff;
      background-color: #8047be;
      background-image: var(--wiaw-bs-gradient);
      border-color: #7842b3; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-purple, #editor .block-editor-block-list__layout .btn-purple:focus {
      color: #fff;
      background-color: #8047be;
      background-image: var(--wiaw-bs-gradient);
      border-color: #7842b3;
      box-shadow: 0 0 0 0.25rem rgba(166, 109, 229, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-purple,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-purple, #editor .block-editor-block-list__layout .btn-purple:active, #editor .block-editor-block-list__layout .btn-purple.active,
    .show > #editor .block-editor-block-list__layout .btn-purple.dropdown-toggle {
      color: #fff;
      background-color: #7842b3;
      background-image: none;
      border-color: #713ea8; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-purple:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-purple:focus, #editor .block-editor-block-list__layout .btn-purple:active:focus, #editor .block-editor-block-list__layout .btn-purple.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-purple.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(166, 109, 229, 0.5); }
    #editor .block-editor-block-list__layout .btn-purple:disabled, #editor .block-editor-block-list__layout .btn-purple.disabled {
      color: #fff;
      background-color: #9653E0;
      background-image: none;
      border-color: #9653E0; }
  #editor .block-editor-block-list__layout .btn-pink {
    color: #000;
    background-color: #FC6B7B;
    background-image: var(--wiaw-bs-gradient);
    border-color: #FC6B7B; }
    #editor .block-editor-block-list__layout .btn-pink:hover {
      color: #000;
      background-color: #fc818f;
      background-image: var(--wiaw-bs-gradient);
      border-color: #fc7a88; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-pink, #editor .block-editor-block-list__layout .btn-pink:focus {
      color: #000;
      background-color: #fc818f;
      background-image: var(--wiaw-bs-gradient);
      border-color: #fc7a88;
      box-shadow: 0 0 0 0.25rem rgba(214, 91, 105, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-pink,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-pink, #editor .block-editor-block-list__layout .btn-pink:active, #editor .block-editor-block-list__layout .btn-pink.active,
    .show > #editor .block-editor-block-list__layout .btn-pink.dropdown-toggle {
      color: #000;
      background-color: #fd8995;
      background-image: none;
      border-color: #fc7a88; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-pink:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-pink:focus, #editor .block-editor-block-list__layout .btn-pink:active:focus, #editor .block-editor-block-list__layout .btn-pink.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-pink.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(214, 91, 105, 0.5); }
    #editor .block-editor-block-list__layout .btn-pink:disabled, #editor .block-editor-block-list__layout .btn-pink.disabled {
      color: #000;
      background-color: #FC6B7B;
      background-image: none;
      border-color: #FC6B7B; }
  #editor .block-editor-block-list__layout .btn-red {
    color: #fff;
    background-color: #dc3545;
    background-image: var(--wiaw-bs-gradient);
    border-color: #dc3545; }
    #editor .block-editor-block-list__layout .btn-red:hover {
      color: #fff;
      background-color: #bb2d3b;
      background-image: var(--wiaw-bs-gradient);
      border-color: #b02a37; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-red, #editor .block-editor-block-list__layout .btn-red:focus {
      color: #fff;
      background-color: #bb2d3b;
      background-image: var(--wiaw-bs-gradient);
      border-color: #b02a37;
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-red,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-red, #editor .block-editor-block-list__layout .btn-red:active, #editor .block-editor-block-list__layout .btn-red.active,
    .show > #editor .block-editor-block-list__layout .btn-red.dropdown-toggle {
      color: #fff;
      background-color: #b02a37;
      background-image: none;
      border-color: #a52834; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-red:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-red:focus, #editor .block-editor-block-list__layout .btn-red:active:focus, #editor .block-editor-block-list__layout .btn-red.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-red.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
    #editor .block-editor-block-list__layout .btn-red:disabled, #editor .block-editor-block-list__layout .btn-red.disabled {
      color: #fff;
      background-color: #dc3545;
      background-image: none;
      border-color: #dc3545; }
  #editor .block-editor-block-list__layout .btn-orange {
    color: #000;
    background-color: #F46407;
    background-image: var(--wiaw-bs-gradient);
    border-color: #F46407; }
    #editor .block-editor-block-list__layout .btn-orange:hover {
      color: #000;
      background-color: #f67b2c;
      background-image: var(--wiaw-bs-gradient);
      border-color: #f57420; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-orange, #editor .block-editor-block-list__layout .btn-orange:focus {
      color: #000;
      background-color: #f67b2c;
      background-image: var(--wiaw-bs-gradient);
      border-color: #f57420;
      box-shadow: 0 0 0 0.25rem rgba(207, 85, 6, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-orange,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-orange, #editor .block-editor-block-list__layout .btn-orange:active, #editor .block-editor-block-list__layout .btn-orange.active,
    .show > #editor .block-editor-block-list__layout .btn-orange.dropdown-toggle {
      color: #000;
      background-color: #f68339;
      background-image: none;
      border-color: #f57420; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-orange:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-orange:focus, #editor .block-editor-block-list__layout .btn-orange:active:focus, #editor .block-editor-block-list__layout .btn-orange.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-orange.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(207, 85, 6, 0.5); }
    #editor .block-editor-block-list__layout .btn-orange:disabled, #editor .block-editor-block-list__layout .btn-orange.disabled {
      color: #000;
      background-color: #F46407;
      background-image: none;
      border-color: #F46407; }
  #editor .block-editor-block-list__layout .btn-biscuit {
    color: #000;
    background-color: #C99E67;
    background-image: var(--wiaw-bs-gradient);
    border-color: #C99E67; }
    #editor .block-editor-block-list__layout .btn-biscuit:hover {
      color: #000;
      background-color: #d1ad7e;
      background-image: var(--wiaw-bs-gradient);
      border-color: #cea876; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-biscuit, #editor .block-editor-block-list__layout .btn-biscuit:focus {
      color: #000;
      background-color: #d1ad7e;
      background-image: var(--wiaw-bs-gradient);
      border-color: #cea876;
      box-shadow: 0 0 0 0.25rem rgba(171, 134, 88, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-biscuit,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-biscuit, #editor .block-editor-block-list__layout .btn-biscuit:active, #editor .block-editor-block-list__layout .btn-biscuit.active,
    .show > #editor .block-editor-block-list__layout .btn-biscuit.dropdown-toggle {
      color: #000;
      background-color: #d4b185;
      background-image: none;
      border-color: #cea876; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-biscuit:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-biscuit:focus, #editor .block-editor-block-list__layout .btn-biscuit:active:focus, #editor .block-editor-block-list__layout .btn-biscuit.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-biscuit.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(171, 134, 88, 0.5); }
    #editor .block-editor-block-list__layout .btn-biscuit:disabled, #editor .block-editor-block-list__layout .btn-biscuit.disabled {
      color: #000;
      background-color: #C99E67;
      background-image: none;
      border-color: #C99E67; }
  #editor .block-editor-block-list__layout .btn-yellow {
    color: #000;
    background-color: #ffc107;
    background-image: var(--wiaw-bs-gradient);
    border-color: #ffc107; }
    #editor .block-editor-block-list__layout .btn-yellow:hover {
      color: #000;
      background-color: #ffca2c;
      background-image: var(--wiaw-bs-gradient);
      border-color: #ffc720; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-yellow, #editor .block-editor-block-list__layout .btn-yellow:focus {
      color: #000;
      background-color: #ffca2c;
      background-image: var(--wiaw-bs-gradient);
      border-color: #ffc720;
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-yellow,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-yellow, #editor .block-editor-block-list__layout .btn-yellow:active, #editor .block-editor-block-list__layout .btn-yellow.active,
    .show > #editor .block-editor-block-list__layout .btn-yellow.dropdown-toggle {
      color: #000;
      background-color: #ffcd39;
      background-image: none;
      border-color: #ffc720; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-yellow:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-yellow:focus, #editor .block-editor-block-list__layout .btn-yellow:active:focus, #editor .block-editor-block-list__layout .btn-yellow.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-yellow.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
    #editor .block-editor-block-list__layout .btn-yellow:disabled, #editor .block-editor-block-list__layout .btn-yellow.disabled {
      color: #000;
      background-color: #ffc107;
      background-image: none;
      border-color: #ffc107; }
  #editor .block-editor-block-list__layout .btn-teal {
    color: #000;
    background-color: #1EAAA4;
    background-image: var(--wiaw-bs-gradient);
    border-color: #1EAAA4; }
    #editor .block-editor-block-list__layout .btn-teal:hover {
      color: #000;
      background-color: #40b7b2;
      background-image: var(--wiaw-bs-gradient);
      border-color: #35b3ad; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-teal, #editor .block-editor-block-list__layout .btn-teal:focus {
      color: #000;
      background-color: #40b7b2;
      background-image: var(--wiaw-bs-gradient);
      border-color: #35b3ad;
      box-shadow: 0 0 0 0.25rem rgba(26, 145, 139, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-teal,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-teal, #editor .block-editor-block-list__layout .btn-teal:active, #editor .block-editor-block-list__layout .btn-teal.active,
    .show > #editor .block-editor-block-list__layout .btn-teal.dropdown-toggle {
      color: #000;
      background-color: #4bbbb6;
      background-image: none;
      border-color: #35b3ad; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-teal:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-teal:focus, #editor .block-editor-block-list__layout .btn-teal:active:focus, #editor .block-editor-block-list__layout .btn-teal.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-teal.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(26, 145, 139, 0.5); }
    #editor .block-editor-block-list__layout .btn-teal:disabled, #editor .block-editor-block-list__layout .btn-teal.disabled {
      color: #000;
      background-color: #1EAAA4;
      background-image: none;
      border-color: #1EAAA4; }
  #editor .block-editor-block-list__layout .btn-white {
    color: #000;
    background-color: #fff;
    background-image: var(--wiaw-bs-gradient);
    border-color: #fff; }
    #editor .block-editor-block-list__layout .btn-white:hover {
      color: #000;
      background-color: white;
      background-image: var(--wiaw-bs-gradient);
      border-color: white; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-white, #editor .block-editor-block-list__layout .btn-white:focus {
      color: #000;
      background-color: white;
      background-image: var(--wiaw-bs-gradient);
      border-color: white;
      box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-white,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-white, #editor .block-editor-block-list__layout .btn-white:active, #editor .block-editor-block-list__layout .btn-white.active,
    .show > #editor .block-editor-block-list__layout .btn-white.dropdown-toggle {
      color: #000;
      background-color: white;
      background-image: none;
      border-color: white; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-white:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-white:focus, #editor .block-editor-block-list__layout .btn-white:active:focus, #editor .block-editor-block-list__layout .btn-white.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-white.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
    #editor .block-editor-block-list__layout .btn-white:disabled, #editor .block-editor-block-list__layout .btn-white.disabled {
      color: #000;
      background-color: #fff;
      background-image: none;
      border-color: #fff; }
  #editor .block-editor-block-list__layout .btn-gray {
    color: #fff;
    background-color: #6c757d;
    background-image: var(--wiaw-bs-gradient);
    border-color: #6c757d; }
    #editor .block-editor-block-list__layout .btn-gray:hover {
      color: #fff;
      background-color: #5c636a;
      background-image: var(--wiaw-bs-gradient);
      border-color: #565e64; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-gray, #editor .block-editor-block-list__layout .btn-gray:focus {
      color: #fff;
      background-color: #5c636a;
      background-image: var(--wiaw-bs-gradient);
      border-color: #565e64;
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-gray,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-gray, #editor .block-editor-block-list__layout .btn-gray:active, #editor .block-editor-block-list__layout .btn-gray.active,
    .show > #editor .block-editor-block-list__layout .btn-gray.dropdown-toggle {
      color: #fff;
      background-color: #565e64;
      background-image: none;
      border-color: #51585e; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-gray:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-gray:focus, #editor .block-editor-block-list__layout .btn-gray:active:focus, #editor .block-editor-block-list__layout .btn-gray.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-gray.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
    #editor .block-editor-block-list__layout .btn-gray:disabled, #editor .block-editor-block-list__layout .btn-gray.disabled {
      color: #fff;
      background-color: #6c757d;
      background-image: none;
      border-color: #6c757d; }
  #editor .block-editor-block-list__layout .btn-gray-dark {
    color: #fff;
    background-color: #343a40;
    background-image: var(--wiaw-bs-gradient);
    border-color: #343a40; }
    #editor .block-editor-block-list__layout .btn-gray-dark:hover {
      color: #fff;
      background-color: #2c3136;
      background-image: var(--wiaw-bs-gradient);
      border-color: #2a2e33; }
    .btn-check:focus + #editor .block-editor-block-list__layout .btn-gray-dark, #editor .block-editor-block-list__layout .btn-gray-dark:focus {
      color: #fff;
      background-color: #2c3136;
      background-image: var(--wiaw-bs-gradient);
      border-color: #2a2e33;
      box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
    .btn-check:checked + #editor .block-editor-block-list__layout .btn-gray-dark,
    .btn-check:active + #editor .block-editor-block-list__layout .btn-gray-dark, #editor .block-editor-block-list__layout .btn-gray-dark:active, #editor .block-editor-block-list__layout .btn-gray-dark.active,
    .show > #editor .block-editor-block-list__layout .btn-gray-dark.dropdown-toggle {
      color: #fff;
      background-color: #2a2e33;
      background-image: none;
      border-color: #272c30; }
      .btn-check:checked + #editor .block-editor-block-list__layout .btn-gray-dark:focus,
      .btn-check:active + #editor .block-editor-block-list__layout .btn-gray-dark:focus, #editor .block-editor-block-list__layout .btn-gray-dark:active:focus, #editor .block-editor-block-list__layout .btn-gray-dark.active:focus,
      .show > #editor .block-editor-block-list__layout .btn-gray-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
    #editor .block-editor-block-list__layout .btn-gray-dark:disabled, #editor .block-editor-block-list__layout .btn-gray-dark.disabled {
      color: #fff;
      background-color: #343a40;
      background-image: none;
      border-color: #343a40; }
  #editor .block-editor-block-list__layout .btn.btn-elf-blue-dark, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-elf-blue-dark[type="submit"] {
    color: #fff;
    background-image: linear-gradient(to right, #007FA3 0%, #002633 100%); }
  #editor .block-editor-block-list__layout .btn.has-arrow, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.has-arrow[type="submit"] {
    position: relative;
    padding-right: 5rem; }
    #editor .block-editor-block-list__layout .btn.has-arrow:after, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.has-arrow[type="submit"]:after {
      font-family: 'Font Awesome 5 Pro';
      font-style: normal;
      font-weight: 300;
      content: "\f105";
      display: block;
      position: absolute;
      right: 1rem;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      font-size: 2.5rem; }
  #editor .block-editor-block-list__layout .btn.arrow-down:after, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.arrow-down[type="submit"]:after {
    content: "\f107"; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-elf-blue, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-elf-blue[type="submit"] {
    background: #007FA3; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-elf-ink, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid[type="submit"] {
    background: #002633; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-blue, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-blue[type="submit"] {
    background: #42B3FD; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-purple, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-purple[type="submit"] {
    background: #9653E0; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-pink, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-pink[type="submit"] {
    background: #FC6B7B; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-red, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-red[type="submit"] {
    background: #dc3545; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-orange, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-orange[type="submit"] {
    background: #F46407; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-biscuit, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-biscuit[type="submit"] {
    background: #C99E67; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-yellow, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-yellow[type="submit"] {
    background: #ffc107; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-teal, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-teal[type="submit"] {
    background: #1EAAA4; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-white, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-white[type="submit"] {
    background: #fff; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-gray, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-gray[type="submit"] {
    background: #6c757d; }
  #editor .block-editor-block-list__layout .btn.btn-solid.btn-gray-dark, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-solid.btn-gray-dark[type="submit"] {
    background: #343a40; }
  #editor .block-editor-block-list__layout .btn.btn-outline, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline[type="submit"] {
    border: 1px solid #000;
    font-weight: 300;
    margin-bottom: 1rem;
    margin-right: 1rem; }
    #editor .block-editor-block-list__layout .btn.btn-outline span, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline[type="submit"] span {
      font-weight: 500;
      display: inline-block;
      padding-right: 0.125rem; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-elf-blue, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-elf-blue[type="submit"] {
      border-color: #007FA3; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-elf-ink, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline[type="submit"] {
      border-color: #002633; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-blue, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-blue[type="submit"] {
      border-color: #42B3FD; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-purple, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-purple[type="submit"] {
      border-color: #9653E0; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-pink, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-pink[type="submit"] {
      border-color: #FC6B7B; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-red, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-red[type="submit"] {
      border-color: #dc3545; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-orange, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-orange[type="submit"] {
      border-color: #F46407; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-biscuit, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-biscuit[type="submit"] {
      border-color: #C99E67; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-yellow, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-yellow[type="submit"] {
      border-color: #ffc107; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-teal, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-teal[type="submit"] {
      border-color: #1EAAA4; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-white, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-white[type="submit"] {
      border-color: #fff; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-gray, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-gray[type="submit"] {
      border-color: #6c757d; }
    #editor .block-editor-block-list__layout .btn.btn-outline.btn-gray-dark, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-outline.btn-gray-dark[type="submit"] {
      border-color: #343a40; }
  #editor .block-editor-block-list__layout .btn.btn-plain, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain[type="submit"] {
    padding: 0;
    background: none !important; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-elf-blue, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-elf-blue[type="submit"] {
      background: none !important;
      color: #007FA3; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-elf-ink, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain[type="submit"] {
      background: none !important;
      color: #002633; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-blue, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-blue[type="submit"] {
      background: none !important;
      color: #42B3FD; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-purple, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-purple[type="submit"] {
      background: none !important;
      color: #9653E0; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-pink, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-pink[type="submit"] {
      background: none !important;
      color: #FC6B7B; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-red, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-red[type="submit"] {
      background: none !important;
      color: #dc3545; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-orange, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-orange[type="submit"] {
      background: none !important;
      color: #F46407; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-biscuit, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-biscuit[type="submit"] {
      background: none !important;
      color: #C99E67; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-yellow, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-yellow[type="submit"] {
      background: none !important;
      color: #ffc107; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-teal, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-teal[type="submit"] {
      background: none !important;
      color: #1EAAA4; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-white, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-white[type="submit"] {
      background: none !important;
      color: #fff; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-gray, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-gray[type="submit"] {
      background: none !important;
      color: #6c757d; }
    #editor .block-editor-block-list__layout .btn.btn-plain.btn-gray-dark, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.btn-gray-dark[type="submit"] {
      background: none !important;
      color: #343a40; }
    #editor .block-editor-block-list__layout .btn.btn-plain.has-arrow:after, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer input.btn-plain.has-arrow[type="submit"]:after {
      display: inline-block;
      margin-right: 1rem;
      margin-left: 0.75rem;
      position: static;
      right: auto;
      top: auto;
      -webkit-transform: translate(0, 15%);
              transform: translate(0, 15%);
      font-size: 1.25em;
      height: 1rem;
      line-height: 1rem; }
  #editor .block-editor-block-list__layout .navbar {
    background: #002633;
    z-index: 100; }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .navbar {
        background-image: linear-gradient(30deg, #004c62, #002633);
        padding-top: 2rem;
        padding-bottom: 0rem; } }
    #editor .block-editor-block-list__layout .navbar .container, #editor .block-editor-block-list__layout .navbar .elf__block {
      flex-wrap: wrap; }
    #editor .block-editor-block-list__layout .navbar .navbar-brand {
      width: 4.5rem;
      height: 4.4041rem;
      display: block;
      padding: 0;
      margin: 1rem; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .navbar .navbar-brand {
          width: 6.5625rem;
          flex: 0 0 6.5625rem;
          height: 6.42265rem;
          margin: 0; } }
    #editor .block-editor-block-list__layout .navbar a {
      color: #fff;
      text-decoration: none; }
    #editor .block-editor-block-list__layout .navbar .nav-collapse__toggle {
      background: none;
      border: none;
      color: #fff;
      font-size: 2rem;
      margin-right: 1rem; }
      #editor .block-editor-block-list__layout .navbar .nav-collapse__toggle .fa-times {
        display: none; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .navbar .nav-collapse__toggle {
          display: none; } }
    #editor .block-editor-block-list__layout .navbar .nav-collapse {
      flex: 0 0 100%; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .navbar .nav-collapse {
          flex: 1 0 0;
          display: flex;
          justify-content: flex-end;
          flex-wrap: wrap; } }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .navbar .nav-collapse .menu-main-menu-container {
          order: 2;
          flex: 0 0 100%;
          display: flex;
          justify-content: flex-end; }
          #editor .block-editor-block-list__layout .navbar .nav-collapse .menu-main-menu-container .navbar-nav {
            margin-bottom: 0; }
        #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top {
          order: 1;
          display: flex;
          flex: 0 0 100%;
          align-items: center;
          justify-content: flex-end;
          padding: 0;
          margin: 0;
          margin-bottom: 1rem; }
          #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container {
            order: 2; }
            #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .quick-links, #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .site-footer .footer-secondary .footer-secondary__quick-links, #editor .block-editor-block-list__layout .site-footer .footer-secondary .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .footer-secondary__quick-links {
              margin-bottom: 0; }
              #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .quick-links li, #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .site-footer .footer-secondary .footer-secondary__quick-links li, #editor .block-editor-block-list__layout .site-footer .footer-secondary .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .footer-secondary__quick-links li {
                margin-bottom: 0; }
                #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .quick-links li:last-of-type a, #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .site-footer .footer-secondary .footer-secondary__quick-links li:last-of-type a, #editor .block-editor-block-list__layout .site-footer .footer-secondary .navbar .nav-collapse .nav-collapse__top .menu-quick-links-container .footer-secondary__quick-links li:last-of-type a {
                  margin-right: 0; }
          #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top .nav__search-btn {
            order: 3; }
          #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top .menu-header-small-links-container {
            order: 1; }
            #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top .menu-header-small-links-container .header-small {
              margin-bottom: 0;
              padding-right: 1rem;
              font-size: 0.7rem; }
              #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top .menu-header-small-links-container .header-small li {
                display: inline; }
                #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top .menu-header-small-links-container .header-small li a {
                  margin-right: 1rem; } }
      #editor .block-editor-block-list__layout .navbar .nav-collapse .nav__search-btn {
        margin-bottom: 1rem;
        border: none;
        background: #fff;
        display: inline-block;
        padding: 0.5rem 0.75rem;
        color: #002633;
        text-decoration: none;
        font-size: 1rem;
        transition: all 0.2s linear; }
        @media (prefers-reduced-motion: reduce) {
          #editor .block-editor-block-list__layout .navbar .nav-collapse .nav__search-btn {
            transition: none; } }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .navbar .nav-collapse .nav__search-btn {
            margin-bottom: 0;
            margin-left: 1rem; } }
        #editor .block-editor-block-list__layout .navbar .nav-collapse .nav__search-btn:hover {
          background: #006682;
          text-decoration: none;
          color: #fff; }
      #editor .block-editor-block-list__layout .navbar .nav-collapse ul {
        margin: 0;
        margin-bottom: 1rem;
        padding: 0;
        list-style-type: none; }
      #editor .block-editor-block-list__layout .navbar .nav-collapse .nav-collapse__top {
        padding-left: 1rem;
        padding-right: 1rem; }
      #editor .block-editor-block-list__layout .navbar .nav-collapse .header-small {
        font-size: 1.09375rem; }
        #editor .block-editor-block-list__layout .navbar .nav-collapse .header-small li {
          margin-bottom: 1rem; }
      #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .xs-nav-toggle {
        display: none; }
      #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav a {
        text-decoration: none;
        font-weight: 300; }
      #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav > .menu-item {
        position: relative; }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav > .menu-item {
            margin-right: 0.5rem; } }
        #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav > .menu-item > a {
          display: block;
          padding: 0.5rem 1rem;
          position: relative; }
        #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu {
          display: none;
          list-style-type: none;
          padding-left: 0; }
          @media (min-width: 992px) {
            #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu {
              position: absolute;
              left: 0;
              top: 100%;
              min-width: 10rem;
              padding: 1rem;
              background: #007FA3;
              border-radius: 0;
              border-bottom: 0.5rem solid #002633;
              z-index: 100; }
              #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu a {
                display: block;
                color: #fff;
                padding-top: 0.25rem;
                padding-bottom: 0.25rem;
                white-space: nowrap; } }
          #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu .sub-menu-title {
            display: none; }
            @media (min-width: 992px) {
              #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu .sub-menu-title {
                display: block;
                font-weight: 700; } }
          #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu .sub-menu {
            display: none; }
            @media (min-width: 992px) {
              #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav > .menu-item > .sub-menu .sub-menu {
                display: block !important;
                padding-left: 1rem;
                font-size: 80%; } }
        #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav > .menu-item.menu-item-has-children > a:after {
          font-family: 'Font Awesome 5 Pro';
          font-style: normal;
          font-weight: 400;
          content: "\f078";
          font-size: 70%;
          margin-left: 0.5rem; }
        #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav > .menu-item.menu-item-has-children.sub-menu--visible > a:after {
          content: "\f077"; }
    #editor .block-editor-block-list__layout .navbar .search-wrapper {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      background: #007FA3;
      padding: 0;
      opacity: 0;
      height: 0;
      overflow: hidden;
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .navbar .search-wrapper {
          transition: none; } }
      #editor .block-editor-block-list__layout .navbar .search-wrapper--visible {
        padding: 1rem 0;
        height: auto;
        overflow: visible;
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        opacity: 1; }
  #editor .block-editor-block-list__layout .quick-links, #editor .block-editor-block-list__layout .site-footer .footer-secondary .footer-secondary__quick-links {
    margin-bottom: 1rem;
    font-size: 1rem; }
    #editor .block-editor-block-list__layout .quick-links li, #editor .block-editor-block-list__layout .site-footer .footer-secondary .footer-secondary__quick-links li {
      display: inline-block;
      margin-bottom: 1rem; }
    #editor .block-editor-block-list__layout .quick-links a, #editor .block-editor-block-list__layout .site-footer .footer-secondary .footer-secondary__quick-links a {
      display: inline-block;
      padding: 0.5rem 0.75rem;
      background: #007FA3;
      font-weight: 700;
      margin-right: 1rem;
      color: #fff;
      text-decoration: none;
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .quick-links a, #editor .block-editor-block-list__layout .site-footer .footer-secondary .footer-secondary__quick-links a {
          transition: none; } }
      #editor .block-editor-block-list__layout .quick-links a:hover, #editor .block-editor-block-list__layout .site-footer .footer-secondary .footer-secondary__quick-links a:hover {
        background: #006682;
        text-decoration: none;
        color: #fff; }
  @media (max-width: 991.98px) {
    #editor .block-editor-block-list__layout .navbar .nav-collapse {
      display: none; }
      #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav {
        display: block;
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-bottom: 2rem; }
        #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .menu-item a {
          display: block;
          padding: 1rem !important;
          border-top: none;
          border-right: none; }
        #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children > a {
          position: relative; }
          #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children > a:after {
            display: none; }
          #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children > a .xs-nav-toggle {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 4rem;
            color: #fff; }
            #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children > a .xs-nav-toggle i {
              position: absolute;
              left: 50%;
              top: 1rem;
              -webkit-transform: translate(-50%, 0);
                      transform: translate(-50%, 0);
              font-size: 1.5rem;
              transition: all 0.2s linear; } }
          @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
            #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children > a .xs-nav-toggle i {
              transition: none; } }
  @media (max-width: 991.98px) {
          #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children > a.sub-menu--visible .xs-nav-toggle i {
            -webkit-transform: translate(-50%, 0) rotate(180deg);
                    transform: translate(-50%, 0) rotate(180deg); }
        #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children .sub-menu {
          padding-left: 0 !important;
          list-style-type: none; }
          #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children .sub-menu a {
            padding-left: 2rem !important; }
          #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .menu-item.menu-item-has-children .sub-menu .sub-menu a {
            padding-left: 3.5rem !important; }
        #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .menu-item.current-menu-ancestor > a + ul.sub-menu {
          display: block !important; }
          #editor .block-editor-block-list__layout .navbar .nav-collapse .navbar-nav .menu-item.current-menu-ancestor > a + ul.sub-menu .current-menu-item a {
            font-weight: 700 !important; }
    #editor .block-editor-block-list__layout body.main-nav-visible .nav-collapse__toggle .fa-bars {
      display: none; }
    #editor .block-editor-block-list__layout body.main-nav-visible .nav-collapse__toggle .fa-times {
      display: block !important; } }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .navbar #main-nav #menu-main-menu > .menu-item {
      transition: all 0.2s linear; } }
  @media (min-width: 992px) and (prefers-reduced-motion: reduce) {
    #editor .block-editor-block-list__layout .navbar #main-nav #menu-main-menu > .menu-item {
      transition: none; } }
  @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .navbar #main-nav #menu-main-menu > .menu-item:hover {
        background: #007FA3; }
        #editor .block-editor-block-list__layout .navbar #main-nav #menu-main-menu > .menu-item:hover > a {
          color: #fff; }
      #editor .block-editor-block-list__layout .navbar #main-nav #menu-main-menu > .menu-item > a {
        padding-bottom: 3rem; }
      #editor .block-editor-block-list__layout .navbar #main-nav #menu-main-menu > .menu-item > .sub-menu li {
        padding-left: 1rem;
        padding-right: 1rem; } }
  #editor .block-editor-block-list__layout .site-footer {
    position: relative;
    background: #002633;
    color: #fff;
    padding-bottom: 2rem;
    overflow: hidden; }
    #editor .block-editor-block-list__layout .site-footer:before {
      display: block;
      content: '';
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 10rem;
      z-index: 1; }
    #editor .block-editor-block-list__layout .site-footer .footer-newsletter {
      background: #007FA3;
      color: #fff;
      max-width: 60rem;
      padding: 3rem;
      margin: 3rem auto;
      position: relative;
      z-index: 10; }
      #editor .block-editor-block-list__layout .site-footer .footer-newsletter .footer-newsletter__title {
        text-align: center;
        font-size: 1.75rem; }
    #editor .block-editor-block-list__layout .site-footer .container, #editor .block-editor-block-list__layout .site-footer .elf__block {
      position: relative;
      z-index: 10; }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .site-footer .footer-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3rem; } }
    #editor .block-editor-block-list__layout .site-footer .footer-main .footer-main__brand {
      width: 4.5rem;
      height: 4.4041rem;
      display: block;
      padding: 0;
      margin: 1rem; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .site-footer .footer-main .footer-main__brand {
          width: 6.5625rem;
          flex: 0 0 6.5625rem;
          height: 6.42265rem;
          margin: 0; } }
    #editor .block-editor-block-list__layout .site-footer .footer-main .footer-main__menu {
      padding-bottom: 2rem; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .site-footer .footer-main .footer-main__menu {
          padding-bottom: 0; } }
      #editor .block-editor-block-list__layout .site-footer .footer-main .footer-main__menu .menu {
        padding: 0;
        margin: 0;
        list-style-type: none; }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .site-footer .footer-main .footer-main__menu .menu {
            text-align: right; } }
        #editor .block-editor-block-list__layout .site-footer .footer-main .footer-main__menu .menu li {
          padding: 0.5rem 1rem; }
          @media (min-width: 992px) {
            #editor .block-editor-block-list__layout .site-footer .footer-main .footer-main__menu .menu li {
              display: inline; } }
          #editor .block-editor-block-list__layout .site-footer .footer-main .footer-main__menu .menu li a {
            text-decoration: none;
            color: #fff;
            font-size: 1.25rem;
            font-weight: 300; }
            @media (min-width: 992px) {
              #editor .block-editor-block-list__layout .site-footer .footer-main .footer-main__menu .menu li a {
                font-size: 1rem; } }
            @media (min-width: 1200px) {
              #editor .block-editor-block-list__layout .site-footer .footer-main .footer-main__menu .menu li a {
                font-size: 1.25rem; } }
    #editor .block-editor-block-list__layout .site-footer .footer-secondary {
      padding-left: 1rem; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .site-footer .footer-secondary {
          display: flex;
          justify-content: space-between;
          padding-right: 10rem; } }
      @media (min-width: 1200px) {
        #editor .block-editor-block-list__layout .site-footer .footer-secondary {
          padding-right: 15rem; } }
      @media (min-width: 1900px) {
        #editor .block-editor-block-list__layout .site-footer .footer-secondary {
          padding-right: 0; } }
      #editor .block-editor-block-list__layout .site-footer .footer-secondary .footer-secondary__contact-details {
        line-height: 1.15;
        margin-bottom: 3rem; }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .site-footer .footer-secondary .footer-secondary__contact-details {
            margin-bottom: 0; } }
      #editor .block-editor-block-list__layout .site-footer .footer-secondary .footer-secondary__quick-links .menu {
        padding: 0;
        margin: 0; }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .site-footer .footer-secondary .footer-secondary__quick-links .menu li {
            display: block;
            text-align: right; } }
    #editor .block-editor-block-list__layout .site-footer .footer-tertiary {
      padding-top: 3rem;
      padding-left: 1rem; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .site-footer .footer-tertiary {
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
          padding-right: 10rem; } }
      @media (min-width: 1200px) {
        #editor .block-editor-block-list__layout .site-footer .footer-tertiary {
          padding-right: 15rem; } }
      @media (min-width: 1900px) {
        #editor .block-editor-block-list__layout .site-footer .footer-tertiary {
          padding-right: 0; } }
      #editor .block-editor-block-list__layout .site-footer .footer-tertiary .footer-tertiary__footer-legal .menu {
        font-size: 0.75em;
        padding: 0;
        margin: 0;
        list-style-type: none; }
        #editor .block-editor-block-list__layout .site-footer .footer-tertiary .footer-tertiary__footer-legal .menu li {
          margin-bottom: 1rem; }
          @media (min-width: 992px) {
            #editor .block-editor-block-list__layout .site-footer .footer-tertiary .footer-tertiary__footer-legal .menu li {
              display: inline-block;
              margin-right: 1rem; } }
          #editor .block-editor-block-list__layout .site-footer .footer-tertiary .footer-tertiary__footer-legal .menu li a {
            color: #fff; }
      #editor .block-editor-block-list__layout .site-footer .footer-tertiary .footer-tertiary__social p {
        margin-bottom: 0.25rem; }
      #editor .block-editor-block-list__layout .site-footer .footer-tertiary .footer-tertiary__social .social-media-icons li a {
        color: #fff;
        display: block;
        line-height: 2.25rem;
        width: 2.25rem;
        border: 1px solid rgba(255, 255, 255, 0.9);
        text-align: center;
        transition: all 0.2s linear; }
        @media (prefers-reduced-motion: reduce) {
          #editor .block-editor-block-list__layout .site-footer .footer-tertiary .footer-tertiary__social .social-media-icons li a {
            transition: none; } }
        #editor .block-editor-block-list__layout .site-footer .footer-tertiary .footer-tertiary__social .social-media-icons li a:hover {
          background: #fff;
          color: #002633; }
    #editor .block-editor-block-list__layout .site-footer .footer-shape-svg {
      position: absolute;
      z-index: 1;
      right: 0;
      bottom: 0;
      width: 8rem;
      height: 10.05512rem;
      -webkit-transform: translate(22.5%, 17%);
              transform: translate(22.5%, 17%); }
      @media (min-width: 768px) {
        #editor .block-editor-block-list__layout .site-footer .footer-shape-svg {
          width: 16rem;
          height: 20.11024rem; } }
      @media (min-width: 1200px) {
        #editor .block-editor-block-list__layout .site-footer .footer-shape-svg {
          width: 20rem;
          height: 25.1378rem; } }
  #editor .block-editor-block-list__layout .lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px; }
  #editor .block-editor-block-list__layout .lds-ripple div {
    position: absolute;
    border: 4px solid #007FA3;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite; }
  #editor .block-editor-block-list__layout .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1; }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0; } }
  #editor .block-editor-block-list__layout .archive-posts__filters {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form {
      position: relative;
      z-index: 10; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start; } }
      #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__title {
        flex: 0 0 100%; }
        #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__title h6, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__title .h6 {
          margin-bottom: 0.5rem;
          font-size: 1.75rem; }
      #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col {
        margin-bottom: 1rem;
        flex: 1 0 25%; }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col {
            padding-right: 1rem;
            max-width: 21%; } }
        #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--width2 {
          flex: 1 0 0 37%; }
          @media (min-width: 992px) {
            #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--width2 {
              max-width: 33%; } }
        #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .raiser-filter {
          border-color: #002633; }
        #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
          margin-left: auto;
          margin-right: 0;
          display: flex;
          padding-right: 0 !important;
          border: 1px solid #007FA3; }
          @media (min-width: 992px) {
            #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
              max-width: 28%; } }
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
            border: none; }
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search button.input-group-append {
            background: none;
            border: none; }
            #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search button.input-group-append .input-group-text {
              padding-left: 1rem;
              padding-right: 1rem;
              border: none;
              background: none; }
        #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range {
          border: 1px solid #002633; }
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .input-group-prepend .input-group-text {
            background: none;
            border: none;
            font-size: 1.5rem;
            padding-left: 1rem;
            padding-right: 0.5rem; }
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .form-control, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=color],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=date],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=datetime-local],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=datetime],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=email],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=month],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=number],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=password],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=search],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=tel],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=text],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=time],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=url],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=week],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range textarea, #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=color],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=date],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=datetime-local],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=datetime],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=email],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=month],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=number],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=password],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=search],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=tel],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=text],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=time],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=url],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range input[type=week],
          #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range textarea {
            border: none;
            padding-left: 0.5rem; }
      #editor .block-editor-block-list__layout .archive-posts__filters .raiser-filter-form .raiser-filter-form__clear {
        flex: 0 0 100%;
        text-align: right; }
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #1EAAA4; }
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #1EAAA4; }
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--post .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #ffc107; }
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range {
    background-color: #ffc107;
    border: none; }
  #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #ffc107; }
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--event .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #42B3FD; }
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .input-group.date-range {
    background-color: #42B3FD;
    border: none; }
  #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #42B3FD; }
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--paper .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #FC6B7B; }
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #FC6B7B; }
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--publication .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #9653E0;
    color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }
  #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #9653E0; }
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--podcast .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff;
      color: #9653E0; }
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #007FA3; }
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #007FA3; }
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-blue .archive-posts__content .raiser-pagination .paging button {
    background: #007FA3;
    color: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-elf-ink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-elf-ink .archive-posts__content .raiser-pagination .paging button {
    background: #002633;
    color: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #42B3FD; }
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #42B3FD; }
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-blue .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-blue .archive-posts__content .raiser-pagination .paging button {
    background: #42B3FD;
    color: #000; }
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #9653E0; }
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #9653E0; }
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-purple .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-purple .archive-posts__content .raiser-pagination .paging button {
    background: #9653E0;
    color: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #FC6B7B; }
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #FC6B7B; }
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-pink .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-pink .archive-posts__content .raiser-pagination .paging button {
    background: #FC6B7B;
    color: #000; }
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #dc3545; }
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #dc3545; }
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-red .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-red .archive-posts__content .raiser-pagination .paging button {
    background: #dc3545;
    color: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #F46407; }
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #F46407; }
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-orange .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-orange .archive-posts__content .raiser-pagination .paging button {
    background: #F46407;
    color: #000; }
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #C99E67; }
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #C99E67; }
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-biscuit .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-biscuit .archive-posts__content .raiser-pagination .paging button {
    background: #C99E67;
    color: #000; }
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #ffc107; }
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #ffc107; }
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-yellow .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-yellow .archive-posts__content .raiser-pagination .paging button {
    background: #ffc107;
    color: #000; }
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #1EAAA4; }
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #1EAAA4; }
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-teal .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-teal .archive-posts__content .raiser-pagination .paging button {
    background: #1EAAA4;
    color: #000; }
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #fff; }
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #fff; }
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-white .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-white .archive-posts__content .raiser-pagination .paging button {
    background: #fff;
    color: #000; }
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #6c757d; }
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #6c757d; }
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-gray .archive-posts__content .raiser-pagination .paging button {
    background: #6c757d;
    color: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week],
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea {
    background-color: #343a40; }
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-webkit-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-webkit-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-moz-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-moz-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-moz-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::-ms-input-placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::-ms-input-placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::-ms-input-placeholder {
      color: #002633; }
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col select::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .form-control::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col body .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=color]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=color]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=date]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=date]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime-local]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=datetime]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=datetime]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=email]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=email]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=month]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=month]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=number]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=number]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=password]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=password]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=search]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=search]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=tel]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=tel]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=text]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=text]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=time]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=time]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=url]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=url]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme input[type=week]::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col input[type=week]::placeholder,
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col .elf__block .gform_wrapper.gravity-theme textarea::placeholder, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col textarea::placeholder {
      color: #002633; }
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search {
    border-color: #343a40; }
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .form-control, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search body .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea, #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=color], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=color],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=date], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=date],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime-local], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime-local],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=datetime], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=datetime],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=email], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=email],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=month], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=month],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=number], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=number],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=password], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=password],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=search], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=search],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=tel], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=tel],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=text], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=text],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=time], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=time],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=url], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=url],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme input[type=week], #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search input[type=week],
    #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search .elf__block .gform_wrapper.gravity-theme textarea, #editor .block-editor-block-list__layout .elf__block .gform_wrapper.gravity-theme .archive-posts--theme-gray-dark .archive-posts__filters .raiser-filter-form .raiser-filter-form__filter-col--search textarea {
      background: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--theme-gray-dark .archive-posts__content .raiser-pagination .paging button {
    background: #343a40;
    color: #fff; }
  #editor .block-editor-block-list__layout .page-header {
    padding-top: 2rem;
    position: relative;
    margin-bottom: 5rem;
    z-index: 10; }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .page-header {
        margin-bottom: 7rem;
        min-height: 14rem; } }
    #editor .block-editor-block-list__layout .page-header > .container, #editor .block-editor-block-list__layout .page-header > .elf__block {
      padding-bottom: 2rem; }
      #editor .block-editor-block-list__layout .page-header > .container:after, #editor .block-editor-block-list__layout .page-header > .elf__block:after {
        display: block;
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 100vw;
        height: 1rem;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        background-image: linear-gradient(to right, #007FA3 0%, #1EAAA4 100%);
        z-index: 0; }
    #editor .block-editor-block-list__layout .page-header .page-header__curve {
      height: 19rem;
      width: 19rem;
      position: absolute;
      right: 0;
      bottom: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
    #editor .block-editor-block-list__layout .page-header .page-header__title {
      margin-bottom: 1rem; }
    #editor .block-editor-block-list__layout .page-header .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #007FA3, #006682); }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .page-header .page-header__image-col .page-header__image {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10; } }
        #editor .block-editor-block-list__layout .page-header .page-header__image-col .page-header__image img {
          -webkit-filter: grayscale(100%) opacity(50%) brightness(1.25);
                  filter: grayscale(100%) opacity(50%) brightness(1.25); }
    #editor .block-editor-block-list__layout .page-header--elf-blue > .container:after, #editor .block-editor-block-list__layout .page-header--elf-blue > .elf__block:after {
      background-image: linear-gradient(to right, #005972 0%, #007FA3 100%); }
    #editor .block-editor-block-list__layout .page-header--elf-blue .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--elf-blue .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #007FA3, #006682); }
    #editor .block-editor-block-list__layout .page-header--elf-ink > .container:after, #editor .block-editor-block-list__layout .page-header--elf-ink > .elf__block:after {
      background-image: linear-gradient(to right, #001b24 0%, #002633 100%); }
    #editor .block-editor-block-list__layout .page-header--elf-ink .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--elf-ink .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #002633, #001e29); }
    #editor .block-editor-block-list__layout .page-header--blue > .container:after, #editor .block-editor-block-list__layout .page-header--blue > .elf__block:after {
      background-image: linear-gradient(to right, #2e7db1 0%, #42B3FD 100%); }
    #editor .block-editor-block-list__layout .page-header--blue .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--blue .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #42B3FD, #358fca); }
    #editor .block-editor-block-list__layout .page-header--purple > .container:after, #editor .block-editor-block-list__layout .page-header--purple > .elf__block:after {
      background-image: linear-gradient(to right, #693a9d 0%, #9653E0 100%); }
    #editor .block-editor-block-list__layout .page-header--purple .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--purple .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #9653E0, #7842b3); }
    #editor .block-editor-block-list__layout .page-header--pink > .container:after, #editor .block-editor-block-list__layout .page-header--pink > .elf__block:after {
      background-image: linear-gradient(to right, #b04b56 0%, #FC6B7B 100%); }
    #editor .block-editor-block-list__layout .page-header--pink .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--pink .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #FC6B7B, #ca5662); }
    #editor .block-editor-block-list__layout .page-header--red > .container:after, #editor .block-editor-block-list__layout .page-header--red > .elf__block:after {
      background-image: linear-gradient(to right, #9a2530 0%, #dc3545 100%); }
    #editor .block-editor-block-list__layout .page-header--red .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--red .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #dc3545, #b02a37); }
    #editor .block-editor-block-list__layout .page-header--orange > .container:after, #editor .block-editor-block-list__layout .page-header--orange > .elf__block:after {
      background-image: linear-gradient(to right, #ab4605 0%, #F46407 100%); }
    #editor .block-editor-block-list__layout .page-header--orange .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--orange .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #F46407, #c35006); }
    #editor .block-editor-block-list__layout .page-header--biscuit > .container:after, #editor .block-editor-block-list__layout .page-header--biscuit > .elf__block:after {
      background-image: linear-gradient(to right, #8d6f48 0%, #C99E67 100%); }
    #editor .block-editor-block-list__layout .page-header--biscuit .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--biscuit .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #C99E67, #a17e52); }
    #editor .block-editor-block-list__layout .page-header--yellow > .container:after, #editor .block-editor-block-list__layout .page-header--yellow > .elf__block:after {
      background-image: linear-gradient(to right, #b38705 0%, #ffc107 100%); }
    #editor .block-editor-block-list__layout .page-header--yellow .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--yellow .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #ffc107, #cc9a06); }
    #editor .block-editor-block-list__layout .page-header--teal > .container:after, #editor .block-editor-block-list__layout .page-header--teal > .elf__block:after {
      background-image: linear-gradient(to right, #157773 0%, #1EAAA4 100%); }
    #editor .block-editor-block-list__layout .page-header--teal .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--teal .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #1EAAA4, #188883); }
    #editor .block-editor-block-list__layout .page-header--white > .container:after, #editor .block-editor-block-list__layout .page-header--white > .elf__block:after {
      background-image: linear-gradient(to right, #b3b3b3 0%, #fff 100%); }
    #editor .block-editor-block-list__layout .page-header--white .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--white .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #fff, #cccccc); }
    #editor .block-editor-block-list__layout .page-header--gray > .container:after, #editor .block-editor-block-list__layout .page-header--gray > .elf__block:after {
      background-image: linear-gradient(to right, #4c5258 0%, #6c757d 100%); }
    #editor .block-editor-block-list__layout .page-header--gray .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--gray .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #6c757d, #565e64); }
    #editor .block-editor-block-list__layout .page-header--gray-dark > .container:after, #editor .block-editor-block-list__layout .page-header--gray-dark > .elf__block:after {
      background-image: linear-gradient(to right, #24292d 0%, #343a40 100%); }
    #editor .block-editor-block-list__layout .page-header--gray-dark .page-header__image-col {
      position: relative; }
      #editor .block-editor-block-list__layout .page-header--gray-dark .page-header__image-col .page-header__image {
        background-image: linear-gradient(30deg, #343a40, #2a2e33); }
  #editor .block-editor-block-list__layout .home-header {
    position: relative;
    padding-bottom: 4rem;
    /*.home-header__bg-svg {
		display: none;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 50%;
		width: 100vw;
		height: 96.4vw;
		transform: translateX(-50%);

		@include media-breakpoint-up(lg) {
			// display: block;
		}

		svg {
			width: 100vw;
			height: 96.4vw;

			* {
				fill: $elf-ink;
			}
		}
	}*/ }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .home-header {
        padding-bottom: 6rem; } }
    #editor .block-editor-block-list__layout .home-header .home-header__slider {
      z-index: 10;
      padding-top: 2rem; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .home-header .home-header__slider {
          padding-top: 3rem;
          margin-right: 5rem;
          background: #fff;
          position: relative; }
          #editor .block-editor-block-list__layout .home-header .home-header__slider:before {
            display: block;
            background: #fff;
            z-index: 2;
            content: '';
            width: 65vw;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
      #editor .block-editor-block-list__layout .home-header .home-header__slider:after {
        display: none; }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .home-header .home-header__slider:after {
            display: block;
            content: '';
            height: 1rem;
            width: 150vw;
            position: absolute;
            bottom: 0;
            left: 50%;
            z-index: 5;
            -webkit-transform: translate(-47%, 0);
                    transform: translate(-47%, 0);
            background-image: linear-gradient(to right, #9653E0 0%, #42B3FD 100%); } }
        @media (min-width: 1200px) {
          #editor .block-editor-block-list__layout .home-header .home-header__slider:after {
            left: auto;
            width: 85vw;
            -webkit-transform: translate(-47%, 0);
                    transform: translate(-47%, 0); } }
        @media (min-width: 1600px) {
          #editor .block-editor-block-list__layout .home-header .home-header__slider:after {
            width: 75vw; } }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-list {
          z-index: 20;
          overflow: visible !important; } }
      #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow {
        background: #002633;
        padding: 0.25rem;
        border: none;
        height: 2rem;
        width: 2rem;
        position: absolute;
        bottom: -3rem;
        right: 0;
        z-index: 30;
        transition: all 0.2s linear; }
        @media (prefers-reduced-motion: reduce) {
          #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow {
            transition: none; } }
        #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow:hover {
          background: #007FA3; }
          #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow:hover:before {
            color: #fff; }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow {
            bottom: -2.75rem;
            right: auto;
            left: 24rem;
            background: #f8f9fa; } }
        @media (min-width: 1200px) {
          #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow {
            left: 29rem; } }
        @media (min-width: 1400px) {
          #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow {
            left: 35.5rem; } }
        #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow:before {
          font-size: 1.25rem;
          font-family: 'Font Awesome 5 Pro';
          font-style: normal;
          font-weight: 400;
          content: "\f054";
          position: absolute;
          left: 50%;
          top: 50%;
          color: #fff;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          @media (min-width: 992px) {
            #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow:before {
              color: #002633; } }
        #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow.slick-prev {
          right: 2.5rem;
          left: auto; }
          @media (min-width: 992px) {
            #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow.slick-prev {
              right: auto;
              left: 21.5rem; } }
          @media (min-width: 1200px) {
            #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow.slick-prev {
              left: 26.5rem; } }
          @media (min-width: 1400px) {
            #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow.slick-prev {
              left: 33rem; } }
          #editor .block-editor-block-list__layout .home-header .home-header__slider .slick-arrow.slick-prev:before {
            content: "\f053"; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .home-header .home-header__slider .hh-slide {
          display: flex !important;
          position: relative;
          z-index: 10; } }
      #editor .block-editor-block-list__layout .home-header .home-header__slider .hh-slide__content {
        padding-bottom: 2rem; }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .home-header .home-header__slider .hh-slide__content {
            padding: 0;
            padding-right: 2rem;
            padding-bottom: 2rem;
            flex: 0 0 50%; } }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .home-header .home-header__slider .hh-slide__image {
          flex: 0 0 50%;
          position: relative; }
          #editor .block-editor-block-list__layout .home-header .home-header__slider .hh-slide__image a {
            display: block;
            width: 100%;
            height: 0;
            padding-bottom: 61.25%; }
          #editor .block-editor-block-list__layout .home-header .home-header__slider .hh-slide__image img {
            position: absolute;
            left: 0;
            top: 0;
            width: 112%;
            max-width: 112%;
            z-index: 15; } }
  #editor .block-editor-block-list__layout .post-card {
    position: relative;
    overflow: hidden; }
    @media (min-width: 768px) {
      #editor .block-editor-block-list__layout .post-card {
        display: flex;
        flex-direction: column;
        height: 100%; } }
    @media (min-width: 768px) {
      #editor .block-editor-block-list__layout .post-card:hover .post-card__header {
        background: #002633;
        color: #fff; }
      #editor .block-editor-block-list__layout .post-card:hover .post-card__body {
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
    #editor .block-editor-block-list__layout .post-card .post-card__header {
      padding: 1rem;
      background: #007FA3;
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .post-card .post-card__header {
          transition: none; } }
      @media (min-width: 768px) {
        #editor .block-editor-block-list__layout .post-card .post-card__header {
          flex: 1 0 0; } }
      #editor .block-editor-block-list__layout .post-card .post-card__header .post-card__title {
        font-size: 1.75rem;
        margin-bottom: 0; }
    #editor .block-editor-block-list__layout .post-card .post-card__body {
      background: #002633;
      color: #fff;
      padding: 1rem; }
      @media (min-width: 768px) {
        #editor .block-editor-block-list__layout .post-card .post-card__body {
          padding: 0;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          z-index: 2;
          height: 0;
          padding-bottom: 100%;
          overflow: hidden;
          -webkit-transform: translateY(100%);
                  transform: translateY(100%);
          transition: all 0.2s linear; } }
  @media (min-width: 768px) and (prefers-reduced-motion: reduce) {
    #editor .block-editor-block-list__layout .post-card .post-card__body {
      transition: none; } }
      @media (min-width: 768px) {
        #editor .block-editor-block-list__layout .post-card .post-card__body .post-card__body-content {
          padding: 1rem;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 21rem; } }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .post-card .post-card__body .post-card__body-content {
          height: 18.5rem; } }
      @media (min-width: 1200px) {
        #editor .block-editor-block-list__layout .post-card .post-card__body .post-card__body-content {
          height: 22.25rem; } }
      @media (min-width: 1400px) {
        #editor .block-editor-block-list__layout .post-card .post-card__body .post-card__body-content {
          height: 20.75em; } }
      #editor .block-editor-block-list__layout .post-card .post-card__body .post-card__btn {
        color: #fff;
        width: 100%;
        font-weight: 700;
        display: block;
        font-size: 1.625rem; }
        #editor .block-editor-block-list__layout .post-card .post-card__body .post-card__btn:before {
          display: block;
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          z-index: 10; }
        #editor .block-editor-block-list__layout .post-card .post-card__body .post-card__btn:after {
          font-family: 'Font Awesome 5 Pro';
          font-style: normal;
          font-weight: 300;
          content: "\f105";
          display: block;
          position: absolute;
          right: 1rem;
          bottom: 0.25rem;
          font-size: 2.5rem;
          z-index: 5; }
    #editor .block-editor-block-list__layout .post-card--event .post-card__header {
      background: #ffc107; }
    #editor .block-editor-block-list__layout .post-card--event.post-card--event-past .event-passed {
      display: inline-block;
      margin-top: 1rem;
      padding: 0.5rem;
      background: #fff;
      font-weight: 700;
      color: #002633 !important; }
    #editor .block-editor-block-list__layout .post-card--paper .post-card__header {
      background: #42B3FD; }
    #editor .block-editor-block-list__layout .post-card--post .post-card__header {
      background: #1EAAA4; }
  #editor .block-editor-block-list__layout .post-card--member .post-card__image {
    height: 0;
    width: calc( 100% - 1.5rem);
    padding-bottom: 40%;
    position: relative;
    border: 3rem solid #fff;
    outline: 1px solid #000;
    background: #fff;
    margin: 1px;
    margin-left: 1rem; }
    #editor .block-editor-block-list__layout .post-card--member .post-card__image img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: contain;
         object-fit: contain;
      max-height: 100%; }
  #editor .block-editor-block-list__layout .post-card--member .post-card__header {
    background-image: linear-gradient(130deg, #007FA3, #66b2c8);
    color: #fff;
    width: calc( 100% - 1.25rem);
    margin-top: -1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
    position: relative;
    z-index: 1;
    margin-bottom: 3rem; }
    #editor .block-editor-block-list__layout .post-card--member .post-card__header:after {
      font-family: 'Font Awesome 5 Pro';
      font-style: normal;
      font-weight: 300;
      content: "\f105";
      display: block;
      position: absolute;
      right: 1rem;
      top: 0.25rem;
      font-size: 2.2rem;
      z-index: 5;
      color: #fff; }
    #editor .block-editor-block-list__layout .post-card--member .post-card__header a {
      color: #fff;
      font-weight: 700;
      font-size: 1.2rem;
      display: inline-block;
      padding-right: 3rem; }
  #editor .block-editor-block-list__layout .podcast-card {
    position: relative; }
    @media (min-width: 768px) {
      #editor .block-editor-block-list__layout .podcast-card {
        display: flex; } }
    #editor .block-editor-block-list__layout .podcast-card:hover .podcast-card__body {
      background: #002633;
      color: #fff;
      border-color: #002633; }
    #editor .block-editor-block-list__layout .podcast-card:hover .podcast-card__details {
      background: #002633;
      border-left: 1px solid #fff; }
      #editor .block-editor-block-list__layout .podcast-card:hover .podcast-card__details:after {
        color: #fff; }
      #editor .block-editor-block-list__layout .podcast-card:hover .podcast-card__details .podcast-card__btn {
        color: #fff; }
    #editor .block-editor-block-list__layout .podcast-card .podcast-card__body {
      border: 2px solid #9653E0;
      padding: 1rem;
      background: #fff;
      display: flex;
      align-items: flex-start;
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .podcast-card .podcast-card__body {
          transition: none; } }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .podcast-card .podcast-card__body {
          flex: 0 0 65%; } }
      #editor .block-editor-block-list__layout .podcast-card .podcast-card__body .podcast-card__image {
        margin-right: 1rem; }
        #editor .block-editor-block-list__layout .podcast-card .podcast-card__body .podcast-card__image img {
          min-width: 12rem; }
      #editor .block-editor-block-list__layout .podcast-card .podcast-card__body .podcast-card__date {
        font-size: 1.75rem;
        font-weight: 700;
        margin-bottom: 0.5rem; }
      #editor .block-editor-block-list__layout .podcast-card .podcast-card__body .podcast-card__title {
        font-size: 1.75rem;
        margin-bottom: 0; }
    #editor .block-editor-block-list__layout .podcast-card .podcast-card__details {
      background: #9653E0;
      padding: 1rem;
      color: #fff;
      font-weight: 700;
      font-size: 1.75rem;
      border-left: 1px solid #9653E0;
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .podcast-card .podcast-card__details {
          transition: none; } }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .podcast-card .podcast-card__details {
          flex: 0 0 35%; } }
      #editor .block-editor-block-list__layout .podcast-card .podcast-card__details:after {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-weight: 300;
        content: "\f105";
        display: block;
        position: absolute;
        right: 1rem;
        bottom: 0.25rem;
        font-size: 2.5rem;
        z-index: 5;
        color: #002633; }
      #editor .block-editor-block-list__layout .podcast-card .podcast-card__details .podcast-card__details-episode {
        margin-bottom: 0.5rem; }
      #editor .block-editor-block-list__layout .podcast-card .podcast-card__details .podcast-card__theme-names {
        list-style-type: none;
        padding: 0;
        margin: 0;
        margin-bottom: 1rem; }
        #editor .block-editor-block-list__layout .podcast-card .podcast-card__details .podcast-card__theme-names li {
          display: inline; }
          #editor .block-editor-block-list__layout .podcast-card .podcast-card__details .podcast-card__theme-names li:after {
            content: ', '; }
          #editor .block-editor-block-list__layout .podcast-card .podcast-card__details .podcast-card__theme-names li:last-of-type:after {
            content: ''; }
      #editor .block-editor-block-list__layout .podcast-card .podcast-card__details .podcast-card__btn {
        color: #002633; }
        #editor .block-editor-block-list__layout .podcast-card .podcast-card__details .podcast-card__btn:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          z-index: 10; }
  #editor .block-editor-block-list__layout .publication-card {
    background: #002633;
    padding: 2rem 1rem;
    position: relative;
    color: #fff;
    min-height: 20rem;
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      #editor .block-editor-block-list__layout .publication-card {
        transition: none; } }
    @media (min-width: 768px) {
      #editor .block-editor-block-list__layout .publication-card {
        display: flex;
        padding-right: 2rem;
        border-left: 2rem solid #fff; } }
    #editor .block-editor-block-list__layout .publication-card a {
      color: #fff;
      text-decoration: underline; }
    @media (min-width: 768px) {
      #editor .block-editor-block-list__layout .publication-card .publication-card__body {
        flex: 0 0 70%;
        display: flex; } }
    #editor .block-editor-block-list__layout .publication-card .publication-card__body .publication-card__image {
      margin-bottom: 2rem;
      position: relative; }
      @media (min-width: 768px) {
        #editor .block-editor-block-list__layout .publication-card .publication-card__body .publication-card__image {
          margin-bottom: 0;
          flex: 0 0 10rem; } }
      #editor .block-editor-block-list__layout .publication-card .publication-card__body .publication-card__image img {
        max-width: 10rem; }
        @media (min-width: 768px) {
          #editor .block-editor-block-list__layout .publication-card .publication-card__body .publication-card__image img {
            position: absolute;
            top: 0;
            left: -3rem; } }
    #editor .block-editor-block-list__layout .publication-card .publication-card__body .publication-card__title {
      font-size: 1.75rem; }
    @media (min-width: 768px) {
      #editor .block-editor-block-list__layout .publication-card .publication-card__details {
        flex: 0 0 30%;
        padding-left: 3rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between; } }
    #editor .block-editor-block-list__layout .publication-card .publication-card__details .publication-card__details-list {
      list-style-type: none;
      margin: 0;
      margin-bottom: 1rem;
      padding: 0; }
      @media (min-width: 768px) {
        #editor .block-editor-block-list__layout .publication-card .publication-card__details .publication-card__details-list {
          font-size: 1.75rem; } }
      #editor .block-editor-block-list__layout .publication-card .publication-card__details .publication-card__details-list li strong span:last-of-type {
        display: none; }
    #editor .block-editor-block-list__layout .publication-card .publication-card__details .publication-card__buttons {
      display: flex;
      flex-direction: column; }
    #editor .block-editor-block-list__layout .publication-card .publication-card__details .publication-card__btn {
      font-weight: 700;
      font-size: 1.75rem;
      color: #002633;
      background: #FC6B7B;
      padding: 1rem 1.5rem;
      padding-right: 3rem;
      position: relative;
      text-decoration: none;
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .publication-card .publication-card__details .publication-card__btn {
          transition: none; } }
      #editor .block-editor-block-list__layout .publication-card .publication-card__details .publication-card__btn:after {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-weight: 300;
        content: "\f107";
        display: block;
        position: absolute;
        right: 1rem;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        font-size: 2.5rem;
        z-index: 5;
        color: #002633; }
      #editor .block-editor-block-list__layout .publication-card .publication-card__details .publication-card__btn--read-more:after {
        content: "\f105"; }
      #editor .block-editor-block-list__layout .publication-card .publication-card__details .publication-card__btn:hover {
        background: #fff;
        color: #002633; }
        #editor .block-editor-block-list__layout .publication-card .publication-card__details .publication-card__btn:hover:after {
          color: #002633; }
    #editor .block-editor-block-list__layout .publication-card--elf-blue {
      background: #42B3FD;
      color: #002633; }
      #editor .block-editor-block-list__layout .publication-card--elf-blue a {
        color: #002633; }
      #editor .block-editor-block-list__layout .publication-card--elf-blue .publication-card__details .publication-card__btn {
        background: #002633;
        color: #fff;
        text-decoration: none; }
        #editor .block-editor-block-list__layout .publication-card--elf-blue .publication-card__details .publication-card__btn:after {
          color: #fff; }
  #editor .block-editor-block-list__layout .person {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    color: #fff;
    overflow: hidden; }
    #editor .block-editor-block-list__layout .person:hover .person__header {
      background: #002633; }
    #editor .block-editor-block-list__layout .person:hover .person__body {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    #editor .block-editor-block-list__layout .person a {
      color: #fff; }
    #editor .block-editor-block-list__layout .person__header {
      flex: 1 0 0;
      background: #007FA3;
      padding: 1rem;
      padding-right: 3.5rem;
      position: relative;
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .person__header {
          transition: none; } }
      #editor .block-editor-block-list__layout .person__header:before {
        font-size: 2.25rem;
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-weight: 300;
        content: "\f067";
        position: absolute;
        top: 1rem;
        right: 1.25rem; }
      #editor .block-editor-block-list__layout .person__header .person__name {
        font-size: 1.75rem;
        margin-bottom: 0.25rem; }
      #editor .block-editor-block-list__layout .person__header .person__role {
        margin-bottom: 0; }
    #editor .block-editor-block-list__layout .person__body {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background: #002633;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .person__body {
          transition: none; } }
      #editor .block-editor-block-list__layout .person__body .person__body-content {
        padding: 1rem;
        padding-top: 0; }
  #editor .block-editor-block-list__layout .post-footer {
    padding-top: 4rem;
    font-size: 1rem; }
    #editor .block-editor-block-list__layout .post-footer .event-download-link {
      width: 100%;
      max-width: 54.625rem;
      margin-right: auto;
      margin-left: auto; }
    #editor .block-editor-block-list__layout .post-footer .post-footer__meta {
      position: relative; }
      #editor .block-editor-block-list__layout .post-footer .post-footer__meta .post-footer__meta-list {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        #editor .block-editor-block-list__layout .post-footer .post-footer__meta .post-footer__meta-list li .comma:last-of-type {
          display: none; }
      #editor .block-editor-block-list__layout .post-footer .post-footer__meta .post-footer__action-button {
        margin: 1rem 0; }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .post-footer .post-footer__meta .post-footer__action-button {
            position: absolute;
            right: 0;
            bottom: 0;
            margin: 0; } }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .post-footer .post-footer__meta .post-footer__action-button + .post-footer__meta-list {
            margin-right: 15rem; } }
    #editor .block-editor-block-list__layout .post-footer .post-footer__divider {
      margin: 1rem 0;
      height: 0.5rem;
      width: 100%;
      background-image: linear-gradient(to right, #006682 0%, #007FA3 100%); }
    #editor .block-editor-block-list__layout .post-footer .share-bar {
      display: flex; }
      #editor .block-editor-block-list__layout .post-footer .share-bar .share-bar__title {
        margin-right: 1rem; }
      #editor .block-editor-block-list__layout .post-footer .share-bar .a2a_kit a {
        display: block;
        height: 2rem;
        line-height: 2rem;
        width: 2rem;
        border: 1px solid #002633;
        text-align: center;
        color: #002633;
        margin-right: 0.5rem; }
        #editor .block-editor-block-list__layout .post-footer .share-bar .a2a_kit a:hover {
          background: #002633;
          color: #fff; }
    #editor .block-editor-block-list__layout .post-footer--elf-blue .post-footer__divider {
      background-image: linear-gradient(to right, #006682 0%, #007FA3 100%); }
    #editor .block-editor-block-list__layout .post-footer--elf-ink .post-footer__divider {
      background-image: linear-gradient(to right, #001e29 0%, #002633 100%); }
    #editor .block-editor-block-list__layout .post-footer--blue .post-footer__divider {
      background-image: linear-gradient(to right, #358fca 0%, #42B3FD 100%); }
    #editor .block-editor-block-list__layout .post-footer--purple .post-footer__divider {
      background-image: linear-gradient(to right, #7842b3 0%, #9653E0 100%); }
    #editor .block-editor-block-list__layout .post-footer--pink .post-footer__divider {
      background-image: linear-gradient(to right, #ca5662 0%, #FC6B7B 100%); }
    #editor .block-editor-block-list__layout .post-footer--red .post-footer__divider {
      background-image: linear-gradient(to right, #b02a37 0%, #dc3545 100%); }
    #editor .block-editor-block-list__layout .post-footer--orange .post-footer__divider {
      background-image: linear-gradient(to right, #c35006 0%, #F46407 100%); }
    #editor .block-editor-block-list__layout .post-footer--biscuit .post-footer__divider {
      background-image: linear-gradient(to right, #a17e52 0%, #C99E67 100%); }
    #editor .block-editor-block-list__layout .post-footer--yellow .post-footer__divider {
      background-image: linear-gradient(to right, #cc9a06 0%, #ffc107 100%); }
    #editor .block-editor-block-list__layout .post-footer--teal .post-footer__divider {
      background-image: linear-gradient(to right, #188883 0%, #1EAAA4 100%); }
    #editor .block-editor-block-list__layout .post-footer--white .post-footer__divider {
      background-image: linear-gradient(to right, #cccccc 0%, #fff 100%); }
    #editor .block-editor-block-list__layout .post-footer--gray .post-footer__divider {
      background-image: linear-gradient(to right, #565e64 0%, #6c757d 100%); }
    #editor .block-editor-block-list__layout .post-footer--gray-dark .post-footer__divider {
      background-image: linear-gradient(to right, #2a2e33 0%, #343a40 100%); }
  #editor .block-editor-block-list__layout .g-block .g-block__content {
    position: relative;
    z-index: 10; }
  #editor .block-editor-block-list__layout .g-block.aligncenter {
    text-align: center; }
  #editor .block-editor-block-list__layout .g-block.alignright {
    text-align: right; }
  #editor .block-editor-block-list__layout .g-block.alignwide .container, #editor .block-editor-block-list__layout .g-block.alignwide .elf__block {
    max-width: 1140px; }
  #editor .block-editor-block-list__layout .g-block.alignfull .container, #editor .block-editor-block-list__layout .g-block.alignfull .elf__block {
    max-width: 100%;
    padding: 0; }
  #editor .block-editor-block-list__layout .g-block.constrain-width .g-block__content {
    width: 100%;
    max-width: 54.625rem;
    margin-left: auto;
    margin-right: auto; }
  #editor .block-editor-block-list__layout .elf__block-content h1, #editor .block-editor-block-list__layout .elf__block-content .h1, #editor .block-editor-block-list__layout .elf__block-content h2, #editor .block-editor-block-list__layout .elf__block-content .h2, #editor .block-editor-block-list__layout .elf__block-content h3, #editor .block-editor-block-list__layout .elf__block-content .h3, #editor .block-editor-block-list__layout .elf__block-content .member-map .map-results .map-results__header .map-results__title, #editor .block-editor-block-list__layout .member-map .map-results .map-results__header .elf__block-content .map-results__title, #editor .block-editor-block-list__layout .elf__block-content h4, #editor .block-editor-block-list__layout .elf__block-content .h4, #editor .block-editor-block-list__layout .elf__block-content h5, #editor .block-editor-block-list__layout .elf__block-content .h5, #editor .block-editor-block-list__layout .elf__block-content h6, #editor .block-editor-block-list__layout .elf__block-content .h6, #editor .block-editor-block-list__layout .elf__block-content p, #editor .block-editor-block-list__layout .elf__block-content ul, #editor .block-editor-block-list__layout .elf__block-content ol,
  #editor .block-editor-block-list__layout .elf__block-content .gform_wrapper,
  #editor .block-editor-block-list__layout .elf__block-content figure {
    width: 100%;
    max-width: 54.625rem;
    margin-right: auto;
    margin-left: auto; }
  #editor .block-editor-block-list__layout .elf__block-content .wp-block-image img {
    min-width: auto; }
  #editor .block-editor-block-list__layout ul.social-media-icons {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    #editor .block-editor-block-list__layout ul.social-media-icons li {
      display: inline-block;
      margin-right: 0.5rem; }
  #editor .block-editor-block-list__layout .accordion .g-block__content {
    margin: 0 auto; }
  #editor .block-editor-block-list__layout .accordion .accordion-item {
    margin-bottom: 1rem; }
    #editor .block-editor-block-list__layout .accordion .accordion-item .accordion-header .accordion-button {
      color: #fff;
      background-image: linear-gradient(130deg, #007FA3, #66b2c8);
      font-weight: 600;
      padding-right: 3rem;
      transition: all 0.2s linear;
      border: none; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .accordion .accordion-item .accordion-header .accordion-button {
          transition: none; } }
      #editor .block-editor-block-list__layout .accordion .accordion-item .accordion-header .accordion-button:focus {
        box-shadow: none; }
      #editor .block-editor-block-list__layout .accordion .accordion-item .accordion-header .accordion-button:hover {
        background-image: linear-gradient(130deg, #004c62, #3399b5); }
      #editor .block-editor-block-list__layout .accordion .accordion-item .accordion-header .accordion-button:after {
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 1.75rem;
        position: absolute;
        right: 1.25rem;
        top: 0.75rem;
        z-index: 10;
        content: "\f078";
        color: #fff;
        background: none;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0); }
      #editor .block-editor-block-list__layout .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
        background: #002633 !important;
        line-height: 1.6; }
        #editor .block-editor-block-list__layout .accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"]:after {
          content: "\f077"; }
  #editor .block-editor-block-list__layout .wp-block .lottie-player {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background: #007FA3;
    position: relative; }
    #editor .block-editor-block-list__layout .wp-block .lottie-player:after {
      content: 'Animation';
      color: #002633;
      font-weight: 700;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  #editor .block-editor-block-list__layout .elf-blockquote {
    position: relative;
    padding: 1.5rem 5rem 4rem 2rem;
    background-image: linear-gradient(130deg, #66b2c8, #cce5ed);
    border-radius: 0 8rem 0 8rem; }
    #editor .block-editor-block-list__layout .elf-blockquote--elf-blue {
      background-image: linear-gradient(130deg, #66b2c8, #cce5ed); }
      #editor .block-editor-block-list__layout .elf-blockquote--elf-blue .elf-blockquote__quote svg * {
        fill: #007FA3; }
    #editor .block-editor-block-list__layout .elf-blockquote--elf-ink {
      background-image: linear-gradient(130deg, #667d85, #ccd4d6); }
      #editor .block-editor-block-list__layout .elf-blockquote--elf-ink .elf-blockquote__quote svg * {
        fill: #002633; }
    #editor .block-editor-block-list__layout .elf-blockquote--blue {
      background-image: linear-gradient(130deg, #8ed1fe, #d9f0ff); }
      #editor .block-editor-block-list__layout .elf-blockquote--blue .elf-blockquote__quote svg * {
        fill: #42B3FD; }
    #editor .block-editor-block-list__layout .elf-blockquote--purple {
      background-image: linear-gradient(130deg, #c098ec, #eaddf9); }
      #editor .block-editor-block-list__layout .elf-blockquote--purple .elf-blockquote__quote svg * {
        fill: #9653E0; }
    #editor .block-editor-block-list__layout .elf-blockquote--pink {
      background-image: linear-gradient(130deg, #fda6b0, #fee1e5); }
      #editor .block-editor-block-list__layout .elf-blockquote--pink .elf-blockquote__quote svg * {
        fill: #FC6B7B; }
    #editor .block-editor-block-list__layout .elf-blockquote--red {
      background-image: linear-gradient(130deg, #ea868f, #f8d7da); }
      #editor .block-editor-block-list__layout .elf-blockquote--red .elf-blockquote__quote svg * {
        fill: #dc3545; }
    #editor .block-editor-block-list__layout .elf-blockquote--orange {
      background-image: linear-gradient(130deg, #f8a26a, #fde0cd); }
      #editor .block-editor-block-list__layout .elf-blockquote--orange .elf-blockquote__quote svg * {
        fill: #F46407; }
    #editor .block-editor-block-list__layout .elf-blockquote--biscuit {
      background-image: linear-gradient(130deg, #dfc5a4, #f4ece1); }
      #editor .block-editor-block-list__layout .elf-blockquote--biscuit .elf-blockquote__quote svg * {
        fill: #C99E67; }
    #editor .block-editor-block-list__layout .elf-blockquote--yellow {
      background-image: linear-gradient(130deg, #ffda6a, #fff3cd); }
      #editor .block-editor-block-list__layout .elf-blockquote--yellow .elf-blockquote__quote svg * {
        fill: #ffc107; }
    #editor .block-editor-block-list__layout .elf-blockquote--teal {
      background-image: linear-gradient(130deg, #78ccc8, #d2eeed); }
      #editor .block-editor-block-list__layout .elf-blockquote--teal .elf-blockquote__quote svg * {
        fill: #1EAAA4; }
    #editor .block-editor-block-list__layout .elf-blockquote--white {
      background-image: linear-gradient(130deg, white, white); }
      #editor .block-editor-block-list__layout .elf-blockquote--white .elf-blockquote__quote svg * {
        fill: #fff; }
    #editor .block-editor-block-list__layout .elf-blockquote--gray {
      background-image: linear-gradient(130deg, #a7acb1, #e2e3e5); }
      #editor .block-editor-block-list__layout .elf-blockquote--gray .elf-blockquote__quote svg * {
        fill: #6c757d; }
    #editor .block-editor-block-list__layout .elf-blockquote--gray-dark {
      background-image: linear-gradient(130deg, #85898c, #d6d8d9); }
      #editor .block-editor-block-list__layout .elf-blockquote--gray-dark .elf-blockquote__quote svg * {
        fill: #343a40; }
    #editor .block-editor-block-list__layout .elf-blockquote .elf-blockquote__quote {
      width: 3rem;
      height: 2.385rem;
      margin-bottom: 1rem; }
      #editor .block-editor-block-list__layout .elf-blockquote .elf-blockquote__quote--end {
        position: absolute;
        right: 1.25rem;
        bottom: 0.75rem; }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .cta__body {
      display: flex;
      align-items: flex-end; } }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .cta.cta__image {
      flex: 0 0 57.18%; } }
  #editor .block-editor-block-list__layout .cta__content {
    padding: 1rem;
    background: #002633;
    color: #fff;
    font-size: 1.75rem; }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .cta__content {
        flex: 0 0 42.82%; } }
  #editor .block-editor-block-list__layout .cta__title {
    font-size: 2.8125rem;
    font-weight: 700; }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .cta__footer {
      display: flex;
      justify-content: flex-end; } }
  #editor .block-editor-block-list__layout .cta__footer .btn, #editor .block-editor-block-list__layout .cta__footer body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .cta__footer input[type="submit"] {
    text-align: left; }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .cta__footer .btn, #editor .block-editor-block-list__layout .cta__footer body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .cta__footer input[type="submit"] {
        width: 100%;
        flex: 0 0 42.82%;
        max-width: 42.82%; } }
  #editor .block-editor-block-list__layout .cta--small {
    max-width: 61rem;
    margin: 0 auto; }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .cta--small {
        margin-bottom: 4rem; } }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .cta--small .cta__image {
        flex: 0 0 50%; }
        #editor .block-editor-block-list__layout .cta--small .cta__image img {
          -webkit-transform: translateY(7rem);
                  transform: translateY(7rem); } }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .cta--small .cta__content {
        flex: 0 0 50%; } }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .cta--small .cta__footer .btn, #editor .block-editor-block-list__layout .cta--small .cta__footer body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .cta--small .cta__footer input[type="submit"] {
        flex: 0 0 50%;
        max-width: 50%; } }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .cta--image-right .cta__body {
      flex-direction: row-reverse; } }
  @media (min-width: 992px) {
    #editor .block-editor-block-list__layout .cta--image-right .cta__footer {
      justify-content: flex-start; } }
  #editor .block-editor-block-list__layout .download-card {
    background: #007FA3;
    color: #fff;
    padding: 1.5rem;
    position: relative;
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      #editor .block-editor-block-list__layout .download-card {
        transition: none; } }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .download-card {
        display: flex; } }
    #editor .block-editor-block-list__layout .download-card:hover {
      background: #006c8b; }
      #editor .block-editor-block-list__layout .download-card:hover .btn, #editor .block-editor-block-list__layout .download-card:hover body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .download-card:hover input[type="submit"] {
        color: #fff; }
    #editor .block-editor-block-list__layout .download-card .download-card__svg {
      width: 4rem;
      height: 4.796rem;
      margin-bottom: 1rem; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .download-card .download-card__svg {
          flex: 0 0 8rem;
          width: 8rem;
          height: 9.592rem;
          padding: 1.5rem;
          margin-bottom: 0;
          margin-right: 1.5rem; } }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .download-card .download-card__content {
        flex: 1 0 0;
        padding-right: 3.5rem; } }
    #editor .block-editor-block-list__layout .download-card .download-card__details {
      font-size: 1.5625rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .download-card .download-card__details {
          font-size: 1.25rem;
          flex: 0 0 25%; } }
      @media (min-width: 1200px) {
        #editor .block-editor-block-list__layout .download-card .download-card__details {
          font-size: 1.5625rem; } }
      #editor .block-editor-block-list__layout .download-card .download-card__details .download-card__meta {
        list-style-type: none;
        margin: 0;
        margin-bottom: 1rem;
        padding: 0; }
    #editor .block-editor-block-list__layout .download-card .btn, #editor .block-editor-block-list__layout .download-card body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .download-card input[type="submit"] {
      position: static;
      font-size: 1.5625rem;
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .download-card .btn, #editor .block-editor-block-list__layout .download-card body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .download-card input[type="submit"] {
          transition: none; } }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .download-card .btn, #editor .block-editor-block-list__layout .download-card body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .download-card input[type="submit"] {
          font-size: 1.25rem; } }
      @media (min-width: 1200px) {
        #editor .block-editor-block-list__layout .download-card .btn, #editor .block-editor-block-list__layout .download-card body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .download-card input[type="submit"] {
          font-size: 1.5625rem; } }
      #editor .block-editor-block-list__layout .download-card .btn:after, #editor .block-editor-block-list__layout .download-card body .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:after, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .download-card input[type="submit"]:after {
        font-weight: 900;
        content: "\f019"; }
      #editor .block-editor-block-list__layout .download-card .btn:before, #editor .block-editor-block-list__layout .download-card body .gform_wrapper.gravity-theme .gform_footer input[type="submit"]:before, #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .download-card input[type="submit"]:before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: '';
        display: block; }
  #editor .block-editor-block-list__layout .image-slider .img-slide img {
    position: relative;
    z-index: 10; }
  #editor .block-editor-block-list__layout .image-slider .img-slide .img-slide__content {
    background: #002633;
    color: #fff;
    padding: 1.5rem;
    margin: -2rem 6rem 0 1rem;
    position: relative;
    z-index: 15; }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .image-slider .img-slide .img-slide__content {
        margin: -2rem 6rem 0 2rem; } }
    #editor .block-editor-block-list__layout .image-slider .img-slide .img-slide__content .img-slide__description {
      font-weight: 700; }
  #editor .block-editor-block-list__layout .image-slider .slick-arrow {
    background: #002633;
    padding: 0.25rem;
    border: none;
    height: 2rem;
    width: 2rem;
    z-index: 30;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.2s linear; }
    @media (prefers-reduced-motion: reduce) {
      #editor .block-editor-block-list__layout .image-slider .slick-arrow {
        transition: none; } }
    @media (min-width: 768px) {
      #editor .block-editor-block-list__layout .image-slider .slick-arrow {
        bottom: auto;
        top: 23.5rem; } }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .image-slider .slick-arrow {
        top: 29rem; } }
    #editor .block-editor-block-list__layout .image-slider .slick-arrow:hover {
      background: #007FA3; }
      #editor .block-editor-block-list__layout .image-slider .slick-arrow:hover:before {
        color: #fff; }
    #editor .block-editor-block-list__layout .image-slider .slick-arrow:before {
      font-size: 1.25rem;
      font-family: 'Font Awesome 5 Pro';
      font-style: normal;
      font-weight: 400;
      content: "\f054";
      position: absolute;
      left: 50%;
      top: 50%;
      color: #fff;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #editor .block-editor-block-list__layout .image-slider .slick-arrow.slick-prev {
      left: auto;
      right: 2.5rem; }
      #editor .block-editor-block-list__layout .image-slider .slick-arrow.slick-prev:before {
        content: "\f053"; }
  #editor .block-editor-block-list__layout .member-map .map-results-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #editor .block-editor-block-list__layout .member-map .map-intro {
    background: #007FA3;
    padding: 2rem;
    color: #fff;
    font-size: 1.75rem; }
    #editor .block-editor-block-list__layout .member-map .map-intro .block-title {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 1rem; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .member-map .map-intro .block-title {
          font-size: 2.8125rem; } }
  #editor .block-editor-block-list__layout .member-map .the-member-map {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    z-index: 10;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .member-map .the-member-map {
        margin-top: 4rem;
        padding-bottom: 60%; } }
  #editor .block-editor-block-list__layout .member-map .map-results {
    background: #002633;
    padding: 2rem;
    color: #fff;
    position: relative; }
    #editor .block-editor-block-list__layout .member-map .map-results:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 1rem 2rem 1rem;
      border-color: transparent transparent #002633 transparent;
      position: absolute;
      right: 25%;
      top: 0;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .member-map .map-results .map-results__header {
        display: flex;
        justify-content: space-between; } }
    #editor .block-editor-block-list__layout .member-map .map-results .map-results__header .map-results__title {
      margin-bottom: 0.25rem; }
    #editor .block-editor-block-list__layout .member-map .map-results .map-results__header .map-results__country {
      text-transform: uppercase;
      margin-bottom: 1rem; }
    #editor .block-editor-block-list__layout .member-map .map-results .map-results__header .map-results__logo {
      background: #fff;
      max-width: 10rem;
      margin-bottom: 1rem;
      padding: 0.5rem; }
    #editor .block-editor-block-list__layout .member-map .map-results .map-results__content {
      font-size: 1rem;
      margin-bottom: 1.5rem; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .member-map .map-results .map-results__content {
          font-size: 1.25rem; } }
      #editor .block-editor-block-list__layout .member-map .map-results .map-results__content a {
        color: #fff;
        text-decoration: underline; }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .member-map .map-results .map-results__footer {
        display: flex;
        justify-content: space-between; } }
    #editor .block-editor-block-list__layout .member-map .map-results .map-results__footer .map-results__social-media {
      padding-top: 1rem; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .member-map .map-results .map-results__footer .map-results__social-media {
          padding-top: 0;
          margin-right: 0; } }
      #editor .block-editor-block-list__layout .member-map .map-results .map-results__footer .map-results__social-media ul {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        #editor .block-editor-block-list__layout .member-map .map-results .map-results__footer .map-results__social-media ul li {
          display: inline-block;
          margin-right: 1rem; }
          @media (min-width: 992px) {
            #editor .block-editor-block-list__layout .member-map .map-results .map-results__footer .map-results__social-media ul li {
              margin-left: 1.25rem; } }
          #editor .block-editor-block-list__layout .member-map .map-results .map-results__footer .map-results__social-media ul li a {
            color: #fff;
            font-size: 2rem; }
  #editor .block-editor-block-list__layout .g-block.portal-boxes .g-block__content {
    width: 100%;
    max-width: 67rem;
    margin: 0 auto; }
  #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box {
    display: flex;
    position: relative; }
    #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content {
      margin-bottom: 1.5rem;
      display: flex;
      flex: 0 0 100%;
      color: #fff;
      flex-direction: column;
      justify-content: space-between; }
      #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy {
        padding: 1.5rem 1rem 2rem;
        flex: 1 0 0; }
        #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy.bg-white {
          color: #002633;
          border: 1px solid #002633; }
        #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy h1, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy .h1, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy h2, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy .h2, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy h3, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy .h3, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy .member-map .map-results .map-results__header .map-results__title, #editor .block-editor-block-list__layout .member-map .map-results .map-results__header .elf-portal-boxes .portal-box__content-copy .map-results__title, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy h4, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy .h4, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy h5, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy .h5, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy h6, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-copy .h6 {
          margin-bottom: 1rem; }
      #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-link {
        background: transparent; }
        #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-link .btn, #editor .block-editor-block-list__layout .elf-portal-boxes .portal-box__content-link body .gform_wrapper.gravity-theme .gform_footer input[type="submit"], #editor .block-editor-block-list__layout body .gform_wrapper.gravity-theme .gform_footer .elf-portal-boxes .portal-box__content-link input[type="submit"] {
          width: 100%;
          text-align: left;
          -webkit-transform: translate(-0.5rem, -1rem);
                  transform: translate(-0.5rem, -1rem); }
  #editor .block-editor-block-list__layout .divider {
    width: 100%; }
    @media (min-width: 768px) {
      #editor .block-editor-block-list__layout .divider {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 2rem; } }
    @media (min-width: 768px) {
      #editor .block-editor-block-list__layout .divider .divider__title {
        margin-bottom: 0;
        flex: 0 0 40%;
        padding-right: 2rem; } }
    #editor .block-editor-block-list__layout .divider .the-divider {
      height: 0.75rem;
      width: 100%;
      margin-bottom: 2rem;
      background-image: linear-gradient(to right, #007FA3 0%, #1EAAA4 100%); }
      @media (min-width: 768px) {
        #editor .block-editor-block-list__layout .divider .the-divider {
          flex: 1 0 60%;
          margin-bottom: 0; } }
    #editor .block-editor-block-list__layout .divider--elf-blue .the-divider {
      background-image: linear-gradient(to right, #005972 0%, #007FA3 100%); }
    #editor .block-editor-block-list__layout .divider--elf-ink .the-divider {
      background-image: linear-gradient(to right, #001b24 0%, #002633 100%); }
    #editor .block-editor-block-list__layout .divider--blue .the-divider {
      background-image: linear-gradient(to right, #2e7db1 0%, #42B3FD 100%); }
    #editor .block-editor-block-list__layout .divider--purple .the-divider {
      background-image: linear-gradient(to right, #693a9d 0%, #9653E0 100%); }
    #editor .block-editor-block-list__layout .divider--pink .the-divider {
      background-image: linear-gradient(to right, #b04b56 0%, #FC6B7B 100%); }
    #editor .block-editor-block-list__layout .divider--red .the-divider {
      background-image: linear-gradient(to right, #9a2530 0%, #dc3545 100%); }
    #editor .block-editor-block-list__layout .divider--orange .the-divider {
      background-image: linear-gradient(to right, #ab4605 0%, #F46407 100%); }
    #editor .block-editor-block-list__layout .divider--biscuit .the-divider {
      background-image: linear-gradient(to right, #8d6f48 0%, #C99E67 100%); }
    #editor .block-editor-block-list__layout .divider--yellow .the-divider {
      background-image: linear-gradient(to right, #b38705 0%, #ffc107 100%); }
    #editor .block-editor-block-list__layout .divider--teal .the-divider {
      background-image: linear-gradient(to right, #157773 0%, #1EAAA4 100%); }
    #editor .block-editor-block-list__layout .divider--white .the-divider {
      background-image: linear-gradient(to right, #b3b3b3 0%, #fff 100%); }
    #editor .block-editor-block-list__layout .divider--gray .the-divider {
      background-image: linear-gradient(to right, #4c5258 0%, #6c757d 100%); }
    #editor .block-editor-block-list__layout .divider--gray-dark .the-divider {
      background-image: linear-gradient(to right, #24292d 0%, #343a40 100%); }
  #editor .block-editor-block-list__layout .section-divider.has-gradient {
    position: relative; }
    #editor .block-editor-block-list__layout .section-divider.has-gradient > .container, #editor .block-editor-block-list__layout .section-divider.has-gradient > .elf__block {
      position: relative;
      z-index: 10; }
    #editor .block-editor-block-list__layout .section-divider.has-gradient .divider {
      padding-top: 5rem; }
    #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient {
      position: absolute;
      z-index: 0;
      width: 100%;
      height: 60rem;
      top: -10rem;
      left: 0;
      background-image: linear-gradient(175deg, #b3d9e3, rgba(0, 127, 163, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--elf-blue {
        background-image: linear-gradient(175deg, #b3d9e3, rgba(0, 127, 163, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--elf-ink {
        background-image: linear-gradient(175deg, #b3bec2, rgba(0, 38, 51, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--blue {
        background-image: linear-gradient(175deg, #c6e8fe, rgba(66, 179, 253, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--purple {
        background-image: linear-gradient(175deg, #e0cbf6, rgba(150, 83, 224, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--pink {
        background-image: linear-gradient(175deg, #fed3d7, rgba(252, 107, 123, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--red {
        background-image: linear-gradient(175deg, #f5c2c7, rgba(220, 53, 69, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--orange {
        background-image: linear-gradient(175deg, #fcd1b5, rgba(244, 100, 7, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--biscuit {
        background-image: linear-gradient(175deg, #efe2d1, rgba(201, 158, 103, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--yellow {
        background-image: linear-gradient(175deg, #ffecb5, rgba(255, 193, 7, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--teal {
        background-image: linear-gradient(175deg, #bce6e4, rgba(30, 170, 164, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--white {
        background-image: linear-gradient(175deg, white, rgba(255, 255, 255, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--gray {
        background-image: linear-gradient(175deg, #d3d6d8, rgba(108, 117, 125, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient--gray-dark {
        background-image: linear-gradient(175deg, #c2c4c6, rgba(52, 58, 64, 0)); }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient:before {
        display: block;
        content: '';
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        border-bottom-left-radius: 10rem;
        height: 10rem;
        z-index: 1; }
      #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient .divider-gradient__curve {
        position: absolute;
        top: 10rem;
        right: 0;
        width: 10rem;
        height: 10rem; }
        #editor .block-editor-block-list__layout .section-divider.has-gradient .divider-gradient .divider-gradient__curve svg * {
          fill: #fff; }
    #editor .block-editor-block-list__layout .section-divider.has-gradient + div {
      position: relative;
      z-index: 10; }
  #editor .block-editor-block-list__layout .list-staff .staff-card {
    margin-bottom: 1.5rem; }
  #editor .block-editor-block-list__layout .testimonials-slider {
    margin-bottom: 0 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider .slick-list {
      margin-bottom: 2rem; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .testimonials-slider .slick-list {
          margin-bottom: 0; } }
    #editor .block-editor-block-list__layout .testimonials-slider .t-slide {
      position: relative;
      display: none;
      margin-bottom: 4.5rem; }
      #editor .block-editor-block-list__layout .testimonials-slider .t-slide:nth-of-type(1) {
        display: block; }
      #editor .block-editor-block-list__layout .testimonials-slider .t-slide .elf-blockquote {
        padding-bottom: 7rem;
        margin-bottom: 0; }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .testimonials-slider .t-slide .elf-blockquote {
            padding-bottom: 4rem;
            padding-right: 10rem;
            margin-bottom: 0;
            margin-right: 30%; } }
        @media (min-width: 1200px) {
          #editor .block-editor-block-list__layout .testimonials-slider .t-slide .elf-blockquote {
            font-size: 1.75rem; } }
        #editor .block-editor-block-list__layout .testimonials-slider .t-slide .elf-blockquote .elf-blockquote__quote--end {
          bottom: 6.75rem; }
          @media (min-width: 992px) {
            #editor .block-editor-block-list__layout .testimonials-slider .t-slide .elf-blockquote .elf-blockquote__quote--end {
              bottom: 3.75rem;
              right: 6rem; } }
      #editor .block-editor-block-list__layout .testimonials-slider .t-slide .t-slide__image {
        position: absolute;
        right: 1rem;
        bottom: 0;
        width: 15rem;
        -webkit-transform: translateY(50%);
                transform: translateY(50%); }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .testimonials-slider .t-slide .t-slide__image {
            right: 0;
            bottom: 0;
            width: 35%;
            -webkit-transform: translateY(25%);
                    transform: translateY(25%); } }
    #editor .block-editor-block-list__layout .testimonials-slider.slick-initialized .t-slide {
      display: block; }
    #editor .block-editor-block-list__layout .testimonials-slider .testimonial-dots {
      display: flex;
      justify-content: stretch;
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-right: 6rem;
      border-bottom: 1px solid #007FA3; }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .testimonials-slider .testimonial-dots {
          position: absolute;
          left: 0;
          bottom: 4px;
          width: 55%; } }
      @media (min-width: 1200px) {
        #editor .block-editor-block-list__layout .testimonials-slider .testimonial-dots {
          width: 56%; } }
      #editor .block-editor-block-list__layout .testimonials-slider .testimonial-dots li {
        display: block;
        flex: 1 0 0; }
        #editor .block-editor-block-list__layout .testimonials-slider .testimonial-dots li.slick-active button:before {
          opacity: 1; }
        #editor .block-editor-block-list__layout .testimonials-slider .testimonial-dots li button {
          border: 0;
          background: transparent;
          display: block;
          height: 0.75rem;
          width: 100%;
          outline: none;
          line-height: 0px;
          font-size: 0px;
          color: transparent;
          position: relative; }
          #editor .block-editor-block-list__layout .testimonials-slider .testimonial-dots li button:before {
            display: block;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0.75rem;
            background: #007FA3;
            opacity: 0;
            transition: all 0.2s linear; }
            @media (prefers-reduced-motion: reduce) {
              #editor .block-editor-block-list__layout .testimonials-slider .testimonial-dots li button:before {
                transition: none; } }
    #editor .block-editor-block-list__layout .testimonials-slider .slick-arrow {
      background: #007FA3;
      padding: 0.25rem;
      border: none;
      height: 2rem;
      width: 2rem;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 30;
      transition: all 0.2s linear; }
      @media (prefers-reduced-motion: reduce) {
        #editor .block-editor-block-list__layout .testimonials-slider .slick-arrow {
          transition: none; } }
      @media (min-width: 992px) {
        #editor .block-editor-block-list__layout .testimonials-slider .slick-arrow {
          right: 36%;
          bottom: 3px; } }
      #editor .block-editor-block-list__layout .testimonials-slider .slick-arrow:before {
        font-size: 1.25rem;
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-weight: 400;
        content: "\f054";
        position: absolute;
        left: 50%;
        top: 50%;
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      #editor .block-editor-block-list__layout .testimonials-slider .slick-arrow.slick-prev {
        right: 2.5rem;
        left: auto; }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .testimonials-slider .slick-arrow.slick-prev {
            right: 40%; } }
        @media (min-width: 1200px) {
          #editor .block-editor-block-list__layout .testimonials-slider .slick-arrow.slick-prev {
            right: 39%; } }
        #editor .block-editor-block-list__layout .testimonials-slider .slick-arrow.slick-prev:before {
          content: "\f053"; }
    #editor .block-editor-block-list__layout .testimonials-slider--elf-blue .testimonial-dots {
      border-bottom-color: #007FA3 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--elf-blue .testimonial-dots li button:before {
        background: #007FA3 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--elf-blue .slick-arrow {
      background: #007FA3 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--elf-blue .slick-arrow:before {
        color: #fff !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--elf-ink .testimonial-dots {
      border-bottom-color: #002633 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--elf-ink .testimonial-dots li button:before {
        background: #002633 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--elf-ink .slick-arrow {
      background: #002633 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--elf-ink .slick-arrow:before {
        color: #fff !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--blue .testimonial-dots {
      border-bottom-color: #42B3FD !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--blue .testimonial-dots li button:before {
        background: #42B3FD !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--blue .slick-arrow {
      background: #42B3FD !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--blue .slick-arrow:before {
        color: #000 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--purple .testimonial-dots {
      border-bottom-color: #9653E0 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--purple .testimonial-dots li button:before {
        background: #9653E0 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--purple .slick-arrow {
      background: #9653E0 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--purple .slick-arrow:before {
        color: #fff !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--pink .testimonial-dots {
      border-bottom-color: #FC6B7B !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--pink .testimonial-dots li button:before {
        background: #FC6B7B !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--pink .slick-arrow {
      background: #FC6B7B !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--pink .slick-arrow:before {
        color: #000 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--red .testimonial-dots {
      border-bottom-color: #dc3545 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--red .testimonial-dots li button:before {
        background: #dc3545 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--red .slick-arrow {
      background: #dc3545 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--red .slick-arrow:before {
        color: #fff !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--orange .testimonial-dots {
      border-bottom-color: #F46407 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--orange .testimonial-dots li button:before {
        background: #F46407 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--orange .slick-arrow {
      background: #F46407 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--orange .slick-arrow:before {
        color: #000 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--biscuit .testimonial-dots {
      border-bottom-color: #C99E67 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--biscuit .testimonial-dots li button:before {
        background: #C99E67 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--biscuit .slick-arrow {
      background: #C99E67 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--biscuit .slick-arrow:before {
        color: #000 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--yellow .testimonial-dots {
      border-bottom-color: #ffc107 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--yellow .testimonial-dots li button:before {
        background: #ffc107 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--yellow .slick-arrow {
      background: #ffc107 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--yellow .slick-arrow:before {
        color: #000 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--teal .testimonial-dots {
      border-bottom-color: #1EAAA4 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--teal .testimonial-dots li button:before {
        background: #1EAAA4 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--teal .slick-arrow {
      background: #1EAAA4 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--teal .slick-arrow:before {
        color: #000 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--white .testimonial-dots {
      border-bottom-color: #fff !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--white .testimonial-dots li button:before {
        background: #fff !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--white .slick-arrow {
      background: #fff !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--white .slick-arrow:before {
        color: #000 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--gray .testimonial-dots {
      border-bottom-color: #6c757d !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--gray .testimonial-dots li button:before {
        background: #6c757d !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--gray .slick-arrow {
      background: #6c757d !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--gray .slick-arrow:before {
        color: #fff !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--gray-dark .testimonial-dots {
      border-bottom-color: #343a40 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--gray-dark .testimonial-dots li button:before {
        background: #343a40 !important; }
    #editor .block-editor-block-list__layout .testimonials-slider--gray-dark .slick-arrow {
      background: #343a40 !important; }
      #editor .block-editor-block-list__layout .testimonials-slider--gray-dark .slick-arrow:before {
        color: #fff !important; }
  #editor .block-editor-block-list__layout .homepage-bg-svg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 94.195%;
    z-index: 1; }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .homepage-bg-svg {
        display: block; } }
    #editor .block-editor-block-list__layout .homepage-bg-svg svg {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  #editor .block-editor-block-list__layout .raiser-pagination {
    text-align: right;
    padding-top: 2rem; }
    @media (min-width: 768px) {
      #editor .block-editor-block-list__layout .raiser-pagination {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 768px) {
      #editor .block-editor-block-list__layout .raiser-pagination .posts__page-num {
        text-align: left; } }
    #editor .block-editor-block-list__layout .raiser-pagination .paging {
      margin-bottom: 1rem; }
      #editor .block-editor-block-list__layout .raiser-pagination .paging button {
        border: none;
        height: 2rem;
        line-height: 2rem;
        width: 2rem;
        background: #007FA3;
        color: #fff;
        margin: 0 0.25rem; }
        #editor .block-editor-block-list__layout .raiser-pagination .paging button:hover {
          background: #006682; }
        #editor .block-editor-block-list__layout .raiser-pagination .paging button.paging-nav__page--active {
          background: #002633 !important;
          color: #fff !important; }
        #editor .block-editor-block-list__layout .raiser-pagination .paging button .paging-nav__prev-text,
        #editor .block-editor-block-list__layout .raiser-pagination .paging button .paging-nav__next-text {
          display: none; }
  #editor .block-editor-block-list__layout .archive-posts--event .raiser-pagination .paging button {
    background: #ffc107;
    color: #000; }
  #editor .block-editor-block-list__layout .archive-posts--paper .raiser-pagination .paging button {
    background: #42B3FD;
    color: #000; }
  #editor .block-editor-block-list__layout .archive-posts--podcast .raiser-pagination .paging button {
    background: #9653E0;
    color: #fff; }
  #editor .block-editor-block-list__layout .archive-posts--post .raiser-pagination .paging button {
    background: #1EAAA4;
    color: #000; }
  #editor .block-editor-block-list__layout .archive-posts--publication .raiser-pagination .paging button {
    background: #FC6B7B;
    color: #000; }
  #editor .block-editor-block-list__layout .single .page-header {
    display: flex;
    align-items: flex-end; }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .single .page-header {
        min-height: 23rem; } }
    @media (min-width: 1400px) {
      #editor .block-editor-block-list__layout .single .page-header {
        min-height: 27rem; } }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .single .page-header .page-header__image-col .page-header__image {
        top: auto;
        bottom: -3rem; } }
    #editor .block-editor-block-list__layout .single .page-header .page-header__image-col .page-header__image:before {
      content: '';
      display: block;
      height: 0.75rem;
      width: 100%;
      background-image: linear-gradient(to right, #007FA3 0%, #1EAAA4 100%); }
    #editor .block-editor-block-list__layout .single .page-header .page-header__image-col .page-header__image img {
      -webkit-filter: none;
              filter: none; }
    #editor .block-editor-block-list__layout .single .page-header--elf-blue .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #006682 0%, #007FA3 100%); }
    #editor .block-editor-block-list__layout .single .page-header--elf-ink .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #001e29 0%, #002633 100%); }
    #editor .block-editor-block-list__layout .single .page-header--blue .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #358fca 0%, #42B3FD 100%); }
    #editor .block-editor-block-list__layout .single .page-header--purple .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #7842b3 0%, #9653E0 100%); }
    #editor .block-editor-block-list__layout .single .page-header--pink .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #ca5662 0%, #FC6B7B 100%); }
    #editor .block-editor-block-list__layout .single .page-header--red .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #b02a37 0%, #dc3545 100%); }
    #editor .block-editor-block-list__layout .single .page-header--orange .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #c35006 0%, #F46407 100%); }
    #editor .block-editor-block-list__layout .single .page-header--biscuit .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #a17e52 0%, #C99E67 100%); }
    #editor .block-editor-block-list__layout .single .page-header--yellow .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #cc9a06 0%, #ffc107 100%); }
    #editor .block-editor-block-list__layout .single .page-header--teal .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #188883 0%, #1EAAA4 100%); }
    #editor .block-editor-block-list__layout .single .page-header--white .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #cccccc 0%, #fff 100%); }
    #editor .block-editor-block-list__layout .single .page-header--gray .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #565e64 0%, #6c757d 100%); }
    #editor .block-editor-block-list__layout .single .page-header--gray-dark .page-header__image-col .page-header__image:before {
      background-image: linear-gradient(to right, #2a2e33 0%, #343a40 100%); }
    #editor .block-editor-block-list__layout .single .page-header .single-post-meta {
      position: relative; }
      #editor .block-editor-block-list__layout .single .page-header .single-post-meta .single-post-meta__list {
        list-style-type: none;
        margin: 0;
        padding: 0;
        margin-bottom: 1rem; }
        @media (min-width: 992px) {
          #editor .block-editor-block-list__layout .single .page-header .single-post-meta .single-post-meta__list {
            margin-bottom: 0; } }
        #editor .block-editor-block-list__layout .single .page-header .single-post-meta .single-post-meta__list li .comma:last-of-type {
          display: none; }
      #editor .block-editor-block-list__layout .single .page-header .single-post-meta .single-post-meta__action-button {
        margin: 1rem 0; }
        @media (min-width: 1200px) {
          #editor .block-editor-block-list__layout .single .page-header .single-post-meta .single-post-meta__action-button {
            position: absolute;
            right: -6rem;
            bottom: 0;
            margin: 0;
            z-index: 20; } }
        @media (min-width: 1200px) {
          #editor .block-editor-block-list__layout .single .page-header .single-post-meta .single-post-meta__action-button + .single-post-meta__list {
            margin-right: 10rem; } }
    @media (min-width: 992px) {
      #editor .block-editor-block-list__layout .single .page-header--member {
        min-height: 0; } }
    @media (min-width: 1400px) {
      #editor .block-editor-block-list__layout .single .page-header--member {
        min-height: 0; } }
    #editor .block-editor-block-list__layout .single .page-header--member .page-header__image-col .page-header__member-logo {
      height: 0;
      width: 100%;
      padding-bottom: 30%;
      position: absolute;
      border: 3rem solid #fff;
      outline: 1px solid #000;
      z-index: 100;
      background: #fff; }
      #editor .block-editor-block-list__layout .single .page-header--member .page-header__image-col .page-header__member-logo img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -o-object-fit: contain;
           object-fit: contain;
        max-height: 100%; }
  #editor .block-editor-block-list__layout .single .single-member__follow {
    font-weight: 500; }
    #editor .block-editor-block-list__layout .single .single-member__follow a {
      font-size: 1.75rem; }
  #editor .block-editor-block-list__layout body.search .search-wrapper {
    padding: 1rem 0;
    height: auto;
    overflow: visible;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1; }
  #editor .block-editor-block-list__layout .acf-button, #editor .block-editor-block-list__layout .button {
    color: #fff;
    background-color: #007FA8; }
  #editor .block-editor-block-list__layout .acf-radio-list {
    padding-left: 0;
    margin-left: 0; }
    #editor .block-editor-block-list__layout .acf-radio-list input[type="radio"] {
      margin-right: 0.5rem; }

ul.admin-menu-tree-page-tree {
  margin-left: 0;
  padding-left: 0; }

.collapse-button-label,
.acf-field-past-event {
  display: none !important; }

*[class^='wp-'] {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important; }

/*!
 * Bootstrap Grid v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--wiaw-bs-gutter-x, 0.75rem);
  padding-left: var(--wiaw-bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --wiaw-bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --wiaw-bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --wiaw-bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --wiaw-bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --wiaw-bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --wiaw-bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --wiaw-bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --wiaw-bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --wiaw-bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --wiaw-bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --wiaw-bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --wiaw-bs-gutter-y: 3rem; }
  .g-sm-8,
  .gx-sm-8 {
    --wiaw-bs-gutter-x: 4rem; }
  .g-sm-8,
  .gy-sm-8 {
    --wiaw-bs-gutter-y: 4rem; }
  .g-sm-10,
  .gx-sm-10 {
    --wiaw-bs-gutter-x: 5rem; }
  .g-sm-10,
  .gy-sm-10 {
    --wiaw-bs-gutter-y: 5rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --wiaw-bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --wiaw-bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --wiaw-bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --wiaw-bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --wiaw-bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --wiaw-bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --wiaw-bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --wiaw-bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --wiaw-bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --wiaw-bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --wiaw-bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --wiaw-bs-gutter-y: 3rem; }
  .g-md-8,
  .gx-md-8 {
    --wiaw-bs-gutter-x: 4rem; }
  .g-md-8,
  .gy-md-8 {
    --wiaw-bs-gutter-y: 4rem; }
  .g-md-10,
  .gx-md-10 {
    --wiaw-bs-gutter-x: 5rem; }
  .g-md-10,
  .gy-md-10 {
    --wiaw-bs-gutter-y: 5rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --wiaw-bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --wiaw-bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --wiaw-bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --wiaw-bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --wiaw-bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --wiaw-bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --wiaw-bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --wiaw-bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --wiaw-bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --wiaw-bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --wiaw-bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --wiaw-bs-gutter-y: 3rem; }
  .g-lg-8,
  .gx-lg-8 {
    --wiaw-bs-gutter-x: 4rem; }
  .g-lg-8,
  .gy-lg-8 {
    --wiaw-bs-gutter-y: 4rem; }
  .g-lg-10,
  .gx-lg-10 {
    --wiaw-bs-gutter-x: 5rem; }
  .g-lg-10,
  .gy-lg-10 {
    --wiaw-bs-gutter-y: 5rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --wiaw-bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --wiaw-bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --wiaw-bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --wiaw-bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --wiaw-bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --wiaw-bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --wiaw-bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --wiaw-bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --wiaw-bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --wiaw-bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --wiaw-bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --wiaw-bs-gutter-y: 3rem; }
  .g-xl-8,
  .gx-xl-8 {
    --wiaw-bs-gutter-x: 4rem; }
  .g-xl-8,
  .gy-xl-8 {
    --wiaw-bs-gutter-y: 4rem; }
  .g-xl-10,
  .gx-xl-10 {
    --wiaw-bs-gutter-x: 5rem; }
  .g-xl-10,
  .gy-xl-10 {
    --wiaw-bs-gutter-y: 5rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --wiaw-bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --wiaw-bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --wiaw-bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --wiaw-bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --wiaw-bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --wiaw-bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --wiaw-bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --wiaw-bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --wiaw-bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --wiaw-bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --wiaw-bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --wiaw-bs-gutter-y: 3rem; }
  .g-xxl-8,
  .gx-xxl-8 {
    --wiaw-bs-gutter-x: 4rem; }
  .g-xxl-8,
  .gy-xxl-8 {
    --wiaw-bs-gutter-y: 4rem; }
  .g-xxl-10,
  .gx-xxl-10 {
    --wiaw-bs-gutter-x: 5rem; }
  .g-xxl-10,
  .gy-xxl-10 {
    --wiaw-bs-gutter-y: 5rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-8 {
    margin: 4rem !important; }
  .m-sm-10 {
    margin: 5rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-sm-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-sm-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-8 {
    margin-top: 4rem !important; }
  .mt-sm-10 {
    margin-top: 5rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-8 {
    margin-right: 4rem !important; }
  .me-sm-10 {
    margin-right: 5rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-8 {
    margin-bottom: 4rem !important; }
  .mb-sm-10 {
    margin-bottom: 5rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-8 {
    margin-left: 4rem !important; }
  .ms-sm-10 {
    margin-left: 5rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .p-sm-8 {
    padding: 4rem !important; }
  .p-sm-10 {
    padding: 5rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-sm-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-sm-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pt-sm-8 {
    padding-top: 4rem !important; }
  .pt-sm-10 {
    padding-top: 5rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pe-sm-8 {
    padding-right: 4rem !important; }
  .pe-sm-10 {
    padding-right: 5rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pb-sm-8 {
    padding-bottom: 4rem !important; }
  .pb-sm-10 {
    padding-bottom: 5rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .ps-sm-8 {
    padding-left: 4rem !important; }
  .ps-sm-10 {
    padding-left: 5rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-8 {
    margin: 4rem !important; }
  .m-md-10 {
    margin: 5rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-md-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-md-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-8 {
    margin-top: 4rem !important; }
  .mt-md-10 {
    margin-top: 5rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-8 {
    margin-right: 4rem !important; }
  .me-md-10 {
    margin-right: 5rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-8 {
    margin-bottom: 4rem !important; }
  .mb-md-10 {
    margin-bottom: 5rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-8 {
    margin-left: 4rem !important; }
  .ms-md-10 {
    margin-left: 5rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .p-md-8 {
    padding: 4rem !important; }
  .p-md-10 {
    padding: 5rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-md-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pt-md-8 {
    padding-top: 4rem !important; }
  .pt-md-10 {
    padding-top: 5rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pe-md-8 {
    padding-right: 4rem !important; }
  .pe-md-10 {
    padding-right: 5rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pb-md-8 {
    padding-bottom: 4rem !important; }
  .pb-md-10 {
    padding-bottom: 5rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .ps-md-8 {
    padding-left: 4rem !important; }
  .ps-md-10 {
    padding-left: 5rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-8 {
    margin: 4rem !important; }
  .m-lg-10 {
    margin: 5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-lg-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-lg-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-8 {
    margin-top: 4rem !important; }
  .mt-lg-10 {
    margin-top: 5rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-8 {
    margin-right: 4rem !important; }
  .me-lg-10 {
    margin-right: 5rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-8 {
    margin-bottom: 4rem !important; }
  .mb-lg-10 {
    margin-bottom: 5rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-8 {
    margin-left: 4rem !important; }
  .ms-lg-10 {
    margin-left: 5rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .p-lg-8 {
    padding: 4rem !important; }
  .p-lg-10 {
    padding: 5rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-lg-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-lg-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pt-lg-8 {
    padding-top: 4rem !important; }
  .pt-lg-10 {
    padding-top: 5rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pe-lg-8 {
    padding-right: 4rem !important; }
  .pe-lg-10 {
    padding-right: 5rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pb-lg-8 {
    padding-bottom: 4rem !important; }
  .pb-lg-10 {
    padding-bottom: 5rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .ps-lg-8 {
    padding-left: 4rem !important; }
  .ps-lg-10 {
    padding-left: 5rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-8 {
    margin: 4rem !important; }
  .m-xl-10 {
    margin: 5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xl-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-8 {
    margin-top: 4rem !important; }
  .mt-xl-10 {
    margin-top: 5rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-8 {
    margin-right: 4rem !important; }
  .me-xl-10 {
    margin-right: 5rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-8 {
    margin-bottom: 4rem !important; }
  .mb-xl-10 {
    margin-bottom: 5rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-8 {
    margin-left: 4rem !important; }
  .ms-xl-10 {
    margin-left: 5rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .p-xl-8 {
    padding: 4rem !important; }
  .p-xl-10 {
    padding: 5rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xl-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pt-xl-8 {
    padding-top: 4rem !important; }
  .pt-xl-10 {
    padding-top: 5rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pe-xl-8 {
    padding-right: 4rem !important; }
  .pe-xl-10 {
    padding-right: 5rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pb-xl-8 {
    padding-bottom: 4rem !important; }
  .pb-xl-10 {
    padding-bottom: 5rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .ps-xl-8 {
    padding-left: 4rem !important; }
  .ps-xl-10 {
    padding-left: 5rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-8 {
    margin: 4rem !important; }
  .m-xxl-10 {
    margin: 5rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xxl-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xxl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-8 {
    margin-top: 4rem !important; }
  .mt-xxl-10 {
    margin-top: 5rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-8 {
    margin-right: 4rem !important; }
  .me-xxl-10 {
    margin-right: 5rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-8 {
    margin-bottom: 4rem !important; }
  .mb-xxl-10 {
    margin-bottom: 5rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-8 {
    margin-left: 4rem !important; }
  .ms-xxl-10 {
    margin-left: 5rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .p-xxl-8 {
    padding: 4rem !important; }
  .p-xxl-10 {
    padding: 5rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xxl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xxl-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xxl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pt-xxl-8 {
    padding-top: 4rem !important; }
  .pt-xxl-10 {
    padding-top: 5rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pe-xxl-8 {
    padding-right: 4rem !important; }
  .pe-xxl-10 {
    padding-right: 5rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pb-xxl-8 {
    padding-bottom: 4rem !important; }
  .pb-xxl-10 {
    padding-bottom: 5rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .ps-xxl-8 {
    padding-left: 4rem !important; }
  .ps-xxl-10 {
    padding-left: 5rem !important; } }

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

/*!
 * Bootstrap Reboot v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: "paralucent", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  color: #002633;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 1.2; }

h1 {
  font-size: calc(1.4375rem + 2.25vw); }
  @media (min-width: 1200px) {
    h1 {
      font-size: 3.125rem; } }

h2 {
  font-size: calc(1.40625rem + 1.875vw); }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2.8125rem; } }

h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: calc(1.2875rem + 0.45vw); }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1.625rem; } }

h5 {
  font-size: calc(1.28125rem + 0.375vw); }
  @media (min-width: 1200px) {
    h5 {
      font-size: 1.5625rem; } }

h6 {
  font-size: 1.25rem; }

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.75em; }

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007FA3;
  text-decoration: none; }
  a:hover {
    color: #006682; }

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

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

code {
  font-size: 0.75em;
  color: #FC6B7B;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.75em;
  color: #fff;
  background-color: #212529; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

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

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

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

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

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

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

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Utilities v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #007FA3; }
  .link-primary:hover, .link-primary:focus {
    color: #006682; }

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

.link-success {
  color: #1EAAA4; }
  .link-success:hover, .link-success:focus {
    color: #4bbbb6; }

.link-info {
  color: #C99E67; }
  .link-info:hover, .link-info:focus {
    color: #d4b185; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important; }

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: 1px solid #dee2e6 !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: 1px solid #dee2e6 !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007FA3 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #1EAAA4 !important; }

.border-info {
  border-color: #C99E67 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #212529 !important; }

.border-white {
  border-color: #fff !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !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; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.gap-8 {
  gap: 4rem !important; }

.gap-10 {
  gap: 5rem !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-8 {
  margin: 4rem !important; }

.m-10 {
  margin: 5rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-8 {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.mx-10 {
  margin-right: 5rem !important;
  margin-left: 5rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-8 {
  margin-top: 4rem !important; }

.mt-10 {
  margin-top: 5rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-8 {
  margin-right: 4rem !important; }

.me-10 {
  margin-right: 5rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-8 {
  margin-bottom: 4rem !important; }

.mb-10 {
  margin-bottom: 5rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-8 {
  margin-left: 4rem !important; }

.ms-10 {
  margin-left: 5rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.p-8 {
  padding: 4rem !important; }

.p-10 {
  padding: 5rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.px-10 {
  padding-right: 5rem !important;
  padding-left: 5rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pt-8 {
  padding-top: 4rem !important; }

.pt-10 {
  padding-top: 5rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pe-8 {
  padding-right: 4rem !important; }

.pe-10 {
  padding-right: 5rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pb-8 {
  padding-bottom: 4rem !important; }

.pb-10 {
  padding-bottom: 5rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.ps-8 {
  padding-left: 4rem !important; }

.ps-10 {
  padding-left: 5rem !important; }

.font-monospace {
  font-family: var(--wiaw-bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.4375rem + 2.25vw) !important; }

.fs-2 {
  font-size: calc(1.40625rem + 1.875vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.2875rem + 0.45vw) !important; }

.fs-5 {
  font-size: calc(1.28125rem + 0.375vw) !important; }

.fs-6 {
  font-size: 1.25rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  color: #007FA3 !important; }

.text-secondary {
  color: #6c757d !important; }

.text-success {
  color: #1EAAA4 !important; }

.text-info {
  color: #C99E67 !important; }

.text-warning {
  color: #ffc107 !important; }

.text-danger {
  color: #dc3545 !important; }

.text-light {
  color: #f8f9fa !important; }

.text-dark {
  color: #212529 !important; }

.text-white {
  color: #fff !important; }

.text-body {
  color: #002633 !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-reset {
  color: inherit !important; }

.bg-primary {
  background-color: #007FA3 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #1EAAA4 !important; }

.bg-info {
  background-color: #C99E67 !important; }

.bg-warning {
  background-color: #ffc107 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

.bg-dark {
  background-color: #212529 !important; }

.bg-body {
  background-color: #fff !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gradient {
  background-image: var(--wiaw-bs-gradient) !important; }

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: 0.2rem !important; }

.rounded-2 {
  border-radius: 0.25rem !important; }

.rounded-3 {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .gap-sm-8 {
    gap: 4rem !important; }
  .gap-sm-10 {
    gap: 5rem !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-8 {
    margin: 4rem !important; }
  .m-sm-10 {
    margin: 5rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-sm-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-sm-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-8 {
    margin-top: 4rem !important; }
  .mt-sm-10 {
    margin-top: 5rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-8 {
    margin-right: 4rem !important; }
  .me-sm-10 {
    margin-right: 5rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-8 {
    margin-bottom: 4rem !important; }
  .mb-sm-10 {
    margin-bottom: 5rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-8 {
    margin-left: 4rem !important; }
  .ms-sm-10 {
    margin-left: 5rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .p-sm-8 {
    padding: 4rem !important; }
  .p-sm-10 {
    padding: 5rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-sm-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-sm-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pt-sm-8 {
    padding-top: 4rem !important; }
  .pt-sm-10 {
    padding-top: 5rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pe-sm-8 {
    padding-right: 4rem !important; }
  .pe-sm-10 {
    padding-right: 5rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pb-sm-8 {
    padding-bottom: 4rem !important; }
  .pb-sm-10 {
    padding-bottom: 5rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .ps-sm-8 {
    padding-left: 4rem !important; }
  .ps-sm-10 {
    padding-left: 5rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .gap-md-8 {
    gap: 4rem !important; }
  .gap-md-10 {
    gap: 5rem !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-8 {
    margin: 4rem !important; }
  .m-md-10 {
    margin: 5rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-md-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-md-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-8 {
    margin-top: 4rem !important; }
  .mt-md-10 {
    margin-top: 5rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-8 {
    margin-right: 4rem !important; }
  .me-md-10 {
    margin-right: 5rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-8 {
    margin-bottom: 4rem !important; }
  .mb-md-10 {
    margin-bottom: 5rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-8 {
    margin-left: 4rem !important; }
  .ms-md-10 {
    margin-left: 5rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .p-md-8 {
    padding: 4rem !important; }
  .p-md-10 {
    padding: 5rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-md-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pt-md-8 {
    padding-top: 4rem !important; }
  .pt-md-10 {
    padding-top: 5rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pe-md-8 {
    padding-right: 4rem !important; }
  .pe-md-10 {
    padding-right: 5rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pb-md-8 {
    padding-bottom: 4rem !important; }
  .pb-md-10 {
    padding-bottom: 5rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .ps-md-8 {
    padding-left: 4rem !important; }
  .ps-md-10 {
    padding-left: 5rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .gap-lg-8 {
    gap: 4rem !important; }
  .gap-lg-10 {
    gap: 5rem !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-8 {
    margin: 4rem !important; }
  .m-lg-10 {
    margin: 5rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-lg-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-lg-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-8 {
    margin-top: 4rem !important; }
  .mt-lg-10 {
    margin-top: 5rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-8 {
    margin-right: 4rem !important; }
  .me-lg-10 {
    margin-right: 5rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-8 {
    margin-bottom: 4rem !important; }
  .mb-lg-10 {
    margin-bottom: 5rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-8 {
    margin-left: 4rem !important; }
  .ms-lg-10 {
    margin-left: 5rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .p-lg-8 {
    padding: 4rem !important; }
  .p-lg-10 {
    padding: 5rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-lg-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-lg-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pt-lg-8 {
    padding-top: 4rem !important; }
  .pt-lg-10 {
    padding-top: 5rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pe-lg-8 {
    padding-right: 4rem !important; }
  .pe-lg-10 {
    padding-right: 5rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pb-lg-8 {
    padding-bottom: 4rem !important; }
  .pb-lg-10 {
    padding-bottom: 5rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .ps-lg-8 {
    padding-left: 4rem !important; }
  .ps-lg-10 {
    padding-left: 5rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .gap-xl-8 {
    gap: 4rem !important; }
  .gap-xl-10 {
    gap: 5rem !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-8 {
    margin: 4rem !important; }
  .m-xl-10 {
    margin: 5rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xl-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-8 {
    margin-top: 4rem !important; }
  .mt-xl-10 {
    margin-top: 5rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-8 {
    margin-right: 4rem !important; }
  .me-xl-10 {
    margin-right: 5rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-8 {
    margin-bottom: 4rem !important; }
  .mb-xl-10 {
    margin-bottom: 5rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-8 {
    margin-left: 4rem !important; }
  .ms-xl-10 {
    margin-left: 5rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .p-xl-8 {
    padding: 4rem !important; }
  .p-xl-10 {
    padding: 5rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xl-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pt-xl-8 {
    padding-top: 4rem !important; }
  .pt-xl-10 {
    padding-top: 5rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pe-xl-8 {
    padding-right: 4rem !important; }
  .pe-xl-10 {
    padding-right: 5rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pb-xl-8 {
    padding-bottom: 4rem !important; }
  .pb-xl-10 {
    padding-bottom: 5rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .ps-xl-8 {
    padding-left: 4rem !important; }
  .ps-xl-10 {
    padding-left: 5rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .gap-xxl-8 {
    gap: 4rem !important; }
  .gap-xxl-10 {
    gap: 5rem !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-8 {
    margin: 4rem !important; }
  .m-xxl-10 {
    margin: 5rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-8 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-xxl-10 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-xxl-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-8 {
    margin-top: 4rem !important; }
  .mt-xxl-10 {
    margin-top: 5rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-8 {
    margin-right: 4rem !important; }
  .me-xxl-10 {
    margin-right: 5rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-8 {
    margin-bottom: 4rem !important; }
  .mb-xxl-10 {
    margin-bottom: 5rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-8 {
    margin-left: 4rem !important; }
  .ms-xxl-10 {
    margin-left: 5rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .p-xxl-8 {
    padding: 4rem !important; }
  .p-xxl-10 {
    padding: 5rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-xxl-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-xxl-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-xxl-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-xxl-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pt-xxl-8 {
    padding-top: 4rem !important; }
  .pt-xxl-10 {
    padding-top: 5rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pe-xxl-8 {
    padding-right: 4rem !important; }
  .pe-xxl-10 {
    padding-right: 5rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .pb-xxl-8 {
    padding-bottom: 4rem !important; }
  .pb-xxl-10 {
    padding-bottom: 5rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .ps-xxl-8 {
    padding-left: 4rem !important; }
  .ps-xxl-10 {
    padding-left: 5rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.125rem !important; }
  .fs-2 {
    font-size: 2.8125rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.625rem !important; }
  .fs-5 {
    font-size: 1.5625rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*!
 * Font Awesome Pro 5.6.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before {
  content: "\f000"; }

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-o:before {
  content: "\f005"; }

.fa.fa-remove:before {
  content: "\f00d"; }

.fa.fa-close:before {
  content: "\f00d"; }

.fa.fa-gear:before {
  content: "\f013"; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-trash-o:before {
  content: "\f2ed"; }

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-o:before {
  content: "\f15b"; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-clock-o:before {
  content: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down:before {
  content: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-play-circle-o:before {
  content: "\f144"; }

.fa.fa-repeat:before {
  content: "\f01e"; }

.fa.fa-rotate-right:before {
  content: "\f01e"; }

.fa.fa-refresh:before {
  content: "\f021"; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-dedent:before {
  content: "\f03b"; }

.fa.fa-video-camera:before {
  content: "\f03d"; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-picture-o:before {
  content: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-photo:before {
  content: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-image:before {
  content: "\f03e"; }

.fa.fa-pencil:before {
  content: "\f303"; }

.fa.fa-map-marker:before {
  content: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-pencil-square-o:before {
  content: "\f044"; }

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-share-square-o:before {
  content: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-check-square-o:before {
  content: "\f14a"; }

.fa.fa-arrows:before {
  content: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-times-circle-o:before {
  content: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-check-circle-o:before {
  content: "\f058"; }

.fa.fa-mail-forward:before {
  content: "\f064"; }

.fa.fa-eye {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-warning:before {
  content: "\f071"; }

.fa.fa-calendar:before {
  content: "\f073"; }

.fa.fa-arrows-v:before {
  content: "\f338"; }

.fa.fa-arrows-h:before {
  content: "\f337"; }

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bar-chart:before {
  content: "\f080"; }

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bar-chart-o:before {
  content: "\f080"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gears:before {
  content: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-thumbs-o-up:before {
  content: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-thumbs-o-down:before {
  content: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-heart-o:before {
  content: "\f004"; }

.fa.fa-sign-out:before {
  content: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square:before {
  content: "\f08c"; }

.fa.fa-thumb-tack:before {
  content: "\f08d"; }

.fa.fa-external-link:before {
  content: "\f35d"; }

.fa.fa-sign-in:before {
  content: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-lemon-o:before {
  content: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-square-o:before {
  content: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bookmark-o:before {
  content: "\f02e"; }

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook:before {
  content: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-f:before {
  content: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-feed:before {
  content: "\f09e"; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hdd-o:before {
  content: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa.fa-arrows-alt:before {
  content: "\f31e"; }

.fa.fa-group:before {
  content: "\f0c0"; }

.fa.fa-chain:before {
  content: "\f0c1"; }

.fa.fa-scissors:before {
  content: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-files-o:before {
  content: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-floppy-o:before {
  content: "\f0c7"; }

.fa.fa-navicon:before {
  content: "\f0c9"; }

.fa.fa-reorder:before {
  content: "\f0c9"; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus:before {
  content: "\f0d5"; }

.fa.fa-money {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-money:before {
  content: "\f3d1"; }

.fa.fa-unsorted:before {
  content: "\f0dc"; }

.fa.fa-sort-desc:before {
  content: "\f0dd"; }

.fa.fa-sort-asc:before {
  content: "\f0de"; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linkedin:before {
  content: "\f0e1"; }

.fa.fa-rotate-left:before {
  content: "\f0e2"; }

.fa.fa-legal:before {
  content: "\f0e3"; }

.fa.fa-tachometer:before {
  content: "\f3fd"; }

.fa.fa-dashboard:before {
  content: "\f3fd"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-comment-o:before {
  content: "\f075"; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-comments-o:before {
  content: "\f086"; }

.fa.fa-flash:before {
  content: "\f0e7"; }

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-paste {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-paste:before {
  content: "\f328"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa.fa-exchange:before {
  content: "\f362"; }

.fa.fa-cloud-download:before {
  content: "\f381"; }

.fa.fa-cloud-upload:before {
  content: "\f382"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bell-o:before {
  content: "\f0f3"; }

.fa.fa-cutlery:before {
  content: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-text-o:before {
  content: "\f15c"; }

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-building-o:before {
  content: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hospital-o:before {
  content: "\f0f8"; }

.fa.fa-tablet:before {
  content: "\f3fa"; }

.fa.fa-mobile:before {
  content: "\f3cd"; }

.fa.fa-mobile-phone:before {
  content: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-circle-o:before {
  content: "\f111"; }

.fa.fa-mail-reply:before {
  content: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-folder-o:before {
  content: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-folder-open-o:before {
  content: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-smile-o:before {
  content: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-frown-o:before {
  content: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-meh-o:before {
  content: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-keyboard-o:before {
  content: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-flag-o:before {
  content: "\f024"; }

.fa.fa-mail-reply-all:before {
  content: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-half-o:before {
  content: "\f089"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-half-empty:before {
  content: "\f089"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-star-half-full:before {
  content: "\f089"; }

.fa.fa-code-fork:before {
  content: "\f126"; }

.fa.fa-chain-broken:before {
  content: "\f127"; }

.fa.fa-shield:before {
  content: "\f3ed"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-o:before {
  content: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ticket:before {
  content: "\f3ff"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-minus-square-o:before {
  content: "\f146"; }

.fa.fa-level-up:before {
  content: "\f3bf"; }

.fa.fa-level-down:before {
  content: "\f3be"; }

.fa.fa-pencil-square:before {
  content: "\f14b"; }

.fa.fa-external-link-square:before {
  content: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-down:before {
  content: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-up:before {
  content: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-right:before {
  content: "\f152"; }

.fa.fa-eur:before {
  content: "\f153"; }

.fa.fa-euro:before {
  content: "\f153"; }

.fa.fa-gbp:before {
  content: "\f154"; }

.fa.fa-usd:before {
  content: "\f155"; }

.fa.fa-dollar:before {
  content: "\f155"; }

.fa.fa-inr:before {
  content: "\f156"; }

.fa.fa-rupee:before {
  content: "\f156"; }

.fa.fa-jpy:before {
  content: "\f157"; }

.fa.fa-cny:before {
  content: "\f157"; }

.fa.fa-rmb:before {
  content: "\f157"; }

.fa.fa-yen:before {
  content: "\f157"; }

.fa.fa-rub:before {
  content: "\f158"; }

.fa.fa-ruble:before {
  content: "\f158"; }

.fa.fa-rouble:before {
  content: "\f158"; }

.fa.fa-krw:before {
  content: "\f159"; }

.fa.fa-won:before {
  content: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitcoin:before {
  content: "\f15a"; }

.fa.fa-file-text:before {
  content: "\f15c"; }

.fa.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-youtube-play:before {
  content: "\f167"; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square:before {
  content: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-long-arrow-down:before {
  content: "\f309"; }

.fa.fa-long-arrow-up:before {
  content: "\f30c"; }

.fa.fa-long-arrow-left:before {
  content: "\f30a"; }

.fa.fa-long-arrow-right:before {
  content: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gittip:before {
  content: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-sun-o:before {
  content: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-moon-o:before {
  content: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left:before {
  content: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-toggle-left:before {
  content: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-dot-circle-o:before {
  content: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-try:before {
  content: "\f195"; }

.fa.fa-turkish-lira:before {
  content: "\f195"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-plus-square-o:before {
  content: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-institution:before {
  content: "\f19c"; }

.fa.fa-bank:before {
  content: "\f19c"; }

.fa.fa-mortar-board:before {
  content: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spoon:before {
  content: "\f2e5"; }

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-automobile:before {
  content: "\f1b9"; }

.fa.fa-cab:before {
  content: "\f1ba"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-envelope-o:before {
  content: "\f0e0"; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-word-o:before {
  content: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-image-o:before {
  content: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-photo-o:before {
  content: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-picture-o:before {
  content: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-zip-o:before {
  content: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-sound-o:before {
  content: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-video-o:before {
  content: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-movie-o:before {
  content: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-file-code-o:before {
  content: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-bouy:before {
  content: "\f1cd"; }

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-buoy:before {
  content: "\f1cd"; }

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-life-saver:before {
  content: "\f1cd"; }

.fa.fa-support {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-support:before {
  content: "\f1cd"; }

.fa.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ra:before {
  content: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-resistance:before {
  content: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ge:before {
  content: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square:before {
  content: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc-square:before {
  content: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wechat:before {
  content: "\f1d7"; }

.fa.fa-send:before {
  content: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-paper-plane-o:before {
  content: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-send-o:before {
  content: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-circle-thin:before {
  content: "\f111"; }

.fa.fa-header:before {
  content: "\f1dc"; }

.fa.fa-sliders:before {
  content: "\f1de"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-futbol-o:before {
  content: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-soccer-ball-o:before {
  content: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-bell-slash-o:before {
  content: "\f1f6"; }

.fa.fa-trash:before {
  content: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-eyedropper:before {
  content: "\f1fb"; }

.fa.fa-area-chart:before {
  content: "\f1fe"; }

.fa.fa-pie-chart:before {
  content: "\f200"; }

.fa.fa-line-chart:before {
  content: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-cc:before {
  content: "\f20a"; }

.fa.fa-ils:before {
  content: "\f20b"; }

.fa.fa-shekel:before {
  content: "\f20b"; }

.fa.fa-sheqel:before {
  content: "\f20b"; }

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-meanpath:before {
  content: "\f2b4"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-diamond:before {
  content: "\f3a5"; }

.fa.fa-intersex:before {
  content: "\f224"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-facebook-official:before {
  content: "\f09a"; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-hotel:before {
  content: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yc:before {
  content: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-battery-4:before {
  content: "\f240"; }

.fa.fa-battery:before {
  content: "\f240"; }

.fa.fa-battery-3:before {
  content: "\f241"; }

.fa.fa-battery-2:before {
  content: "\f242"; }

.fa.fa-battery-1:before {
  content: "\f243"; }

.fa.fa-battery-0:before {
  content: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-sticky-note-o:before {
  content: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hourglass-o:before {
  content: "\f254"; }

.fa.fa-hourglass-1:before {
  content: "\f251"; }

.fa.fa-hourglass-2:before {
  content: "\f252"; }

.fa.fa-hourglass-3:before {
  content: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-rock-o:before {
  content: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-grab-o:before {
  content: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-paper-o:before {
  content: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-stop-o:before {
  content: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-spock-o:before {
  content: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-television:before {
  content: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-times-o:before {
  content: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-calendar-check-o:before {
  content: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-map-o:before {
  content: "\f279"; }

.fa.fa-commenting:before {
  content: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-commenting-o:before {
  content: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-vimeo:before {
  content: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt:before {
  content: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-pause-circle-o:before {
  content: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-stop-circle-o:before {
  content: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt:before {
  content: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-question-circle-o:before {
  content: "\f059"; }

.fa.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa.fa-asl-interpreting:before {
  content: "\f2a3"; }

.fa.fa-deafness:before {
  content: "\f2a4"; }

.fa.fa-hard-of-hearing:before {
  content: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-signing:before {
  content: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle:before {
  content: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-fa:before {
  content: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-handshake-o:before {
  content: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-envelope-open-o:before {
  content: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-address-book-o:before {
  content: "\f2b9"; }

.fa.fa-vcard:before {
  content: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-address-card-o:before {
  content: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-vcard-o:before {
  content: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-user-circle-o:before {
  content: "\f2bd"; }

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-user-o:before {
  content: "\f007"; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-drivers-license:before {
  content: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-id-card-o:before {
  content: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-drivers-license-o:before {
  content: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4:before {
  content: "\f2c7"; }

.fa.fa-thermometer:before {
  content: "\f2c7"; }

.fa.fa-thermometer-3:before {
  content: "\f2c8"; }

.fa.fa-thermometer-2:before {
  content: "\f2c9"; }

.fa.fa-thermometer-1:before {
  content: "\f2ca"; }

.fa.fa-thermometer-0:before {
  content: "\f2cb"; }

.fa.fa-bathtub:before {
  content: "\f2cd"; }

.fa.fa-s15:before {
  content: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-times-rectangle:before {
  content: "\f410"; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-window-close-o:before {
  content: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-times-rectangle-o:before {
  content: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-eercast:before {
  content: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

.fa.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

/*# sourceMappingURL=app.css.map */
