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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #5D8FB5;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #3e6888;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
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;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

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

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

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1em;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

h2, .h2 {
  font-size: 2.25rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

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

h5, .h5 {
  font-size: 1.125rem;
}

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

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

.img-fluid, .wp-caption > img {
  max-width: 100%;
  height: auto;
}

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

.figure, .wp-caption {
  display: inline-block;
}

.figure-img, .wp-caption > img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, div.product, .woocommerce.archive .woocommerce-wrapper > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points),
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, div.product, .woocommerce.archive .woocommerce-wrapper > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points) {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, div.product, .woocommerce.archive .woocommerce-wrapper > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points) {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, div.product, .woocommerce.archive .woocommerce-wrapper > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points) {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, div.product, .woocommerce.archive .woocommerce-wrapper > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points) {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d2e0ea;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #abc5d9;
}

.table-hover .table-primary:hover {
  background-color: #c1d4e2;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #c1d4e2;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8f1df;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ae4c3;
}

.table-hover .table-success:hover {
  background-color: #a3edd5;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a3edd5;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .postbox.gravityflow-admin select, section#updates .gform_wrapper.gravity-theme input[type=text],
section#updates .gform_wrapper.gravity-theme input[type=email],
section#updates .gform_wrapper.gravity-theme input[type=password],
section#updates .gform_wrapper.gravity-theme input[type=number],
section#updates .gform_wrapper.gravity-theme input[type=search],
section#updates .gform_wrapper.gravity-theme input[type=tel],
section#updates .gform_wrapper.gravity-theme input[type=url],
section#updates .gform_wrapper.gravity-theme input[type=date],
section#updates .gform_wrapper.gravity-theme input[type=time],
section#updates .gform_wrapper.gravity-theme input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme input[type=month],
section#updates .gform_wrapper.gravity-theme input[type=week],
section#updates .gform_wrapper.gravity-theme select,
section#updates .gform_wrapper.gravity-theme textarea, .gv-widget-search input[type=text],
.gv-widget-search input[type=email],
.gv-widget-search input[type=password],
.gv-widget-search input[type=number],
.gv-widget-search input[type=search],
.gv-widget-search input[type=tel],
.gv-widget-search input[type=url],
.gv-widget-search input[type=date],
.gv-widget-search input[type=time],
.gv-widget-search input[type=datetime-local],
.gv-widget-search input[type=month],
.gv-widget-search input[type=week],
.gv-widget-search select,
.gv-widget-search textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .postbox.gravityflow-admin select, section#updates .gform_wrapper.gravity-theme input[type=text],
section#updates .gform_wrapper.gravity-theme input[type=email],
section#updates .gform_wrapper.gravity-theme input[type=password],
section#updates .gform_wrapper.gravity-theme input[type=number],
section#updates .gform_wrapper.gravity-theme input[type=search],
section#updates .gform_wrapper.gravity-theme input[type=tel],
section#updates .gform_wrapper.gravity-theme input[type=url],
section#updates .gform_wrapper.gravity-theme input[type=date],
section#updates .gform_wrapper.gravity-theme input[type=time],
section#updates .gform_wrapper.gravity-theme input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme input[type=month],
section#updates .gform_wrapper.gravity-theme input[type=week],
section#updates .gform_wrapper.gravity-theme select,
section#updates .gform_wrapper.gravity-theme textarea, .gv-widget-search input[type=text],
.gv-widget-search input[type=email],
.gv-widget-search input[type=password],
.gv-widget-search input[type=number],
.gv-widget-search input[type=search],
.gv-widget-search input[type=tel],
.gv-widget-search input[type=url],
.gv-widget-search input[type=date],
.gv-widget-search input[type=time],
.gv-widget-search input[type=datetime-local],
.gv-widget-search input[type=month],
.gv-widget-search input[type=week],
.gv-widget-search select,
.gv-widget-search textarea {
    transition: none;
  }
}
.form-control::-ms-expand, .postbox.gravityflow-admin select::-ms-expand, section#updates .gform_wrapper.gravity-theme input[type=text]::-ms-expand,
section#updates .gform_wrapper.gravity-theme input[type=email]::-ms-expand,
section#updates .gform_wrapper.gravity-theme input[type=password]::-ms-expand,
section#updates .gform_wrapper.gravity-theme input[type=number]::-ms-expand,
section#updates .gform_wrapper.gravity-theme input[type=search]::-ms-expand,
section#updates .gform_wrapper.gravity-theme input[type=tel]::-ms-expand,
section#updates .gform_wrapper.gravity-theme input[type=url]::-ms-expand,
section#updates .gform_wrapper.gravity-theme input[type=date]::-ms-expand,
section#updates .gform_wrapper.gravity-theme input[type=time]::-ms-expand,
section#updates .gform_wrapper.gravity-theme input[type=datetime-local]::-ms-expand,
section#updates .gform_wrapper.gravity-theme input[type=month]::-ms-expand,
section#updates .gform_wrapper.gravity-theme input[type=week]::-ms-expand,
section#updates .gform_wrapper.gravity-theme select::-ms-expand,
section#updates .gform_wrapper.gravity-theme textarea::-ms-expand, .gv-widget-search input[type=text]::-ms-expand,
.gv-widget-search input[type=email]::-ms-expand,
.gv-widget-search input[type=password]::-ms-expand,
.gv-widget-search input[type=number]::-ms-expand,
.gv-widget-search input[type=search]::-ms-expand,
.gv-widget-search input[type=tel]::-ms-expand,
.gv-widget-search input[type=url]::-ms-expand,
.gv-widget-search input[type=date]::-ms-expand,
.gv-widget-search input[type=time]::-ms-expand,
.gv-widget-search input[type=datetime-local]::-ms-expand,
.gv-widget-search input[type=month]::-ms-expand,
.gv-widget-search input[type=week]::-ms-expand,
.gv-widget-search select::-ms-expand,
.gv-widget-search textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, .postbox.gravityflow-admin select:-moz-focusring, section#updates .gform_wrapper.gravity-theme input[type=text]:-moz-focusring,
section#updates .gform_wrapper.gravity-theme input[type=email]:-moz-focusring,
section#updates .gform_wrapper.gravity-theme input[type=password]:-moz-focusring,
section#updates .gform_wrapper.gravity-theme input[type=number]:-moz-focusring,
section#updates .gform_wrapper.gravity-theme input[type=search]:-moz-focusring,
section#updates .gform_wrapper.gravity-theme input[type=tel]:-moz-focusring,
section#updates .gform_wrapper.gravity-theme input[type=url]:-moz-focusring,
section#updates .gform_wrapper.gravity-theme input[type=date]:-moz-focusring,
section#updates .gform_wrapper.gravity-theme input[type=time]:-moz-focusring,
section#updates .gform_wrapper.gravity-theme input[type=datetime-local]:-moz-focusring,
section#updates .gform_wrapper.gravity-theme input[type=month]:-moz-focusring,
section#updates .gform_wrapper.gravity-theme input[type=week]:-moz-focusring,
section#updates .gform_wrapper.gravity-theme select:-moz-focusring,
section#updates .gform_wrapper.gravity-theme textarea:-moz-focusring, .gv-widget-search input[type=text]:-moz-focusring,
.gv-widget-search input[type=email]:-moz-focusring,
.gv-widget-search input[type=password]:-moz-focusring,
.gv-widget-search input[type=number]:-moz-focusring,
.gv-widget-search input[type=search]:-moz-focusring,
.gv-widget-search input[type=tel]:-moz-focusring,
.gv-widget-search input[type=url]:-moz-focusring,
.gv-widget-search input[type=date]:-moz-focusring,
.gv-widget-search input[type=time]:-moz-focusring,
.gv-widget-search input[type=datetime-local]:-moz-focusring,
.gv-widget-search input[type=month]:-moz-focusring,
.gv-widget-search input[type=week]:-moz-focusring,
.gv-widget-search select:-moz-focusring,
.gv-widget-search textarea:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus, .postbox.gravityflow-admin select:focus, section#updates .gform_wrapper.gravity-theme input[type=text]:focus,
section#updates .gform_wrapper.gravity-theme input[type=email]:focus,
section#updates .gform_wrapper.gravity-theme input[type=password]:focus,
section#updates .gform_wrapper.gravity-theme input[type=number]:focus,
section#updates .gform_wrapper.gravity-theme input[type=search]:focus,
section#updates .gform_wrapper.gravity-theme input[type=tel]:focus,
section#updates .gform_wrapper.gravity-theme input[type=url]:focus,
section#updates .gform_wrapper.gravity-theme input[type=date]:focus,
section#updates .gform_wrapper.gravity-theme input[type=time]:focus,
section#updates .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme input[type=month]:focus,
section#updates .gform_wrapper.gravity-theme input[type=week]:focus,
section#updates .gform_wrapper.gravity-theme select:focus,
section#updates .gform_wrapper.gravity-theme textarea:focus, .gv-widget-search input[type=text]:focus,
.gv-widget-search input[type=email]:focus,
.gv-widget-search input[type=password]:focus,
.gv-widget-search input[type=number]:focus,
.gv-widget-search input[type=search]:focus,
.gv-widget-search input[type=tel]:focus,
.gv-widget-search input[type=url]:focus,
.gv-widget-search input[type=date]:focus,
.gv-widget-search input[type=time]:focus,
.gv-widget-search input[type=datetime-local]:focus,
.gv-widget-search input[type=month]:focus,
.gv-widget-search input[type=week]:focus,
.gv-widget-search select:focus,
.gv-widget-search textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b5ccdd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}
.form-control::-moz-placeholder, .postbox.gravityflow-admin select::-moz-placeholder, section#updates .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, section#updates .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, section#updates .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, section#updates .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, section#updates .gform_wrapper.gravity-theme input[type=search]::-moz-placeholder, section#updates .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, section#updates .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, section#updates .gform_wrapper.gravity-theme input[type=date]::-moz-placeholder, section#updates .gform_wrapper.gravity-theme input[type=time]::-moz-placeholder, section#updates .gform_wrapper.gravity-theme input[type=datetime-local]::-moz-placeholder, section#updates .gform_wrapper.gravity-theme input[type=month]::-moz-placeholder, section#updates .gform_wrapper.gravity-theme input[type=week]::-moz-placeholder, section#updates .gform_wrapper.gravity-theme select::-moz-placeholder, section#updates .gform_wrapper.gravity-theme textarea::-moz-placeholder, .gv-widget-search input[type=text]::-moz-placeholder, .gv-widget-search input[type=email]::-moz-placeholder, .gv-widget-search input[type=password]::-moz-placeholder, .gv-widget-search input[type=number]::-moz-placeholder, .gv-widget-search input[type=search]::-moz-placeholder, .gv-widget-search input[type=tel]::-moz-placeholder, .gv-widget-search input[type=url]::-moz-placeholder, .gv-widget-search input[type=date]::-moz-placeholder, .gv-widget-search input[type=time]::-moz-placeholder, .gv-widget-search input[type=datetime-local]::-moz-placeholder, .gv-widget-search input[type=month]::-moz-placeholder, .gv-widget-search input[type=week]::-moz-placeholder, .gv-widget-search select::-moz-placeholder, .gv-widget-search textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .postbox.gravityflow-admin select:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme input[type=text]:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme input[type=email]:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme input[type=password]:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme input[type=number]:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme input[type=search]:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme input[type=tel]:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme input[type=url]:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme input[type=date]:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme input[type=time]:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme input[type=datetime-local]:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme input[type=month]:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme input[type=week]:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme select:-ms-input-placeholder, section#updates .gform_wrapper.gravity-theme textarea:-ms-input-placeholder, .gv-widget-search input[type=text]:-ms-input-placeholder, .gv-widget-search input[type=email]:-ms-input-placeholder, .gv-widget-search input[type=password]:-ms-input-placeholder, .gv-widget-search input[type=number]:-ms-input-placeholder, .gv-widget-search input[type=search]:-ms-input-placeholder, .gv-widget-search input[type=tel]:-ms-input-placeholder, .gv-widget-search input[type=url]:-ms-input-placeholder, .gv-widget-search input[type=date]:-ms-input-placeholder, .gv-widget-search input[type=time]:-ms-input-placeholder, .gv-widget-search input[type=datetime-local]:-ms-input-placeholder, .gv-widget-search input[type=month]:-ms-input-placeholder, .gv-widget-search input[type=week]:-ms-input-placeholder, .gv-widget-search select:-ms-input-placeholder, .gv-widget-search textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .postbox.gravityflow-admin select::placeholder, section#updates .gform_wrapper.gravity-theme input[type=text]::placeholder,
section#updates .gform_wrapper.gravity-theme input[type=email]::placeholder,
section#updates .gform_wrapper.gravity-theme input[type=password]::placeholder,
section#updates .gform_wrapper.gravity-theme input[type=number]::placeholder,
section#updates .gform_wrapper.gravity-theme input[type=search]::placeholder,
section#updates .gform_wrapper.gravity-theme input[type=tel]::placeholder,
section#updates .gform_wrapper.gravity-theme input[type=url]::placeholder,
section#updates .gform_wrapper.gravity-theme input[type=date]::placeholder,
section#updates .gform_wrapper.gravity-theme input[type=time]::placeholder,
section#updates .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder,
section#updates .gform_wrapper.gravity-theme input[type=month]::placeholder,
section#updates .gform_wrapper.gravity-theme input[type=week]::placeholder,
section#updates .gform_wrapper.gravity-theme select::placeholder,
section#updates .gform_wrapper.gravity-theme textarea::placeholder, .gv-widget-search input[type=text]::placeholder,
.gv-widget-search input[type=email]::placeholder,
.gv-widget-search input[type=password]::placeholder,
.gv-widget-search input[type=number]::placeholder,
.gv-widget-search input[type=search]::placeholder,
.gv-widget-search input[type=tel]::placeholder,
.gv-widget-search input[type=url]::placeholder,
.gv-widget-search input[type=date]::placeholder,
.gv-widget-search input[type=time]::placeholder,
.gv-widget-search input[type=datetime-local]::placeholder,
.gv-widget-search input[type=month]::placeholder,
.gv-widget-search input[type=week]::placeholder,
.gv-widget-search select::placeholder,
.gv-widget-search textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .postbox.gravityflow-admin select:disabled, section#updates .gform_wrapper.gravity-theme input[type=text]:disabled,
section#updates .gform_wrapper.gravity-theme input[type=email]:disabled,
section#updates .gform_wrapper.gravity-theme input[type=password]:disabled,
section#updates .gform_wrapper.gravity-theme input[type=number]:disabled,
section#updates .gform_wrapper.gravity-theme input[type=search]:disabled,
section#updates .gform_wrapper.gravity-theme input[type=tel]:disabled,
section#updates .gform_wrapper.gravity-theme input[type=url]:disabled,
section#updates .gform_wrapper.gravity-theme input[type=date]:disabled,
section#updates .gform_wrapper.gravity-theme input[type=time]:disabled,
section#updates .gform_wrapper.gravity-theme input[type=datetime-local]:disabled,
section#updates .gform_wrapper.gravity-theme input[type=month]:disabled,
section#updates .gform_wrapper.gravity-theme input[type=week]:disabled,
section#updates .gform_wrapper.gravity-theme select:disabled,
section#updates .gform_wrapper.gravity-theme textarea:disabled, .gv-widget-search input[type=text]:disabled,
.gv-widget-search input[type=email]:disabled,
.gv-widget-search input[type=password]:disabled,
.gv-widget-search input[type=number]:disabled,
.gv-widget-search input[type=search]:disabled,
.gv-widget-search input[type=tel]:disabled,
.gv-widget-search input[type=url]:disabled,
.gv-widget-search input[type=date]:disabled,
.gv-widget-search input[type=time]:disabled,
.gv-widget-search input[type=datetime-local]:disabled,
.gv-widget-search input[type=month]:disabled,
.gv-widget-search input[type=week]:disabled,
.gv-widget-search select:disabled,
.gv-widget-search textarea:disabled, .form-control[readonly], .postbox.gravityflow-admin select[readonly], section#updates .gform_wrapper.gravity-theme input[readonly][type=text],
section#updates .gform_wrapper.gravity-theme input[readonly][type=email],
section#updates .gform_wrapper.gravity-theme input[readonly][type=password],
section#updates .gform_wrapper.gravity-theme input[readonly][type=number],
section#updates .gform_wrapper.gravity-theme input[readonly][type=search],
section#updates .gform_wrapper.gravity-theme input[readonly][type=tel],
section#updates .gform_wrapper.gravity-theme input[readonly][type=url],
section#updates .gform_wrapper.gravity-theme input[readonly][type=date],
section#updates .gform_wrapper.gravity-theme input[readonly][type=time],
section#updates .gform_wrapper.gravity-theme input[readonly][type=datetime-local],
section#updates .gform_wrapper.gravity-theme input[readonly][type=month],
section#updates .gform_wrapper.gravity-theme input[readonly][type=week],
section#updates .gform_wrapper.gravity-theme select[readonly],
section#updates .gform_wrapper.gravity-theme textarea[readonly], .gv-widget-search input[readonly][type=text],
.gv-widget-search input[readonly][type=email],
.gv-widget-search input[readonly][type=password],
.gv-widget-search input[readonly][type=number],
.gv-widget-search input[readonly][type=search],
.gv-widget-search input[readonly][type=tel],
.gv-widget-search input[readonly][type=url],
.gv-widget-search input[readonly][type=date],
.gv-widget-search input[readonly][type=time],
.gv-widget-search input[readonly][type=datetime-local],
.gv-widget-search input[readonly][type=month],
.gv-widget-search input[readonly][type=week],
.gv-widget-search select[readonly],
.gv-widget-search textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
section#updates .gform_wrapper.gravity-theme input[type=date], .gv-widget-search input[type=date][type=text],
.gv-widget-search input[type=date][type=email],
.gv-widget-search input[type=date][type=password],
.gv-widget-search input[type=date][type=number],
.gv-widget-search input[type=date][type=search],
.gv-widget-search input[type=date][type=tel],
.gv-widget-search input[type=date][type=url],
.gv-widget-search input[type=date],
.gv-widget-search input[type=date][type=time],
.gv-widget-search input[type=date][type=datetime-local],
.gv-widget-search input[type=date][type=month],
.gv-widget-search input[type=date][type=week],
input[type=time].form-control,
section#updates .gform_wrapper.gravity-theme input[type=time],
.gv-widget-search input[type=time][type=text],
.gv-widget-search input[type=time][type=email],
.gv-widget-search input[type=time][type=password],
.gv-widget-search input[type=time][type=number],
.gv-widget-search input[type=time][type=search],
.gv-widget-search input[type=time][type=tel],
.gv-widget-search input[type=time][type=url],
.gv-widget-search input[type=time][type=date],
.gv-widget-search input[type=time],
.gv-widget-search input[type=time][type=datetime-local],
.gv-widget-search input[type=time][type=month],
.gv-widget-search input[type=time][type=week],
input[type=datetime-local].form-control,
section#updates .gform_wrapper.gravity-theme input[type=datetime-local],
.gv-widget-search input[type=datetime-local][type=text],
.gv-widget-search input[type=datetime-local][type=email],
.gv-widget-search input[type=datetime-local][type=password],
.gv-widget-search input[type=datetime-local][type=number],
.gv-widget-search input[type=datetime-local][type=search],
.gv-widget-search input[type=datetime-local][type=tel],
.gv-widget-search input[type=datetime-local][type=url],
.gv-widget-search input[type=datetime-local][type=date],
.gv-widget-search input[type=datetime-local][type=time],
.gv-widget-search input[type=datetime-local],
.gv-widget-search input[type=datetime-local][type=month],
.gv-widget-search input[type=datetime-local][type=week],
input[type=month].form-control,
section#updates .gform_wrapper.gravity-theme input[type=month],
.gv-widget-search input[type=month][type=text],
.gv-widget-search input[type=month][type=email],
.gv-widget-search input[type=month][type=password],
.gv-widget-search input[type=month][type=number],
.gv-widget-search input[type=month][type=search],
.gv-widget-search input[type=month][type=tel],
.gv-widget-search input[type=month][type=url],
.gv-widget-search input[type=month][type=date],
.gv-widget-search input[type=month][type=time],
.gv-widget-search input[type=month][type=datetime-local],
.gv-widget-search input[type=month],
.gv-widget-search input[type=month][type=week] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value, .postbox.gravityflow-admin select:focus::-ms-value,
section#updates .gform_wrapper.gravity-theme select:focus::-ms-value,
.gv-widget-search select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0rem;
}

select.form-control[size], .postbox.gravityflow-admin select[size],
section#updates .gform_wrapper.gravity-theme select[size],
.gv-widget-search select[size], select.form-control[multiple], .postbox.gravityflow-admin select[multiple],
section#updates .gform_wrapper.gravity-theme select[multiple],
.gv-widget-search select[multiple] {
  height: auto;
}

textarea.form-control,
section#updates .gform_wrapper.gravity-theme textarea,
.gv-widget-search textarea {
  height: auto;
}

.form-group, section#updates .gform_wrapper.gravity-theme .gfield, .gv-widget-search .gfield {
  margin-bottom: 1rem;
}

.form-text, section#updates .gform_wrapper.gravity-theme .gform-field-label, .gv-widget-search .gform-field-label {
  display: block;
  margin-top: 0.25rem;
}

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

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

.form-check-input, section#updates .gform_wrapper.gravity-theme input[type=radio],
section#updates .gform_wrapper.gravity-theme input[type=checkbox], .gv-widget-search input[type=radio],
.gv-widget-search input[type=checkbox] {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, section#updates .gform_wrapper.gravity-theme input[disabled][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme input[disabled][type=checkbox] ~ .form-check-label, .gv-widget-search input[disabled][type=radio] ~ .form-check-label,
.gv-widget-search input[disabled][type=checkbox] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label, section#updates .gform_wrapper.gravity-theme input[type=radio]:disabled ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme input[type=checkbox]:disabled ~ .form-check-label, .gv-widget-search input[type=radio]:disabled ~ .form-check-label,
.gv-widget-search input[type=checkbox]:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input, .form-check-inline section#updates .gform_wrapper.gravity-theme input[type=radio], section#updates .gform_wrapper.gravity-theme .form-check-inline input[type=radio],
.form-check-inline section#updates .gform_wrapper.gravity-theme input[type=checkbox],
section#updates .gform_wrapper.gravity-theme .form-check-inline input[type=checkbox], .form-check-inline .gv-widget-search input[type=radio], .gv-widget-search .form-check-inline input[type=radio],
.form-check-inline .gv-widget-search input[type=checkbox],
.gv-widget-search .form-check-inline input[type=checkbox] {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 204, 140, 0.9);
  border-radius: 0rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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 .postbox.gravityflow-admin select:valid, .postbox.gravityflow-admin .was-validated select:valid, .was-validated section#updates .gform_wrapper.gravity-theme input[type=text]:valid, section#updates .gform_wrapper.gravity-theme .was-validated input[type=text]:valid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=email]:valid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=email]:valid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=password]:valid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=password]:valid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=number]:valid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=number]:valid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=search]:valid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=search]:valid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=tel]:valid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=tel]:valid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=url]:valid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=url]:valid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=date]:valid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=date]:valid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=time]:valid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=time]:valid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=datetime-local]:valid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=datetime-local]:valid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=month]:valid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=month]:valid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=week]:valid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=week]:valid,
.was-validated section#updates .gform_wrapper.gravity-theme select:valid,
section#updates .gform_wrapper.gravity-theme .was-validated select:valid,
.was-validated section#updates .gform_wrapper.gravity-theme textarea:valid,
section#updates .gform_wrapper.gravity-theme .was-validated textarea:valid, .was-validated .gv-widget-search input[type=text]:valid, .gv-widget-search .was-validated input[type=text]:valid,
.was-validated .gv-widget-search input[type=email]:valid,
.gv-widget-search .was-validated input[type=email]:valid,
.was-validated .gv-widget-search input[type=password]:valid,
.gv-widget-search .was-validated input[type=password]:valid,
.was-validated .gv-widget-search input[type=number]:valid,
.gv-widget-search .was-validated input[type=number]:valid,
.was-validated .gv-widget-search input[type=search]:valid,
.gv-widget-search .was-validated input[type=search]:valid,
.was-validated .gv-widget-search input[type=tel]:valid,
.gv-widget-search .was-validated input[type=tel]:valid,
.was-validated .gv-widget-search input[type=url]:valid,
.gv-widget-search .was-validated input[type=url]:valid,
.was-validated .gv-widget-search input[type=date]:valid,
.gv-widget-search .was-validated input[type=date]:valid,
.was-validated .gv-widget-search input[type=time]:valid,
.gv-widget-search .was-validated input[type=time]:valid,
.was-validated .gv-widget-search input[type=datetime-local]:valid,
.gv-widget-search .was-validated input[type=datetime-local]:valid,
.was-validated .gv-widget-search input[type=month]:valid,
.gv-widget-search .was-validated input[type=month]:valid,
.was-validated .gv-widget-search input[type=week]:valid,
.gv-widget-search .was-validated input[type=week]:valid,
.was-validated .gv-widget-search select:valid,
.gv-widget-search .was-validated select:valid,
.was-validated .gv-widget-search textarea:valid,
.gv-widget-search .was-validated textarea:valid, .form-control.is-valid, .postbox.gravityflow-admin select.is-valid, section#updates .gform_wrapper.gravity-theme input.is-valid[type=text],
section#updates .gform_wrapper.gravity-theme input.is-valid[type=email],
section#updates .gform_wrapper.gravity-theme input.is-valid[type=password],
section#updates .gform_wrapper.gravity-theme input.is-valid[type=number],
section#updates .gform_wrapper.gravity-theme input.is-valid[type=search],
section#updates .gform_wrapper.gravity-theme input.is-valid[type=tel],
section#updates .gform_wrapper.gravity-theme input.is-valid[type=url],
section#updates .gform_wrapper.gravity-theme input.is-valid[type=date],
section#updates .gform_wrapper.gravity-theme input.is-valid[type=time],
section#updates .gform_wrapper.gravity-theme input.is-valid[type=datetime-local],
section#updates .gform_wrapper.gravity-theme input.is-valid[type=month],
section#updates .gform_wrapper.gravity-theme input.is-valid[type=week],
section#updates .gform_wrapper.gravity-theme select.is-valid,
section#updates .gform_wrapper.gravity-theme textarea.is-valid, .gv-widget-search input.is-valid[type=text],
.gv-widget-search input.is-valid[type=email],
.gv-widget-search input.is-valid[type=password],
.gv-widget-search input.is-valid[type=number],
.gv-widget-search input.is-valid[type=search],
.gv-widget-search input.is-valid[type=tel],
.gv-widget-search input.is-valid[type=url],
.gv-widget-search input.is-valid[type=date],
.gv-widget-search input.is-valid[type=time],
.gv-widget-search input.is-valid[type=datetime-local],
.gv-widget-search input.is-valid[type=month],
.gv-widget-search input.is-valid[type=week],
.gv-widget-search select.is-valid,
.gv-widget-search textarea.is-valid {
  border-color: #00CC8C;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300CC8C' 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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .postbox.gravityflow-admin select:valid:focus, .postbox.gravityflow-admin .was-validated select:valid:focus, .was-validated section#updates .gform_wrapper.gravity-theme input[type=text]:valid:focus, section#updates .gform_wrapper.gravity-theme .was-validated input[type=text]:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=email]:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=email]:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=password]:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=password]:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=number]:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=number]:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=search]:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=search]:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=tel]:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=tel]:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=url]:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=url]:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=date]:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=date]:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=time]:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=time]:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=datetime-local]:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=datetime-local]:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=month]:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=month]:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=week]:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=week]:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme select:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated select:valid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme textarea:valid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated textarea:valid:focus, .was-validated .gv-widget-search input[type=text]:valid:focus, .gv-widget-search .was-validated input[type=text]:valid:focus,
.was-validated .gv-widget-search input[type=email]:valid:focus,
.gv-widget-search .was-validated input[type=email]:valid:focus,
.was-validated .gv-widget-search input[type=password]:valid:focus,
.gv-widget-search .was-validated input[type=password]:valid:focus,
.was-validated .gv-widget-search input[type=number]:valid:focus,
.gv-widget-search .was-validated input[type=number]:valid:focus,
.was-validated .gv-widget-search input[type=search]:valid:focus,
.gv-widget-search .was-validated input[type=search]:valid:focus,
.was-validated .gv-widget-search input[type=tel]:valid:focus,
.gv-widget-search .was-validated input[type=tel]:valid:focus,
.was-validated .gv-widget-search input[type=url]:valid:focus,
.gv-widget-search .was-validated input[type=url]:valid:focus,
.was-validated .gv-widget-search input[type=date]:valid:focus,
.gv-widget-search .was-validated input[type=date]:valid:focus,
.was-validated .gv-widget-search input[type=time]:valid:focus,
.gv-widget-search .was-validated input[type=time]:valid:focus,
.was-validated .gv-widget-search input[type=datetime-local]:valid:focus,
.gv-widget-search .was-validated input[type=datetime-local]:valid:focus,
.was-validated .gv-widget-search input[type=month]:valid:focus,
.gv-widget-search .was-validated input[type=month]:valid:focus,
.was-validated .gv-widget-search input[type=week]:valid:focus,
.gv-widget-search .was-validated input[type=week]:valid:focus,
.was-validated .gv-widget-search select:valid:focus,
.gv-widget-search .was-validated select:valid:focus,
.was-validated .gv-widget-search textarea:valid:focus,
.gv-widget-search .was-validated textarea:valid:focus, .form-control.is-valid:focus, .postbox.gravityflow-admin select.is-valid:focus, section#updates .gform_wrapper.gravity-theme input.is-valid[type=text]:focus,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=email]:focus,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=password]:focus,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=number]:focus,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=search]:focus,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=tel]:focus,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=url]:focus,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=date]:focus,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=time]:focus,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=month]:focus,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=week]:focus,
section#updates .gform_wrapper.gravity-theme select.is-valid:focus,
section#updates .gform_wrapper.gravity-theme textarea.is-valid:focus, .gv-widget-search input.is-valid[type=text]:focus,
.gv-widget-search input.is-valid[type=email]:focus,
.gv-widget-search input.is-valid[type=password]:focus,
.gv-widget-search input.is-valid[type=number]:focus,
.gv-widget-search input.is-valid[type=search]:focus,
.gv-widget-search input.is-valid[type=tel]:focus,
.gv-widget-search input.is-valid[type=url]:focus,
.gv-widget-search input.is-valid[type=date]:focus,
.gv-widget-search input.is-valid[type=time]:focus,
.gv-widget-search input.is-valid[type=datetime-local]:focus,
.gv-widget-search input.is-valid[type=month]:focus,
.gv-widget-search input.is-valid[type=week]:focus,
.gv-widget-search select.is-valid:focus,
.gv-widget-search textarea.is-valid:focus {
  border-color: #00CC8C;
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 140, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated section#updates .gform_wrapper.gravity-theme textarea:valid,
section#updates .gform_wrapper.gravity-theme .was-validated textarea:valid,
.was-validated .gv-widget-search textarea:valid,
.gv-widget-search .was-validated textarea:valid, textarea.form-control.is-valid,
section#updates .gform_wrapper.gravity-theme textarea.is-valid,
.gv-widget-search textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00CC8C;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300CC8C' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00CC8C;
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 140, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .was-validated section#updates .gform_wrapper.gravity-theme input[type=radio]:valid ~ .form-check-label, section#updates .gform_wrapper.gravity-theme .was-validated input[type=radio]:valid ~ .form-check-label,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=checkbox]:valid ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=checkbox]:valid ~ .form-check-label, .was-validated .gv-widget-search input[type=radio]:valid ~ .form-check-label, .gv-widget-search .was-validated input[type=radio]:valid ~ .form-check-label,
.was-validated .gv-widget-search input[type=checkbox]:valid ~ .form-check-label,
.gv-widget-search .was-validated input[type=checkbox]:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, section#updates .gform_wrapper.gravity-theme input.is-valid[type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=checkbox] ~ .form-check-label, .gv-widget-search input.is-valid[type=radio] ~ .form-check-label,
.gv-widget-search input.is-valid[type=checkbox] ~ .form-check-label {
  color: #00CC8C;
}
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated section#updates .gform_wrapper.gravity-theme input[type=radio]:valid ~ .valid-feedback, section#updates .gform_wrapper.gravity-theme .was-validated input[type=radio]:valid ~ .valid-feedback,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=checkbox]:valid ~ .valid-feedback,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=checkbox]:valid ~ .valid-feedback, .was-validated .gv-widget-search input[type=radio]:valid ~ .valid-feedback, .gv-widget-search .was-validated input[type=radio]:valid ~ .valid-feedback,
.was-validated .gv-widget-search input[type=checkbox]:valid ~ .valid-feedback,
.gv-widget-search .was-validated input[type=checkbox]:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=radio]:valid ~ .valid-tooltip,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=radio]:valid ~ .valid-tooltip,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=checkbox]:valid ~ .valid-tooltip,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=checkbox]:valid ~ .valid-tooltip,
.was-validated .gv-widget-search input[type=radio]:valid ~ .valid-tooltip,
.gv-widget-search .was-validated input[type=radio]:valid ~ .valid-tooltip,
.was-validated .gv-widget-search input[type=checkbox]:valid ~ .valid-tooltip,
.gv-widget-search .was-validated input[type=checkbox]:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, section#updates .gform_wrapper.gravity-theme input.is-valid[type=radio] ~ .valid-feedback,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=checkbox] ~ .valid-feedback, .gv-widget-search input.is-valid[type=radio] ~ .valid-feedback,
.gv-widget-search input.is-valid[type=checkbox] ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=radio] ~ .valid-tooltip,
section#updates .gform_wrapper.gravity-theme input.is-valid[type=checkbox] ~ .valid-tooltip,
.gv-widget-search input.is-valid[type=radio] ~ .valid-tooltip,
.gv-widget-search input.is-valid[type=checkbox] ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00CC8C;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00CC8C;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00ffaf;
  background-color: #00ffaf;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 140, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00CC8C;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:valid ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated .custom-file-input:valid ~ .gfield_description, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:valid ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated .custom-file-input:valid ~ .ginput_preview, .was-validated .gv-widget-search .gfield--type-post_image .custom-file-input:valid ~ .gfield_description, .gv-widget-search .gfield--type-post_image .was-validated .custom-file-input:valid ~ .gfield_description, .was-validated .gv-widget-search .gfield--type-post_image .custom-file-input:valid ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .was-validated .custom-file-input:valid ~ .ginput_preview, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:valid ~ .custom-file-label, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:valid ~ .gfield_description, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:valid ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated input:valid ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated input:valid ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated input:valid ~ .ginput_preview, .was-validated .gv-widget-search .gfield--type-post_image input:valid ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .was-validated .gv-widget-search .gfield--type-post_image input:valid ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .was-validated .gv-widget-search .gfield--type-post_image input:valid ~ .ginput_preview, .was-validated .gv-widget-search .gfield--type-post_image input:valid ~ .gfield_description, .was-validated .gv-widget-search .gfield--type-post_image input:valid ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .was-validated input:valid ~ .custom-file-label, .gv-widget-search .gfield--type-post_image .was-validated input:valid ~ .gfield_description, .gv-widget-search .gfield--type-post_image .was-validated input:valid ~ .ginput_preview, .custom-file-input.is-valid ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input.is-valid ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input.is-valid ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .custom-file-input.is-valid ~ .gfield_description, .gv-widget-search .gfield--type-post_image .custom-file-input.is-valid ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.is-valid ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.is-valid ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.is-valid ~ .ginput_preview, .gv-widget-search .gfield--type-post_image input.is-valid ~ .custom-file-label, .gv-widget-search .gfield--type-post_image input.is-valid ~ .gfield_description, .gv-widget-search .gfield--type-post_image input.is-valid ~ .ginput_preview {
  border-color: #00CC8C;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:valid:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated .custom-file-input:valid:focus ~ .gfield_description, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:valid:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated .custom-file-input:valid:focus ~ .ginput_preview, .was-validated .gv-widget-search .gfield--type-post_image .custom-file-input:valid:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image .was-validated .custom-file-input:valid:focus ~ .gfield_description, .was-validated .gv-widget-search .gfield--type-post_image .custom-file-input:valid:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .was-validated .custom-file-input:valid:focus ~ .ginput_preview, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:valid:focus ~ .custom-file-label, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:valid:focus ~ .gfield_description, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:valid:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated input:valid:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated input:valid:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated input:valid:focus ~ .ginput_preview, .was-validated .gv-widget-search .gfield--type-post_image input:valid:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .was-validated .gv-widget-search .gfield--type-post_image input:valid:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .was-validated .gv-widget-search .gfield--type-post_image input:valid:focus ~ .ginput_preview, .was-validated .gv-widget-search .gfield--type-post_image input:valid:focus ~ .gfield_description, .was-validated .gv-widget-search .gfield--type-post_image input:valid:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .was-validated input:valid:focus ~ .custom-file-label, .gv-widget-search .gfield--type-post_image .was-validated input:valid:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image .was-validated input:valid:focus ~ .ginput_preview, .custom-file-input.is-valid:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input.is-valid:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input.is-valid:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .custom-file-input.is-valid:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image .custom-file-input.is-valid:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.is-valid:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.is-valid:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.is-valid:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image input.is-valid:focus ~ .custom-file-label, .gv-widget-search .gfield--type-post_image input.is-valid:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image input.is-valid:focus ~ .ginput_preview {
  border-color: #00CC8C;
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 140, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error select ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=text] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=email] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=password] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=number] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=search] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=tel] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=url] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=date] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=time] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=datetime-local] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=month] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=week] ~ .invalid-feedback,
.gv-widget-search .gfield_error select ~ .invalid-feedback,
.gv-widget-search .gfield_error textarea ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error select ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=text] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=email] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=password] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=number] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=search] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=tel] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=url] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=date] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=time] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=datetime-local] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=month] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=week] ~ .invalid-tooltip,
.gv-widget-search .gfield_error select ~ .invalid-tooltip,
.gv-widget-search .gfield_error textarea ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .postbox.gravityflow-admin select:invalid, .postbox.gravityflow-admin .was-validated select:invalid, .was-validated section#updates .gform_wrapper.gravity-theme input[type=text]:invalid, section#updates .gform_wrapper.gravity-theme .was-validated input[type=text]:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=email]:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=email]:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=password]:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=password]:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=number]:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=number]:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=search]:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=search]:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=tel]:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=tel]:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=url]:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=url]:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=date]:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=date]:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=time]:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=time]:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=datetime-local]:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=datetime-local]:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=month]:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=month]:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=week]:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=week]:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme select:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated select:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme textarea:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated textarea:invalid, .was-validated .gv-widget-search input[type=text]:invalid, .gv-widget-search .was-validated input[type=text]:invalid,
.was-validated .gv-widget-search input[type=email]:invalid,
.gv-widget-search .was-validated input[type=email]:invalid,
.was-validated .gv-widget-search input[type=password]:invalid,
.gv-widget-search .was-validated input[type=password]:invalid,
.was-validated .gv-widget-search input[type=number]:invalid,
.gv-widget-search .was-validated input[type=number]:invalid,
.was-validated .gv-widget-search input[type=search]:invalid,
.gv-widget-search .was-validated input[type=search]:invalid,
.was-validated .gv-widget-search input[type=tel]:invalid,
.gv-widget-search .was-validated input[type=tel]:invalid,
.was-validated .gv-widget-search input[type=url]:invalid,
.gv-widget-search .was-validated input[type=url]:invalid,
.was-validated .gv-widget-search input[type=date]:invalid,
.gv-widget-search .was-validated input[type=date]:invalid,
.was-validated .gv-widget-search input[type=time]:invalid,
.gv-widget-search .was-validated input[type=time]:invalid,
.was-validated .gv-widget-search input[type=datetime-local]:invalid,
.gv-widget-search .was-validated input[type=datetime-local]:invalid,
.was-validated .gv-widget-search input[type=month]:invalid,
.gv-widget-search .was-validated input[type=month]:invalid,
.was-validated .gv-widget-search input[type=week]:invalid,
.gv-widget-search .was-validated input[type=week]:invalid,
.was-validated .gv-widget-search select:invalid,
.gv-widget-search .was-validated select:invalid,
.was-validated .gv-widget-search textarea:invalid,
.gv-widget-search .was-validated textarea:invalid, .form-control.is-invalid, .postbox.gravityflow-admin select.is-invalid, section#updates .gform_wrapper.gravity-theme input.is-invalid[type=text],
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=email],
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=password],
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=number],
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=search],
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=tel],
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=url],
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=date],
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=time],
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=datetime-local],
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=month],
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=week],
section#updates .gform_wrapper.gravity-theme select.is-invalid,
section#updates .gform_wrapper.gravity-theme textarea.is-invalid, .gv-widget-search input.is-invalid[type=text],
.gv-widget-search input.is-invalid[type=email],
.gv-widget-search input.is-invalid[type=password],
.gv-widget-search input.is-invalid[type=number],
.gv-widget-search input.is-invalid[type=search],
.gv-widget-search input.is-invalid[type=tel],
.gv-widget-search input.is-invalid[type=url],
.gv-widget-search input.is-invalid[type=date],
.gv-widget-search input.is-invalid[type=time],
.gv-widget-search input.is-invalid[type=datetime-local],
.gv-widget-search input.is-invalid[type=month],
.gv-widget-search input.is-invalid[type=week],
.gv-widget-search select.is-invalid,
.gv-widget-search textarea.is-invalid, section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=text], section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=week], section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text], .gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error select.form-control,
section#updates .gform_wrapper.gravity-theme .gfield_error .postbox.gravityflow-admin select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .gfield_error select,
section#updates .gform_wrapper.gravity-theme .gfield_error select,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error select,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.form-control,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error textarea, .gv-widget-search .gfield_error input.form-control[type=text], .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text], section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=week], .gv-widget-search .gfield_error input[type=text],
.gv-widget-search .gfield_error input[type=text][type=email],
.gv-widget-search .gfield_error input[type=text][type=password],
.gv-widget-search .gfield_error input[type=text][type=number],
.gv-widget-search .gfield_error input[type=text][type=search],
.gv-widget-search .gfield_error input[type=text][type=tel],
.gv-widget-search .gfield_error input[type=text][type=url],
.gv-widget-search .gfield_error input[type=text][type=date],
.gv-widget-search .gfield_error input[type=text][type=time],
.gv-widget-search .gfield_error input[type=text][type=datetime-local],
.gv-widget-search .gfield_error input[type=text][type=month],
.gv-widget-search .gfield_error input[type=text][type=week],
.gv-widget-search .gfield_error input.form-control[type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=text],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=week],
.gv-widget-search .gfield_error input[type=email][type=text],
.gv-widget-search .gfield_error input[type=email],
.gv-widget-search .gfield_error input[type=email][type=password],
.gv-widget-search .gfield_error input[type=email][type=number],
.gv-widget-search .gfield_error input[type=email][type=search],
.gv-widget-search .gfield_error input[type=email][type=tel],
.gv-widget-search .gfield_error input[type=email][type=url],
.gv-widget-search .gfield_error input[type=email][type=date],
.gv-widget-search .gfield_error input[type=email][type=time],
.gv-widget-search .gfield_error input[type=email][type=datetime-local],
.gv-widget-search .gfield_error input[type=email][type=month],
.gv-widget-search .gfield_error input[type=email][type=week],
.gv-widget-search .gfield_error input.form-control[type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=text],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=week],
.gv-widget-search .gfield_error input[type=password][type=text],
.gv-widget-search .gfield_error input[type=password][type=email],
.gv-widget-search .gfield_error input[type=password],
.gv-widget-search .gfield_error input[type=password][type=number],
.gv-widget-search .gfield_error input[type=password][type=search],
.gv-widget-search .gfield_error input[type=password][type=tel],
.gv-widget-search .gfield_error input[type=password][type=url],
.gv-widget-search .gfield_error input[type=password][type=date],
.gv-widget-search .gfield_error input[type=password][type=time],
.gv-widget-search .gfield_error input[type=password][type=datetime-local],
.gv-widget-search .gfield_error input[type=password][type=month],
.gv-widget-search .gfield_error input[type=password][type=week],
.gv-widget-search .gfield_error input.form-control[type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=text],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=week],
.gv-widget-search .gfield_error input[type=number][type=text],
.gv-widget-search .gfield_error input[type=number][type=email],
.gv-widget-search .gfield_error input[type=number][type=password],
.gv-widget-search .gfield_error input[type=number],
.gv-widget-search .gfield_error input[type=number][type=search],
.gv-widget-search .gfield_error input[type=number][type=tel],
.gv-widget-search .gfield_error input[type=number][type=url],
.gv-widget-search .gfield_error input[type=number][type=date],
.gv-widget-search .gfield_error input[type=number][type=time],
.gv-widget-search .gfield_error input[type=number][type=datetime-local],
.gv-widget-search .gfield_error input[type=number][type=month],
.gv-widget-search .gfield_error input[type=number][type=week],
.gv-widget-search .gfield_error input.form-control[type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=text],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=week],
.gv-widget-search .gfield_error input[type=search][type=text],
.gv-widget-search .gfield_error input[type=search][type=email],
.gv-widget-search .gfield_error input[type=search][type=password],
.gv-widget-search .gfield_error input[type=search][type=number],
.gv-widget-search .gfield_error input[type=search],
.gv-widget-search .gfield_error input[type=search][type=tel],
.gv-widget-search .gfield_error input[type=search][type=url],
.gv-widget-search .gfield_error input[type=search][type=date],
.gv-widget-search .gfield_error input[type=search][type=time],
.gv-widget-search .gfield_error input[type=search][type=datetime-local],
.gv-widget-search .gfield_error input[type=search][type=month],
.gv-widget-search .gfield_error input[type=search][type=week],
.gv-widget-search .gfield_error input.form-control[type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=text],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=week],
.gv-widget-search .gfield_error input[type=tel][type=text],
.gv-widget-search .gfield_error input[type=tel][type=email],
.gv-widget-search .gfield_error input[type=tel][type=password],
.gv-widget-search .gfield_error input[type=tel][type=number],
.gv-widget-search .gfield_error input[type=tel][type=search],
.gv-widget-search .gfield_error input[type=tel],
.gv-widget-search .gfield_error input[type=tel][type=url],
.gv-widget-search .gfield_error input[type=tel][type=date],
.gv-widget-search .gfield_error input[type=tel][type=time],
.gv-widget-search .gfield_error input[type=tel][type=datetime-local],
.gv-widget-search .gfield_error input[type=tel][type=month],
.gv-widget-search .gfield_error input[type=tel][type=week],
.gv-widget-search .gfield_error input.form-control[type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=text],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=week],
.gv-widget-search .gfield_error input[type=url][type=text],
.gv-widget-search .gfield_error input[type=url][type=email],
.gv-widget-search .gfield_error input[type=url][type=password],
.gv-widget-search .gfield_error input[type=url][type=number],
.gv-widget-search .gfield_error input[type=url][type=search],
.gv-widget-search .gfield_error input[type=url][type=tel],
.gv-widget-search .gfield_error input[type=url],
.gv-widget-search .gfield_error input[type=url][type=date],
.gv-widget-search .gfield_error input[type=url][type=time],
.gv-widget-search .gfield_error input[type=url][type=datetime-local],
.gv-widget-search .gfield_error input[type=url][type=month],
.gv-widget-search .gfield_error input[type=url][type=week],
.gv-widget-search .gfield_error input.form-control[type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=text],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=week],
.gv-widget-search .gfield_error input[type=date][type=text],
.gv-widget-search .gfield_error input[type=date][type=email],
.gv-widget-search .gfield_error input[type=date][type=password],
.gv-widget-search .gfield_error input[type=date][type=number],
.gv-widget-search .gfield_error input[type=date][type=search],
.gv-widget-search .gfield_error input[type=date][type=tel],
.gv-widget-search .gfield_error input[type=date][type=url],
.gv-widget-search .gfield_error input[type=date],
.gv-widget-search .gfield_error input[type=date][type=time],
.gv-widget-search .gfield_error input[type=date][type=datetime-local],
.gv-widget-search .gfield_error input[type=date][type=month],
.gv-widget-search .gfield_error input[type=date][type=week],
.gv-widget-search .gfield_error input.form-control[type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=text],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=week],
.gv-widget-search .gfield_error input[type=time][type=text],
.gv-widget-search .gfield_error input[type=time][type=email],
.gv-widget-search .gfield_error input[type=time][type=password],
.gv-widget-search .gfield_error input[type=time][type=number],
.gv-widget-search .gfield_error input[type=time][type=search],
.gv-widget-search .gfield_error input[type=time][type=tel],
.gv-widget-search .gfield_error input[type=time][type=url],
.gv-widget-search .gfield_error input[type=time][type=date],
.gv-widget-search .gfield_error input[type=time],
.gv-widget-search .gfield_error input[type=time][type=datetime-local],
.gv-widget-search .gfield_error input[type=time][type=month],
.gv-widget-search .gfield_error input[type=time][type=week],
.gv-widget-search .gfield_error input.form-control[type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=text],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=week],
.gv-widget-search .gfield_error input[type=datetime-local][type=text],
.gv-widget-search .gfield_error input[type=datetime-local][type=email],
.gv-widget-search .gfield_error input[type=datetime-local][type=password],
.gv-widget-search .gfield_error input[type=datetime-local][type=number],
.gv-widget-search .gfield_error input[type=datetime-local][type=search],
.gv-widget-search .gfield_error input[type=datetime-local][type=tel],
.gv-widget-search .gfield_error input[type=datetime-local][type=url],
.gv-widget-search .gfield_error input[type=datetime-local][type=date],
.gv-widget-search .gfield_error input[type=datetime-local][type=time],
.gv-widget-search .gfield_error input[type=datetime-local],
.gv-widget-search .gfield_error input[type=datetime-local][type=month],
.gv-widget-search .gfield_error input[type=datetime-local][type=week],
.gv-widget-search .gfield_error input.form-control[type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=text],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=week],
.gv-widget-search .gfield_error input[type=month][type=text],
.gv-widget-search .gfield_error input[type=month][type=email],
.gv-widget-search .gfield_error input[type=month][type=password],
.gv-widget-search .gfield_error input[type=month][type=number],
.gv-widget-search .gfield_error input[type=month][type=search],
.gv-widget-search .gfield_error input[type=month][type=tel],
.gv-widget-search .gfield_error input[type=month][type=url],
.gv-widget-search .gfield_error input[type=month][type=date],
.gv-widget-search .gfield_error input[type=month][type=time],
.gv-widget-search .gfield_error input[type=month][type=datetime-local],
.gv-widget-search .gfield_error input[type=month],
.gv-widget-search .gfield_error input[type=month][type=week],
.gv-widget-search .gfield_error input.form-control[type=week],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=text],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=email],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=password],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=number],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=search],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=tel],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=url],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=date],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=time],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=datetime-local],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=month],
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week],
.gv-widget-search .gfield_error input[type=week][type=text],
.gv-widget-search .gfield_error input[type=week][type=email],
.gv-widget-search .gfield_error input[type=week][type=password],
.gv-widget-search .gfield_error input[type=week][type=number],
.gv-widget-search .gfield_error input[type=week][type=search],
.gv-widget-search .gfield_error input[type=week][type=tel],
.gv-widget-search .gfield_error input[type=week][type=url],
.gv-widget-search .gfield_error input[type=week][type=date],
.gv-widget-search .gfield_error input[type=week][type=time],
.gv-widget-search .gfield_error input[type=week][type=datetime-local],
.gv-widget-search .gfield_error input[type=week][type=month],
.gv-widget-search .gfield_error input[type=week],
.gv-widget-search .gfield_error select.form-control,
.gv-widget-search .gfield_error .postbox.gravityflow-admin select,
.postbox.gravityflow-admin .gv-widget-search .gfield_error select,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error select,
.gv-widget-search .gfield_error select,
.gv-widget-search .gfield_error textarea.form-control,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error textarea,
.gv-widget-search .gfield_error textarea {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .postbox.gravityflow-admin select:invalid:focus, .postbox.gravityflow-admin .was-validated select:invalid:focus, .was-validated section#updates .gform_wrapper.gravity-theme input[type=text]:invalid:focus, section#updates .gform_wrapper.gravity-theme .was-validated input[type=text]:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=email]:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=email]:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=password]:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=password]:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=number]:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=number]:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=search]:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=search]:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=tel]:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=tel]:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=url]:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=url]:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=date]:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=date]:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=time]:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=time]:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=datetime-local]:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=datetime-local]:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=month]:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=month]:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=week]:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=week]:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme select:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated select:invalid:focus,
.was-validated section#updates .gform_wrapper.gravity-theme textarea:invalid:focus,
section#updates .gform_wrapper.gravity-theme .was-validated textarea:invalid:focus, .was-validated .gv-widget-search input[type=text]:invalid:focus, .gv-widget-search .was-validated input[type=text]:invalid:focus,
.was-validated .gv-widget-search input[type=email]:invalid:focus,
.gv-widget-search .was-validated input[type=email]:invalid:focus,
.was-validated .gv-widget-search input[type=password]:invalid:focus,
.gv-widget-search .was-validated input[type=password]:invalid:focus,
.was-validated .gv-widget-search input[type=number]:invalid:focus,
.gv-widget-search .was-validated input[type=number]:invalid:focus,
.was-validated .gv-widget-search input[type=search]:invalid:focus,
.gv-widget-search .was-validated input[type=search]:invalid:focus,
.was-validated .gv-widget-search input[type=tel]:invalid:focus,
.gv-widget-search .was-validated input[type=tel]:invalid:focus,
.was-validated .gv-widget-search input[type=url]:invalid:focus,
.gv-widget-search .was-validated input[type=url]:invalid:focus,
.was-validated .gv-widget-search input[type=date]:invalid:focus,
.gv-widget-search .was-validated input[type=date]:invalid:focus,
.was-validated .gv-widget-search input[type=time]:invalid:focus,
.gv-widget-search .was-validated input[type=time]:invalid:focus,
.was-validated .gv-widget-search input[type=datetime-local]:invalid:focus,
.gv-widget-search .was-validated input[type=datetime-local]:invalid:focus,
.was-validated .gv-widget-search input[type=month]:invalid:focus,
.gv-widget-search .was-validated input[type=month]:invalid:focus,
.was-validated .gv-widget-search input[type=week]:invalid:focus,
.gv-widget-search .was-validated input[type=week]:invalid:focus,
.was-validated .gv-widget-search select:invalid:focus,
.gv-widget-search .was-validated select:invalid:focus,
.was-validated .gv-widget-search textarea:invalid:focus,
.gv-widget-search .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .postbox.gravityflow-admin select.is-invalid:focus, section#updates .gform_wrapper.gravity-theme input.is-invalid[type=text]:focus,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=email]:focus,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=password]:focus,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=number]:focus,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=search]:focus,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=tel]:focus,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=url]:focus,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=date]:focus,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=time]:focus,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=month]:focus,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=week]:focus,
section#updates .gform_wrapper.gravity-theme select.is-invalid:focus,
section#updates .gform_wrapper.gravity-theme textarea.is-invalid:focus, .gv-widget-search input.is-invalid[type=text]:focus,
.gv-widget-search input.is-invalid[type=email]:focus,
.gv-widget-search input.is-invalid[type=password]:focus,
.gv-widget-search input.is-invalid[type=number]:focus,
.gv-widget-search input.is-invalid[type=search]:focus,
.gv-widget-search input.is-invalid[type=tel]:focus,
.gv-widget-search input.is-invalid[type=url]:focus,
.gv-widget-search input.is-invalid[type=date]:focus,
.gv-widget-search input.is-invalid[type=time]:focus,
.gv-widget-search input.is-invalid[type=datetime-local]:focus,
.gv-widget-search input.is-invalid[type=month]:focus,
.gv-widget-search input.is-invalid[type=week]:focus,
.gv-widget-search select.is-invalid:focus,
.gv-widget-search textarea.is-invalid:focus, section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=text]:focus, section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text]:focus, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text]:focus, .gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=email]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=password]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=number]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=search]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=tel]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=url]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=date]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=time]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=datetime-local]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=month]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=week]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=text]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=password]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=number]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=search]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=tel]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=url]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=date]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=time]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=datetime-local]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=month]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=week]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=text]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=email]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=number]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=search]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=tel]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=url]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=date]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=time]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=datetime-local]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=month]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=week]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=text]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=email]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=password]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=search]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=tel]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=url]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=date]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=time]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=datetime-local]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=month]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=week]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=text]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=email]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=password]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=number]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=tel]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=url]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=date]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=time]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=datetime-local]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=month]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=week]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=text]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=email]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=password]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=number]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=search]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=url]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=date]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=time]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=datetime-local]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=month]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=week]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=text]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=email]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=password]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=number]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=search]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=tel]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=date]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=time]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=datetime-local]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=month]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=week]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=text]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=email]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=password]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=number]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=search]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=tel]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=url]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=time]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=datetime-local]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=month]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=week]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=text]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=email]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=password]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=number]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=search]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=tel]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=url]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=date]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=datetime-local]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=month]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=week]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=text]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=email]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=password]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=number]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=search]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=tel]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=url]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=date]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=time]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=month]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=week]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=text]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=email]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=password]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=number]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=search]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=tel]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=url]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=date]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=time]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=datetime-local]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=week]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-control[type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=text]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=email]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=password]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=number]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=search]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=tel]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=url]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=date]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=time]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=datetime-local]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=month]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week]:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error select.form-control:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .postbox.gravityflow-admin select:focus,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .gfield_error select:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error select:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search select:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error select:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.form-control:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search textarea:focus,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error textarea:focus, .gv-widget-search .gfield_error input.form-control[type=text]:focus, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text]:focus, section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text]:focus, .gv-widget-search .gfield_error input[type=text]:focus,
.gv-widget-search .gfield_error input[type=text][type=email]:focus,
.gv-widget-search .gfield_error input[type=text][type=password]:focus,
.gv-widget-search .gfield_error input[type=text][type=number]:focus,
.gv-widget-search .gfield_error input[type=text][type=search]:focus,
.gv-widget-search .gfield_error input[type=text][type=tel]:focus,
.gv-widget-search .gfield_error input[type=text][type=url]:focus,
.gv-widget-search .gfield_error input[type=text][type=date]:focus,
.gv-widget-search .gfield_error input[type=text][type=time]:focus,
.gv-widget-search .gfield_error input[type=text][type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=text][type=month]:focus,
.gv-widget-search .gfield_error input[type=text][type=week]:focus,
.gv-widget-search .gfield_error input.form-control[type=email]:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email]:focus,
.gv-widget-search .gfield_error input[type=email][type=text]:focus,
.gv-widget-search .gfield_error input[type=email]:focus,
.gv-widget-search .gfield_error input[type=email][type=password]:focus,
.gv-widget-search .gfield_error input[type=email][type=number]:focus,
.gv-widget-search .gfield_error input[type=email][type=search]:focus,
.gv-widget-search .gfield_error input[type=email][type=tel]:focus,
.gv-widget-search .gfield_error input[type=email][type=url]:focus,
.gv-widget-search .gfield_error input[type=email][type=date]:focus,
.gv-widget-search .gfield_error input[type=email][type=time]:focus,
.gv-widget-search .gfield_error input[type=email][type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=email][type=month]:focus,
.gv-widget-search .gfield_error input[type=email][type=week]:focus,
.gv-widget-search .gfield_error input.form-control[type=password]:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password]:focus,
.gv-widget-search .gfield_error input[type=password][type=text]:focus,
.gv-widget-search .gfield_error input[type=password][type=email]:focus,
.gv-widget-search .gfield_error input[type=password]:focus,
.gv-widget-search .gfield_error input[type=password][type=number]:focus,
.gv-widget-search .gfield_error input[type=password][type=search]:focus,
.gv-widget-search .gfield_error input[type=password][type=tel]:focus,
.gv-widget-search .gfield_error input[type=password][type=url]:focus,
.gv-widget-search .gfield_error input[type=password][type=date]:focus,
.gv-widget-search .gfield_error input[type=password][type=time]:focus,
.gv-widget-search .gfield_error input[type=password][type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=password][type=month]:focus,
.gv-widget-search .gfield_error input[type=password][type=week]:focus,
.gv-widget-search .gfield_error input.form-control[type=number]:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number]:focus,
.gv-widget-search .gfield_error input[type=number][type=text]:focus,
.gv-widget-search .gfield_error input[type=number][type=email]:focus,
.gv-widget-search .gfield_error input[type=number][type=password]:focus,
.gv-widget-search .gfield_error input[type=number]:focus,
.gv-widget-search .gfield_error input[type=number][type=search]:focus,
.gv-widget-search .gfield_error input[type=number][type=tel]:focus,
.gv-widget-search .gfield_error input[type=number][type=url]:focus,
.gv-widget-search .gfield_error input[type=number][type=date]:focus,
.gv-widget-search .gfield_error input[type=number][type=time]:focus,
.gv-widget-search .gfield_error input[type=number][type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=number][type=month]:focus,
.gv-widget-search .gfield_error input[type=number][type=week]:focus,
.gv-widget-search .gfield_error input.form-control[type=search]:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search]:focus,
.gv-widget-search .gfield_error input[type=search][type=text]:focus,
.gv-widget-search .gfield_error input[type=search][type=email]:focus,
.gv-widget-search .gfield_error input[type=search][type=password]:focus,
.gv-widget-search .gfield_error input[type=search][type=number]:focus,
.gv-widget-search .gfield_error input[type=search]:focus,
.gv-widget-search .gfield_error input[type=search][type=tel]:focus,
.gv-widget-search .gfield_error input[type=search][type=url]:focus,
.gv-widget-search .gfield_error input[type=search][type=date]:focus,
.gv-widget-search .gfield_error input[type=search][type=time]:focus,
.gv-widget-search .gfield_error input[type=search][type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=search][type=month]:focus,
.gv-widget-search .gfield_error input[type=search][type=week]:focus,
.gv-widget-search .gfield_error input.form-control[type=tel]:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel]:focus,
.gv-widget-search .gfield_error input[type=tel][type=text]:focus,
.gv-widget-search .gfield_error input[type=tel][type=email]:focus,
.gv-widget-search .gfield_error input[type=tel][type=password]:focus,
.gv-widget-search .gfield_error input[type=tel][type=number]:focus,
.gv-widget-search .gfield_error input[type=tel][type=search]:focus,
.gv-widget-search .gfield_error input[type=tel]:focus,
.gv-widget-search .gfield_error input[type=tel][type=url]:focus,
.gv-widget-search .gfield_error input[type=tel][type=date]:focus,
.gv-widget-search .gfield_error input[type=tel][type=time]:focus,
.gv-widget-search .gfield_error input[type=tel][type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=tel][type=month]:focus,
.gv-widget-search .gfield_error input[type=tel][type=week]:focus,
.gv-widget-search .gfield_error input.form-control[type=url]:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url]:focus,
.gv-widget-search .gfield_error input[type=url][type=text]:focus,
.gv-widget-search .gfield_error input[type=url][type=email]:focus,
.gv-widget-search .gfield_error input[type=url][type=password]:focus,
.gv-widget-search .gfield_error input[type=url][type=number]:focus,
.gv-widget-search .gfield_error input[type=url][type=search]:focus,
.gv-widget-search .gfield_error input[type=url][type=tel]:focus,
.gv-widget-search .gfield_error input[type=url]:focus,
.gv-widget-search .gfield_error input[type=url][type=date]:focus,
.gv-widget-search .gfield_error input[type=url][type=time]:focus,
.gv-widget-search .gfield_error input[type=url][type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=url][type=month]:focus,
.gv-widget-search .gfield_error input[type=url][type=week]:focus,
.gv-widget-search .gfield_error input.form-control[type=date]:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date]:focus,
.gv-widget-search .gfield_error input[type=date][type=text]:focus,
.gv-widget-search .gfield_error input[type=date][type=email]:focus,
.gv-widget-search .gfield_error input[type=date][type=password]:focus,
.gv-widget-search .gfield_error input[type=date][type=number]:focus,
.gv-widget-search .gfield_error input[type=date][type=search]:focus,
.gv-widget-search .gfield_error input[type=date][type=tel]:focus,
.gv-widget-search .gfield_error input[type=date][type=url]:focus,
.gv-widget-search .gfield_error input[type=date]:focus,
.gv-widget-search .gfield_error input[type=date][type=time]:focus,
.gv-widget-search .gfield_error input[type=date][type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=date][type=month]:focus,
.gv-widget-search .gfield_error input[type=date][type=week]:focus,
.gv-widget-search .gfield_error input.form-control[type=time]:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time]:focus,
.gv-widget-search .gfield_error input[type=time][type=text]:focus,
.gv-widget-search .gfield_error input[type=time][type=email]:focus,
.gv-widget-search .gfield_error input[type=time][type=password]:focus,
.gv-widget-search .gfield_error input[type=time][type=number]:focus,
.gv-widget-search .gfield_error input[type=time][type=search]:focus,
.gv-widget-search .gfield_error input[type=time][type=tel]:focus,
.gv-widget-search .gfield_error input[type=time][type=url]:focus,
.gv-widget-search .gfield_error input[type=time][type=date]:focus,
.gv-widget-search .gfield_error input[type=time]:focus,
.gv-widget-search .gfield_error input[type=time][type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=time][type=month]:focus,
.gv-widget-search .gfield_error input[type=time][type=week]:focus,
.gv-widget-search .gfield_error input.form-control[type=datetime-local]:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=datetime-local][type=text]:focus,
.gv-widget-search .gfield_error input[type=datetime-local][type=email]:focus,
.gv-widget-search .gfield_error input[type=datetime-local][type=password]:focus,
.gv-widget-search .gfield_error input[type=datetime-local][type=number]:focus,
.gv-widget-search .gfield_error input[type=datetime-local][type=search]:focus,
.gv-widget-search .gfield_error input[type=datetime-local][type=tel]:focus,
.gv-widget-search .gfield_error input[type=datetime-local][type=url]:focus,
.gv-widget-search .gfield_error input[type=datetime-local][type=date]:focus,
.gv-widget-search .gfield_error input[type=datetime-local][type=time]:focus,
.gv-widget-search .gfield_error input[type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=datetime-local][type=month]:focus,
.gv-widget-search .gfield_error input[type=datetime-local][type=week]:focus,
.gv-widget-search .gfield_error input.form-control[type=month]:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month]:focus,
.gv-widget-search .gfield_error input[type=month][type=text]:focus,
.gv-widget-search .gfield_error input[type=month][type=email]:focus,
.gv-widget-search .gfield_error input[type=month][type=password]:focus,
.gv-widget-search .gfield_error input[type=month][type=number]:focus,
.gv-widget-search .gfield_error input[type=month][type=search]:focus,
.gv-widget-search .gfield_error input[type=month][type=tel]:focus,
.gv-widget-search .gfield_error input[type=month][type=url]:focus,
.gv-widget-search .gfield_error input[type=month][type=date]:focus,
.gv-widget-search .gfield_error input[type=month][type=time]:focus,
.gv-widget-search .gfield_error input[type=month][type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=month]:focus,
.gv-widget-search .gfield_error input[type=month][type=week]:focus,
.gv-widget-search .gfield_error input.form-control[type=week]:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week]:focus,
.gv-widget-search .gfield_error input[type=week][type=text]:focus,
.gv-widget-search .gfield_error input[type=week][type=email]:focus,
.gv-widget-search .gfield_error input[type=week][type=password]:focus,
.gv-widget-search .gfield_error input[type=week][type=number]:focus,
.gv-widget-search .gfield_error input[type=week][type=search]:focus,
.gv-widget-search .gfield_error input[type=week][type=tel]:focus,
.gv-widget-search .gfield_error input[type=week][type=url]:focus,
.gv-widget-search .gfield_error input[type=week][type=date]:focus,
.gv-widget-search .gfield_error input[type=week][type=time]:focus,
.gv-widget-search .gfield_error input[type=week][type=datetime-local]:focus,
.gv-widget-search .gfield_error input[type=week][type=month]:focus,
.gv-widget-search .gfield_error input[type=week]:focus,
.gv-widget-search .gfield_error select.form-control:focus,
.gv-widget-search .gfield_error .postbox.gravityflow-admin select:focus,
.postbox.gravityflow-admin .gv-widget-search .gfield_error select:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme select:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error select:focus,
.gv-widget-search .gfield_error select:focus,
.gv-widget-search .gfield_error textarea.form-control:focus,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme textarea:focus,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error textarea:focus,
.gv-widget-search .gfield_error textarea:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated section#updates .gform_wrapper.gravity-theme textarea:invalid,
section#updates .gform_wrapper.gravity-theme .was-validated textarea:invalid,
.was-validated .gv-widget-search textarea:invalid,
.gv-widget-search .was-validated textarea:invalid, textarea.form-control.is-invalid,
section#updates .gform_wrapper.gravity-theme textarea.is-invalid,
.gv-widget-search textarea.is-invalid,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.form-control,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error textarea,
.gv-widget-search .gfield_error textarea.form-control,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error textarea,
.gv-widget-search .gfield_error textarea {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid, section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=text],
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=email],
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=password],
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=number],
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=search],
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=tel],
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=url],
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=date],
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=time],
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=month],
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=week],
section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-select,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-select, .gv-widget-search .gfield_error input.custom-select[type=text],
.gv-widget-search .gfield_error input.custom-select[type=email],
.gv-widget-search .gfield_error input.custom-select[type=password],
.gv-widget-search .gfield_error input.custom-select[type=number],
.gv-widget-search .gfield_error input.custom-select[type=search],
.gv-widget-search .gfield_error input.custom-select[type=tel],
.gv-widget-search .gfield_error input.custom-select[type=url],
.gv-widget-search .gfield_error input.custom-select[type=date],
.gv-widget-search .gfield_error input.custom-select[type=time],
.gv-widget-search .gfield_error input.custom-select[type=datetime-local],
.gv-widget-search .gfield_error input.custom-select[type=month],
.gv-widget-search .gfield_error input.custom-select[type=week],
.gv-widget-search .gfield_error select.custom-select,
.gv-widget-search .gfield_error textarea.custom-select {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus, section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=text]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=email]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=password]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=number]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=search]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=url]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=date]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=time]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=month]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-select[type=week]:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-select:focus,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-select:focus, .gv-widget-search .gfield_error input.custom-select[type=text]:focus,
.gv-widget-search .gfield_error input.custom-select[type=email]:focus,
.gv-widget-search .gfield_error input.custom-select[type=password]:focus,
.gv-widget-search .gfield_error input.custom-select[type=number]:focus,
.gv-widget-search .gfield_error input.custom-select[type=search]:focus,
.gv-widget-search .gfield_error input.custom-select[type=tel]:focus,
.gv-widget-search .gfield_error input.custom-select[type=url]:focus,
.gv-widget-search .gfield_error input.custom-select[type=date]:focus,
.gv-widget-search .gfield_error input.custom-select[type=time]:focus,
.gv-widget-search .gfield_error input.custom-select[type=datetime-local]:focus,
.gv-widget-search .gfield_error input.custom-select[type=month]:focus,
.gv-widget-search .gfield_error input.custom-select[type=week]:focus,
.gv-widget-search .gfield_error select.custom-select:focus,
.gv-widget-search .gfield_error textarea.custom-select:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated section#updates .gform_wrapper.gravity-theme input[type=radio]:invalid ~ .form-check-label, section#updates .gform_wrapper.gravity-theme .was-validated input[type=radio]:invalid ~ .form-check-label,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=checkbox]:invalid ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=checkbox]:invalid ~ .form-check-label, .was-validated .gv-widget-search input[type=radio]:invalid ~ .form-check-label, .gv-widget-search .was-validated input[type=radio]:invalid ~ .form-check-label,
.was-validated .gv-widget-search input[type=checkbox]:invalid ~ .form-check-label,
.gv-widget-search .was-validated input[type=checkbox]:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, section#updates .gform_wrapper.gravity-theme input.is-invalid[type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=checkbox] ~ .form-check-label, .gv-widget-search input.is-invalid[type=radio] ~ .form-check-label,
.gv-widget-search input.is-invalid[type=checkbox] ~ .form-check-label, section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=text] ~ .form-check-label, section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=checkbox] ~ .form-check-label, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=radio] ~ .form-check-label, .gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=checkbox] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=email] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=radio] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=checkbox] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=password] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=radio] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=checkbox] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=number] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=radio] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=checkbox] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=search] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=radio] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=checkbox] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=tel] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=radio] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=checkbox] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=url] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=radio] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=checkbox] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=date] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=radio] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=checkbox] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=time] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=radio] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=checkbox] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=datetime-local] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=radio] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=checkbox] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=month] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=radio] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=checkbox] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=week] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=radio] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=checkbox] ~ .form-check-label,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error select.form-check-input ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.form-check-input ~ .form-check-label, .gv-widget-search .gfield_error input.form-check-input[type=text] ~ .form-check-label, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=radio] ~ .form-check-label, section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=checkbox] ~ .form-check-label, .gv-widget-search .gfield_error input[type=text][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=text][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input.form-check-input[type=email] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=email][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=email][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input.form-check-input[type=password] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=password][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=password][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input.form-check-input[type=number] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=number][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=number][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input.form-check-input[type=search] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=search][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=search][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input.form-check-input[type=tel] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=tel][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=tel][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input.form-check-input[type=url] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=url][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=url][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input.form-check-input[type=date] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=date][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=date][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input.form-check-input[type=time] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=time][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=time][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input.form-check-input[type=datetime-local] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=datetime-local][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=datetime-local][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input.form-check-input[type=month] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=month][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=month][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input.form-check-input[type=week] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=radio] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=checkbox] ~ .form-check-label,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=week][type=radio] ~ .form-check-label,
.gv-widget-search .gfield_error input[type=week][type=checkbox] ~ .form-check-label,
.gv-widget-search .gfield_error select.form-check-input ~ .form-check-label,
.gv-widget-search .gfield_error textarea.form-check-input ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated section#updates .gform_wrapper.gravity-theme input[type=radio]:invalid ~ .invalid-feedback, section#updates .gform_wrapper.gravity-theme .was-validated input[type=radio]:invalid ~ .invalid-feedback,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=checkbox]:invalid ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=checkbox]:invalid ~ .invalid-feedback, .was-validated .gv-widget-search input[type=radio]:invalid ~ .invalid-feedback, .gv-widget-search .was-validated input[type=radio]:invalid ~ .invalid-feedback,
.was-validated .gv-widget-search input[type=checkbox]:invalid ~ .invalid-feedback,
.gv-widget-search .was-validated input[type=checkbox]:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=radio]:invalid ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=radio]:invalid ~ .invalid-tooltip,
.was-validated section#updates .gform_wrapper.gravity-theme input[type=checkbox]:invalid ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .was-validated input[type=checkbox]:invalid ~ .invalid-tooltip,
.was-validated .gv-widget-search input[type=radio]:invalid ~ .invalid-tooltip,
.gv-widget-search .was-validated input[type=radio]:invalid ~ .invalid-tooltip,
.was-validated .gv-widget-search input[type=checkbox]:invalid ~ .invalid-tooltip,
.gv-widget-search .was-validated input[type=checkbox]:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, section#updates .gform_wrapper.gravity-theme input.is-invalid[type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=checkbox] ~ .invalid-feedback, .gv-widget-search input.is-invalid[type=radio] ~ .invalid-feedback,
.gv-widget-search input.is-invalid[type=checkbox] ~ .invalid-feedback, section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=text] ~ .invalid-feedback, section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=checkbox] ~ .invalid-feedback, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=radio] ~ .invalid-feedback, .gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=checkbox] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=email] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=radio] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=checkbox] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=password] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=radio] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=checkbox] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=number] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=radio] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=checkbox] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=search] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=radio] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=checkbox] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=tel] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=radio] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=checkbox] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=url] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=radio] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=checkbox] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=date] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=radio] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=checkbox] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=time] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=radio] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=checkbox] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=datetime-local] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=radio] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=checkbox] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=month] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=radio] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=checkbox] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=week] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=radio] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=checkbox] ~ .invalid-feedback,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error select.form-check-input ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.form-check-input ~ .invalid-feedback, .gv-widget-search .gfield_error input.form-check-input[type=text] ~ .invalid-feedback, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=radio] ~ .invalid-feedback, section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=checkbox] ~ .invalid-feedback, .gv-widget-search .gfield_error input[type=text][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=text][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input.form-check-input[type=email] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=email][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=email][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input.form-check-input[type=password] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=password][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=password][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input.form-check-input[type=number] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=number][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=number][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input.form-check-input[type=search] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=search][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=search][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input.form-check-input[type=tel] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=tel][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=tel][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input.form-check-input[type=url] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=url][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=url][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input.form-check-input[type=date] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=date][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=date][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input.form-check-input[type=time] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=time][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=time][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input.form-check-input[type=datetime-local] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=datetime-local][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=datetime-local][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input.form-check-input[type=month] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=month][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=month][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input.form-check-input[type=week] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=radio] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=checkbox] ~ .invalid-feedback,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=week][type=radio] ~ .invalid-feedback,
.gv-widget-search .gfield_error input[type=week][type=checkbox] ~ .invalid-feedback,
.gv-widget-search .gfield_error select.form-check-input ~ .invalid-feedback,
.gv-widget-search .gfield_error textarea.form-check-input ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme input.is-invalid[type=checkbox] ~ .invalid-tooltip,
.gv-widget-search input.is-invalid[type=radio] ~ .invalid-tooltip,
.gv-widget-search input.is-invalid[type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=text] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=radio] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=text][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=email] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=radio] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=email][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=password] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=radio] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=password][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=number] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=radio] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=number][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=search] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=radio] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=search][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=tel] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=radio] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=tel][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=url] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=radio] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=url][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=date] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=radio] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=date][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=time] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=radio] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=time][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=datetime-local] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=radio] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=datetime-local][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=month] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=radio] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=month][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input.form-check-input[type=week] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=radio] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search input[type=week][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error select.form-check-input ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.form-check-input ~ .invalid-tooltip,
.gv-widget-search .gfield_error input.form-check-input[type=text] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=text][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=text][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=text][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=text][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input.form-check-input[type=email] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=email][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=email][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=email][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=email][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input.form-check-input[type=password] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=password][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=password][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=password][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=password][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input.form-check-input[type=number] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=number][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=number][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=number][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=number][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input.form-check-input[type=search] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=search][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=search][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=search][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=search][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input.form-check-input[type=tel] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=tel][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=tel][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=tel][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=tel][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input.form-check-input[type=url] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=url][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=url][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=url][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=url][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input.form-check-input[type=date] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=date][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=date][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=date][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=date][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input.form-check-input[type=time] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=time][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=time][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=time][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=time][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input.form-check-input[type=datetime-local] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=datetime-local][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=datetime-local][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=datetime-local][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=datetime-local][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input.form-check-input[type=month] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=month][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=month][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=month][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=month][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input.form-check-input[type=week] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=radio] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme input[type=week][type=checkbox] ~ .invalid-tooltip,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield_error input[type=week][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=week][type=radio] ~ .invalid-tooltip,
.gv-widget-search .gfield_error input[type=week][type=checkbox] ~ .invalid-tooltip,
.gv-widget-search .gfield_error select.form-check-input ~ .invalid-tooltip,
.gv-widget-search .gfield_error textarea.form-check-input ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label, section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=text] ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=email] ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=password] ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=number] ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=search] ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=tel] ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=url] ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=date] ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=time] ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=datetime-local] ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=month] ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=week] ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-control-input ~ .custom-control-label,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-control-input ~ .custom-control-label, .gv-widget-search .gfield_error input.custom-control-input[type=text] ~ .custom-control-label,
.gv-widget-search .gfield_error input.custom-control-input[type=email] ~ .custom-control-label,
.gv-widget-search .gfield_error input.custom-control-input[type=password] ~ .custom-control-label,
.gv-widget-search .gfield_error input.custom-control-input[type=number] ~ .custom-control-label,
.gv-widget-search .gfield_error input.custom-control-input[type=search] ~ .custom-control-label,
.gv-widget-search .gfield_error input.custom-control-input[type=tel] ~ .custom-control-label,
.gv-widget-search .gfield_error input.custom-control-input[type=url] ~ .custom-control-label,
.gv-widget-search .gfield_error input.custom-control-input[type=date] ~ .custom-control-label,
.gv-widget-search .gfield_error input.custom-control-input[type=time] ~ .custom-control-label,
.gv-widget-search .gfield_error input.custom-control-input[type=datetime-local] ~ .custom-control-label,
.gv-widget-search .gfield_error input.custom-control-input[type=month] ~ .custom-control-label,
.gv-widget-search .gfield_error input.custom-control-input[type=week] ~ .custom-control-label,
.gv-widget-search .gfield_error select.custom-control-input ~ .custom-control-label,
.gv-widget-search .gfield_error textarea.custom-control-input ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=text] ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=email] ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=password] ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=number] ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=search] ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=tel] ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=url] ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=date] ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=time] ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=datetime-local] ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=month] ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=week] ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-control-input ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-control-input ~ .custom-control-label::before, .gv-widget-search .gfield_error input.custom-control-input[type=text] ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=email] ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=password] ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=number] ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=search] ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=tel] ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=url] ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=date] ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=time] ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=datetime-local] ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=month] ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=week] ~ .custom-control-label::before,
.gv-widget-search .gfield_error select.custom-control-input ~ .custom-control-label::before,
.gv-widget-search .gfield_error textarea.custom-control-input ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=text]:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=email]:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=password]:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=number]:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=search]:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=tel]:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=url]:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=date]:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=time]:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=datetime-local]:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=month]:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=week]:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-control-input:checked ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-control-input:checked ~ .custom-control-label::before, .gv-widget-search .gfield_error input.custom-control-input[type=text]:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=email]:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=password]:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=number]:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=search]:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=tel]:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=url]:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=date]:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=time]:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=datetime-local]:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=month]:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=week]:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error select.custom-control-input:checked ~ .custom-control-label::before,
.gv-widget-search .gfield_error textarea.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=text]:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=email]:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=password]:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=number]:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=search]:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=tel]:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=url]:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=date]:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=time]:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=datetime-local]:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=month]:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=week]:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-control-input:focus ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-control-input:focus ~ .custom-control-label::before, .gv-widget-search .gfield_error input.custom-control-input[type=text]:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=email]:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=password]:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=number]:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=search]:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=tel]:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=url]:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=date]:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=time]:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=datetime-local]:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=month]:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=week]:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error select.custom-control-input:focus ~ .custom-control-label::before,
.gv-widget-search .gfield_error textarea.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=text]:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=email]:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=password]:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=number]:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=search]:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=tel]:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=url]:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=date]:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=time]:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=datetime-local]:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=month]:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-control-input[type=week]:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .gv-widget-search .gfield_error input.custom-control-input[type=text]:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=email]:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=password]:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=number]:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=search]:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=tel]:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=url]:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=date]:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=time]:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=datetime-local]:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=month]:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error input.custom-control-input[type=week]:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error select.custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.gv-widget-search .gfield_error textarea.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:invalid ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated .custom-file-input:invalid ~ .gfield_description, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:invalid ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated .custom-file-input:invalid ~ .ginput_preview, .was-validated .gv-widget-search .gfield--type-post_image .custom-file-input:invalid ~ .gfield_description, .gv-widget-search .gfield--type-post_image .was-validated .custom-file-input:invalid ~ .gfield_description, .was-validated .gv-widget-search .gfield--type-post_image .custom-file-input:invalid ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .was-validated .custom-file-input:invalid ~ .ginput_preview, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:invalid ~ .custom-file-label, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:invalid ~ .gfield_description, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:invalid ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated input:invalid ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated input:invalid ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated input:invalid ~ .ginput_preview, .was-validated .gv-widget-search .gfield--type-post_image input:invalid ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .was-validated .gv-widget-search .gfield--type-post_image input:invalid ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .was-validated .gv-widget-search .gfield--type-post_image input:invalid ~ .ginput_preview, .was-validated .gv-widget-search .gfield--type-post_image input:invalid ~ .gfield_description, .was-validated .gv-widget-search .gfield--type-post_image input:invalid ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .was-validated input:invalid ~ .custom-file-label, .gv-widget-search .gfield--type-post_image .was-validated input:invalid ~ .gfield_description, .gv-widget-search .gfield--type-post_image .was-validated input:invalid ~ .ginput_preview, .custom-file-input.is-invalid ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=text] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=email] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=password] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=number] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=search] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=tel] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=url] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=date] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=time] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=datetime-local] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=month] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=week] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-file-input ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-file-input ~ .custom-file-label, .gv-widget-search .gfield_error input.custom-file-input[type=text] ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=email] ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=password] ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=number] ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=search] ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=tel] ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=url] ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=date] ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=time] ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=datetime-local] ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=month] ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=week] ~ .custom-file-label,
.gv-widget-search .gfield_error select.custom-file-input ~ .custom-file-label,
.gv-widget-search .gfield_error textarea.custom-file-input ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input.is-invalid ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=text] ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=text] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=email] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=email] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=password] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=password] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=number] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=number] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=search] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=search] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=tel] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=tel] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=url] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=url] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=date] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=date] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=time] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=time] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=datetime-local] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=datetime-local] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=month] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=month] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=week] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=week] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error select.custom-file-input ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image select.custom-file-input ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error textarea.custom-file-input ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image textarea.custom-file-input ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=text] ~ .gfield_description, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=text] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=email] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=email] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=password] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=password] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=number] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=number] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=search] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=search] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=tel] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=tel] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=url] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=url] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=date] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=date] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=time] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=time] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=datetime-local] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=datetime-local] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=month] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=month] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=week] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=week] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error select.custom-file-input ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image select.custom-file-input ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error textarea.custom-file-input ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image textarea.custom-file-input ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input.is-invalid ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=text] ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=text] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=email] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=email] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=password] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=password] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=number] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=number] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=search] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=search] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=tel] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=tel] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=url] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=url] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=date] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=date] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=time] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=time] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=datetime-local] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=datetime-local] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=month] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=month] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=week] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=week] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error select.custom-file-input ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image select.custom-file-input ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error textarea.custom-file-input ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image textarea.custom-file-input ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=text] ~ .ginput_preview, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=text] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=email] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=email] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=password] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=password] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=number] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=number] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=search] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=search] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=tel] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=tel] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=url] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=url] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=date] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=date] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=time] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=time] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=datetime-local] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=datetime-local] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=month] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=month] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=week] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=week] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error select.custom-file-input ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image select.custom-file-input ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error textarea.custom-file-input ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image textarea.custom-file-input ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .custom-file-input.is-invalid ~ .gfield_description, .gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=text] ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=text] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=email] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=email] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=password] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=password] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=number] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=number] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=search] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=search] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=tel] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=tel] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=url] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=url] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=date] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=date] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=time] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=time] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=datetime-local] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=datetime-local] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=month] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=month] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=week] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=week] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-file-input ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image select.custom-file-input ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-file-input ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image textarea.custom-file-input ~ .gfield_description, .gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=text] ~ .gfield_description, .gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=text] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=email] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=email] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=password] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=password] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=number] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=number] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=search] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=search] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=tel] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=tel] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=url] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=url] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=date] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=date] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=time] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=time] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=datetime-local] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=datetime-local] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=month] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=month] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=week] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=week] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error select.custom-file-input ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image select.custom-file-input ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error textarea.custom-file-input ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image textarea.custom-file-input ~ .gfield_description, .gv-widget-search .gfield--type-post_image .custom-file-input.is-invalid ~ .ginput_preview, .gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=text] ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=text] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=email] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=email] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=password] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=password] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=number] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=number] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=search] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=search] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=tel] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=tel] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=url] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=url] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=date] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=date] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=time] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=time] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=datetime-local] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=datetime-local] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=month] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=month] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=week] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=week] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-file-input ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image select.custom-file-input ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-file-input ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image textarea.custom-file-input ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=text] ~ .ginput_preview, .gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=text] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=email] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=email] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=password] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=password] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=number] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=number] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=search] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=search] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=tel] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=tel] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=url] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=url] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=date] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=date] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=time] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=time] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=datetime-local] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=datetime-local] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=month] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=month] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=week] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=week] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error select.custom-file-input ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image select.custom-file-input ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error textarea.custom-file-input ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image textarea.custom-file-input ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.is-invalid ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=text] ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=text] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=email] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=email] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=password] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=password] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=number] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=number] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=search] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=search] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=tel] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=tel] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=url] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=url] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=date] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=date] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=time] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=time] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=datetime-local] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=datetime-local] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=month] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=month] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=week] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=week] ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=text] ~ .custom-file-label, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=text] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=email] ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=email] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=password] ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=password] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=number] ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=number] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=search] ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=search] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=tel] ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=tel] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=url] ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=url] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=date] ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=date] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=time] ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=time] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=datetime-local] ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=datetime-local] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=month] ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=month] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=week] ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=week] ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.is-invalid ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=text] ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=text] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=email] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=email] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=password] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=password] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=number] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=number] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=search] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=search] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=tel] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=tel] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=url] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=url] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=date] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=date] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=time] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=time] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=datetime-local] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=datetime-local] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=month] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=month] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=week] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=week] ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=text] ~ .gfield_description, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=text] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=email] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=email] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=password] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=password] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=number] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=number] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=search] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=search] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=tel] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=tel] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=url] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=url] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=date] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=date] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=time] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=time] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=datetime-local] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=datetime-local] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=month] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=month] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=week] ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=week] ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.is-invalid ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=text] ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=text] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=email] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=email] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=password] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=password] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=number] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=number] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=search] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=search] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=tel] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=tel] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=url] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=url] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=date] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=date] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=time] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=time] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=datetime-local] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=datetime-local] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=month] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=month] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=week] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=week] ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=text] ~ .ginput_preview, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=text] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=email] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=email] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=password] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=password] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=number] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=number] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=search] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=search] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=tel] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=tel] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=url] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=url] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=date] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=date] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=time] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=time] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=datetime-local] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=datetime-local] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=month] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=month] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=week] ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=week] ~ .ginput_preview, .gv-widget-search .gfield--type-post_image input.is-invalid ~ .custom-file-label, .gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text] ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=text] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=email] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=password] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=number] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=search] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=tel] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=url] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=date] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=time] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=datetime-local] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=month] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week] ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=week] ~ .custom-file-label, .gv-widget-search .gfield--type-post_image .gfield_error input[type=text] ~ .custom-file-label, .gv-widget-search .gfield_error .gfield--type-post_image input[type=text] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=email] ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=email] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=password] ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=password] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=number] ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=number] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=search] ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=search] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=tel] ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=tel] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=url] ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=url] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=date] ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=date] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=time] ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=time] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=datetime-local] ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=datetime-local] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=month] ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=month] ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=week] ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=week] ~ .custom-file-label, .gv-widget-search .gfield--type-post_image input.is-invalid ~ .gfield_description, .gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text] ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=text] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=email] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=password] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=number] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=search] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=tel] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=url] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=date] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=time] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=datetime-local] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=month] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week] ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=week] ~ .gfield_description, .gv-widget-search .gfield--type-post_image .gfield_error input[type=text] ~ .gfield_description, .gv-widget-search .gfield_error .gfield--type-post_image input[type=text] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=email] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=email] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=password] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=password] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=number] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=number] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=search] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=search] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=tel] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=tel] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=url] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=url] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=date] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=date] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=time] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=time] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=datetime-local] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=datetime-local] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=month] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=month] ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=week] ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=week] ~ .gfield_description, .gv-widget-search .gfield--type-post_image input.is-invalid ~ .ginput_preview, .gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text] ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=text] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=email] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=password] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=number] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=search] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=tel] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=url] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=date] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=time] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=datetime-local] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=month] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week] ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=week] ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .gfield_error input[type=text] ~ .ginput_preview, .gv-widget-search .gfield_error .gfield--type-post_image input[type=text] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=email] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=email] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=password] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=password] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=number] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=number] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=search] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=search] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=tel] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=tel] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=url] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=url] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=date] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=date] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=time] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=time] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=datetime-local] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=datetime-local] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=month] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=month] ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=week] ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=week] ~ .ginput_preview {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:invalid:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated .custom-file-input:invalid:focus ~ .gfield_description, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:invalid:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated .custom-file-input:invalid:focus ~ .ginput_preview, .was-validated .gv-widget-search .gfield--type-post_image .custom-file-input:invalid:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image .was-validated .custom-file-input:invalid:focus ~ .gfield_description, .was-validated .gv-widget-search .gfield--type-post_image .custom-file-input:invalid:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .was-validated .custom-file-input:invalid:focus ~ .ginput_preview, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:invalid:focus ~ .custom-file-label, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:invalid:focus ~ .gfield_description, .was-validated section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:invalid:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated input:invalid:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated input:invalid:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .was-validated input:invalid:focus ~ .ginput_preview, .was-validated .gv-widget-search .gfield--type-post_image input:invalid:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .was-validated .gv-widget-search .gfield--type-post_image input:invalid:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .was-validated .gv-widget-search .gfield--type-post_image input:invalid:focus ~ .ginput_preview, .was-validated .gv-widget-search .gfield--type-post_image input:invalid:focus ~ .gfield_description, .was-validated .gv-widget-search .gfield--type-post_image input:invalid:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .was-validated input:invalid:focus ~ .custom-file-label, .gv-widget-search .gfield--type-post_image .was-validated input:invalid:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image .was-validated input:invalid:focus ~ .ginput_preview, .custom-file-input.is-invalid:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=text]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=email]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=password]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=number]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=search]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=tel]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=url]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=date]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=time]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=datetime-local]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=month]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=week]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-file-input:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-file-input:focus ~ .custom-file-label, .gv-widget-search .gfield_error input.custom-file-input[type=text]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=email]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=password]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=number]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=search]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=tel]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=url]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=date]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=time]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=datetime-local]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=month]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error input.custom-file-input[type=week]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error select.custom-file-input:focus ~ .custom-file-label,
.gv-widget-search .gfield_error textarea.custom-file-input:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input.is-invalid:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=text]:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=text]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=email]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=email]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=password]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=password]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=number]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=number]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=search]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=search]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=tel]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=tel]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=url]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=url]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=date]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=date]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=time]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=time]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=datetime-local]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=datetime-local]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=month]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=month]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=week]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=week]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error select.custom-file-input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image select.custom-file-input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error textarea.custom-file-input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image textarea.custom-file-input:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=text]:focus ~ .gfield_description, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=text]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=email]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=email]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=password]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=password]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=number]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=number]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=search]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=search]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=tel]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=tel]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=url]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=url]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=date]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=date]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=time]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=time]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=datetime-local]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=datetime-local]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=month]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=month]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=week]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=week]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error select.custom-file-input:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image select.custom-file-input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error textarea.custom-file-input:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image textarea.custom-file-input:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input.is-invalid:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=text]:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=text]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=email]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=email]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=password]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=password]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=number]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=number]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=search]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=search]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=tel]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=tel]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=url]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=url]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=date]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=date]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=time]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=time]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=datetime-local]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=datetime-local]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=month]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=month]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input.custom-file-input[type=week]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input.custom-file-input[type=week]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error select.custom-file-input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image select.custom-file-input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error textarea.custom-file-input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image textarea.custom-file-input:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=text]:focus ~ .ginput_preview, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=text]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=email]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=email]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=password]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=password]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=number]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=number]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=search]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=search]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=tel]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=tel]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=url]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=url]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=date]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=date]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=time]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=time]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=datetime-local]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=datetime-local]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=month]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=month]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input.custom-file-input[type=week]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.custom-file-input[type=week]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error select.custom-file-input:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image select.custom-file-input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error textarea.custom-file-input:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image textarea.custom-file-input:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .custom-file-input.is-invalid:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=text]:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=text]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=email]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=email]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=password]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=password]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=number]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=number]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=search]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=search]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=tel]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=tel]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=url]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=url]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=date]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=date]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=time]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=time]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=datetime-local]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=datetime-local]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=month]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=month]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=week]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=week]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-file-input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image select.custom-file-input:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-file-input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image textarea.custom-file-input:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=text]:focus ~ .gfield_description, .gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=text]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=email]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=email]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=password]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=password]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=number]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=number]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=search]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=search]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=tel]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=tel]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=url]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=url]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=date]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=date]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=time]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=time]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=datetime-local]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=datetime-local]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=month]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=month]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=week]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=week]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error select.custom-file-input:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image select.custom-file-input:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error textarea.custom-file-input:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image textarea.custom-file-input:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image .custom-file-input.is-invalid:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=text]:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=text]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=email]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=email]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=password]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=password]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=number]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=number]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=search]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=search]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=tel]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=tel]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=url]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=url]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=date]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=date]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=time]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=time]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=datetime-local]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=datetime-local]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=month]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=month]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input.custom-file-input[type=week]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input.custom-file-input[type=week]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error select.custom-file-input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image select.custom-file-input:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error textarea.custom-file-input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image textarea.custom-file-input:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=text]:focus ~ .ginput_preview, .gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=text]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=email]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=email]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=password]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=password]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=number]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=number]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=search]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=search]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=tel]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=tel]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=url]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=url]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=date]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=date]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=time]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=time]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=datetime-local]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=datetime-local]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=month]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=month]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input.custom-file-input[type=week]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input.custom-file-input[type=week]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error select.custom-file-input:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image select.custom-file-input:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error textarea.custom-file-input:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image textarea.custom-file-input:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.is-invalid:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=text]:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=text]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=email]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=email]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=password]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=password]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=number]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=number]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=search]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=search]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=tel]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=tel]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=url]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=url]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=date]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=date]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=time]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=time]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=datetime-local]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=datetime-local]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=month]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=month]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=week]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=week]:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=text]:focus ~ .custom-file-label, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=text]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=email]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=email]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=password]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=password]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=number]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=number]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=search]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=search]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=tel]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=tel]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=url]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=url]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=date]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=date]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=time]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=time]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=datetime-local]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=datetime-local]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=month]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=month]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=week]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=week]:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.is-invalid:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=text]:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=text]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=email]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=email]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=password]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=password]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=number]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=number]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=search]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=search]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=tel]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=tel]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=url]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=url]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=date]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=date]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=time]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=time]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=datetime-local]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=datetime-local]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=month]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=month]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=week]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=week]:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=text]:focus ~ .gfield_description, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=text]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=email]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=email]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=password]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=password]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=number]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=number]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=search]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=search]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=tel]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=tel]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=url]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=url]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=date]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=date]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=time]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=time]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=datetime-local]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=datetime-local]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=month]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=month]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=week]:focus ~ .gfield_description,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=week]:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input.is-invalid:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=text]:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=text]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=email]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=email]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=password]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=password]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=number]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=number]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=search]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=search]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=tel]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=tel]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=url]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=url]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=date]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=date]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=time]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=time]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=datetime-local]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=datetime-local]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=month]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=month]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_error input[type=week]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gfield--type-post_image input[type=week]:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=text]:focus ~ .ginput_preview, .gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=text]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=email]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=email]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=password]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=password]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=number]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=number]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=search]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=search]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=tel]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=tel]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=url]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=url]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=date]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=date]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=time]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=time]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=datetime-local]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=datetime-local]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=month]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=month]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .gfield_error input[type=week]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[type=week]:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image input.is-invalid:focus ~ .custom-file-label, .gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text]:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=text]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=email]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=password]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=number]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=search]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=tel]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=url]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=date]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=time]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=datetime-local]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=month]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week]:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=week]:focus ~ .custom-file-label, .gv-widget-search .gfield--type-post_image .gfield_error input[type=text]:focus ~ .custom-file-label, .gv-widget-search .gfield_error .gfield--type-post_image input[type=text]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=email]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=email]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=password]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=password]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=number]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=number]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=search]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=search]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=tel]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=tel]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=url]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=url]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=date]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=date]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=time]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=time]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=datetime-local]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=datetime-local]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=month]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=month]:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=week]:focus ~ .custom-file-label,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=week]:focus ~ .custom-file-label, .gv-widget-search .gfield--type-post_image input.is-invalid:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text]:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=text]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=email]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=password]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=number]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=search]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=tel]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=url]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=date]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=time]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=datetime-local]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=month]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week]:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=week]:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image .gfield_error input[type=text]:focus ~ .gfield_description, .gv-widget-search .gfield_error .gfield--type-post_image input[type=text]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=email]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=email]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=password]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=password]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=number]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=number]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=search]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=search]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=tel]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=tel]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=url]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=url]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=date]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=date]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=time]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=time]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=datetime-local]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=datetime-local]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=month]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=month]:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=week]:focus ~ .gfield_description,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=week]:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image input.is-invalid:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=text]:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=text]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=email]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=email]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=password]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=password]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=number]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=number]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=search]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=search]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=tel]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=tel]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=url]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=url]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=date]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=date]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=time]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=time]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=datetime-local]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=datetime-local]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=month]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=month]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .gfield_error input[type=week]:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield_error .gv-widget-search .gfield--type-post_image input[type=week]:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .gfield_error input[type=text]:focus ~ .ginput_preview, .gv-widget-search .gfield_error .gfield--type-post_image input[type=text]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=email]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=email]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=password]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=password]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=number]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=number]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=search]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=search]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=tel]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=tel]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=url]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=url]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=date]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=date]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=time]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=time]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=datetime-local]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=datetime-local]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=month]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=month]:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_error input[type=week]:focus ~ .ginput_preview,
.gv-widget-search .gfield_error .gfield--type-post_image input[type=week]:focus ~ .ginput_preview {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .form-inline section#updates .gform_wrapper.gravity-theme .gfield, section#updates .gform_wrapper.gravity-theme .form-inline .gfield, .form-inline .gv-widget-search .gfield, .gv-widget-search .form-inline .gfield {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .postbox.gravityflow-admin select, .postbox.gravityflow-admin .form-inline select, .form-inline section#updates .gform_wrapper.gravity-theme input[type=text], section#updates .gform_wrapper.gravity-theme .form-inline input[type=text],
.form-inline section#updates .gform_wrapper.gravity-theme input[type=email],
section#updates .gform_wrapper.gravity-theme .form-inline input[type=email],
.form-inline section#updates .gform_wrapper.gravity-theme input[type=password],
section#updates .gform_wrapper.gravity-theme .form-inline input[type=password],
.form-inline section#updates .gform_wrapper.gravity-theme input[type=number],
section#updates .gform_wrapper.gravity-theme .form-inline input[type=number],
.form-inline section#updates .gform_wrapper.gravity-theme input[type=search],
section#updates .gform_wrapper.gravity-theme .form-inline input[type=search],
.form-inline section#updates .gform_wrapper.gravity-theme input[type=tel],
section#updates .gform_wrapper.gravity-theme .form-inline input[type=tel],
.form-inline section#updates .gform_wrapper.gravity-theme input[type=url],
section#updates .gform_wrapper.gravity-theme .form-inline input[type=url],
.form-inline section#updates .gform_wrapper.gravity-theme input[type=date],
section#updates .gform_wrapper.gravity-theme .form-inline input[type=date],
.form-inline section#updates .gform_wrapper.gravity-theme input[type=time],
section#updates .gform_wrapper.gravity-theme .form-inline input[type=time],
.form-inline section#updates .gform_wrapper.gravity-theme input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .form-inline input[type=datetime-local],
.form-inline section#updates .gform_wrapper.gravity-theme input[type=month],
section#updates .gform_wrapper.gravity-theme .form-inline input[type=month],
.form-inline section#updates .gform_wrapper.gravity-theme input[type=week],
section#updates .gform_wrapper.gravity-theme .form-inline input[type=week],
.form-inline section#updates .gform_wrapper.gravity-theme select,
section#updates .gform_wrapper.gravity-theme .form-inline select,
.form-inline section#updates .gform_wrapper.gravity-theme textarea,
section#updates .gform_wrapper.gravity-theme .form-inline textarea, .form-inline .gv-widget-search input[type=text], .gv-widget-search .form-inline input[type=text],
.form-inline .gv-widget-search input[type=email],
.gv-widget-search .form-inline input[type=email],
.form-inline .gv-widget-search input[type=password],
.gv-widget-search .form-inline input[type=password],
.form-inline .gv-widget-search input[type=number],
.gv-widget-search .form-inline input[type=number],
.form-inline .gv-widget-search input[type=search],
.gv-widget-search .form-inline input[type=search],
.form-inline .gv-widget-search input[type=tel],
.gv-widget-search .form-inline input[type=tel],
.form-inline .gv-widget-search input[type=url],
.gv-widget-search .form-inline input[type=url],
.form-inline .gv-widget-search input[type=date],
.gv-widget-search .form-inline input[type=date],
.form-inline .gv-widget-search input[type=time],
.gv-widget-search .form-inline input[type=time],
.form-inline .gv-widget-search input[type=datetime-local],
.gv-widget-search .form-inline input[type=datetime-local],
.form-inline .gv-widget-search input[type=month],
.gv-widget-search .form-inline input[type=month],
.form-inline .gv-widget-search input[type=week],
.gv-widget-search .form-inline input[type=week],
.form-inline .gv-widget-search select,
.gv-widget-search .form-inline select,
.form-inline .gv-widget-search textarea,
.gv-widget-search .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input, .form-inline section#updates .gform_wrapper.gravity-theme input[type=radio], section#updates .gform_wrapper.gravity-theme .form-inline input[type=radio],
.form-inline section#updates .gform_wrapper.gravity-theme input[type=checkbox],
section#updates .gform_wrapper.gravity-theme .form-inline input[type=checkbox], .form-inline .gv-widget-search input[type=radio], .gv-widget-search .form-inline input[type=radio],
.form-inline .gv-widget-search input[type=checkbox],
.gv-widget-search .form-inline input[type=checkbox] {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .postbox.gravityflow-admin input[type=submit], section#updates .gform_wrapper.gravity-theme .dropdown-toggle, .gv-widget-search .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a, .gv-widget-search .gfield--type-post_image span.ginput_preview a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0rem;
  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, .postbox.gravityflow-admin input[type=submit], section#updates .gform_wrapper.gravity-theme .dropdown-toggle, .gv-widget-search .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a, .gv-widget-search .gfield--type-post_image span.ginput_preview a {
    transition: none;
  }
}
.btn:hover, .postbox.gravityflow-admin input[type=submit]:hover, section#updates .gform_wrapper.gravity-theme .dropdown-toggle:hover, .gv-widget-search .dropdown-toggle:hover, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:hover, .gv-widget-search .gfield--type-post_image span.ginput_preview a:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .postbox.gravityflow-admin input[type=submit]:focus, section#updates .gform_wrapper.gravity-theme .dropdown-toggle:focus, .gv-widget-search .dropdown-toggle:focus, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:focus, .gv-widget-search .gfield--type-post_image span.ginput_preview a:focus, .btn.focus, .postbox.gravityflow-admin input.focus[type=submit], section#updates .gform_wrapper.gravity-theme .focus.dropdown-toggle, .gv-widget-search .focus.dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a.focus, .gv-widget-search .gfield--type-post_image span.ginput_preview a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}
.btn.disabled, .postbox.gravityflow-admin input.disabled[type=submit], section#updates .gform_wrapper.gravity-theme .disabled.dropdown-toggle, .gv-widget-search .disabled.dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a.disabled, .gv-widget-search .gfield--type-post_image span.ginput_preview a.disabled, .btn:disabled, .postbox.gravityflow-admin input[type=submit]:disabled, section#updates .gform_wrapper.gravity-theme .dropdown-toggle:disabled, .gv-widget-search .dropdown-toggle:disabled, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:disabled, .gv-widget-search .gfield--type-post_image span.ginput_preview a:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .postbox.gravityflow-admin input[type=submit]:not(:disabled):not(.disabled), section#updates .gform_wrapper.gravity-theme .dropdown-toggle:not(:disabled):not(.disabled), .gv-widget-search .dropdown-toggle:not(:disabled):not(.disabled), section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:not(:disabled):not(.disabled), .gv-widget-search .gfield--type-post_image span.ginput_preview a:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, section#updates .gform_wrapper.gravity-theme a.disabled.dropdown-toggle, .gv-widget-search a.disabled.dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a.disabled, .gv-widget-search .gfield--type-post_image span.ginput_preview a.disabled,
fieldset:disabled a.btn,
fieldset:disabled section#updates .gform_wrapper.gravity-theme a.dropdown-toggle,
section#updates .gform_wrapper.gravity-theme fieldset:disabled a.dropdown-toggle,
fieldset:disabled .gv-widget-search a.dropdown-toggle,
.gv-widget-search fieldset:disabled a.dropdown-toggle,
fieldset:disabled section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview fieldset:disabled a,
fieldset:disabled .gv-widget-search .gfield--type-post_image span.ginput_preview a,
.gv-widget-search .gfield--type-post_image span.ginput_preview fieldset:disabled a {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #5D8FB5;
  border-color: #5D8FB5;
}
.btn-primary:hover {
  color: #fff;
  background-color: #4a7ca2;
  border-color: #467599;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #4a7ca2;
  border-color: #467599;
  box-shadow: 0 0 0 0.2rem rgba(117, 160, 192, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #5D8FB5;
  border-color: #5D8FB5;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #467599;
  border-color: #426e90;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 160, 192, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00CC8C;
  border-color: #00CC8C;
}
.btn-success:hover {
  color: #fff;
  background-color: #00a672;
  border-color: #009969;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #00a672;
  border-color: #009969;
  box-shadow: 0 0 0 0.2rem rgba(38, 212, 157, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00CC8C;
  border-color: #00CC8C;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #009969;
  border-color: #008c60;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 212, 157, 0.5);
}

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

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger, .postbox.gravityflow-admin input[type=submit], section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a, .gv-widget-search .gfield--type-post_image span.ginput_preview a {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover, .postbox.gravityflow-admin input[type=submit]:hover, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:hover, .gv-widget-search .gfield--type-post_image span.ginput_preview a:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .postbox.gravityflow-admin input[type=submit]:focus, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:focus, .gv-widget-search .gfield--type-post_image span.ginput_preview a:focus, .btn-danger.focus, .postbox.gravityflow-admin input.focus[type=submit], section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a.focus, .gv-widget-search .gfield--type-post_image span.ginput_preview a.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .postbox.gravityflow-admin input.disabled[type=submit], section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a.disabled, .gv-widget-search .gfield--type-post_image span.ginput_preview a.disabled, .btn-danger:disabled, .postbox.gravityflow-admin input[type=submit]:disabled, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:disabled, .gv-widget-search .gfield--type-post_image span.ginput_preview a:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .postbox.gravityflow-admin input[type=submit]:not(:disabled):not(.disabled):active, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:not(:disabled):not(.disabled):active, .gv-widget-search .gfield--type-post_image span.ginput_preview a:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .postbox.gravityflow-admin input[type=submit]:not(:disabled):not(.disabled).active, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:not(:disabled):not(.disabled).active, .gv-widget-search .gfield--type-post_image span.ginput_preview a:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle, .postbox.gravityflow-admin .show > input.dropdown-toggle[type=submit], section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .show > a.dropdown-toggle, .gv-widget-search .gfield--type-post_image span.ginput_preview .show > a.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .postbox.gravityflow-admin input[type=submit]:not(:disabled):not(.disabled):active:focus, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:not(:disabled):not(.disabled):active:focus, .gv-widget-search .gfield--type-post_image span.ginput_preview a:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .postbox.gravityflow-admin input[type=submit]:not(:disabled):not(.disabled).active:focus, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:not(:disabled):not(.disabled).active:focus, .gv-widget-search .gfield--type-post_image span.ginput_preview a:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus, .postbox.gravityflow-admin .show > input.dropdown-toggle[type=submit]:focus, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .show > a.dropdown-toggle:focus, .gv-widget-search .gfield--type-post_image span.ginput_preview .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

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

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

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

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

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-link {
  font-weight: 400;
  color: #5D8FB5;
  text-decoration: none;
}
.btn-link:hover {
  color: #3e6888;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .postbox.gravityflow-admin .btn-group-lg > input[type=submit], section#updates .gform_wrapper.gravity-theme .btn-group-lg > .dropdown-toggle, .gv-widget-search .btn-group-lg > .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-lg > a, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-lg > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.btn-sm, .btn-group-sm > .btn, .postbox.gravityflow-admin .btn-group-sm > input[type=submit], section#updates .gform_wrapper.gravity-theme .btn-group-sm > .dropdown-toggle, .gv-widget-search .btn-group-sm > .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-sm > a, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-sm > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0rem;
}

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  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%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  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: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5D8FB5;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .postbox.gravityflow-admin .btn-group > input[type=submit], section#updates .gform_wrapper.gravity-theme .btn-group > .dropdown-toggle, .gv-widget-search .btn-group > .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group > a, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group > a,
.btn-group-vertical > .btn,
.postbox.gravityflow-admin .btn-group-vertical > input[type=submit],
section#updates .gform_wrapper.gravity-theme .btn-group-vertical > .dropdown-toggle,
.gv-widget-search .btn-group-vertical > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-vertical > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-vertical > a {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .postbox.gravityflow-admin .btn-group > input[type=submit]:hover, section#updates .gform_wrapper.gravity-theme .btn-group > .dropdown-toggle:hover, .gv-widget-search .btn-group > .dropdown-toggle:hover, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group > a:hover, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group > a:hover,
.btn-group-vertical > .btn:hover,
.postbox.gravityflow-admin .btn-group-vertical > input[type=submit]:hover,
section#updates .gform_wrapper.gravity-theme .btn-group-vertical > .dropdown-toggle:hover,
.gv-widget-search .btn-group-vertical > .dropdown-toggle:hover,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-vertical > a:hover,
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-vertical > a:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .postbox.gravityflow-admin .btn-group > input[type=submit]:focus, section#updates .gform_wrapper.gravity-theme .btn-group > .dropdown-toggle:focus, .gv-widget-search .btn-group > .dropdown-toggle:focus, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group > a:focus, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group > a:focus, .btn-group > .btn:active, .postbox.gravityflow-admin .btn-group > input[type=submit]:active, section#updates .gform_wrapper.gravity-theme .btn-group > .dropdown-toggle:active, .gv-widget-search .btn-group > .dropdown-toggle:active, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group > a:active, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group > a:active, .btn-group > .btn.active, .postbox.gravityflow-admin .btn-group > input.active[type=submit], section#updates .gform_wrapper.gravity-theme .btn-group > .active.dropdown-toggle, .gv-widget-search .btn-group > .active.dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group > a.active, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group > a.active,
.btn-group-vertical > .btn:focus,
.postbox.gravityflow-admin .btn-group-vertical > input[type=submit]:focus,
section#updates .gform_wrapper.gravity-theme .btn-group-vertical > .dropdown-toggle:focus,
.gv-widget-search .btn-group-vertical > .dropdown-toggle:focus,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-vertical > a:focus,
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.postbox.gravityflow-admin .btn-group-vertical > input[type=submit]:active,
section#updates .gform_wrapper.gravity-theme .btn-group-vertical > .dropdown-toggle:active,
.gv-widget-search .btn-group-vertical > .dropdown-toggle:active,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-vertical > a:active,
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.postbox.gravityflow-admin .btn-group-vertical > input.active[type=submit],
section#updates .gform_wrapper.gravity-theme .btn-group-vertical > .active.dropdown-toggle,
.gv-widget-search .btn-group-vertical > .active.dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-vertical > a.active,
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-vertical > a.active {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child), .postbox.gravityflow-admin .btn-group > input[type=submit]:not(:first-child), section#updates .gform_wrapper.gravity-theme .btn-group > .dropdown-toggle:not(:first-child), .gv-widget-search .btn-group > .dropdown-toggle:not(:first-child), section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group > a:not(:first-child), .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .postbox.gravityflow-admin .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), section#updates .gform_wrapper.gravity-theme .btn-group > .dropdown-toggle:not(:last-child):not(.dropdown-toggle), .gv-widget-search .btn-group > .dropdown-toggle:not(:last-child):not(.dropdown-toggle), section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group > a:not(:last-child):not(.dropdown-toggle), .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.postbox.gravityflow-admin .btn-group > .btn-group:not(:last-child) > input[type=submit],
section#updates .gform_wrapper.gravity-theme .btn-group > .btn-group:not(:last-child) > .dropdown-toggle,
.gv-widget-search .btn-group > .btn-group:not(:last-child) > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group > .btn-group:not(:last-child) > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group > .btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .postbox.gravityflow-admin .btn-group > input[type=submit]:not(:first-child), section#updates .gform_wrapper.gravity-theme .btn-group > .dropdown-toggle:not(:first-child), .gv-widget-search .btn-group > .dropdown-toggle:not(:first-child), section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group > a:not(:first-child), .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.postbox.gravityflow-admin .btn-group > .btn-group:not(:first-child) > input[type=submit],
section#updates .gform_wrapper.gravity-theme .btn-group > .btn-group:not(:first-child) > .dropdown-toggle,
.gv-widget-search .btn-group > .btn-group:not(:first-child) > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group > .btn-group:not(:first-child) > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .postbox.gravityflow-admin .btn-group-sm > input[type=submit] + .dropdown-toggle-split, section#updates .gform_wrapper.gravity-theme .btn-group-sm > .dropdown-toggle + .dropdown-toggle-split, .gv-widget-search .btn-group-sm > .dropdown-toggle + .dropdown-toggle-split, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-sm > a + .dropdown-toggle-split, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .postbox.gravityflow-admin .btn-group-lg > input[type=submit] + .dropdown-toggle-split, section#updates .gform_wrapper.gravity-theme .btn-group-lg > .dropdown-toggle + .dropdown-toggle-split, .gv-widget-search .btn-group-lg > .dropdown-toggle + .dropdown-toggle-split, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-lg > a + .dropdown-toggle-split, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .postbox.gravityflow-admin .btn-group-vertical > input[type=submit], section#updates .gform_wrapper.gravity-theme .btn-group-vertical > .dropdown-toggle, .gv-widget-search .btn-group-vertical > .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-vertical > a, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-vertical > a,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .postbox.gravityflow-admin .btn-group-vertical > input[type=submit]:not(:first-child), section#updates .gform_wrapper.gravity-theme .btn-group-vertical > .dropdown-toggle:not(:first-child), .gv-widget-search .btn-group-vertical > .dropdown-toggle:not(:first-child), section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-vertical > a:not(:first-child), .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .postbox.gravityflow-admin .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), section#updates .gform_wrapper.gravity-theme .btn-group-vertical > .dropdown-toggle:not(:last-child):not(.dropdown-toggle), .gv-widget-search .btn-group-vertical > .dropdown-toggle:not(:last-child):not(.dropdown-toggle), section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.postbox.gravityflow-admin .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
section#updates .gform_wrapper.gravity-theme .btn-group-vertical > .btn-group:not(:last-child) > .dropdown-toggle,
.gv-widget-search .btn-group-vertical > .btn-group:not(:last-child) > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-vertical > .btn-group:not(:last-child) > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-vertical > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .postbox.gravityflow-admin .btn-group-vertical > input[type=submit]:not(:first-child), section#updates .gform_wrapper.gravity-theme .btn-group-vertical > .dropdown-toggle:not(:first-child), .gv-widget-search .btn-group-vertical > .dropdown-toggle:not(:first-child), section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-vertical > a:not(:first-child), .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.postbox.gravityflow-admin .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
section#updates .gform_wrapper.gravity-theme .btn-group-vertical > .btn-group:not(:first-child) > .dropdown-toggle,
.gv-widget-search .btn-group-vertical > .btn-group:not(:first-child) > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-vertical > .btn-group:not(:first-child) > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-vertical > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .postbox.gravityflow-admin .btn-group-toggle > input[type=submit], section#updates .gform_wrapper.gravity-theme .btn-group-toggle > .dropdown-toggle, .gv-widget-search .btn-group-toggle > .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-toggle > a, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
.postbox.gravityflow-admin .btn-group-toggle > .btn-group > input[type=submit],
section#updates .gform_wrapper.gravity-theme .btn-group-toggle > .btn-group > .dropdown-toggle,
.gv-widget-search .btn-group-toggle > .btn-group > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-toggle > .btn-group > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-toggle > .btn-group > a {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .postbox.gravityflow-admin .btn-group-toggle > input[type=submit] input[type=radio], section#updates .gform_wrapper.gravity-theme .btn-group-toggle > .dropdown-toggle input[type=radio], .gv-widget-search .btn-group-toggle > .dropdown-toggle input[type=radio], section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-toggle > a input[type=radio], .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-toggle > a input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.postbox.gravityflow-admin .btn-group-toggle > input[type=submit] input[type=checkbox],
section#updates .gform_wrapper.gravity-theme .btn-group-toggle > .dropdown-toggle input[type=checkbox],
.gv-widget-search .btn-group-toggle > .dropdown-toggle input[type=checkbox],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-toggle > a input[type=checkbox],
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-toggle > a input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.gv-widget-search .btn-group-toggle > .btn-group > .dropdown-toggle input[type=radio],
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-toggle > .btn-group > a input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.gv-widget-search .btn-group-toggle > .btn-group > .dropdown-toggle input[type=checkbox],
.gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-toggle > .btn-group > a input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .postbox.gravityflow-admin .input-group > select, section#updates .gform_wrapper.gravity-theme .input-group > input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > select,
section#updates .gform_wrapper.gravity-theme .input-group > textarea, .gv-widget-search .input-group > input[type=text],
.gv-widget-search .input-group > input[type=email],
.gv-widget-search .input-group > input[type=password],
.gv-widget-search .input-group > input[type=number],
.gv-widget-search .input-group > input[type=search],
.gv-widget-search .input-group > input[type=tel],
.gv-widget-search .input-group > input[type=url],
.gv-widget-search .input-group > input[type=date],
.gv-widget-search .input-group > input[type=time],
.gv-widget-search .input-group > input[type=datetime-local],
.gv-widget-search .input-group > input[type=month],
.gv-widget-search .input-group > input[type=week],
.gv-widget-search .input-group > select,
.gv-widget-search .input-group > textarea,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .postbox.gravityflow-admin .input-group > select + .form-control, .postbox.gravityflow-admin .input-group > .form-control + select, .postbox.gravityflow-admin .input-group > select + select, section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + .form-control, section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > input[type=text] + select, .postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > input[type=email] + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > input[type=password] + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > input[type=number] + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > input[type=search] + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > input[type=tel] + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > input[type=url] + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > input[type=date] + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > input[type=time] + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > input[type=datetime-local] + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > input[type=month] + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > input[type=week] + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + select,
section#updates .gform_wrapper.gravity-theme .input-group > select + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + select,
section#updates .gform_wrapper.gravity-theme .input-group > textarea + .form-control,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > textarea + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > textarea + select, .gv-widget-search .input-group > input[type=text] + .form-control, .gv-widget-search .postbox.gravityflow-admin .input-group > input[type=text] + select, .postbox.gravityflow-admin .gv-widget-search .input-group > input[type=text] + select,
.gv-widget-search .input-group > input[type=email] + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > input[type=email] + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > input[type=email] + select,
.gv-widget-search .input-group > input[type=password] + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > input[type=password] + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > input[type=password] + select,
.gv-widget-search .input-group > input[type=number] + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > input[type=number] + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > input[type=number] + select,
.gv-widget-search .input-group > input[type=search] + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > input[type=search] + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > input[type=search] + select,
.gv-widget-search .input-group > input[type=tel] + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > input[type=tel] + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > input[type=tel] + select,
.gv-widget-search .input-group > input[type=url] + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > input[type=url] + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > input[type=url] + select,
.gv-widget-search .input-group > input[type=date] + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > input[type=date] + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > input[type=date] + select,
.gv-widget-search .input-group > input[type=time] + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > input[type=time] + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > input[type=time] + select,
.gv-widget-search .input-group > input[type=datetime-local] + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > input[type=datetime-local] + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > input[type=datetime-local] + select,
.gv-widget-search .input-group > input[type=month] + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > input[type=month] + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > input[type=month] + select,
.gv-widget-search .input-group > input[type=week] + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > input[type=week] + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > input[type=week] + select,
.gv-widget-search .input-group > select + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > select + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > select + select,
.gv-widget-search .input-group > textarea + .form-control,
.gv-widget-search .postbox.gravityflow-admin .input-group > textarea + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > textarea + select, section#updates .gform_wrapper.gravity-theme .input-group > .form-control + input[type=text], section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + input[type=text], .postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=text], section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=text], .gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=text], section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + input[type=email],
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + input[type=email],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + input[type=password],
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + input[type=password],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + input[type=number],
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + input[type=number],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + input[type=search],
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + input[type=search],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + input[type=tel],
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + input[type=tel],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + input[type=url],
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + input[type=url],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + input[type=date],
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + input[type=date],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + input[type=time],
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + input[type=time],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + input[type=datetime-local],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + input[type=month],
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + input[type=month],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + input[type=week],
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + input[type=week],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + select,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + select,
section#updates .gform_wrapper.gravity-theme .input-group > select + select,
section#updates .gform_wrapper.gravity-theme .input-group > textarea + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + select,
section#updates .gform_wrapper.gravity-theme .input-group > .form-control + textarea,
section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .input-group > select + textarea,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group > select + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > select + textarea,
section#updates .gform_wrapper.gravity-theme .input-group > textarea + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + textarea, .gv-widget-search .input-group > .form-control + input[type=text], .gv-widget-search .postbox.gravityflow-admin .input-group > select + input[type=text], .postbox.gravityflow-admin .gv-widget-search .input-group > select + input[type=text], section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=text], .gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=text], .gv-widget-search .input-group > input[type=text] + input[type=text],
.gv-widget-search .input-group > input[type=email] + input[type=text],
.gv-widget-search .input-group > input[type=password] + input[type=text],
.gv-widget-search .input-group > input[type=number] + input[type=text],
.gv-widget-search .input-group > input[type=search] + input[type=text],
.gv-widget-search .input-group > input[type=tel] + input[type=text],
.gv-widget-search .input-group > input[type=url] + input[type=text],
.gv-widget-search .input-group > input[type=date] + input[type=text],
.gv-widget-search .input-group > input[type=time] + input[type=text],
.gv-widget-search .input-group > input[type=datetime-local] + input[type=text],
.gv-widget-search .input-group > input[type=month] + input[type=text],
.gv-widget-search .input-group > input[type=week] + input[type=text],
.gv-widget-search .input-group > select + input[type=text],
.gv-widget-search .input-group > textarea + input[type=text],
.gv-widget-search .input-group > .form-control + input[type=email],
.gv-widget-search .postbox.gravityflow-admin .input-group > select + input[type=email],
.postbox.gravityflow-admin .gv-widget-search .input-group > select + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=email],
.gv-widget-search .input-group > input[type=text] + input[type=email],
.gv-widget-search .input-group > input[type=email] + input[type=email],
.gv-widget-search .input-group > input[type=password] + input[type=email],
.gv-widget-search .input-group > input[type=number] + input[type=email],
.gv-widget-search .input-group > input[type=search] + input[type=email],
.gv-widget-search .input-group > input[type=tel] + input[type=email],
.gv-widget-search .input-group > input[type=url] + input[type=email],
.gv-widget-search .input-group > input[type=date] + input[type=email],
.gv-widget-search .input-group > input[type=time] + input[type=email],
.gv-widget-search .input-group > input[type=datetime-local] + input[type=email],
.gv-widget-search .input-group > input[type=month] + input[type=email],
.gv-widget-search .input-group > input[type=week] + input[type=email],
.gv-widget-search .input-group > select + input[type=email],
.gv-widget-search .input-group > textarea + input[type=email],
.gv-widget-search .input-group > .form-control + input[type=password],
.gv-widget-search .postbox.gravityflow-admin .input-group > select + input[type=password],
.postbox.gravityflow-admin .gv-widget-search .input-group > select + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=password],
.gv-widget-search .input-group > input[type=text] + input[type=password],
.gv-widget-search .input-group > input[type=email] + input[type=password],
.gv-widget-search .input-group > input[type=password] + input[type=password],
.gv-widget-search .input-group > input[type=number] + input[type=password],
.gv-widget-search .input-group > input[type=search] + input[type=password],
.gv-widget-search .input-group > input[type=tel] + input[type=password],
.gv-widget-search .input-group > input[type=url] + input[type=password],
.gv-widget-search .input-group > input[type=date] + input[type=password],
.gv-widget-search .input-group > input[type=time] + input[type=password],
.gv-widget-search .input-group > input[type=datetime-local] + input[type=password],
.gv-widget-search .input-group > input[type=month] + input[type=password],
.gv-widget-search .input-group > input[type=week] + input[type=password],
.gv-widget-search .input-group > select + input[type=password],
.gv-widget-search .input-group > textarea + input[type=password],
.gv-widget-search .input-group > .form-control + input[type=number],
.gv-widget-search .postbox.gravityflow-admin .input-group > select + input[type=number],
.postbox.gravityflow-admin .gv-widget-search .input-group > select + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=number],
.gv-widget-search .input-group > input[type=text] + input[type=number],
.gv-widget-search .input-group > input[type=email] + input[type=number],
.gv-widget-search .input-group > input[type=password] + input[type=number],
.gv-widget-search .input-group > input[type=number] + input[type=number],
.gv-widget-search .input-group > input[type=search] + input[type=number],
.gv-widget-search .input-group > input[type=tel] + input[type=number],
.gv-widget-search .input-group > input[type=url] + input[type=number],
.gv-widget-search .input-group > input[type=date] + input[type=number],
.gv-widget-search .input-group > input[type=time] + input[type=number],
.gv-widget-search .input-group > input[type=datetime-local] + input[type=number],
.gv-widget-search .input-group > input[type=month] + input[type=number],
.gv-widget-search .input-group > input[type=week] + input[type=number],
.gv-widget-search .input-group > select + input[type=number],
.gv-widget-search .input-group > textarea + input[type=number],
.gv-widget-search .input-group > .form-control + input[type=search],
.gv-widget-search .postbox.gravityflow-admin .input-group > select + input[type=search],
.postbox.gravityflow-admin .gv-widget-search .input-group > select + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=search],
.gv-widget-search .input-group > input[type=text] + input[type=search],
.gv-widget-search .input-group > input[type=email] + input[type=search],
.gv-widget-search .input-group > input[type=password] + input[type=search],
.gv-widget-search .input-group > input[type=number] + input[type=search],
.gv-widget-search .input-group > input[type=search] + input[type=search],
.gv-widget-search .input-group > input[type=tel] + input[type=search],
.gv-widget-search .input-group > input[type=url] + input[type=search],
.gv-widget-search .input-group > input[type=date] + input[type=search],
.gv-widget-search .input-group > input[type=time] + input[type=search],
.gv-widget-search .input-group > input[type=datetime-local] + input[type=search],
.gv-widget-search .input-group > input[type=month] + input[type=search],
.gv-widget-search .input-group > input[type=week] + input[type=search],
.gv-widget-search .input-group > select + input[type=search],
.gv-widget-search .input-group > textarea + input[type=search],
.gv-widget-search .input-group > .form-control + input[type=tel],
.gv-widget-search .postbox.gravityflow-admin .input-group > select + input[type=tel],
.postbox.gravityflow-admin .gv-widget-search .input-group > select + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=tel],
.gv-widget-search .input-group > input[type=text] + input[type=tel],
.gv-widget-search .input-group > input[type=email] + input[type=tel],
.gv-widget-search .input-group > input[type=password] + input[type=tel],
.gv-widget-search .input-group > input[type=number] + input[type=tel],
.gv-widget-search .input-group > input[type=search] + input[type=tel],
.gv-widget-search .input-group > input[type=tel] + input[type=tel],
.gv-widget-search .input-group > input[type=url] + input[type=tel],
.gv-widget-search .input-group > input[type=date] + input[type=tel],
.gv-widget-search .input-group > input[type=time] + input[type=tel],
.gv-widget-search .input-group > input[type=datetime-local] + input[type=tel],
.gv-widget-search .input-group > input[type=month] + input[type=tel],
.gv-widget-search .input-group > input[type=week] + input[type=tel],
.gv-widget-search .input-group > select + input[type=tel],
.gv-widget-search .input-group > textarea + input[type=tel],
.gv-widget-search .input-group > .form-control + input[type=url],
.gv-widget-search .postbox.gravityflow-admin .input-group > select + input[type=url],
.postbox.gravityflow-admin .gv-widget-search .input-group > select + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=url],
.gv-widget-search .input-group > input[type=text] + input[type=url],
.gv-widget-search .input-group > input[type=email] + input[type=url],
.gv-widget-search .input-group > input[type=password] + input[type=url],
.gv-widget-search .input-group > input[type=number] + input[type=url],
.gv-widget-search .input-group > input[type=search] + input[type=url],
.gv-widget-search .input-group > input[type=tel] + input[type=url],
.gv-widget-search .input-group > input[type=url] + input[type=url],
.gv-widget-search .input-group > input[type=date] + input[type=url],
.gv-widget-search .input-group > input[type=time] + input[type=url],
.gv-widget-search .input-group > input[type=datetime-local] + input[type=url],
.gv-widget-search .input-group > input[type=month] + input[type=url],
.gv-widget-search .input-group > input[type=week] + input[type=url],
.gv-widget-search .input-group > select + input[type=url],
.gv-widget-search .input-group > textarea + input[type=url],
.gv-widget-search .input-group > .form-control + input[type=date],
.gv-widget-search .postbox.gravityflow-admin .input-group > select + input[type=date],
.postbox.gravityflow-admin .gv-widget-search .input-group > select + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=date],
.gv-widget-search .input-group > input[type=text] + input[type=date],
.gv-widget-search .input-group > input[type=email] + input[type=date],
.gv-widget-search .input-group > input[type=password] + input[type=date],
.gv-widget-search .input-group > input[type=number] + input[type=date],
.gv-widget-search .input-group > input[type=search] + input[type=date],
.gv-widget-search .input-group > input[type=tel] + input[type=date],
.gv-widget-search .input-group > input[type=url] + input[type=date],
.gv-widget-search .input-group > input[type=date] + input[type=date],
.gv-widget-search .input-group > input[type=time] + input[type=date],
.gv-widget-search .input-group > input[type=datetime-local] + input[type=date],
.gv-widget-search .input-group > input[type=month] + input[type=date],
.gv-widget-search .input-group > input[type=week] + input[type=date],
.gv-widget-search .input-group > select + input[type=date],
.gv-widget-search .input-group > textarea + input[type=date],
.gv-widget-search .input-group > .form-control + input[type=time],
.gv-widget-search .postbox.gravityflow-admin .input-group > select + input[type=time],
.postbox.gravityflow-admin .gv-widget-search .input-group > select + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=time],
.gv-widget-search .input-group > input[type=text] + input[type=time],
.gv-widget-search .input-group > input[type=email] + input[type=time],
.gv-widget-search .input-group > input[type=password] + input[type=time],
.gv-widget-search .input-group > input[type=number] + input[type=time],
.gv-widget-search .input-group > input[type=search] + input[type=time],
.gv-widget-search .input-group > input[type=tel] + input[type=time],
.gv-widget-search .input-group > input[type=url] + input[type=time],
.gv-widget-search .input-group > input[type=date] + input[type=time],
.gv-widget-search .input-group > input[type=time] + input[type=time],
.gv-widget-search .input-group > input[type=datetime-local] + input[type=time],
.gv-widget-search .input-group > input[type=month] + input[type=time],
.gv-widget-search .input-group > input[type=week] + input[type=time],
.gv-widget-search .input-group > select + input[type=time],
.gv-widget-search .input-group > textarea + input[type=time],
.gv-widget-search .input-group > .form-control + input[type=datetime-local],
.gv-widget-search .postbox.gravityflow-admin .input-group > select + input[type=datetime-local],
.postbox.gravityflow-admin .gv-widget-search .input-group > select + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=datetime-local],
.gv-widget-search .input-group > input[type=text] + input[type=datetime-local],
.gv-widget-search .input-group > input[type=email] + input[type=datetime-local],
.gv-widget-search .input-group > input[type=password] + input[type=datetime-local],
.gv-widget-search .input-group > input[type=number] + input[type=datetime-local],
.gv-widget-search .input-group > input[type=search] + input[type=datetime-local],
.gv-widget-search .input-group > input[type=tel] + input[type=datetime-local],
.gv-widget-search .input-group > input[type=url] + input[type=datetime-local],
.gv-widget-search .input-group > input[type=date] + input[type=datetime-local],
.gv-widget-search .input-group > input[type=time] + input[type=datetime-local],
.gv-widget-search .input-group > input[type=datetime-local] + input[type=datetime-local],
.gv-widget-search .input-group > input[type=month] + input[type=datetime-local],
.gv-widget-search .input-group > input[type=week] + input[type=datetime-local],
.gv-widget-search .input-group > select + input[type=datetime-local],
.gv-widget-search .input-group > textarea + input[type=datetime-local],
.gv-widget-search .input-group > .form-control + input[type=month],
.gv-widget-search .postbox.gravityflow-admin .input-group > select + input[type=month],
.postbox.gravityflow-admin .gv-widget-search .input-group > select + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=month],
.gv-widget-search .input-group > input[type=text] + input[type=month],
.gv-widget-search .input-group > input[type=email] + input[type=month],
.gv-widget-search .input-group > input[type=password] + input[type=month],
.gv-widget-search .input-group > input[type=number] + input[type=month],
.gv-widget-search .input-group > input[type=search] + input[type=month],
.gv-widget-search .input-group > input[type=tel] + input[type=month],
.gv-widget-search .input-group > input[type=url] + input[type=month],
.gv-widget-search .input-group > input[type=date] + input[type=month],
.gv-widget-search .input-group > input[type=time] + input[type=month],
.gv-widget-search .input-group > input[type=datetime-local] + input[type=month],
.gv-widget-search .input-group > input[type=month] + input[type=month],
.gv-widget-search .input-group > input[type=week] + input[type=month],
.gv-widget-search .input-group > select + input[type=month],
.gv-widget-search .input-group > textarea + input[type=month],
.gv-widget-search .input-group > .form-control + input[type=week],
.gv-widget-search .postbox.gravityflow-admin .input-group > select + input[type=week],
.postbox.gravityflow-admin .gv-widget-search .input-group > select + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + input[type=week],
.gv-widget-search .input-group > input[type=text] + input[type=week],
.gv-widget-search .input-group > input[type=email] + input[type=week],
.gv-widget-search .input-group > input[type=password] + input[type=week],
.gv-widget-search .input-group > input[type=number] + input[type=week],
.gv-widget-search .input-group > input[type=search] + input[type=week],
.gv-widget-search .input-group > input[type=tel] + input[type=week],
.gv-widget-search .input-group > input[type=url] + input[type=week],
.gv-widget-search .input-group > input[type=date] + input[type=week],
.gv-widget-search .input-group > input[type=time] + input[type=week],
.gv-widget-search .input-group > input[type=datetime-local] + input[type=week],
.gv-widget-search .input-group > input[type=month] + input[type=week],
.gv-widget-search .input-group > input[type=week] + input[type=week],
.gv-widget-search .input-group > select + input[type=week],
.gv-widget-search .input-group > textarea + input[type=week],
.gv-widget-search .input-group > .form-control + select,
.gv-widget-search .postbox.gravityflow-admin .input-group > select + select,
.postbox.gravityflow-admin .gv-widget-search .input-group > select + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + select,
.gv-widget-search .input-group > input[type=text] + select,
.gv-widget-search .input-group > input[type=email] + select,
.gv-widget-search .input-group > input[type=password] + select,
.gv-widget-search .input-group > input[type=number] + select,
.gv-widget-search .input-group > input[type=search] + select,
.gv-widget-search .input-group > input[type=tel] + select,
.gv-widget-search .input-group > input[type=url] + select,
.gv-widget-search .input-group > input[type=date] + select,
.gv-widget-search .input-group > input[type=time] + select,
.gv-widget-search .input-group > input[type=datetime-local] + select,
.gv-widget-search .input-group > input[type=month] + select,
.gv-widget-search .input-group > input[type=week] + select,
.gv-widget-search .input-group > select + select,
.gv-widget-search .input-group > textarea + select,
.gv-widget-search .input-group > .form-control + textarea,
.gv-widget-search .postbox.gravityflow-admin .input-group > select + textarea,
.postbox.gravityflow-admin .gv-widget-search .input-group > select + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=text] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=email] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=password] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=number] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=search] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=tel] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=url] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=date] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=time] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=datetime-local] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=month] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > input[type=week] + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > select + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > select + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group > textarea + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group > textarea + textarea,
.gv-widget-search .input-group > input[type=text] + textarea,
.gv-widget-search .input-group > input[type=email] + textarea,
.gv-widget-search .input-group > input[type=password] + textarea,
.gv-widget-search .input-group > input[type=number] + textarea,
.gv-widget-search .input-group > input[type=search] + textarea,
.gv-widget-search .input-group > input[type=tel] + textarea,
.gv-widget-search .input-group > input[type=url] + textarea,
.gv-widget-search .input-group > input[type=date] + textarea,
.gv-widget-search .input-group > input[type=time] + textarea,
.gv-widget-search .input-group > input[type=datetime-local] + textarea,
.gv-widget-search .input-group > input[type=month] + textarea,
.gv-widget-search .input-group > input[type=week] + textarea,
.gv-widget-search .input-group > select + textarea,
.gv-widget-search .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.postbox.gravityflow-admin .input-group > select + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > select + .custom-select,
section#updates .gform_wrapper.gravity-theme .input-group > textarea + .custom-select,
.gv-widget-search .input-group > input[type=text] + .custom-select,
.gv-widget-search .input-group > input[type=email] + .custom-select,
.gv-widget-search .input-group > input[type=password] + .custom-select,
.gv-widget-search .input-group > input[type=number] + .custom-select,
.gv-widget-search .input-group > input[type=search] + .custom-select,
.gv-widget-search .input-group > input[type=tel] + .custom-select,
.gv-widget-search .input-group > input[type=url] + .custom-select,
.gv-widget-search .input-group > input[type=date] + .custom-select,
.gv-widget-search .input-group > input[type=time] + .custom-select,
.gv-widget-search .input-group > input[type=datetime-local] + .custom-select,
.gv-widget-search .input-group > input[type=month] + .custom-select,
.gv-widget-search .input-group > input[type=week] + .custom-select,
.gv-widget-search .input-group > select + .custom-select,
.gv-widget-search .input-group > textarea + .custom-select,
.input-group > .form-control + .custom-file,
.postbox.gravityflow-admin .input-group > select + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > select + .custom-file,
section#updates .gform_wrapper.gravity-theme .input-group > textarea + .custom-file,
.gv-widget-search .input-group > input[type=text] + .custom-file,
.gv-widget-search .input-group > input[type=email] + .custom-file,
.gv-widget-search .input-group > input[type=password] + .custom-file,
.gv-widget-search .input-group > input[type=number] + .custom-file,
.gv-widget-search .input-group > input[type=search] + .custom-file,
.gv-widget-search .input-group > input[type=tel] + .custom-file,
.gv-widget-search .input-group > input[type=url] + .custom-file,
.gv-widget-search .input-group > input[type=date] + .custom-file,
.gv-widget-search .input-group > input[type=time] + .custom-file,
.gv-widget-search .input-group > input[type=datetime-local] + .custom-file,
.gv-widget-search .input-group > input[type=month] + .custom-file,
.gv-widget-search .input-group > input[type=week] + .custom-file,
.gv-widget-search .input-group > select + .custom-file,
.gv-widget-search .input-group > textarea + .custom-file,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .form-control + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .postbox.gravityflow-admin .input-group > select + .ginput_full,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > select + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=text] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=email] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=password] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=number] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=search] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=tel] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=url] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=date] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=time] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=datetime-local] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=month] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=week] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > select + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > textarea + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > input[type=text] + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=text] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > input[type=email] + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=email] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > input[type=password] + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=password] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > input[type=number] + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=number] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > input[type=search] + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=search] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > input[type=tel] + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=tel] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > input[type=url] + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=url] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > input[type=date] + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=date] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > input[type=time] + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=time] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > input[type=datetime-local] + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=datetime-local] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > input[type=month] + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=month] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > input[type=week] + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > input[type=week] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > select + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > select + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > textarea + .ginput_full,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > textarea + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > .form-control + .ginput_full,
.gv-widget-search .gfield--type-post_image .postbox.gravityflow-admin .input-group > select + .ginput_full,
.postbox.gravityflow-admin .gv-widget-search .gfield--type-post_image .input-group > select + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > input[type=text] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > input[type=text] + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > input[type=email] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > input[type=email] + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > input[type=password] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > input[type=password] + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > input[type=number] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > input[type=number] + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > input[type=search] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > input[type=search] + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > input[type=tel] + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > input[type=url] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > input[type=url] + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > input[type=date] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > input[type=date] + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > input[type=time] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > input[type=time] + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > input[type=datetime-local] + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > input[type=month] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > input[type=month] + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > input[type=week] + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > input[type=week] + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > select + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > select + .ginput_full,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > textarea + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > textarea + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > input[type=text] + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > input[type=email] + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > input[type=password] + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > input[type=number] + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > input[type=search] + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > input[type=tel] + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > input[type=url] + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > input[type=date] + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > input[type=time] + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > input[type=datetime-local] + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > input[type=month] + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > input[type=week] + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > select + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > textarea + .ginput_full,
.input-group > .form-control-plaintext + .form-control,
.postbox.gravityflow-admin .input-group > .form-control-plaintext + select,
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + select,
section#updates .gform_wrapper.gravity-theme .input-group > .form-control-plaintext + textarea,
.gv-widget-search .input-group > .form-control-plaintext + input[type=text],
.gv-widget-search .input-group > .form-control-plaintext + input[type=email],
.gv-widget-search .input-group > .form-control-plaintext + input[type=password],
.gv-widget-search .input-group > .form-control-plaintext + input[type=number],
.gv-widget-search .input-group > .form-control-plaintext + input[type=search],
.gv-widget-search .input-group > .form-control-plaintext + input[type=tel],
.gv-widget-search .input-group > .form-control-plaintext + input[type=url],
.gv-widget-search .input-group > .form-control-plaintext + input[type=date],
.gv-widget-search .input-group > .form-control-plaintext + input[type=time],
.gv-widget-search .input-group > .form-control-plaintext + input[type=datetime-local],
.gv-widget-search .input-group > .form-control-plaintext + input[type=month],
.gv-widget-search .input-group > .form-control-plaintext + input[type=week],
.gv-widget-search .input-group > .form-control-plaintext + select,
.gv-widget-search .input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .form-control-plaintext + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > .form-control-plaintext + .ginput_full,
.input-group > .custom-select + .form-control,
.postbox.gravityflow-admin .input-group > .custom-select + select,
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + select,
section#updates .gform_wrapper.gravity-theme .input-group > .custom-select + textarea,
.gv-widget-search .input-group > .custom-select + input[type=text],
.gv-widget-search .input-group > .custom-select + input[type=email],
.gv-widget-search .input-group > .custom-select + input[type=password],
.gv-widget-search .input-group > .custom-select + input[type=number],
.gv-widget-search .input-group > .custom-select + input[type=search],
.gv-widget-search .input-group > .custom-select + input[type=tel],
.gv-widget-search .input-group > .custom-select + input[type=url],
.gv-widget-search .input-group > .custom-select + input[type=date],
.gv-widget-search .input-group > .custom-select + input[type=time],
.gv-widget-search .input-group > .custom-select + input[type=datetime-local],
.gv-widget-search .input-group > .custom-select + input[type=month],
.gv-widget-search .input-group > .custom-select + input[type=week],
.gv-widget-search .input-group > .custom-select + select,
.gv-widget-search .input-group > .custom-select + textarea,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .custom-select + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > .custom-select + .ginput_full,
.input-group > .custom-file + .form-control,
.postbox.gravityflow-admin .input-group > .custom-file + select,
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + select,
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file + textarea,
.gv-widget-search .input-group > .custom-file + input[type=text],
.gv-widget-search .input-group > .custom-file + input[type=email],
.gv-widget-search .input-group > .custom-file + input[type=password],
.gv-widget-search .input-group > .custom-file + input[type=number],
.gv-widget-search .input-group > .custom-file + input[type=search],
.gv-widget-search .input-group > .custom-file + input[type=tel],
.gv-widget-search .input-group > .custom-file + input[type=url],
.gv-widget-search .input-group > .custom-file + input[type=date],
.gv-widget-search .input-group > .custom-file + input[type=time],
.gv-widget-search .input-group > .custom-file + input[type=datetime-local],
.gv-widget-search .input-group > .custom-file + input[type=month],
.gv-widget-search .input-group > .custom-file + input[type=week],
.gv-widget-search .input-group > .custom-file + select,
.gv-widget-search .input-group > .custom-file + textarea,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + .form-control,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .postbox.gravityflow-admin .input-group > .ginput_full + select,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + select,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=text],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=email],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=password],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=number],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=search],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=url],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=date],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=time],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=month],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=week],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + select,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + textarea,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + input[type=text],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=text],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + input[type=email],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=email],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + input[type=password],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=password],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + input[type=number],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=number],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + input[type=search],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=search],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + input[type=tel],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + input[type=url],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=url],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + input[type=date],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=date],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + input[type=time],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=time],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + input[type=datetime-local],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + input[type=month],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=month],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + input[type=week],
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + input[type=week],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + select,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + select,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gv-widget-search .input-group > .ginput_full + textarea,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + textarea,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + .form-control,
.gv-widget-search .gfield--type-post_image .postbox.gravityflow-admin .input-group > .ginput_full + select,
.postbox.gravityflow-admin .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + select,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + input[type=text],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=text],
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + input[type=email],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=email],
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + input[type=password],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=password],
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + input[type=number],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=number],
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + input[type=search],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=search],
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + input[type=tel],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=tel],
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + input[type=url],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=url],
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + input[type=date],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=date],
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + input[type=time],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=time],
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=datetime-local],
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + input[type=month],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=month],
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + input[type=week],
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=week],
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + select,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + select,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full + textarea,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image .input-group > .ginput_full + textarea,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=text],
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=email],
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=password],
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=number],
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=search],
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=tel],
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=url],
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=date],
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=time],
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=datetime-local],
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=month],
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + input[type=week],
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + select,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + textarea,
.input-group > .custom-file + .custom-select,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + .custom-select,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + .custom-select,
.input-group > .custom-file + .custom-file,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + .custom-file,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + .custom-file,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .custom-file + .ginput_full,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > .custom-file + .ginput_full,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full + .ginput_full {
  margin-left: -1px;
}
.input-group > .form-control:focus, .postbox.gravityflow-admin .input-group > select:focus, section#updates .gform_wrapper.gravity-theme .input-group > input[type=text]:focus,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email]:focus,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password]:focus,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number]:focus,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search]:focus,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel]:focus,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url]:focus,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date]:focus,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time]:focus,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month]:focus,
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week]:focus,
section#updates .gform_wrapper.gravity-theme .input-group > select:focus,
section#updates .gform_wrapper.gravity-theme .input-group > textarea:focus, .gv-widget-search .input-group > input[type=text]:focus,
.gv-widget-search .input-group > input[type=email]:focus,
.gv-widget-search .input-group > input[type=password]:focus,
.gv-widget-search .input-group > input[type=number]:focus,
.gv-widget-search .input-group > input[type=search]:focus,
.gv-widget-search .input-group > input[type=tel]:focus,
.gv-widget-search .input-group > input[type=url]:focus,
.gv-widget-search .input-group > input[type=date]:focus,
.gv-widget-search .input-group > input[type=time]:focus,
.gv-widget-search .input-group > input[type=datetime-local]:focus,
.gv-widget-search .input-group > input[type=month]:focus,
.gv-widget-search .input-group > input[type=week]:focus,
.gv-widget-search .input-group > select:focus,
.gv-widget-search .input-group > textarea:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full .custom-file-input:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-file section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .custom-file .custom-file-input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full .custom-file-input:focus ~ .gfield_description,
.input-group > .custom-file section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .custom-file .custom-file-input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full .custom-file-input:focus ~ .ginput_preview,
.input-group > .custom-file .gv-widget-search .gfield--type-post_image .custom-file-input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full .gv-widget-search .gfield--type-post_image .custom-file-input:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full .gv-widget-search .gfield--type-post_image .custom-file-input:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .input-group > .custom-file .custom-file-input:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full .custom-file-input:focus ~ .gfield_description,
.input-group > .custom-file .gv-widget-search .gfield--type-post_image .custom-file-input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full .gv-widget-search .gfield--type-post_image .custom-file-input:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full .gv-widget-search .gfield--type-post_image .custom-file-input:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .input-group > .custom-file .custom-file-input:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full .custom-file-input:focus ~ .ginput_preview,
.input-group > .custom-file section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus ~ .custom-file-label,
.input-group > .custom-file section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus ~ .gfield_description,
.input-group > .custom-file section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .custom-file input:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full input:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .custom-file input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .custom-file input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full input:focus ~ .ginput_preview,
.input-group > .custom-file .gv-widget-search .gfield--type-post_image input:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full .gv-widget-search .gfield--type-post_image input:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full .gv-widget-search .gfield--type-post_image input:focus ~ .custom-file-label,
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file .gv-widget-search .gfield--type-post_image input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full .gv-widget-search .gfield--type-post_image input:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full .gv-widget-search .gfield--type-post_image input:focus ~ .gfield_description,
section#updates .gform_wrapper.gravity-theme .input-group > .custom-file .gv-widget-search .gfield--type-post_image input:focus ~ .ginput_preview,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full .gv-widget-search .gfield--type-post_image input:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image section#updates .gform_wrapper.gravity-theme .input-group > .ginput_full .gv-widget-search .gfield--type-post_image input:focus ~ .ginput_preview,
.input-group > .custom-file .gv-widget-search .gfield--type-post_image input:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full .gv-widget-search .gfield--type-post_image input:focus ~ .gfield_description,
.input-group > .custom-file .gv-widget-search .gfield--type-post_image input:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full .gv-widget-search .gfield--type-post_image input:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .input-group > .custom-file input:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full input:focus ~ .custom-file-label,
.gv-widget-search .gfield--type-post_image .input-group > .custom-file input:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full input:focus ~ .gfield_description,
.gv-widget-search .gfield--type-post_image .input-group > .custom-file input:focus ~ .ginput_preview,
.gv-widget-search .gfield--type-post_image .input-group > .ginput_full input:focus ~ .ginput_preview {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full .custom-file-input:focus, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full .custom-file-input:focus, .input-group > .custom-file section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .custom-file input:focus, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full input:focus, .input-group > .custom-file .gv-widget-search .gfield--type-post_image input:focus, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full .gv-widget-search .gfield--type-post_image input:focus, .gv-widget-search .gfield--type-post_image .input-group > .custom-file input:focus, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .postbox.gravityflow-admin .input-group > select:not(:first-child), section#updates .gform_wrapper.gravity-theme .input-group > input[type=text]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > input[type=email]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > input[type=password]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > input[type=number]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > input[type=search]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > input[type=tel]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > input[type=url]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > input[type=date]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > input[type=time]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > input[type=datetime-local]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > input[type=month]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > input[type=week]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > select:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > textarea:not(:first-child), .gv-widget-search .input-group > input[type=text]:not(:first-child),
.gv-widget-search .input-group > input[type=email]:not(:first-child),
.gv-widget-search .input-group > input[type=password]:not(:first-child),
.gv-widget-search .input-group > input[type=number]:not(:first-child),
.gv-widget-search .input-group > input[type=search]:not(:first-child),
.gv-widget-search .input-group > input[type=tel]:not(:first-child),
.gv-widget-search .input-group > input[type=url]:not(:first-child),
.gv-widget-search .input-group > input[type=date]:not(:first-child),
.gv-widget-search .input-group > input[type=time]:not(:first-child),
.gv-widget-search .input-group > input[type=datetime-local]:not(:first-child),
.gv-widget-search .input-group > input[type=month]:not(:first-child),
.gv-widget-search .input-group > input[type=week]:not(:first-child),
.gv-widget-search .input-group > select:not(:first-child),
.gv-widget-search .input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full:not(:last-child) .custom-file-label, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:last-child) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .custom-file:not(:last-child) .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full:not(:last-child) .gfield_description, .input-group > .custom-file:not(:last-child) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:last-child) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .custom-file:not(:last-child) .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full:not(:last-child) .ginput_preview, .input-group > .custom-file:not(:last-child) .gv-widget-search .gfield--type-post_image .gfield_description, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:last-child) .gv-widget-search .gfield--type-post_image .gfield_description, .gv-widget-search .gfield--type-post_image .input-group > .custom-file:not(:last-child) .gfield_description, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:last-child) .gfield_description, .input-group > .custom-file:not(:last-child) .gv-widget-search .gfield--type-post_image .ginput_preview, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:last-child) .gv-widget-search .gfield--type-post_image .ginput_preview, .gv-widget-search .gfield--type-post_image .input-group > .custom-file:not(:last-child) .ginput_preview, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:last-child) .ginput_preview, .input-group > .custom-file:not(:first-child) .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full:not(:first-child) .custom-file-label, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:first-child) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .custom-file:not(:first-child) .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full:not(:first-child) .gfield_description, .input-group > .custom-file:not(:first-child) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:first-child) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .custom-file:not(:first-child) .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group > .ginput_full:not(:first-child) .ginput_preview, .input-group > .custom-file:not(:first-child) .gv-widget-search .gfield--type-post_image .gfield_description, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:first-child) .gv-widget-search .gfield--type-post_image .gfield_description, .gv-widget-search .gfield--type-post_image .input-group > .custom-file:not(:first-child) .gfield_description, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:first-child) .gfield_description, .input-group > .custom-file:not(:first-child) .gv-widget-search .gfield--type-post_image .ginput_preview, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:first-child) .gv-widget-search .gfield--type-post_image .ginput_preview, .gv-widget-search .gfield--type-post_image .input-group > .custom-file:not(:first-child) .ginput_preview, .gv-widget-search .gfield--type-post_image .input-group > .ginput_full:not(:first-child) .ginput_preview {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .postbox.gravityflow-admin .input-group:not(.has-validation) > select:not(:last-child), section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > input[type=text]:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > input[type=email]:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > input[type=password]:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > input[type=number]:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > input[type=search]:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > input[type=tel]:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > input[type=url]:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > input[type=date]:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > input[type=time]:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > input[type=datetime-local]:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > input[type=month]:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > input[type=week]:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > select:not(:last-child),
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > textarea:not(:last-child), .gv-widget-search .input-group:not(.has-validation) > input[type=text]:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > input[type=email]:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > input[type=password]:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > input[type=number]:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > input[type=search]:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > input[type=tel]:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > input[type=url]:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > input[type=date]:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > input[type=time]:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > input[type=datetime-local]:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > input[type=month]:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > input[type=week]:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > select:not(:last-child),
.gv-widget-search .input-group:not(.has-validation) > textarea:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group:not(.has-validation) > .ginput_full:not(:last-child) .custom-file-label::after,
.gv-widget-search .gfield--type-post_image .input-group:not(.has-validation) > .ginput_full:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation) > .custom-file:not(:last-child) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description::after,
.gv-widget-search .gfield--type-post_image .input-group:not(.has-validation) > .ginput_full:not(:last-child) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description::after,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group:not(.has-validation) > .custom-file:not(:last-child) .gfield_description::after,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group:not(.has-validation) > .ginput_full:not(:last-child) .gfield_description::after,
.input-group:not(.has-validation) > .custom-file:not(:last-child) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview::after,
.gv-widget-search .gfield--type-post_image .input-group:not(.has-validation) > .ginput_full:not(:last-child) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview::after,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group:not(.has-validation) > .custom-file:not(:last-child) .ginput_preview::after,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group:not(.has-validation) > .ginput_full:not(:last-child) .ginput_preview::after,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .gv-widget-search .gfield--type-post_image .gfield_description::after,
.gv-widget-search .gfield--type-post_image .input-group:not(.has-validation) > .ginput_full:not(:last-child) .gv-widget-search .gfield--type-post_image .gfield_description::after,
.gv-widget-search .gfield--type-post_image .input-group:not(.has-validation) > .custom-file:not(:last-child) .gfield_description::after,
.gv-widget-search .gfield--type-post_image .input-group:not(.has-validation) > .ginput_full:not(:last-child) .gfield_description::after,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .gv-widget-search .gfield--type-post_image .ginput_preview::after,
.gv-widget-search .gfield--type-post_image .input-group:not(.has-validation) > .ginput_full:not(:last-child) .gv-widget-search .gfield--type-post_image .ginput_preview::after,
.gv-widget-search .gfield--type-post_image .input-group:not(.has-validation) > .custom-file:not(:last-child) .ginput_preview::after,
.gv-widget-search .gfield--type-post_image .input-group:not(.has-validation) > .ginput_full:not(:last-child) .ginput_preview::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .postbox.gravityflow-admin .input-group.has-validation > select:nth-last-child(n+3), section#updates .gform_wrapper.gravity-theme .input-group.has-validation > input[type=text]:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > input[type=email]:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > input[type=password]:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > input[type=number]:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > input[type=search]:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > input[type=tel]:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > input[type=url]:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > input[type=date]:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > input[type=time]:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > input[type=datetime-local]:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > input[type=month]:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > input[type=week]:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > select:nth-last-child(n+3),
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > textarea:nth-last-child(n+3), .gv-widget-search .input-group.has-validation > input[type=text]:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > input[type=email]:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > input[type=password]:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > input[type=number]:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > input[type=search]:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > input[type=tel]:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > input[type=url]:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > input[type=date]:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > input[type=time]:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > input[type=datetime-local]:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > input[type=month]:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > input[type=week]:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > select:nth-last-child(n+3),
.gv-widget-search .input-group.has-validation > textarea:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group.has-validation > .ginput_full:nth-last-child(n+3) .custom-file-label::after,
.gv-widget-search .gfield--type-post_image .input-group.has-validation > .ginput_full:nth-last-child(n+3) .custom-file-label::after,
.input-group.has-validation > .custom-file:nth-last-child(n+3) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description::after,
.gv-widget-search .gfield--type-post_image .input-group.has-validation > .ginput_full:nth-last-child(n+3) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description::after,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group.has-validation > .custom-file:nth-last-child(n+3) .gfield_description::after,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group.has-validation > .ginput_full:nth-last-child(n+3) .gfield_description::after,
.input-group.has-validation > .custom-file:nth-last-child(n+3) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview::after,
.gv-widget-search .gfield--type-post_image .input-group.has-validation > .ginput_full:nth-last-child(n+3) section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview::after,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group.has-validation > .custom-file:nth-last-child(n+3) .ginput_preview::after,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .input-group.has-validation > .ginput_full:nth-last-child(n+3) .ginput_preview::after,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .gv-widget-search .gfield--type-post_image .gfield_description::after,
.gv-widget-search .gfield--type-post_image .input-group.has-validation > .ginput_full:nth-last-child(n+3) .gv-widget-search .gfield--type-post_image .gfield_description::after,
.gv-widget-search .gfield--type-post_image .input-group.has-validation > .custom-file:nth-last-child(n+3) .gfield_description::after,
.gv-widget-search .gfield--type-post_image .input-group.has-validation > .ginput_full:nth-last-child(n+3) .gfield_description::after,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .gv-widget-search .gfield--type-post_image .ginput_preview::after,
.gv-widget-search .gfield--type-post_image .input-group.has-validation > .ginput_full:nth-last-child(n+3) .gv-widget-search .gfield--type-post_image .ginput_preview::after,
.gv-widget-search .gfield--type-post_image .input-group.has-validation > .custom-file:nth-last-child(n+3) .ginput_preview::after,
.gv-widget-search .gfield--type-post_image .input-group.has-validation > .ginput_full:nth-last-child(n+3) .ginput_preview::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .postbox.gravityflow-admin input[type=submit], .postbox.gravityflow-admin .input-group-prepend input[type=submit], .input-group-prepend section#updates .gform_wrapper.gravity-theme .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .input-group-prepend .dropdown-toggle, .input-group-prepend .gv-widget-search .dropdown-toggle, .gv-widget-search .input-group-prepend .dropdown-toggle, .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend a, .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview a, .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend a,
.input-group-append .btn,
.input-group-append .postbox.gravityflow-admin input[type=submit],
.postbox.gravityflow-admin .input-group-append input[type=submit],
.input-group-append section#updates .gform_wrapper.gravity-theme .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .input-group-append .dropdown-toggle,
.input-group-append .gv-widget-search .dropdown-toggle,
.gv-widget-search .input-group-append .dropdown-toggle,
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append a,
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append a {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .postbox.gravityflow-admin input[type=submit]:focus, .postbox.gravityflow-admin .input-group-prepend input[type=submit]:focus, .input-group-prepend section#updates .gform_wrapper.gravity-theme .dropdown-toggle:focus, section#updates .gform_wrapper.gravity-theme .input-group-prepend .dropdown-toggle:focus, .input-group-prepend .gv-widget-search .dropdown-toggle:focus, .gv-widget-search .input-group-prepend .dropdown-toggle:focus, .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:focus, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend a:focus, .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview a:focus, .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend a:focus,
.input-group-append .btn:focus,
.input-group-append .postbox.gravityflow-admin input[type=submit]:focus,
.postbox.gravityflow-admin .input-group-append input[type=submit]:focus,
.input-group-append section#updates .gform_wrapper.gravity-theme .dropdown-toggle:focus,
section#updates .gform_wrapper.gravity-theme .input-group-append .dropdown-toggle:focus,
.input-group-append .gv-widget-search .dropdown-toggle:focus,
.gv-widget-search .input-group-append .dropdown-toggle:focus,
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:focus,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append a:focus,
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview a:focus,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append a:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .postbox.gravityflow-admin input[type=submit] + .btn, .postbox.gravityflow-admin .input-group-prepend input[type=submit] + .btn, .input-group-prepend .postbox.gravityflow-admin .btn + input[type=submit], .postbox.gravityflow-admin .input-group-prepend .btn + input[type=submit], .input-group-prepend .postbox.gravityflow-admin input[type=submit] + input[type=submit], .postbox.gravityflow-admin .input-group-prepend input[type=submit] + input[type=submit], .input-group-prepend section#updates .gform_wrapper.gravity-theme .dropdown-toggle + .btn, .input-group-prepend section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .dropdown-toggle + input[type=submit], .postbox.gravityflow-admin .input-group-prepend section#updates .gform_wrapper.gravity-theme .dropdown-toggle + input[type=submit], section#updates .gform_wrapper.gravity-theme .input-group-prepend .dropdown-toggle + .btn, section#updates .gform_wrapper.gravity-theme .input-group-prepend .postbox.gravityflow-admin .dropdown-toggle + input[type=submit], .postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group-prepend .dropdown-toggle + input[type=submit], .input-group-prepend .gv-widget-search .dropdown-toggle + .btn, .input-group-prepend .gv-widget-search .postbox.gravityflow-admin .dropdown-toggle + input[type=submit], .postbox.gravityflow-admin .input-group-prepend .gv-widget-search .dropdown-toggle + input[type=submit], .gv-widget-search .input-group-prepend .dropdown-toggle + .btn, .gv-widget-search .input-group-prepend .postbox.gravityflow-admin .dropdown-toggle + input[type=submit], .postbox.gravityflow-admin .gv-widget-search .input-group-prepend .dropdown-toggle + input[type=submit], .input-group-prepend section#updates .gform_wrapper.gravity-theme .btn + .dropdown-toggle, .input-group-prepend section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin input[type=submit] + .dropdown-toggle, .postbox.gravityflow-admin .input-group-prepend section#updates .gform_wrapper.gravity-theme input[type=submit] + .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .input-group-prepend .btn + .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .input-group-prepend .postbox.gravityflow-admin input[type=submit] + .dropdown-toggle, .postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group-prepend input[type=submit] + .dropdown-toggle, .input-group-prepend section#updates .gform_wrapper.gravity-theme .dropdown-toggle + .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .input-group-prepend .dropdown-toggle + .dropdown-toggle, .input-group-prepend .gv-widget-search section#updates .gform_wrapper.gravity-theme .dropdown-toggle + .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .input-group-prepend .gv-widget-search .dropdown-toggle + .dropdown-toggle, .gv-widget-search .input-group-prepend section#updates .gform_wrapper.gravity-theme .dropdown-toggle + .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group-prepend .dropdown-toggle + .dropdown-toggle, .input-group-prepend .gv-widget-search .btn + .dropdown-toggle, .input-group-prepend .gv-widget-search .postbox.gravityflow-admin input[type=submit] + .dropdown-toggle, .postbox.gravityflow-admin .input-group-prepend .gv-widget-search input[type=submit] + .dropdown-toggle, .gv-widget-search .input-group-prepend .btn + .dropdown-toggle, .gv-widget-search .input-group-prepend .postbox.gravityflow-admin input[type=submit] + .dropdown-toggle, .postbox.gravityflow-admin .gv-widget-search .input-group-prepend input[type=submit] + .dropdown-toggle, .input-group-prepend section#updates .gform_wrapper.gravity-theme .gv-widget-search .dropdown-toggle + .dropdown-toggle, .gv-widget-search .input-group-prepend section#updates .gform_wrapper.gravity-theme .dropdown-toggle + .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .input-group-prepend .gv-widget-search .dropdown-toggle + .dropdown-toggle, .gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group-prepend .dropdown-toggle + .dropdown-toggle, .input-group-prepend .gv-widget-search .dropdown-toggle + .dropdown-toggle, .gv-widget-search .input-group-prepend .dropdown-toggle + .dropdown-toggle, .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a + .btn, .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .postbox.gravityflow-admin a + input[type=submit], .postbox.gravityflow-admin .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a + input[type=submit], .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a + .dropdown-toggle, .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .gv-widget-search a + .dropdown-toggle, .gv-widget-search .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a + .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend a + .btn, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend .postbox.gravityflow-admin a + input[type=submit], .postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend a + input[type=submit], section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend a + .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend .gv-widget-search a + .dropdown-toggle, .gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend a + .dropdown-toggle, .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview a + .btn, .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview .postbox.gravityflow-admin a + input[type=submit], .postbox.gravityflow-admin .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview a + input[type=submit], .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview section#updates .gform_wrapper.gravity-theme a + .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview a + .dropdown-toggle, .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview a + .dropdown-toggle, .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend a + .btn, .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend .postbox.gravityflow-admin a + input[type=submit], .postbox.gravityflow-admin .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend a + input[type=submit], .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend section#updates .gform_wrapper.gravity-theme a + .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend a + .dropdown-toggle, .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend a + .dropdown-toggle, .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn + a, .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .postbox.gravityflow-admin input[type=submit] + a, .postbox.gravityflow-admin .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview input[type=submit] + a, .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .dropdown-toggle + a, .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .gv-widget-search .dropdown-toggle + a, .gv-widget-search .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .dropdown-toggle + a, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend .btn + a, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend .postbox.gravityflow-admin input[type=submit] + a, .postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend input[type=submit] + a, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend .dropdown-toggle + a, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend .gv-widget-search .dropdown-toggle + a, .gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend .dropdown-toggle + a, .input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a + a, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend a + a, section#updates .gform_wrapper.gravity-theme .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview a + a, .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview .btn + a, .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview .postbox.gravityflow-admin input[type=submit] + a, .postbox.gravityflow-admin .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview input[type=submit] + a, .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview section#updates .gform_wrapper.gravity-theme .dropdown-toggle + a, section#updates .gform_wrapper.gravity-theme .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview .dropdown-toggle + a, .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview .dropdown-toggle + a, .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend .btn + a, .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend .postbox.gravityflow-admin input[type=submit] + a, .postbox.gravityflow-admin .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend input[type=submit] + a, .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend section#updates .gform_wrapper.gravity-theme .dropdown-toggle + a, section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend .dropdown-toggle + a, .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend .dropdown-toggle + a, .input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview a + a, .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend a + a,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .postbox.gravityflow-admin input[type=submit] + .input-group-text,
.postbox.gravityflow-admin .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend section#updates .gform_wrapper.gravity-theme .dropdown-toggle + .input-group-text,
section#updates .gform_wrapper.gravity-theme .input-group-prepend .dropdown-toggle + .input-group-text,
.input-group-prepend .gv-widget-search .dropdown-toggle + .input-group-text,
.gv-widget-search .input-group-prepend .dropdown-toggle + .input-group-text,
.input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a + .input-group-text,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend a + .input-group-text,
.input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview a + .input-group-text,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend a + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .postbox.gravityflow-admin .input-group-text + input[type=submit],
.postbox.gravityflow-admin .input-group-prepend .input-group-text + input[type=submit],
.input-group-prepend section#updates .gform_wrapper.gravity-theme .input-group-text + .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .input-group-prepend .input-group-text + .dropdown-toggle,
.input-group-prepend .gv-widget-search .input-group-text + .dropdown-toggle,
.gv-widget-search .input-group-prepend .input-group-text + .dropdown-toggle,
.input-group-prepend section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-text + a,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-prepend .input-group-text + a,
.input-group-prepend .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-text + a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-prepend .input-group-text + a,
.input-group-append .btn + .btn,
.input-group-append .postbox.gravityflow-admin input[type=submit] + .btn,
.postbox.gravityflow-admin .input-group-append input[type=submit] + .btn,
.input-group-append .postbox.gravityflow-admin .btn + input[type=submit],
.postbox.gravityflow-admin .input-group-append .btn + input[type=submit],
.input-group-append .postbox.gravityflow-admin input[type=submit] + input[type=submit],
.postbox.gravityflow-admin .input-group-append input[type=submit] + input[type=submit],
.input-group-append section#updates .gform_wrapper.gravity-theme .dropdown-toggle + .btn,
.input-group-append section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin .dropdown-toggle + input[type=submit],
.postbox.gravityflow-admin .input-group-append section#updates .gform_wrapper.gravity-theme .dropdown-toggle + input[type=submit],
section#updates .gform_wrapper.gravity-theme .input-group-append .dropdown-toggle + .btn,
section#updates .gform_wrapper.gravity-theme .input-group-append .postbox.gravityflow-admin .dropdown-toggle + input[type=submit],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group-append .dropdown-toggle + input[type=submit],
.input-group-append .gv-widget-search .dropdown-toggle + .btn,
.input-group-append .gv-widget-search .postbox.gravityflow-admin .dropdown-toggle + input[type=submit],
.postbox.gravityflow-admin .input-group-append .gv-widget-search .dropdown-toggle + input[type=submit],
.gv-widget-search .input-group-append .dropdown-toggle + .btn,
.gv-widget-search .input-group-append .postbox.gravityflow-admin .dropdown-toggle + input[type=submit],
.postbox.gravityflow-admin .gv-widget-search .input-group-append .dropdown-toggle + input[type=submit],
.input-group-append section#updates .gform_wrapper.gravity-theme .btn + .dropdown-toggle,
.input-group-append section#updates .gform_wrapper.gravity-theme .postbox.gravityflow-admin input[type=submit] + .dropdown-toggle,
.postbox.gravityflow-admin .input-group-append section#updates .gform_wrapper.gravity-theme input[type=submit] + .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .input-group-append .btn + .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .input-group-append .postbox.gravityflow-admin input[type=submit] + .dropdown-toggle,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .input-group-append input[type=submit] + .dropdown-toggle,
.input-group-append section#updates .gform_wrapper.gravity-theme .dropdown-toggle + .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .input-group-append .dropdown-toggle + .dropdown-toggle,
.input-group-append .gv-widget-search section#updates .gform_wrapper.gravity-theme .dropdown-toggle + .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .input-group-append .gv-widget-search .dropdown-toggle + .dropdown-toggle,
.gv-widget-search .input-group-append section#updates .gform_wrapper.gravity-theme .dropdown-toggle + .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .input-group-append .dropdown-toggle + .dropdown-toggle,
.input-group-append .gv-widget-search .btn + .dropdown-toggle,
.input-group-append .gv-widget-search .postbox.gravityflow-admin input[type=submit] + .dropdown-toggle,
.postbox.gravityflow-admin .input-group-append .gv-widget-search input[type=submit] + .dropdown-toggle,
.gv-widget-search .input-group-append .btn + .dropdown-toggle,
.gv-widget-search .input-group-append .postbox.gravityflow-admin input[type=submit] + .dropdown-toggle,
.postbox.gravityflow-admin .gv-widget-search .input-group-append input[type=submit] + .dropdown-toggle,
.input-group-append section#updates .gform_wrapper.gravity-theme .gv-widget-search .dropdown-toggle + .dropdown-toggle,
.gv-widget-search .input-group-append section#updates .gform_wrapper.gravity-theme .dropdown-toggle + .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .input-group-append .gv-widget-search .dropdown-toggle + .dropdown-toggle,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .input-group-append .dropdown-toggle + .dropdown-toggle,
.input-group-append .gv-widget-search .dropdown-toggle + .dropdown-toggle,
.gv-widget-search .input-group-append .dropdown-toggle + .dropdown-toggle,
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a + .btn,
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .postbox.gravityflow-admin a + input[type=submit],
.postbox.gravityflow-admin .input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a + input[type=submit],
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a + .dropdown-toggle,
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .gv-widget-search a + .dropdown-toggle,
.gv-widget-search .input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a + .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append a + .btn,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append .postbox.gravityflow-admin a + input[type=submit],
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append a + input[type=submit],
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append a + .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append .gv-widget-search a + .dropdown-toggle,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append a + .dropdown-toggle,
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview a + .btn,
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview .postbox.gravityflow-admin a + input[type=submit],
.postbox.gravityflow-admin .input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview a + input[type=submit],
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview section#updates .gform_wrapper.gravity-theme a + .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview a + .dropdown-toggle,
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview a + .dropdown-toggle,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append a + .btn,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append .postbox.gravityflow-admin a + input[type=submit],
.postbox.gravityflow-admin .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append a + input[type=submit],
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append section#updates .gform_wrapper.gravity-theme a + .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append a + .dropdown-toggle,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append a + .dropdown-toggle,
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn + a,
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .postbox.gravityflow-admin input[type=submit] + a,
.postbox.gravityflow-admin .input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview input[type=submit] + a,
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .dropdown-toggle + a,
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .gv-widget-search .dropdown-toggle + a,
.gv-widget-search .input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .dropdown-toggle + a,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append .btn + a,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append .postbox.gravityflow-admin input[type=submit] + a,
.postbox.gravityflow-admin section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append input[type=submit] + a,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append .dropdown-toggle + a,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append .gv-widget-search .dropdown-toggle + a,
.gv-widget-search section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append .dropdown-toggle + a,
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a + a,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append a + a,
section#updates .gform_wrapper.gravity-theme .input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview a + a,
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview .btn + a,
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview .postbox.gravityflow-admin input[type=submit] + a,
.postbox.gravityflow-admin .input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview input[type=submit] + a,
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview section#updates .gform_wrapper.gravity-theme .dropdown-toggle + a,
section#updates .gform_wrapper.gravity-theme .input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview .dropdown-toggle + a,
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview .dropdown-toggle + a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append .btn + a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append .postbox.gravityflow-admin input[type=submit] + a,
.postbox.gravityflow-admin .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append input[type=submit] + a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append section#updates .gform_wrapper.gravity-theme .dropdown-toggle + a,
section#updates .gform_wrapper.gravity-theme .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append .dropdown-toggle + a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append .dropdown-toggle + a,
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview a + a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append a + a,
.input-group-append .btn + .input-group-text,
.input-group-append .postbox.gravityflow-admin input[type=submit] + .input-group-text,
.postbox.gravityflow-admin .input-group-append input[type=submit] + .input-group-text,
.input-group-append section#updates .gform_wrapper.gravity-theme .dropdown-toggle + .input-group-text,
section#updates .gform_wrapper.gravity-theme .input-group-append .dropdown-toggle + .input-group-text,
.input-group-append .gv-widget-search .dropdown-toggle + .input-group-text,
.gv-widget-search .input-group-append .dropdown-toggle + .input-group-text,
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a + .input-group-text,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append a + .input-group-text,
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview a + .input-group-text,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append a + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .postbox.gravityflow-admin .input-group-text + input[type=submit],
.postbox.gravityflow-admin .input-group-append .input-group-text + input[type=submit],
.input-group-append section#updates .gform_wrapper.gravity-theme .input-group-text + .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .input-group-append .input-group-text + .dropdown-toggle,
.input-group-append .gv-widget-search .input-group-text + .dropdown-toggle,
.gv-widget-search .input-group-append .input-group-text + .dropdown-toggle,
.input-group-append section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-text + a,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-append .input-group-text + a,
.input-group-append .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-text + a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-append .input-group-text + a {
  margin-left: -1px;
}

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

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

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

.input-group-lg > .form-control:not(textarea), .postbox.gravityflow-admin .input-group-lg > select:not(textarea), section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=text]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=email]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=password]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=number]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=search]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=tel]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=url]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=date]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=time]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime-local]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=month]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=week]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > select:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-lg > textarea:not(textarea), .gv-widget-search .input-group-lg > input[type=text]:not(textarea),
.gv-widget-search .input-group-lg > input[type=email]:not(textarea),
.gv-widget-search .input-group-lg > input[type=password]:not(textarea),
.gv-widget-search .input-group-lg > input[type=number]:not(textarea),
.gv-widget-search .input-group-lg > input[type=search]:not(textarea),
.gv-widget-search .input-group-lg > input[type=tel]:not(textarea),
.gv-widget-search .input-group-lg > input[type=url]:not(textarea),
.gv-widget-search .input-group-lg > input[type=date]:not(textarea),
.gv-widget-search .input-group-lg > input[type=time]:not(textarea),
.gv-widget-search .input-group-lg > input[type=datetime-local]:not(textarea),
.gv-widget-search .input-group-lg > input[type=month]:not(textarea),
.gv-widget-search .input-group-lg > input[type=week]:not(textarea),
.gv-widget-search .input-group-lg > select:not(textarea),
.gv-widget-search .input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .postbox.gravityflow-admin .input-group-lg > select, section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group-lg > input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group-lg > select,
section#updates .gform_wrapper.gravity-theme .input-group-lg > textarea, .gv-widget-search .input-group-lg > input[type=text],
.gv-widget-search .input-group-lg > input[type=email],
.gv-widget-search .input-group-lg > input[type=password],
.gv-widget-search .input-group-lg > input[type=number],
.gv-widget-search .input-group-lg > input[type=search],
.gv-widget-search .input-group-lg > input[type=tel],
.gv-widget-search .input-group-lg > input[type=url],
.gv-widget-search .input-group-lg > input[type=date],
.gv-widget-search .input-group-lg > input[type=time],
.gv-widget-search .input-group-lg > input[type=datetime-local],
.gv-widget-search .input-group-lg > input[type=month],
.gv-widget-search .input-group-lg > input[type=week],
.gv-widget-search .input-group-lg > select,
.gv-widget-search .input-group-lg > textarea,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.postbox.gravityflow-admin .input-group-lg > .input-group-prepend > input[type=submit],
section#updates .gform_wrapper.gravity-theme .input-group-lg > .input-group-prepend > .dropdown-toggle,
.gv-widget-search .input-group-lg > .input-group-prepend > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-lg > .input-group-prepend > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-append > .btn,
.postbox.gravityflow-admin .input-group-lg > .input-group-append > input[type=submit],
section#updates .gform_wrapper.gravity-theme .input-group-lg > .input-group-append > .dropdown-toggle,
.gv-widget-search .input-group-lg > .input-group-append > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-lg > .input-group-append > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-lg > .input-group-append > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.input-group-sm > .form-control:not(textarea), .postbox.gravityflow-admin .input-group-sm > select:not(textarea), section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=text]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=email]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=password]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=number]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=search]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=tel]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=url]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=date]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=time]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=datetime-local]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=month]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=week]:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > select:not(textarea),
section#updates .gform_wrapper.gravity-theme .input-group-sm > textarea:not(textarea), .gv-widget-search .input-group-sm > input[type=text]:not(textarea),
.gv-widget-search .input-group-sm > input[type=email]:not(textarea),
.gv-widget-search .input-group-sm > input[type=password]:not(textarea),
.gv-widget-search .input-group-sm > input[type=number]:not(textarea),
.gv-widget-search .input-group-sm > input[type=search]:not(textarea),
.gv-widget-search .input-group-sm > input[type=tel]:not(textarea),
.gv-widget-search .input-group-sm > input[type=url]:not(textarea),
.gv-widget-search .input-group-sm > input[type=date]:not(textarea),
.gv-widget-search .input-group-sm > input[type=time]:not(textarea),
.gv-widget-search .input-group-sm > input[type=datetime-local]:not(textarea),
.gv-widget-search .input-group-sm > input[type=month]:not(textarea),
.gv-widget-search .input-group-sm > input[type=week]:not(textarea),
.gv-widget-search .input-group-sm > select:not(textarea),
.gv-widget-search .input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .postbox.gravityflow-admin .input-group-sm > select, section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=text],
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=email],
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=password],
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=number],
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=search],
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=tel],
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=url],
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=date],
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=time],
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=month],
section#updates .gform_wrapper.gravity-theme .input-group-sm > input[type=week],
section#updates .gform_wrapper.gravity-theme .input-group-sm > select,
section#updates .gform_wrapper.gravity-theme .input-group-sm > textarea, .gv-widget-search .input-group-sm > input[type=text],
.gv-widget-search .input-group-sm > input[type=email],
.gv-widget-search .input-group-sm > input[type=password],
.gv-widget-search .input-group-sm > input[type=number],
.gv-widget-search .input-group-sm > input[type=search],
.gv-widget-search .input-group-sm > input[type=tel],
.gv-widget-search .input-group-sm > input[type=url],
.gv-widget-search .input-group-sm > input[type=date],
.gv-widget-search .input-group-sm > input[type=time],
.gv-widget-search .input-group-sm > input[type=datetime-local],
.gv-widget-search .input-group-sm > input[type=month],
.gv-widget-search .input-group-sm > input[type=week],
.gv-widget-search .input-group-sm > select,
.gv-widget-search .input-group-sm > textarea,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.postbox.gravityflow-admin .input-group-sm > .input-group-prepend > input[type=submit],
section#updates .gform_wrapper.gravity-theme .input-group-sm > .input-group-prepend > .dropdown-toggle,
.gv-widget-search .input-group-sm > .input-group-prepend > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-sm > .input-group-prepend > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
.postbox.gravityflow-admin .input-group-sm > .input-group-append > input[type=submit],
section#updates .gform_wrapper.gravity-theme .input-group-sm > .input-group-append > .dropdown-toggle,
.gv-widget-search .input-group-sm > .input-group-append > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group-sm > .input-group-append > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group-sm > .input-group-append > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0rem;
}

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

.input-group > .input-group-prepend > .btn, .postbox.gravityflow-admin .input-group > .input-group-prepend > input[type=submit], section#updates .gform_wrapper.gravity-theme .input-group > .input-group-prepend > .dropdown-toggle, .gv-widget-search .input-group > .input-group-prepend > .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group > .input-group-prepend > a, .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group > .input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.postbox.gravityflow-admin .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit],
section#updates .gform_wrapper.gravity-theme .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .dropdown-toggle,
.gv-widget-search .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group:not(.has-validation) > .input-group-append:not(:last-child) > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group:not(.has-validation) > .input-group-append:not(:last-child) > a,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.postbox.gravityflow-admin .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit],
section#updates .gform_wrapper.gravity-theme .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .dropdown-toggle,
.gv-widget-search .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group.has-validation > .input-group-append:nth-last-child(n+3) > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group.has-validation > .input-group-append:nth-last-child(n+3) > a,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.postbox.gravityflow-admin .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
section#updates .gform_wrapper.gravity-theme .input-group > .input-group-append:last-child > .dropdown-toggle:not(:last-child):not(.dropdown-toggle),
.gv-widget-search .input-group > .input-group-append:last-child > .dropdown-toggle:not(:last-child):not(.dropdown-toggle),
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .postbox.gravityflow-admin .input-group > .input-group-append > input[type=submit], section#updates .gform_wrapper.gravity-theme .input-group > .input-group-append > .dropdown-toggle, .gv-widget-search .input-group > .input-group-append > .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group > .input-group-append > a, .gv-widget-search .gfield--type-post_image span.ginput_preview .input-group > .input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.postbox.gravityflow-admin .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
section#updates .gform_wrapper.gravity-theme .input-group > .input-group-prepend:not(:first-child) > .dropdown-toggle,
.gv-widget-search .input-group > .input-group-prepend:not(:first-child) > .dropdown-toggle,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group > .input-group-prepend:not(:first-child) > a,
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.postbox.gravityflow-admin .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
section#updates .gform_wrapper.gravity-theme .input-group > .input-group-prepend:first-child > .dropdown-toggle:not(:first-child),
.gv-widget-search .input-group > .input-group-prepend:first-child > .dropdown-toggle:not(:first-child),
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .input-group > .input-group-prepend:first-child > a:not(:first-child),
.gv-widget-search .gfield--type-post_image span.ginput_preview .input-group > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5D8FB5;
  background-color: #5D8FB5;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b5ccdd;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #d8e4ed;
  border-color: #d8e4ed;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #5D8FB5;
  background-color: #5D8FB5;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(93, 143, 181, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(93, 143, 181, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(93, 143, 181, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(93, 143, 181, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #b5ccdd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_full, .gv-widget-search .gfield--type-post_image .ginput_full {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input, .gv-widget-search .gfield--type-post_image input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .custom-file-input:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image .custom-file-input:focus ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:focus ~ .ginput_preview, .gv-widget-search .gfield--type-post_image input:focus ~ .custom-file-label, .gv-widget-search .gfield--type-post_image input:focus ~ .gfield_description, .gv-widget-search .gfield--type-post_image input:focus ~ .ginput_preview {
  border-color: #b5ccdd;
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input[disabled] ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input[disabled] ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .custom-file-input[disabled] ~ .gfield_description, .gv-widget-search .gfield--type-post_image .custom-file-input[disabled] ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[disabled] ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[disabled] ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input[disabled] ~ .ginput_preview, .gv-widget-search .gfield--type-post_image input[disabled] ~ .custom-file-label, .gv-widget-search .gfield--type-post_image input[disabled] ~ .gfield_description, .gv-widget-search .gfield--type-post_image input[disabled] ~ .ginput_preview, .custom-file-input:disabled ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:disabled ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:disabled ~ .ginput_preview, .gv-widget-search .gfield--type-post_image .custom-file-input:disabled ~ .gfield_description, .gv-widget-search .gfield--type-post_image .custom-file-input:disabled ~ .ginput_preview, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:disabled ~ .custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:disabled ~ .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:disabled ~ .ginput_preview, .gv-widget-search .gfield--type-post_image input:disabled ~ .custom-file-label, .gv-widget-search .gfield--type-post_image input:disabled ~ .gfield_description, .gv-widget-search .gfield--type-post_image input:disabled ~ .ginput_preview {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:lang(en) ~ .gfield_description::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input:lang(en) ~ .ginput_preview::after, .gv-widget-search .gfield--type-post_image .custom-file-input:lang(en) ~ .gfield_description::after, .gv-widget-search .gfield--type-post_image .custom-file-input:lang(en) ~ .ginput_preview::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:lang(en) ~ .custom-file-label::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:lang(en) ~ .gfield_description::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input:lang(en) ~ .ginput_preview::after, .gv-widget-search .gfield--type-post_image input:lang(en) ~ .custom-file-label::after, .gv-widget-search .gfield--type-post_image input:lang(en) ~ .gfield_description::after, .gv-widget-search .gfield--type-post_image input:lang(en) ~ .ginput_preview::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input ~ [data-browse].gfield_description::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .custom-file-input ~ [data-browse].ginput_preview::after, .gv-widget-search .gfield--type-post_image .custom-file-input ~ [data-browse].gfield_description::after, .gv-widget-search .gfield--type-post_image .custom-file-input ~ [data-browse].ginput_preview::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input ~ .custom-file-label[data-browse]::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input ~ [data-browse].gfield_description::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image input ~ [data-browse].ginput_preview::after, .gv-widget-search .gfield--type-post_image input ~ .custom-file-label[data-browse]::after, .gv-widget-search .gfield--type-post_image input ~ [data-browse].gfield_description::after, .gv-widget-search .gfield--type-post_image input ~ [data-browse].ginput_preview::after {
  content: attr(data-browse);
}

.custom-file-label, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview, .gv-widget-search .gfield--type-post_image .gfield_description, .gv-widget-search .gfield--type-post_image .ginput_preview {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0rem;
}
.custom-file-label::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview::after, .gv-widget-search .gfield--type-post_image .gfield_description::after, .gv-widget-search .gfield--type-post_image .ginput_preview::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0rem 0rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #5D8FB5;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #d8e4ed;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #5D8FB5;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #d8e4ed;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #5D8FB5;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #d8e4ed;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_description,
.gv-widget-search .gfield--type-post_image .ginput_preview,
.custom-select {
  transition: 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) {
  .custom-control-label::before,
.custom-file-label,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description,
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview,
.gv-widget-search .gfield--type-post_image .gfield_description,
.gv-widget-search .gfield--type-post_image .ginput_preview,
.custom-select {
    transition: none;
  }
}

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

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

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

.nav-pills .nav-link {
  border-radius: 0rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5D8FB5;
}

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

.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: 1.25rem 1rem;
}
.navbar .container, .navbar div.product, .navbar .woocommerce.archive .woocommerce-wrapper > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points), .woocommerce.archive .navbar .woocommerce-wrapper > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points),
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: -0.625rem;
  padding-bottom: -0.625rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > div.product, .woocommerce.archive .woocommerce-wrapper.navbar-expand-sm > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points),
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > div.product, .woocommerce.archive .woocommerce-wrapper.navbar-expand-sm > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points),
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > div.product, .woocommerce.archive .woocommerce-wrapper.navbar-expand-md > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points),
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > div.product, .woocommerce.archive .woocommerce-wrapper.navbar-expand-md > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points),
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > div.product, .woocommerce.archive .woocommerce-wrapper.navbar-expand-lg > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points),
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > div.product, .woocommerce.archive .woocommerce-wrapper.navbar-expand-lg > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points),
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .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 (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > div.product, .woocommerce.archive .woocommerce-wrapper.navbar-expand-xl > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points),
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > div.product, .woocommerce.archive .woocommerce-wrapper.navbar-expand-xl > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points),
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .navbar-expand > div.product, .woocommerce.archive .woocommerce-wrapper.navbar-expand > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points),
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .navbar-expand > div.product, .woocommerce.archive .woocommerce-wrapper.navbar-expand > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points),
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.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.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0rem - 1px) calc(0rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0rem - 1px) calc(0rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 1px);
}

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

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

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

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5D8FB5;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #3e6888;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #5D8FB5;
  border-color: #5D8FB5;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0rem;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .postbox.gravityflow-admin input[type=submit] .badge, section#updates .gform_wrapper.gravity-theme .dropdown-toggle .badge, .gv-widget-search .dropdown-toggle .badge, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a .badge, .gv-widget-search .gfield--type-post_image span.ginput_preview a .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #5D8FB5;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #467599;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 181, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #00CC8C;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #009969;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 140, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert, .gravityflow_validation_error, .postbox.gravityflow-admin, section#updates .gform_wrapper.gravity-theme .gfield_error .validation_message, .gv-widget-search .gfield_error .validation_message {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #304a5e;
  background-color: #dfe9f0;
  border-color: #d2e0ea;
}
.alert-primary hr {
  border-top-color: #c1d4e2;
}
.alert-primary .alert-link {
  color: #1f2f3c;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #006a49;
  background-color: #ccf5e8;
  border-color: #b8f1df;
}
.alert-success hr {
  border-top-color: #a3edd5;
}
.alert-success .alert-link {
  color: #003726;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger, .gravityflow_validation_error, .postbox.gravityflow-admin, section#updates .gform_wrapper.gravity-theme .gfield_error .validation_message, .gv-widget-search .gfield_error .validation_message {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr, .gravityflow_validation_error hr, .postbox.gravityflow-admin hr, section#updates .gform_wrapper.gravity-theme .gfield_error .validation_message hr, .gv-widget-search .gfield_error .validation_message hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link, .gravityflow_validation_error .alert-link, .postbox.gravityflow-admin .alert-link, section#updates .gform_wrapper.gravity-theme .gfield_error .validation_message .alert-link, .gv-widget-search .gfield_error .validation_message .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #5D8FB5;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #5D8FB5;
  border-color: #5D8FB5;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #304a5e;
  background-color: #d2e0ea;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #304a5e;
  background-color: #c1d4e2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #304a5e;
  border-color: #304a5e;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #006a49;
  background-color: #b8f1df;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #006a49;
  background-color: #a3edd5;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #006a49;
  border-color: #006a49;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  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: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.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);
  border-radius: 0rem;
  outline: 0;
}

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

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0rem - 1px);
  border-bottom-left-radius: calc(0rem - 1px);
}
.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 {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .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;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0rem - 1px);
  border-top-right-radius: calc(0rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

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

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

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

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

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #5D8FB5 !important;
}

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

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

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

.bg-success {
  background-color: #00CC8C !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #5D8FB5 !important;
}

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

.border-success {
  border-color: #00CC8C !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive > .fluid-width-video-wrapper,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #5D8FB5 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #3e6888 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #00CC8C !important;
}

a.text-success:hover, a.text-success:focus {
  color: #008058 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted, section#updates .gform_wrapper.gravity-theme .gform-field-label, .gv-widget-search .gform-field-label {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container, div.product, .woocommerce.archive .woocommerce-wrapper > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points) {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-notice .button, a.added_to_cart, a.button,
button.button,
input.button,
#respond input#submit, .search-form .search-submit, .comment-form input[type=submit] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0rem;
  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) {
  .woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-notice .button, a.added_to_cart, a.button,
button.button,
input.button,
#respond input#submit, .search-form .search-submit, .comment-form input[type=submit] {
    transition: none;
  }
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-notice .button:hover, a.added_to_cart:hover, a.button:hover,
button.button:hover,
input.button:hover,
#respond input#submit:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover, .woocommerce-message .button:focus,
.woocommerce-error .button:focus,
.woocommerce-info .button:focus,
.woocommerce-notice .button:focus, a.added_to_cart:focus, a.button:focus,
button.button:focus,
input.button:focus,
#respond input#submit:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus {
  text-decoration: none;
}
.woocommerce-message .button:focus,
.woocommerce-error .button:focus,
.woocommerce-info .button:focus,
.woocommerce-notice .button:focus, a.added_to_cart:focus, a.button:focus,
button.button:focus,
input.button:focus,
#respond input#submit:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .woocommerce-message .focus.button,
.woocommerce-error .focus.button,
.woocommerce-info .focus.button,
.woocommerce-notice .focus.button, a.focus.added_to_cart, a.focus.button,
button.focus.button,
input.focus.button,
#respond input.focus#submit, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}
.woocommerce-message .disabled.button,
.woocommerce-error .disabled.button,
.woocommerce-info .disabled.button,
.woocommerce-notice .disabled.button, a.disabled.added_to_cart, a.disabled.button,
button.disabled.button,
input.disabled.button,
#respond input.disabled#submit, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .woocommerce-message .button:disabled,
.woocommerce-error .button:disabled,
.woocommerce-info .button:disabled,
.woocommerce-notice .button:disabled, a.added_to_cart:disabled, a.button:disabled,
button.button:disabled,
input.button:disabled,
#respond input#submit:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
  opacity: 0.65;
}
.woocommerce-message .button:not(:disabled):not(.disabled),
.woocommerce-error .button:not(:disabled):not(.disabled),
.woocommerce-info .button:not(:disabled):not(.disabled),
.woocommerce-notice .button:not(:disabled):not(.disabled), a.added_to_cart:not(:disabled):not(.disabled), a.button:not(:disabled):not(.disabled),
button.button:not(:disabled):not(.disabled),
input.button:not(:disabled):not(.disabled),
#respond input#submit:not(:disabled):not(.disabled), .search-form .search-submit:not(:disabled):not(.disabled), .comment-form input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.button,
button.button,
input.button,
#respond input#submit {
  color: #fff;
  background-color: #5D8FB5;
  border-color: #5D8FB5;
}
a.button:hover,
button.button:hover,
input.button:hover,
#respond input#submit:hover {
  color: #fff;
  background-color: #4a7ca2;
  border-color: #467599;
}
a.button:focus,
button.button:focus,
input.button:focus,
#respond input#submit:focus, a.focus.button,
button.focus.button,
input.focus.button,
#respond input.focus#submit {
  color: #fff;
  background-color: #4a7ca2;
  border-color: #467599;
  box-shadow: 0 0 0 0.2rem rgba(117, 160, 192, 0.5);
}
a.disabled.button,
button.disabled.button,
input.disabled.button,
#respond input.disabled#submit, a.button:disabled,
button.button:disabled,
input.button:disabled,
#respond input#submit:disabled {
  color: #fff;
  background-color: #5D8FB5;
  border-color: #5D8FB5;
}
a.button:not(:disabled):not(.disabled):active,
button.button:not(:disabled):not(.disabled):active,
input.button:not(:disabled):not(.disabled):active,
#respond input#submit:not(:disabled):not(.disabled):active, a.button:not(:disabled):not(.disabled).active,
button.button:not(:disabled):not(.disabled).active,
input.button:not(:disabled):not(.disabled).active,
#respond input#submit:not(:disabled):not(.disabled).active, .show > a.dropdown-toggle.button,
.show > button.dropdown-toggle.button,
.show > input.dropdown-toggle.button,
#respond .show > input.dropdown-toggle#submit {
  color: #fff;
  background-color: #467599;
  border-color: #426e90;
}
a.button:not(:disabled):not(.disabled):active:focus,
button.button:not(:disabled):not(.disabled):active:focus,
input.button:not(:disabled):not(.disabled):active:focus,
#respond input#submit:not(:disabled):not(.disabled):active:focus, a.button:not(:disabled):not(.disabled).active:focus,
button.button:not(:disabled):not(.disabled).active:focus,
input.button:not(:disabled):not(.disabled).active:focus,
#respond input#submit:not(:disabled):not(.disabled).active:focus, .show > a.dropdown-toggle.button:focus,
.show > button.dropdown-toggle.button:focus,
.show > input.dropdown-toggle.button:focus,
#respond .show > input.dropdown-toggle#submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 160, 192, 0.5);
}

.search-form .search-submit, .comment-form input[type=submit] {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.search-form .search-submit:hover, .comment-form input[type=submit]:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.search-form .search-submit:focus, .comment-form input[type=submit]:focus, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.search-form .search-submit:not(:disabled):not(.disabled):active, .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled).active, .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .search-form .show > .dropdown-toggle.search-submit, .comment-form .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.search-form .search-submit:not(:disabled):not(.disabled):active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .search-form .show > .dropdown-toggle.search-submit:focus, .comment-form .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

a.added_to_cart {
  color: #fff;
  background-color: #00CC8C;
  border-color: #00CC8C;
}
a.added_to_cart:hover {
  color: #fff;
  background-color: #00a672;
  border-color: #009969;
}
a.added_to_cart:focus, a.focus.added_to_cart {
  color: #fff;
  background-color: #00a672;
  border-color: #009969;
  box-shadow: 0 0 0 0.2rem rgba(38, 212, 157, 0.5);
}
a.disabled.added_to_cart, a.added_to_cart:disabled {
  color: #fff;
  background-color: #00CC8C;
  border-color: #00CC8C;
}
a.added_to_cart:not(:disabled):not(.disabled):active, a.added_to_cart:not(:disabled):not(.disabled).active, .show > a.dropdown-toggle.added_to_cart {
  color: #fff;
  background-color: #009969;
  border-color: #008c60;
}
a.added_to_cart:not(:disabled):not(.disabled):active:focus, a.added_to_cart:not(:disabled):not(.disabled).active:focus, .show > a.dropdown-toggle.added_to_cart:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 212, 157, 0.5);
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-notice .button {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.woocommerce-message .button:hover,
.woocommerce-error .button:hover,
.woocommerce-info .button:hover,
.woocommerce-notice .button:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.woocommerce-message .button:focus,
.woocommerce-error .button:focus,
.woocommerce-info .button:focus,
.woocommerce-notice .button:focus, .woocommerce-message .focus.button,
.woocommerce-error .focus.button,
.woocommerce-info .focus.button,
.woocommerce-notice .focus.button {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.woocommerce-message .disabled.button,
.woocommerce-error .disabled.button,
.woocommerce-info .disabled.button,
.woocommerce-notice .disabled.button, .woocommerce-message .button:disabled,
.woocommerce-error .button:disabled,
.woocommerce-info .button:disabled,
.woocommerce-notice .button:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.woocommerce-message .button:not(:disabled):not(.disabled):active,
.woocommerce-error .button:not(:disabled):not(.disabled):active,
.woocommerce-info .button:not(:disabled):not(.disabled):active,
.woocommerce-notice .button:not(:disabled):not(.disabled):active, .woocommerce-message .button:not(:disabled):not(.disabled).active,
.woocommerce-error .button:not(:disabled):not(.disabled).active,
.woocommerce-info .button:not(:disabled):not(.disabled).active,
.woocommerce-notice .button:not(:disabled):not(.disabled).active, .woocommerce-message .show > .dropdown-toggle.button,
.woocommerce-error .show > .dropdown-toggle.button,
.woocommerce-info .show > .dropdown-toggle.button,
.woocommerce-notice .show > .dropdown-toggle.button {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.woocommerce-message .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-error .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-info .button:not(:disabled):not(.disabled):active:focus,
.woocommerce-notice .button:not(:disabled):not(.disabled):active:focus, .woocommerce-message .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-error .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-info .button:not(:disabled):not(.disabled).active:focus,
.woocommerce-notice .button:not(:disabled):not(.disabled).active:focus, .woocommerce-message .show > .dropdown-toggle.button:focus,
.woocommerce-error .show > .dropdown-toggle.button:focus,
.woocommerce-info .show > .dropdown-toggle.button:focus,
.woocommerce-notice .show > .dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

#mini-cart .woocommerce-mini-cart__buttons .button:not(.checkout), .woocommerce-cart table.cart .button[name=update_cart] {
  font-weight: 400;
  color: #5D8FB5;
  background-color: transparent;
}
#mini-cart .woocommerce-mini-cart__buttons .button:hover:not(.checkout), .woocommerce-cart table.cart .button[name=update_cart]:hover {
  color: #3e6888;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
#mini-cart .woocommerce-mini-cart__buttons .button:focus:not(.checkout), .woocommerce-cart table.cart .button[name=update_cart]:focus, #mini-cart .woocommerce-mini-cart__buttons .focus.button:not(.checkout), .woocommerce-cart table.cart .focus.button[name=update_cart] {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
#mini-cart .woocommerce-mini-cart__buttons .button:disabled:not(.checkout), .woocommerce-cart table.cart .button[name=update_cart]:disabled, #mini-cart .woocommerce-mini-cart__buttons .disabled.button:not(.checkout), .woocommerce-cart table.cart .disabled.button[name=update_cart] {
  color: #6c757d;
  pointer-events: none;
}

.woocommerce-checkout .checkout .coupon-form .button,
#add_payment_method .checkout .coupon-form .button, .woocommerce-cart table.cart .coupon .button, ul.products li.product .button, ul.products li.product .add-to-cart-wrap .added_to_cart {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0rem;
}

div.product form.cart div.quantity input, div.product form.cart input, div.product form.cart select, .woocommerce .quantity .qty, .woocommerce .woocommerce-ordering select, .woocommerce .input-text, .facetwp-type-search input, .search-form .search-field, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  div.product form.cart div.quantity input, div.product form.cart input, div.product form.cart select, .woocommerce .quantity .qty, .woocommerce .woocommerce-ordering select, .woocommerce .input-text, .facetwp-type-search input, .search-form .search-field, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
    transition: none;
  }
}
div.product form.cart div.quantity input::-ms-expand, div.product form.cart input::-ms-expand, div.product form.cart select::-ms-expand, .woocommerce .quantity .qty::-ms-expand, .woocommerce .woocommerce-ordering select::-ms-expand, .woocommerce .input-text::-ms-expand, .facetwp-type-search input::-ms-expand, .search-form .search-field::-ms-expand, .comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
div.product form.cart div.quantity input:focus, div.product form.cart input:focus, div.product form.cart select:focus, .woocommerce .quantity .qty:focus, .woocommerce .woocommerce-ordering select:focus, .woocommerce .input-text:focus, .facetwp-type-search input:focus, .search-form .search-field:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b5ccdd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}
div.product form.cart div.quantity input::-moz-placeholder, div.product form.cart input::-moz-placeholder, div.product form.cart select::-moz-placeholder, .woocommerce .quantity .qty::-moz-placeholder, .woocommerce .woocommerce-ordering select::-moz-placeholder, .woocommerce .input-text::-moz-placeholder, .facetwp-type-search input::-moz-placeholder, .search-form .search-field::-moz-placeholder, .comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form input[type=url]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
div.product form.cart div.quantity input:-ms-input-placeholder, div.product form.cart input:-ms-input-placeholder, div.product form.cart select:-ms-input-placeholder, .woocommerce .quantity .qty:-ms-input-placeholder, .woocommerce .woocommerce-ordering select:-ms-input-placeholder, .woocommerce .input-text:-ms-input-placeholder, .facetwp-type-search input:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder, .comment-form input[type=text]:-ms-input-placeholder, .comment-form input[type=email]:-ms-input-placeholder, .comment-form input[type=url]:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
div.product form.cart div.quantity input::placeholder, div.product form.cart input::placeholder, div.product form.cart select::placeholder, .woocommerce .quantity .qty::placeholder, .woocommerce .woocommerce-ordering select::placeholder, .woocommerce .input-text::placeholder, .facetwp-type-search input::placeholder, .search-form .search-field::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
div.product form.cart div.quantity input:disabled, div.product form.cart input:disabled, div.product form.cart select:disabled, .woocommerce .quantity .qty:disabled, .woocommerce .woocommerce-ordering select:disabled, .woocommerce .input-text:disabled, .facetwp-type-search input:disabled, .search-form .search-field:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled, div.product form.cart div.quantity input[readonly], div.product form.cart input[readonly], div.product form.cart select[readonly], .woocommerce .quantity [readonly].qty, .woocommerce .woocommerce-ordering select[readonly], .woocommerce [readonly].input-text, .facetwp-type-search input[readonly], .search-form [readonly].search-field, .comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

div.product form.cart .group_table input,
div.product form.cart .group_table div.quantity input, div.product form.cart input, div.product form.cart select, ul.products li.product .add-to-cart-wrap .qty, .woocommerce .woocommerce-ordering select {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.search-form label, .comment-form p {
  margin-bottom: 1rem;
}

.search-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (min-width: 576px) {
  .search-form label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .search-form label, .search-form .comment-form p, .comment-form .search-form p {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .search-form div.product form.cart div.quantity input, div.product form.cart div.quantity .search-form input, .search-form div.product form.cart input, div.product form.cart .search-form input, .search-form div.product form.cart select, div.product form.cart .search-form select, .search-form .woocommerce .quantity .qty, .woocommerce .quantity .search-form .qty, .search-form .woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-ordering .search-form select, .search-form .woocommerce .input-text, .woocommerce .search-form .input-text, .search-form .facetwp-type-search input, .facetwp-type-search .search-form input, .search-form .search-field, .search-form .comment-form input[type=text], .comment-form .search-form input[type=text],
.search-form .comment-form input[type=email],
.comment-form .search-form input[type=email],
.search-form .comment-form input[type=url],
.comment-form .search-form input[type=url],
.search-form .comment-form textarea,
.comment-form .search-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

/*
  This mixin can be used to set the object-fit:
  @include object-fit( contain );

  or object-fit and object-position:
  @include object-fit( cover, top );
*/
html.no-js img.lazyload {
  display: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 2em;
}

.font-size-lg {
  font-size: 1.25rem;
}

.font-size-sm {
  font-size: 0.875rem;
}

.font-size-x-sm {
  font-size: 0.75rem;
}

svg.svg-icon {
  height: 1em;
  width: 1em;
  position: relative;
}

.btn-pill {
  border-radius: calc( calc( 1.5em + (0.375rem + 1px) * 2 ) / 2 );
}
.btn-pill.btn-sm, .btn-group-sm > .btn-pill.btn, .postbox.gravityflow-admin .btn-group-sm > input.btn-pill[type=submit], section#updates .gform_wrapper.gravity-theme .btn-group-sm > .btn-pill.dropdown-toggle, .gv-widget-search .btn-group-sm > .btn-pill.dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-sm > a.btn-pill, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-sm > a.btn-pill {
  border-radius: calc( calc( 1.5em + (0.25rem + 1px) * 2 ) / 2 );
}
.btn-pill.btn-lg, .btn-group-lg > .btn-pill.btn, .postbox.gravityflow-admin .btn-group-lg > input.btn-pill[type=submit], section#updates .gform_wrapper.gravity-theme .btn-group-lg > .btn-pill.dropdown-toggle, .gv-widget-search .btn-group-lg > .btn-pill.dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .btn-group-lg > a.btn-pill, .gv-widget-search .gfield--type-post_image span.ginput_preview .btn-group-lg > a.btn-pill {
  border-radius: calc( calc( 1.5em + (0.5rem + 1px) * 2 ) / 2 );
}

.social-connect a {
  display: inline-block;
}
.social-connect a:hover {
  opacity: 0.9;
}
.social-connect img {
  width: 36px;
  height: 36px;
}

.comments {
  clear: both;
}

.comment-list ol {
  list-style: none;
}

.form-control.wpcf7-not-valid, .postbox.gravityflow-admin select.wpcf7-not-valid, section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=text],
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=email],
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=password],
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=number],
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=search],
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=tel],
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=url],
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=date],
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=time],
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=datetime-local],
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=month],
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=week],
section#updates .gform_wrapper.gravity-theme select.wpcf7-not-valid,
section#updates .gform_wrapper.gravity-theme textarea.wpcf7-not-valid, .gv-widget-search input.wpcf7-not-valid[type=text],
.gv-widget-search input.wpcf7-not-valid[type=email],
.gv-widget-search input.wpcf7-not-valid[type=password],
.gv-widget-search input.wpcf7-not-valid[type=number],
.gv-widget-search input.wpcf7-not-valid[type=search],
.gv-widget-search input.wpcf7-not-valid[type=tel],
.gv-widget-search input.wpcf7-not-valid[type=url],
.gv-widget-search input.wpcf7-not-valid[type=date],
.gv-widget-search input.wpcf7-not-valid[type=time],
.gv-widget-search input.wpcf7-not-valid[type=datetime-local],
.gv-widget-search input.wpcf7-not-valid[type=month],
.gv-widget-search input.wpcf7-not-valid[type=week],
.gv-widget-search select.wpcf7-not-valid,
.gv-widget-search textarea.wpcf7-not-valid {
  border-color: #dc3545;
}
.form-control.wpcf7-not-valid:focus, .postbox.gravityflow-admin select.wpcf7-not-valid:focus, section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=text]:focus,
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=email]:focus,
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=password]:focus,
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=number]:focus,
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=search]:focus,
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=tel]:focus,
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=url]:focus,
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=date]:focus,
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=time]:focus,
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=datetime-local]:focus,
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=month]:focus,
section#updates .gform_wrapper.gravity-theme input.wpcf7-not-valid[type=week]:focus,
section#updates .gform_wrapper.gravity-theme select.wpcf7-not-valid:focus,
section#updates .gform_wrapper.gravity-theme textarea.wpcf7-not-valid:focus, .gv-widget-search input.wpcf7-not-valid[type=text]:focus,
.gv-widget-search input.wpcf7-not-valid[type=email]:focus,
.gv-widget-search input.wpcf7-not-valid[type=password]:focus,
.gv-widget-search input.wpcf7-not-valid[type=number]:focus,
.gv-widget-search input.wpcf7-not-valid[type=search]:focus,
.gv-widget-search input.wpcf7-not-valid[type=tel]:focus,
.gv-widget-search input.wpcf7-not-valid[type=url]:focus,
.gv-widget-search input.wpcf7-not-valid[type=date]:focus,
.gv-widget-search input.wpcf7-not-valid[type=time]:focus,
.gv-widget-search input.wpcf7-not-valid[type=datetime-local]:focus,
.gv-widget-search input.wpcf7-not-valid[type=month]:focus,
.gv-widget-search input.wpcf7-not-valid[type=week]:focus,
.gv-widget-search select.wpcf7-not-valid:focus,
.gv-widget-search textarea.wpcf7-not-valid:focus {
  border-color: #bd2130;
}

span.wpcf7-not-valid-tip {
  color: #fff;
  background-color: #dc3545;
  border: 1px solid #dc3545;
  border-top: none;
  text-align: left;
  padding: 0.25rem 0.5rem;
}

div.wpcf7-response-output {
  margin: 0;
  text-align: left;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0rem;
}

div.wpcf7-mail-sent-ok {
  color: #006a49;
  background-color: #ccf5e8;
  border-color: #b8f1df;
}
div.wpcf7-mail-sent-ok hr {
  border-top-color: #a3edd5;
}
div.wpcf7-mail-sent-ok .alert-link {
  color: #003726;
}

div.wpcf7-mail-sent-ng {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
div.wpcf7-mail-sent-ng hr {
  border-top-color: #f1b0b7;
}
div.wpcf7-mail-sent-ng .alert-link {
  color: #491217;
}

div.wpcf7-spam-blocked {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
div.wpcf7-spam-blocked hr {
  border-top-color: #ffe8a1;
}
div.wpcf7-spam-blocked .alert-link {
  color: #533f03;
}

div.wpcf7-validation-errors {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
div.wpcf7-validation-errors hr {
  border-top-color: #ffe8a1;
}
div.wpcf7-validation-errors .alert-link {
  color: #533f03;
}

div.wpcf7 :not(.wpcf7-submit) + img.ajax-loader,
div.wpcf7 img.ajax-loader:first-child {
  display: none !important;
}

.wpcf7-submit::before {
  content: "";
  height: 1rem;
  width: 0;
  margin-right: 0.5rem;
}
.wpcf7-submit::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='spinner' fill='%23ffffff' fill-rule='nonzero'%3E%3Cpath d='M304,48 C304,74.51 282.51,96 256,96 C229.49,96 208,74.51 208,48 C208,21.49 229.49,0 256,0 C282.51,0 304,21.49 304,48 Z M256,416 C229.49,416 208,437.49 208,464 C208,490.51 229.49,512 256,512 C282.51,512 304,490.51 304,464 C304,437.49 282.51,416 256,416 Z M464,208 C437.49,208 416,229.49 416,256 C416,282.51 437.49,304 464,304 C490.51,304 512,282.51 512,256 C512,229.49 490.51,208 464,208 Z M96,256 C96,229.49 74.51,208 48,208 C21.49,208 0,229.49 0,256 C0,282.51 21.49,304 48,304 C74.51,304 96,282.51 96,256 Z M108.922,355.078 C82.412,355.078 60.922,376.568 60.922,403.078 C60.922,429.588 82.412,451.078 108.922,451.078 C135.432,451.078 156.922,429.588 156.922,403.078 C156.922,376.569 135.431,355.078 108.922,355.078 Z M403.078,355.078 C376.568,355.078 355.078,376.568 355.078,403.078 C355.078,429.588 376.568,451.078 403.078,451.078 C429.588,451.078 451.078,429.588 451.078,403.078 C451.078,376.569 429.588,355.078 403.078,355.078 Z M108.922,60.922 C82.412,60.922 60.922,82.412 60.922,108.922 C60.922,135.432 82.412,156.922 108.922,156.922 C135.432,156.922 156.922,135.432 156.922,108.922 C156.922,82.412 135.431,60.922 108.922,60.922 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  height: 1rem;
  width: 0;
  background-size: contain;
  color: #fff;
  -webkit-animation: wpcf7-loader-spin-hide 2s infinite linear;
          animation: wpcf7-loader-spin-hide 2s infinite linear;
  transition: all 0.25s ease-in-out;
  margin-left: 0.5rem;
  position: relative;
  display: inline-block;
  top: 0.125em;
}

div.wpcf7 .ajax-loader {
  display: none;
}

div.wpcf7 .ajax-loader.is-active + .wpcf7-submit::after {
  -webkit-animation-name: wpcf7-loader-spin-show;
          animation-name: wpcf7-loader-spin-show;
  margin-left: 0.5em;
  width: 1em;
}

@-webkit-keyframes wpcf7-loader-spin-hide {
  0% {
    transform: scale(0) rotate(0deg);
  }
  100% {
    transform: scale(0) rotate(359deg);
  }
}

@keyframes wpcf7-loader-spin-hide {
  0% {
    transform: scale(0) rotate(0deg);
  }
  100% {
    transform: scale(0) rotate(359deg);
  }
}
@-webkit-keyframes wpcf7-loader-spin-show {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(359deg);
  }
}
@keyframes wpcf7-loader-spin-show {
  0% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(359deg);
  }
}
.form-control-outline-primary {
  color: #5D8FB5;
  background-color: transparent;
  border-color: #5D8FB5;
}
.form-control-outline-primary:focus {
  color: #5D8FB5;
  background-color: transparent;
  border-color: #5D8FB5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 181, 0.5);
}
.form-control-outline-primary option {
  color: #495057;
  background-color: #fff;
}
.form-control-outline-primary::-moz-placeholder {
  color: #5D8FB5;
  opacity: 0.5;
}
.form-control-outline-primary:-ms-input-placeholder {
  color: #5D8FB5;
  opacity: 0.5;
}
.form-control-outline-primary::placeholder {
  color: #5D8FB5;
  opacity: 0.5;
}
.form-control-outline-primary:disabled, .form-control-outline-primary[readonly] {
  background-color: #5D8FB5;
  opacity: 0.5;
}
.form-control-outline-primary:disabled::-moz-placeholder, .form-control-outline-primary[readonly]::-moz-placeholder {
  opacity: 1;
}
.form-control-outline-primary:disabled:-ms-input-placeholder, .form-control-outline-primary[readonly]:-ms-input-placeholder {
  opacity: 1;
}
.form-control-outline-primary:disabled::placeholder, .form-control-outline-primary[readonly]::placeholder {
  opacity: 1;
}

.form-control-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  border-color: #6c757d;
}
.form-control-outline-secondary:focus {
  color: #6c757d;
  background-color: transparent;
  border-color: #6c757d;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.form-control-outline-secondary option {
  color: #495057;
  background-color: #fff;
}
.form-control-outline-secondary::-moz-placeholder {
  color: #6c757d;
  opacity: 0.5;
}
.form-control-outline-secondary:-ms-input-placeholder {
  color: #6c757d;
  opacity: 0.5;
}
.form-control-outline-secondary::placeholder {
  color: #6c757d;
  opacity: 0.5;
}
.form-control-outline-secondary:disabled, .form-control-outline-secondary[readonly] {
  background-color: #6c757d;
  opacity: 0.5;
}
.form-control-outline-secondary:disabled::-moz-placeholder, .form-control-outline-secondary[readonly]::-moz-placeholder {
  opacity: 1;
}
.form-control-outline-secondary:disabled:-ms-input-placeholder, .form-control-outline-secondary[readonly]:-ms-input-placeholder {
  opacity: 1;
}
.form-control-outline-secondary:disabled::placeholder, .form-control-outline-secondary[readonly]::placeholder {
  opacity: 1;
}

.form-control-outline-success {
  color: #00CC8C;
  background-color: transparent;
  border-color: #00CC8C;
}
.form-control-outline-success:focus {
  color: #00CC8C;
  background-color: transparent;
  border-color: #00CC8C;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 140, 0.5);
}
.form-control-outline-success option {
  color: #495057;
  background-color: #fff;
}
.form-control-outline-success::-moz-placeholder {
  color: #00CC8C;
  opacity: 0.5;
}
.form-control-outline-success:-ms-input-placeholder {
  color: #00CC8C;
  opacity: 0.5;
}
.form-control-outline-success::placeholder {
  color: #00CC8C;
  opacity: 0.5;
}
.form-control-outline-success:disabled, .form-control-outline-success[readonly] {
  background-color: #00CC8C;
  opacity: 0.5;
}
.form-control-outline-success:disabled::-moz-placeholder, .form-control-outline-success[readonly]::-moz-placeholder {
  opacity: 1;
}
.form-control-outline-success:disabled:-ms-input-placeholder, .form-control-outline-success[readonly]:-ms-input-placeholder {
  opacity: 1;
}
.form-control-outline-success:disabled::placeholder, .form-control-outline-success[readonly]::placeholder {
  opacity: 1;
}

.form-control-outline-info {
  color: #17a2b8;
  background-color: transparent;
  border-color: #17a2b8;
}
.form-control-outline-info:focus {
  color: #17a2b8;
  background-color: transparent;
  border-color: #17a2b8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.form-control-outline-info option {
  color: #495057;
  background-color: #fff;
}
.form-control-outline-info::-moz-placeholder {
  color: #17a2b8;
  opacity: 0.5;
}
.form-control-outline-info:-ms-input-placeholder {
  color: #17a2b8;
  opacity: 0.5;
}
.form-control-outline-info::placeholder {
  color: #17a2b8;
  opacity: 0.5;
}
.form-control-outline-info:disabled, .form-control-outline-info[readonly] {
  background-color: #17a2b8;
  opacity: 0.5;
}
.form-control-outline-info:disabled::-moz-placeholder, .form-control-outline-info[readonly]::-moz-placeholder {
  opacity: 1;
}
.form-control-outline-info:disabled:-ms-input-placeholder, .form-control-outline-info[readonly]:-ms-input-placeholder {
  opacity: 1;
}
.form-control-outline-info:disabled::placeholder, .form-control-outline-info[readonly]::placeholder {
  opacity: 1;
}

.form-control-outline-warning {
  color: #ffc107;
  background-color: transparent;
  border-color: #ffc107;
}
.form-control-outline-warning:focus {
  color: #ffc107;
  background-color: transparent;
  border-color: #ffc107;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.form-control-outline-warning option {
  color: #495057;
  background-color: #fff;
}
.form-control-outline-warning::-moz-placeholder {
  color: #ffc107;
  opacity: 0.5;
}
.form-control-outline-warning:-ms-input-placeholder {
  color: #ffc107;
  opacity: 0.5;
}
.form-control-outline-warning::placeholder {
  color: #ffc107;
  opacity: 0.5;
}
.form-control-outline-warning:disabled, .form-control-outline-warning[readonly] {
  background-color: #ffc107;
  opacity: 0.5;
}
.form-control-outline-warning:disabled::-moz-placeholder, .form-control-outline-warning[readonly]::-moz-placeholder {
  opacity: 1;
}
.form-control-outline-warning:disabled:-ms-input-placeholder, .form-control-outline-warning[readonly]:-ms-input-placeholder {
  opacity: 1;
}
.form-control-outline-warning:disabled::placeholder, .form-control-outline-warning[readonly]::placeholder {
  opacity: 1;
}

.form-control-outline-danger {
  color: #dc3545;
  background-color: transparent;
  border-color: #dc3545;
}
.form-control-outline-danger:focus {
  color: #dc3545;
  background-color: transparent;
  border-color: #dc3545;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.form-control-outline-danger option {
  color: #495057;
  background-color: #fff;
}
.form-control-outline-danger::-moz-placeholder {
  color: #dc3545;
  opacity: 0.5;
}
.form-control-outline-danger:-ms-input-placeholder {
  color: #dc3545;
  opacity: 0.5;
}
.form-control-outline-danger::placeholder {
  color: #dc3545;
  opacity: 0.5;
}
.form-control-outline-danger:disabled, .form-control-outline-danger[readonly] {
  background-color: #dc3545;
  opacity: 0.5;
}
.form-control-outline-danger:disabled::-moz-placeholder, .form-control-outline-danger[readonly]::-moz-placeholder {
  opacity: 1;
}
.form-control-outline-danger:disabled:-ms-input-placeholder, .form-control-outline-danger[readonly]:-ms-input-placeholder {
  opacity: 1;
}
.form-control-outline-danger:disabled::placeholder, .form-control-outline-danger[readonly]::placeholder {
  opacity: 1;
}

.form-control-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}
.form-control-outline-light:focus {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.form-control-outline-light option {
  color: #495057;
  background-color: #fff;
}
.form-control-outline-light::-moz-placeholder {
  color: #f8f9fa;
  opacity: 0.5;
}
.form-control-outline-light:-ms-input-placeholder {
  color: #f8f9fa;
  opacity: 0.5;
}
.form-control-outline-light::placeholder {
  color: #f8f9fa;
  opacity: 0.5;
}
.form-control-outline-light:disabled, .form-control-outline-light[readonly] {
  background-color: #f8f9fa;
  opacity: 0.5;
}
.form-control-outline-light:disabled::-moz-placeholder, .form-control-outline-light[readonly]::-moz-placeholder {
  opacity: 1;
}
.form-control-outline-light:disabled:-ms-input-placeholder, .form-control-outline-light[readonly]:-ms-input-placeholder {
  opacity: 1;
}
.form-control-outline-light:disabled::placeholder, .form-control-outline-light[readonly]::placeholder {
  opacity: 1;
}

.form-control-outline-dark {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
}
.form-control-outline-dark:focus {
  color: #343a40;
  background-color: transparent;
  border-color: #343a40;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.form-control-outline-dark option {
  color: #495057;
  background-color: #fff;
}
.form-control-outline-dark::-moz-placeholder {
  color: #343a40;
  opacity: 0.5;
}
.form-control-outline-dark:-ms-input-placeholder {
  color: #343a40;
  opacity: 0.5;
}
.form-control-outline-dark::placeholder {
  color: #343a40;
  opacity: 0.5;
}
.form-control-outline-dark:disabled, .form-control-outline-dark[readonly] {
  background-color: #343a40;
  opacity: 0.5;
}
.form-control-outline-dark:disabled::-moz-placeholder, .form-control-outline-dark[readonly]::-moz-placeholder {
  opacity: 1;
}
.form-control-outline-dark:disabled:-ms-input-placeholder, .form-control-outline-dark[readonly]:-ms-input-placeholder {
  opacity: 1;
}
.form-control-outline-dark:disabled::placeholder, .form-control-outline-dark[readonly]::placeholder {
  opacity: 1;
}

.search-form label {
  font-weight: normal;
}

.select2-container {
  line-height: 1.5;
  font-size: 1rem;
  background-color: #fff;
}
.select2-container .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid #ced4da;
  color: #495057;
}
.select2-container .select2-selection--single[aria-expanded=true] {
  color: #495057;
  background-color: #fff;
  border-color: #b5ccdd;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: calc(1.5em + 0.75rem + 2px);
  top: 0;
}
.select2-container .select2-selection__rendered {
  line-height: calc(1.5em + 0.75rem + 2px) !important;
}
.select2-container.select2-container--open .select2-dropdown {
  color: #495057;
  background-color: #fff;
  border-color: #b5ccdd;
}

body .contact-us-form_wrapper form .gfield label.gfield_label, body .contact-us-form_wrapper form .gfield.field_sublabel_above .ginput_complex.ginput_container label, body .contact-us-form_wrapper form .gfield legend.gfield_label {
  font-size: 0.875rem;
  color: #000;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 4px;
}
body .contact-us-form_wrapper form div.ginput_container {
  margin-top: 0 !important;
}
body .contact-us-form_wrapper form div.hidden_label input {
  margin-top: 6px;
}
body .contact-us-form_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .contact-us-form_wrapper form textarea.textarea {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding-left: 8px !important;
}
body .contact-us-form_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, body .contact-us-form_wrapper form textarea.textarea::-moz-placeholder {
  opacity: 0.25;
}
body .contact-us-form_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, body .contact-us-form_wrapper form textarea.textarea:-ms-input-placeholder {
  opacity: 0.25;
}
body .contact-us-form_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, body .contact-us-form_wrapper form textarea.textarea::placeholder {
  opacity: 0.25;
}
body .contact-us-form_wrapper form div.gfield_radio {
  margin: 0;
}
body .contact-us-form_wrapper form div.gfield_radio div.gchoice {
  padding-right: 0 !important;
}
body .contact-us-form_wrapper form div.gfield_radio div.gchoice input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
body .contact-us-form_wrapper form div.gfield_radio div.gchoice input + label {
  opacity: 1;
  border: 1px solid #5D8FB5;
  font-size: 0.875rem;
  border-radius: 4px;
  max-width: unset;
  margin: 4px 5px 0 0;
  display: block;
  width: auto;
  padding: 8px 11px;
  font-weight: 700;
  color: #5D8FB5;
  text-align: center;
}
body .contact-us-form_wrapper form div.gfield_radio div.gchoice input[type=radio]:checked + label {
  background-color: #5D8FB5;
  color: #fff;
  border: 1px solid #5D8FB5;
}
@media (min-width: 641px) {
  body .contact-us-form_wrapper form div.gf_list_inline div.gfield_radio div {
    margin: 0 8px 0 0;
  }
}
body .contact-us-form_wrapper form div div.gfield.field_sublabel_above {
  margin-top: 0;
}
body .contact-us-form_wrapper form .gform_footer {
  margin: 0 0 16px 0;
}
body .contact-us-form_wrapper form .gform_footer input[type=submit].gform_button {
  background: #00CC8C;
  border: none;
  border-radius: 24px;
  color: white;
  font-weight: bold;
  padding: 8px 18px;
  font-size: 16px;
}

#card-grid {
  margin-left: -1rem;
  margin-right: -1rem;
}
#card-grid .card {
  margin: 0 1rem 2rem;
}
@media (min-width: 576px) {
  #card-grid .card {
    flex: 0 0 calc(50% - 1rem* 2);
  }
}
@media (min-width: 992px) {
  #card-grid .card {
    flex: 0 0 calc(33.3333333333% - 1rem* 2);
  }
}

#card-grid-2-col {
  margin-left: -1rem;
  margin-right: -1rem;
}
#card-grid-2-col .card {
  margin: 0 1rem 2rem;
}
@media (min-width: 576px) {
  #card-grid-2-col .card {
    flex: 0 0 calc(50% - 1rem* 2);
  }
}

.card-img-top {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-top: 60%;
}
.card-img-top img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.card {
  box-shadow: 3px 5px 18px 0px rgba(12, 0, 51, 0);
  transition: box-shadow 0.3s ease;
}
.card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.card time {
  font-size: 0.8rem;
  display: block;
}
.card .card-title + .meta {
  margin-top: -0.25rem;
  margin-bottom: 1rem;
}
.card .read-more {
  display: none;
}

.card-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.card-body > *:last-child {
  margin-bottom: 0;
}

.navbar-brand {
  padding: 0;
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.navbar-brand img {
  width: auto;
  height: 40px;
}

.navbar-nav {
  width: 100%;
}
.navbar-nav > .nav-item.nav-btn {
  margin-left: 0;
  margin-right: 0;
}
.navbar-nav > .nav-item.nav-btn > .btn, .postbox.gravityflow-admin .navbar-nav > .nav-item.nav-btn > input[type=submit], section#updates .gform_wrapper.gravity-theme .navbar-nav > .nav-item.nav-btn > .dropdown-toggle, .gv-widget-search .navbar-nav > .nav-item.nav-btn > .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .navbar-nav > .nav-item.nav-btn > a, .gv-widget-search .gfield--type-post_image span.ginput_preview .navbar-nav > .nav-item.nav-btn > a {
  margin: calc((2.5rem - calc( 1.5em + (0.375rem + 1px) * 2 )) / 2) 0.5rem;
}
.navbar-nav > .nav-item.nav-btn > .btn-sm, .navbar-nav > .btn-group-sm.nav-item.nav-btn > .btn, .postbox.gravityflow-admin .navbar-nav > .btn-group-sm.nav-item.nav-btn > input[type=submit], section#updates .gform_wrapper.gravity-theme .navbar-nav > .btn-group-sm.nav-item.nav-btn > .dropdown-toggle, .gv-widget-search .navbar-nav > .btn-group-sm.nav-item.nav-btn > .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .navbar-nav > .btn-group-sm.nav-item.nav-btn > a, .gv-widget-search .gfield--type-post_image span.ginput_preview .navbar-nav > .btn-group-sm.nav-item.nav-btn > a {
  margin: calc((2.5rem - calc( 1.5em + (0.25rem + 1px) * 2 )) / 2) 0.5rem;
}
.navbar-nav > .nav-item.nav-btn > .btn-lg, .navbar-nav > .btn-group-lg.nav-item.nav-btn > .btn, .postbox.gravityflow-admin .navbar-nav > .btn-group-lg.nav-item.nav-btn > input[type=submit], section#updates .gform_wrapper.gravity-theme .navbar-nav > .btn-group-lg.nav-item.nav-btn > .dropdown-toggle, .gv-widget-search .navbar-nav > .btn-group-lg.nav-item.nav-btn > .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .navbar-nav > .btn-group-lg.nav-item.nav-btn > a, .gv-widget-search .gfield--type-post_image span.ginput_preview .navbar-nav > .btn-group-lg.nav-item.nav-btn > a {
  margin: calc((2.5rem - calc( 1.5em + (0.5rem + 1px) * 2 )) / 2) 0.5rem;
}
@media (max-width: 991.98px) {
  .navbar-nav > .nav-item.nav-btn > .btn, .postbox.gravityflow-admin .navbar-nav > .nav-item.nav-btn > input[type=submit], section#updates .gform_wrapper.gravity-theme .navbar-nav > .nav-item.nav-btn > .dropdown-toggle, .gv-widget-search .navbar-nav > .nav-item.nav-btn > .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .navbar-nav > .nav-item.nav-btn > a, .gv-widget-search .gfield--type-post_image span.ginput_preview .navbar-nav > .nav-item.nav-btn > a {
    margin: 0.5rem 0;
  }
}

@media (max-width: 991.98px) {
  .dropdown-menu {
    background: transparent;
    border: none;
  }
}

body.menu-visible {
  overflow: hidden;
}

.navbar-collapse.width {
  height: 100vh;
  border: 1px solid red;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
  width: 100%;
  overflow-y: scroll;
}
.navbar-collapse.width .navbar-nav {
  width: 100vw;
  padding: 20px;
}
.navbar-collapse.width.collapsing {
  min-height: 100vh;
  width: 100%;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-collapse.width.collapsing {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  #main-menu,
.navbar-toggler {
    order: 10;
  }
}

body.home header.page-header {
  background-image: url("../images/comp-blue-bg.jpeg");
}

header.page-header {
  background-color: #5D8FB5;
  background-image: url("../images/comp-light-blue-bg.jpg");
  background-size: cover;
}
header.page-header .navbar #main-menu .navbar-nav {
  justify-content: flex-end;
}
header.page-header .navbar #main-menu .navbar-nav li.menu-item .nav-link {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  header.page-header .navbar #main-menu .navbar-nav {
    margin-top: 1.5rem;
  }
  header.page-header .navbar #main-menu .navbar-nav .nav-link {
    padding: 0.25rem 0;
  }
}
header.page-header .navbar .mini-cart-wrap a#cart * {
  color: #fff;
}
header.page-header .navbar .login-link {
  border-radius: 24px;
  margin-right: 1.5rem;
  border: 1px solid #fff;
  height: 32px;
}
header.page-header .navbar .login-link a {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding-right: 1rem;
  padding-left: 1rem;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 992px) {
  header.page-header .navbar .login-link {
    margin-left: 20px;
    margin-right: 0px;
  }
}
@media (max-width: 575.98px) {
  header.page-header .navbar .mini-cart-wrap {
    margin-right: 1rem;
    margin-left: 0;
  }
  header.page-header .navbar .login-link {
    margin-right: 1rem;
    height: 30px;
  }
  header.page-header .navbar .login-link a {
    height: 28px;
  }
  header.page-header .navbar .navbar-toggler {
    margin-left: auto;
  }
  header.page-header .navbar .navbar-brand {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  header.page-header .navbar .navbar-brand img {
    width: 200px;
    height: auto;
  }
}
@media (min-width: 992px) {
  header.page-header .navbar {
    padding-bottom: 40px;
  }
  header.page-header .navbar .navbar-brand {
    margin-top: 20px;
  }
  header.page-header .navbar .navbar-brand img {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  header.page-header .navbar .navbar-brand {
    margin-top: 46px;
  }
  header.page-header .navbar .navbar-brand img {
    height: 76px;
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
.gallery .img-thumbnail {
  display: inline-block;
}

.fluidbox__wrap img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  z-index: -2;
  position: relative;
}

.fluidbox--closed .fluidbox__ghost {
  transition: opacity 1s 0s, transform 0.5s 0s;
  opacity: 0 !important;
}

/*.fluidbox--opened .fluidbox__ghost {
    top:80px !important;
}*/
.fluidbox__overlay {
  top: -100%;
  bottom: -100%;
}

#contact-locations .google-map {
  width: 100%;
  height: 400px;
}
#contact-locations .google-map.is-admin {
  background-color: #ced4da;
  color: #6c757d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
#contact-locations .google-map.is-admin::before {
  content: "Map unavailable in Admin";
}

.embed-responsive > .fluid-width-video-wrapper {
  padding: 0 !important;
}

.search-modal .modal-dialog {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin-top: 0 !important;
  border-radius: 0;
  background: #fff;
  transform: translateY(-250px);
}
@media (max-width: 767.98px) {
  .search-modal .modal-dialog {
    margin: 0 !important;
    height: 100%;
  }
}
.search-modal .modal-content {
  border: 0 !important;
  border-radius: 0;
  margin-top: 40px;
  position: relative;
  width: 100%;
  overflow: scroll;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .search-modal .modal-content {
    padding: 0 50px;
  }
}
@media (max-width: 767.98px) {
  .search-modal .modal-content {
    margin-top: 0;
  }
}
.search-modal .modal-content .modal-header {
  border-bottom: 0;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .search-modal .modal-content .modal-header {
    margin-bottom: -52px;
    padding-left: 0;
    padding-right: 0;
  }
}
.search-modal .modal-content .modal-body {
  position: relative;
  padding: 0;
  height: 1000px;
  overflow-y: scroll;
}
@media (max-width: 767.98px) {
  .search-modal .modal-content .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
}
.search-modal .modal-content .modal-body .search-text {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.search-modal .modal-content .modal-body .widget_product_search {
  position: relative;
  margin-bottom: 40px !important;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.search-modal .modal-content .modal-body .search-form {
  border: none !important;
  margin: 0 !important;
  padding-right: 0.625rem;
  padding-left: 0;
}
.search-modal .modal-content .modal-body .search-form .search-field {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 2px solid #ddd;
  font-weight: 300;
  padding: 6px 0px 20px 0px;
  border-radius: 0;
  line-height: 1.5;
  height: auto;
  text-transform: lowercase;
  font-size: 41px;
  outline: none !important;
  margin: 0;
  color: #000 !important;
}
.search-modal .modal-content .modal-body .search-form .search-field:placeholder {
  color: #000;
}
@media (max-width: 767.98px) {
  .search-modal .modal-content .modal-body .search-form .search-field {
    font-size: 24px;
    padding: 6px 0px 5px 0px;
  }
}
.search-modal .modal-content .modal-body .search-form .search-field:focus {
  outline: none !important;
  box-shadow: none;
}
.search-modal .modal-content .modal-body .search-form button[type=submit] {
  position: absolute;
  right: 10px;
  top: 16px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  outline: 0;
  background: url("../images/search-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  font-size: 0;
  min-width: 0;
  padding: 0 !important;
  z-index: 4;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .search-modal .modal-content .modal-body .search-form button[type=submit] {
    width: 20px;
    height: 20px;
  }
}
.search-modal .modal-content .modal-body .woocommerce-product-search {
  position: relative;
}
.search-modal #content {
  min-height: 50px;
  margin-left: -24px;
}
.search-modal #content.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.search-modal #content.loading::after {
  font-family: "WooCommerce";
  content: "";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 4.618em;
  left: 12px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@media (min-width: 768px) {
  .search-modal #content.loading::after {
    top: 6.618em;
  }
}
.search-modal #content > .products {
  padding-left: 24px;
}

img {
  max-width: 100%;
  height: auto;
}
img[width="1"][height="1"][src$=".svg"] {
  width: 100%;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 250ms;
}

.facetwp-facet {
  margin-right: 20px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
}
.filters .facetwp-type-search {
  flex-basis: 100%;
}
@media (min-width: 576px) {
  .filters .facetwp-type-search {
    margin-left: auto;
    flex-basis: 33%;
  }
}
.filters .facetwp-facet {
  margin-bottom: 28px;
}

.facetwp-dropdown {
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-left: 17px;
  background: transparent url(../images/icons/angle-down-solid.svg) no-repeat right 4px;
  background-size: 12px;
  font-size: 14px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #353535;
}
.facetwp-dropdown::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.63em;
  left: 0;
  position: relative;
  vertical-align: text-top;
  width: 0.63em;
  top: 0.1em;
  transform: rotate(135deg);
  opacity: 0.8;
}

.facetwp-type-radio .facetwp-radio {
  display: inline-block;
  margin-right: 2rem;
  background-image: none !important;
}
.facetwp-type-radio .facetwp-counter {
  display: none;
}

.facetwp-type-search {
  margin-right: 0;
}
.facetwp-type-search .facetwp-search-wrap {
  display: inline-block;
  width: 100%;
}
.facetwp-type-search input {
  padding-left: 40px;
  font-size: 16px;
}
.facetwp-type-search .facetwp-btn {
  left: 10px;
  top: 8px;
  right: auto;
  opacity: 1;
}

body .facetwp-pager .pagination {
  justify-content: center;
}
body .facetwp-pager .facetwp-page {
  padding: 0.5rem 0.75rem;
  color: #5D8FB5;
  background-color: #fff;
  margin: 0;
  margin-left: -1px;
}
body .facetwp-pager .facetwp-page:hover {
  z-index: 2;
  color: #3e6888;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
body .facetwp-pager .facetwp-page:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}
body .facetwp-pager.disabled .facetwp-page {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
  opacity: 0.5;
}

#loadFrame {
  padding: 0 !important;
}
#loadFrame .modal-dialog {
  background: transparent;
}
@media (max-width: 575.98px) {
  #loadFrame .modal-dialog {
    margin: 0 auto;
  }
}
#loadFrame .modal-content {
  border: 0;
  background: transparent;
}
#loadFrame button.close {
  width: 40px;
  height: 40px;
  background: #e6e6e6;
  opacity: 1;
  border-radius: 100%;
  position: fixed;
  right: 2rem;
  top: 1rem;
  z-index: 50;
}
#loadFrame button.close span {
  line-height: 21px;
  font-size: 34px;
  opacity: 1;
  font-weight: normal;
  transition: opacity 0.3s ease;
}
#loadFrame button.close:hover span {
  opacity: 0.5;
}
#loadFrame .modal-body {
  padding: 0;
  min-height: 480px;
}
#loadFrame iframe {
  width: 100%;
}
#loadFrame iframe .page-header {
  display: none;
}
#loadFrame .custom-loader {
  position: fixed;
  left: 0;
  right: 0;
  top: calc(40vh - 50px);
  margin: auto;
  text-align: center;
}

.lds-roller {
  display: inline-block;
  position: relative;
  background: #fff;
  border-radius: 100%;
  padding: 10px;
  width: 100px;
  height: 100px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5D8FB5;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#toaster {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 1041;
}
#toaster .toast img {
  width: 40px;
  height: auto;
}

.my-account-document-view .dataTables_length, .my-account-document-view .dataTables_filter, .my-account-document-view .dataTables_info, .my-account-document-view .paging_simple_numbers, .my-account-document-view tfoot {
  display: none !important;
}
.my-account-document-view h1 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin: 0px 0px 8px 0px;
}
.my-account-document-view tbody tr, .my-account-document-view tbody tr td {
  background: #fff !important;
  box-shadow: inset 0px 0px 0px 100px #ff000000 !important;
  transition: 0.1s box-shadow ease;
}
.my-account-document-view tbody tr:hover td {
  box-shadow: inset 0px 0px 0px 100px #0000000f !important;
  transition: 0.1s box-shadow ease;
}
.my-account-document-view td {
  padding-left: 0px !important;
  font-size: 14px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.my-account-document-view td:first-child {
  font-weight: 800;
}
.my-account-document-view th {
  padding-left: 0px !important;
  border-color: #80808017 !important;
}
.my-account-document-view th:before, .my-account-document-view th:after {
  display: none !important;
}
.my-account-document-view th[aria-label=Generate] span {
  display: none !important;
}
.my-account-document-view th span {
  font-size: 12px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  opacity: 0.5;
  color: #000;
  text-transform: uppercase;
}
.btn.btn-outline, .postbox.gravityflow-admin input.btn-outline[type=submit], section#updates .gform_wrapper.gravity-theme .btn-outline.dropdown-toggle, .gv-widget-search .btn-outline.dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a.btn-outline, .gv-widget-search .gfield--type-post_image span.ginput_preview a.btn-outline {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #5D8FB5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px 5px 5px !important;
}
.btn.btn-outline:before, .postbox.gravityflow-admin input.btn-outline[type=submit]:before, section#updates .gform_wrapper.gravity-theme .btn-outline.dropdown-toggle:before, .gv-widget-search .btn-outline.dropdown-toggle:before, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a.btn-outline:before, .gv-widget-search .gfield--type-post_image span.ginput_preview a.btn-outline:before {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.btn.btn-outline.generate, .postbox.gravityflow-admin input.btn-outline.generate[type=submit], section#updates .gform_wrapper.gravity-theme .btn-outline.generate.dropdown-toggle, .gv-widget-search .btn-outline.generate.dropdown-toggle, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a.btn-outline.generate, .gv-widget-search .gfield--type-post_image span.ginput_preview a.btn-outline.generate {
  border: 1px solid #5D8FB5;
}
.btn.btn-outline.generate:before, .postbox.gravityflow-admin input.btn-outline.generate[type=submit]:before, section#updates .gform_wrapper.gravity-theme .btn-outline.generate.dropdown-toggle:before, .gv-widget-search .btn-outline.generate.dropdown-toggle:before, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a.btn-outline.generate:before, .gv-widget-search .gfield--type-post_image span.ginput_preview a.btn-outline.generate:before {
  margin-bottom: -3px;
  background: url('data:image/svg+xml,<svg width="21" height="17" viewBox="0 0 21 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.4785 7.44727L9.57227 6.91602C9.63477 6.69727 9.66602 6.44727 9.66602 6.19727C9.66602 5.91602 9.63477 5.66602 9.57227 5.41602L10.4785 4.91602C10.6035 4.82227 10.6973 4.66602 10.6348 4.50977C10.416 3.82227 10.041 3.22852 9.57227 2.69727C9.50977 2.63477 9.41602 2.57227 9.35352 2.57227C9.29102 2.57227 9.22852 2.60352 9.16602 2.63477L8.25977 3.16602C7.88477 2.85352 7.44727 2.60352 6.97852 2.41602V1.35352C6.97852 1.19727 6.85352 1.07227 6.69727 1.04102C6.35352 0.978516 6.00977 0.916016 5.66602 0.916016C5.29102 0.916016 4.94727 0.978516 4.60352 1.04102C4.44727 1.07227 4.32227 1.19727 4.32227 1.35352V2.41602C3.85352 2.60352 3.41602 2.85352 3.04102 3.16602L2.13477 2.63477C2.07227 2.60352 2.00977 2.57227 1.94727 2.57227C1.88477 2.57227 1.79102 2.63477 1.72852 2.69727C1.25977 3.22852 0.884766 3.82227 0.666016 4.50977C0.603516 4.66602 0.697266 4.82227 0.822266 4.91602L1.72852 5.41602C1.66602 5.66602 1.66602 5.91602 1.66602 6.19727C1.66602 6.44727 1.66602 6.69727 1.72852 6.91602L0.822266 7.44727C0.697266 7.54102 0.603516 7.69727 0.666016 7.82227C0.884766 8.47852 1.25977 9.10352 1.72852 9.63477C1.79102 9.72852 1.88477 9.75977 1.94727 9.75977C2.00977 9.75977 2.07227 9.75977 2.13477 9.72852L3.04102 9.19727C3.41602 9.54102 3.85352 9.79102 4.32227 9.94727V11.0098C4.32227 11.166 4.44727 11.291 4.60352 11.3223C4.94727 11.3848 5.29102 11.4473 5.66602 11.4473C6.00977 11.4473 6.35352 11.3848 6.69727 11.3223C6.85352 11.291 6.97852 11.166 6.97852 11.0098V9.94727C7.44727 9.79102 7.88477 9.54102 8.25977 9.19727L9.16602 9.72852C9.22852 9.75977 9.29102 9.75977 9.35352 9.75977C9.41602 9.75977 9.50977 9.72852 9.57227 9.66602C10.041 9.13477 10.416 8.50977 10.6348 7.85352C10.6973 7.69727 10.6035 7.54102 10.4785 7.44727ZM5.66602 7.69727C4.82227 7.69727 4.16602 7.00977 4.16602 6.19727C4.16602 5.35352 4.82227 4.69727 5.66602 4.69727C6.47852 4.69727 7.16602 5.35352 7.16602 6.19727C7.16602 7.00977 6.47852 7.69727 5.66602 7.69727ZM20.291 10.6348C20.2598 10.4785 20.1348 10.3535 19.9785 10.3535H18.916C18.7285 9.88477 18.4785 9.44727 18.166 9.07227L18.6973 8.16602C18.7285 8.10352 18.7285 8.04102 18.7285 7.97852C18.7285 7.91602 18.6973 7.82227 18.6348 7.75977C18.1035 7.29102 17.4785 6.91602 16.791 6.69727C16.666 6.63477 16.5098 6.72852 16.416 6.85352L15.8848 7.75977C15.6348 7.69727 15.3848 7.66602 15.1348 7.66602C14.8848 7.66602 14.6348 7.69727 14.3848 7.75977L13.8848 6.85352C13.791 6.72852 13.6348 6.63477 13.4785 6.69727C12.791 6.91602 12.1973 7.29102 11.666 7.75977C11.6035 7.82227 11.541 7.91602 11.541 7.97852C11.541 8.04102 11.5723 8.10352 11.6035 8.16602L12.1348 9.07227C11.791 9.44727 11.541 9.88477 11.3848 10.3535H10.3223C10.166 10.3535 10.041 10.4785 10.0098 10.6348C9.91602 10.9785 9.88477 11.3223 9.88477 11.666C9.88477 12.041 9.91602 12.3848 10.0098 12.7285C10.041 12.8848 10.166 13.0098 10.3223 13.0098H11.3848C11.541 13.4785 11.791 13.916 12.1348 14.291L11.6035 15.1973C11.5723 15.2598 11.541 15.3223 11.541 15.3848C11.541 15.4473 11.5723 15.541 11.666 15.6035C12.166 16.0723 12.791 16.4473 13.4785 16.666C13.6348 16.7285 13.791 16.6348 13.8848 16.5098L14.3848 15.6035C14.6348 15.666 14.8848 15.666 15.1348 15.666C15.3848 15.666 15.666 15.666 15.8848 15.6035L16.416 16.5098C16.5098 16.6348 16.666 16.7285 16.8223 16.666C17.4785 16.4473 18.1035 16.0723 18.6348 15.6035C18.6973 15.541 18.7285 15.4473 18.7285 15.3848C18.7285 15.3223 18.7285 15.2598 18.6973 15.1973L18.166 14.291C18.4785 13.916 18.7285 13.4785 18.916 13.0098H19.9785C20.1348 13.0098 20.2598 12.8848 20.291 12.7285C20.3535 12.3848 20.416 12.041 20.416 11.666C20.416 11.3223 20.3535 10.9785 20.291 10.6348ZM15.1348 13.166C14.3223 13.166 13.6348 12.5098 13.6348 11.666C13.6348 10.8535 14.3223 10.166 15.1348 10.166C15.9785 10.166 16.6348 10.8535 16.6348 11.666C16.6348 12.5098 15.9785 13.166 15.1348 13.166Z" fill="%235D8FB5"/></svg>');
}
.btn.btn-outline.download:before, .postbox.gravityflow-admin input.btn-outline.download[type=submit]:before, section#updates .gform_wrapper.gravity-theme .btn-outline.download.dropdown-toggle:before, .gv-widget-search .btn-outline.download.dropdown-toggle:before, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a.btn-outline.download:before, .gv-widget-search .gfield--type-post_image span.ginput_preview a.btn-outline.download:before {
  margin-bottom: 0px;
  background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.666 11.666H11.4785L10.0723 13.1035C9.69727 13.4785 9.19727 13.666 8.66602 13.666C8.10352 13.666 7.60352 13.4785 7.22852 13.1035L5.82227 11.666H1.66602C1.10352 11.666 0.666016 12.1348 0.666016 12.666V15.666C0.666016 16.2285 1.10352 16.666 1.66602 16.666H15.666C16.1973 16.666 16.666 16.2285 16.666 15.666V12.666C16.666 12.1348 16.1973 11.666 15.666 11.666ZM14.166 14.916C13.7285 14.916 13.416 14.6035 13.416 14.166C13.416 13.7598 13.7285 13.416 14.166 13.416C14.5723 13.416 14.916 13.7598 14.916 14.166C14.916 14.6035 14.5723 14.916 14.166 14.916ZM7.94727 12.3848C8.13477 12.5723 8.38477 12.666 8.66602 12.666C8.91602 12.666 9.16602 12.5723 9.35352 12.3848L13.3535 8.38477C13.7598 8.00977 13.7598 7.35352 13.3535 6.97852C12.9785 6.57227 12.3223 6.57227 11.9473 6.97852L9.66602 9.25977V1.66602C9.66602 1.13477 9.19727 0.666016 8.66602 0.666016C8.10352 0.666016 7.66602 1.13477 7.66602 1.66602V9.25977L5.35352 6.97852C4.97852 6.57227 4.32227 6.57227 3.94727 6.97852C3.54102 7.35352 3.54102 8.00977 3.94727 8.38477L7.94727 12.3848Z" fill="%235D8FB5"/></svg>');
  width: 16px;
  height: 16px;
}

body:not(.admin-bar) .offcanvas-gv iframe {
  top: 0px !important;
  position: absolute;
}

.offcanvas-gv:not(.open) {
  display: none;
}
.offcanvas-gv:not(.loading).open .portal {
  margin-right: 0;
}
.offcanvas-gv:not(.loading) .loader {
  display: none;
}
.offcanvas-gv.open {
  display: block !important;
}
.offcanvas-gv.open .bg {
  background: #000;
  z-index: 90;
  opacity: 0.5;
  pointer-events: all;
  transition: 0.3 opacity ease;
}
.offcanvas-gv .bg {
  background: #00000000;
  width: 100vw;
  height: 100vh;
  top: 0;
  position: fixed;
  z-index: -90;
  opacity: 0;
  pointer-events: none;
  transition: 0.3 opacity ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offcanvas-gv .portal {
  position: fixed;
  max-width: 708px;
  width: 100%;
  margin-right: -708px;
  height: 100vh;
  z-index: 99;
  background: #fff;
  top: 0;
  right: 0;
  transition: 0.3s margin-right ease;
}
.offcanvas-gv .portal iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}
.offcanvas-gv .portal .inner_ {
  height: 100%;
  margin-top: -30px;
  display: inline-block;
  width: 100%;
}
.offcanvas-gv .portal button.close-entry {
  position: relative;
  z-index: 99999;
  right: 7px;
  margin-top: 36px;
  background: none !important;
  border: none !important;
  float: right;
}
.offcanvas-gv .portal button.close-entry svg {
  pointer-events: none;
}

.document_submit_wrap input {
  padding: 10px !important;
  border-radius: 0px !important;
}

section#updates .gform_wrapper.gravity-theme .gv-search-box [value=""], .gv-widget-search .gv-search-box [value=""] {
  display: block !important;
}
section#updates .gform_wrapper.gravity-theme .gv-search-box-submit, .gv-widget-search .gv-search-box-submit {
  display: none !important;
}
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview, .gv-widget-search .gfield--type-post_image .gfield_description, .gv-widget-search .gfield--type-post_image .ginput_preview {
  position: relative !important;
  height: 47px;
  align-items: center;
  display: flex;
  font-size: 15px !important;
}
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description:after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview:after, .gv-widget-search .gfield--type-post_image .gfield_description:after, .gv-widget-search .gfield--type-post_image .ginput_preview:after {
  align-items: center;
  display: flex;
  height: 47px;
}
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview, .gv-widget-search .gfield--type-post_image span.ginput_preview {
  color: #ff000000;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
}
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview strong, .gv-widget-search .gfield--type-post_image span.ginput_preview strong {
  width: calc(100% - 77.04px);
  color: #000;
  font-weight: 500;
}
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a, .gv-widget-search .gfield--type-post_image span.ginput_preview a {
  width: 77.04px;
  height: 47px;
  align-content: center;
}
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview:after, .gv-widget-search .gfield--type-post_image span.ginput_preview:after {
  display: none !important;
}
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .gfield_description, .gv-widget-search .gfield--type-post_image .gfield_description {
  position: absolute !important;
  z-index: 0;
  margin: 0px;
}
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_preview, .gv-widget-search .gfield--type-post_image .ginput_preview {
  margin: 0px;
}
section#updates .gform_wrapper.gravity-theme .gfield--type-post_image .ginput_full, .gv-widget-search .gfield--type-post_image .ginput_full {
  display: table !important;
  height: 47px !important;
}
section#updates .gform_wrapper.gravity-theme .gfield_error, .gv-widget-search .gfield_error {
  background: none !important;
  border: none;
  padding: 0px !important;
}
section#updates .gform_wrapper.gravity-theme input[type=text],
section#updates .gform_wrapper.gravity-theme input[type=email],
section#updates .gform_wrapper.gravity-theme input[type=password],
section#updates .gform_wrapper.gravity-theme input[type=number],
section#updates .gform_wrapper.gravity-theme input[type=search],
section#updates .gform_wrapper.gravity-theme input[type=tel],
section#updates .gform_wrapper.gravity-theme input[type=url],
section#updates .gform_wrapper.gravity-theme input[type=date],
section#updates .gform_wrapper.gravity-theme input[type=time],
section#updates .gform_wrapper.gravity-theme input[type=datetime-local],
section#updates .gform_wrapper.gravity-theme input[type=month],
section#updates .gform_wrapper.gravity-theme input[type=week],
section#updates .gform_wrapper.gravity-theme select,
section#updates .gform_wrapper.gravity-theme textarea, .gv-widget-search input[type=text],
.gv-widget-search input[type=email],
.gv-widget-search input[type=password],
.gv-widget-search input[type=number],
.gv-widget-search input[type=search],
.gv-widget-search input[type=tel],
.gv-widget-search input[type=url],
.gv-widget-search input[type=date],
.gv-widget-search input[type=time],
.gv-widget-search input[type=datetime-local],
.gv-widget-search input[type=month],
.gv-widget-search input[type=week],
.gv-widget-search select,
.gv-widget-search textarea {
  height: 47px;
}
section#updates .gform_wrapper.gravity-theme input[type=text] option[value=""],
section#updates .gform_wrapper.gravity-theme input[type=email] option[value=""],
section#updates .gform_wrapper.gravity-theme input[type=password] option[value=""],
section#updates .gform_wrapper.gravity-theme input[type=number] option[value=""],
section#updates .gform_wrapper.gravity-theme input[type=search] option[value=""],
section#updates .gform_wrapper.gravity-theme input[type=tel] option[value=""],
section#updates .gform_wrapper.gravity-theme input[type=url] option[value=""],
section#updates .gform_wrapper.gravity-theme input[type=date] option[value=""],
section#updates .gform_wrapper.gravity-theme input[type=time] option[value=""],
section#updates .gform_wrapper.gravity-theme input[type=datetime-local] option[value=""],
section#updates .gform_wrapper.gravity-theme input[type=month] option[value=""],
section#updates .gform_wrapper.gravity-theme input[type=week] option[value=""],
section#updates .gform_wrapper.gravity-theme select option[value=""],
section#updates .gform_wrapper.gravity-theme textarea option[value=""], .gv-widget-search input[type=text] option[value=""],
.gv-widget-search input[type=email] option[value=""],
.gv-widget-search input[type=password] option[value=""],
.gv-widget-search input[type=number] option[value=""],
.gv-widget-search input[type=search] option[value=""],
.gv-widget-search input[type=tel] option[value=""],
.gv-widget-search input[type=url] option[value=""],
.gv-widget-search input[type=date] option[value=""],
.gv-widget-search input[type=time] option[value=""],
.gv-widget-search input[type=datetime-local] option[value=""],
.gv-widget-search input[type=month] option[value=""],
.gv-widget-search input[type=week] option[value=""],
.gv-widget-search select option[value=""],
.gv-widget-search textarea option[value=""] {
  display: none;
}
html.prevent-scroll {
  overflow: hidden;
}

.postbox.gravityflow-admin {
  padding: 1em !important;
}
.postbox.gravityflow-admin h3 {
  margin: 0px;
  font-weight: 800;
}
.postbox.gravityflow-admin #minor-publishing {
  padding: 0px !important;
  display: flex;
  gap: 1em;
  margin-top: 1em;
}
.postbox.gravityflow-admin select {
  height: 47px !important;
  width: 100% !important;
}
.postbox.gravityflow-admin input[type=submit] {
  box-shadow: 0px 0px rgba(0, 0, 0, 0);
  line-height: 0px;
  height: 47px;
}

.gravityflow_validation_error {
  box-shadow: none !important;
  border: 1px solid #f5c6cb !important;
  padding: 0.75rem 1.25rem !important;
  width: 100%;
}
.gravityflow_validation_error p {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

.dataTable:not([aria-describedby]) {
  display: none;
}

.gravityflow-instructions h1 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 1em;
}

body {
  overflow-x: hidden !important;
}

/** Have to disable these as they important z-index 999999 cant be fixed. */
.dataTables_processing {
  display: none !important;
}

@media (max-width: 991px) {
  nav.woocommerce-MyAccount-navigation {
    background: #4b7aa6 !important;
    padding: 1em;
    border-radius: 8px !important;
  }
}
@media (max-width: 767px) {
  .gv-datatables-container table {
    width: 100% !important;
  }
  .gv-datatables-container thead {
    display: none;
  }
  .gv-datatables-container tbody tr {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    gap: 5px;
    padding: 0.5em;
    border-radius: 4px;
    border: 1px solid black;
    margin-bottom: 0.5em;
    background: none !important;
    box-shadow: none !important;
  }
  .gv-datatables-container tbody tr td {
    padding: 0px !important;
    background: none !important;
    box-shadow: none !important;
    display: grid !important;
  }
  .gv-datatables-container tbody tr td:before {
    font-weight: 600;
  }
  .gv-datatables-container tbody tr td:nth-child(1):before {
    content: "ID";
  }
  .gv-datatables-container tbody tr td:nth-child(2):before {
    content: "DATE";
  }
  .gv-datatables-container tbody tr td:nth-child(3):before {
    content: "STATUS";
  }
  .gv-datatables-container tbody tr td:nth-child(4):before {
    content: "COMPANY";
  }
  .gv-datatables-container tbody tr td:nth-child(5):before {
    content: "DOCUMENT";
  }
  .gv-datatables-container tbody tr td:nth-child(6):before {
    content: "ACTION";
  }
}
body.fl-builder header .navbar {
  margin-bottom: 0;
}

header.page-header .page-header-content {
  min-height: calc(460px - 172px);
  padding-bottom: 76px;
}
header.page-header .page-header-content .row {
  align-items: center;
}
header.page-header .page-header-content .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 40px;
}
header.page-header .page-header-content .content * {
  color: #fff;
}
header.page-header .page-header-content .content h1, header.page-header .page-header-content .content h2, header.page-header .page-header-content .content h3, header.page-header .page-header-content .content h4, header.page-header .page-header-content .content h5, header.page-header .page-header-content .content h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
header.page-header .page-header-content .content h1 {
  font-weight: 700;
}
header.page-header .page-header-content .image {
  text-align: center;
}
@media (max-width: 991.98px) {
  header.page-header .page-header-content .image img {
    max-width: 350px;
    max-height: 350px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  header.page-header .page-header-content .image img {
    max-width: 250px;
  }
}
header.page-header .shop-filtering {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 76px;
}
header.page-header .shop-filtering .filters .facetwp-facet {
  margin-bottom: 16px;
  margin-right: 20px;
}
header.page-header .shop-filtering .filters .facetwp-facet select.facetwp-dropdown {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 0;
  opacity: 1;
  padding-right: 20px;
}
header.page-header .shop-filtering .shop-sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header.page-header .shop-filtering .shop-sort .facetwp-facet {
  margin-bottom: 16px;
  margin-right: 20px;
}
header.page-header .shop-filtering .shop-sort .facetwp-facet select {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding-left: 0;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url(../images/icons/angle-down-solid.svg) no-repeat right 4px;
  background-size: 12px;
  padding-right: 20px;
}
header.page-header .shop-filtering .shop-sort .facetwp-facet.facetwp-type-pager {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
}

body.home header.page-header .page-header-content {
  min-height: calc(500px - 172px);
  z-index: 2;
  position: relative;
  padding-bottom: 30px;
}
body.home header.page-header .page-header-content .row {
  align-items: flex-end;
}
body.home header.page-header .page-header-content .content {
  padding-bottom: 0;
}
body.home header.page-header .page-header-content .image img {
  margin-top: 40px;
}
@media (min-width: 992px) {
  body.home header.page-header .page-header-content .image {
    overflow: visible;
    z-index: 1;
  }
  body.home header.page-header .page-header-content .image img {
    margin-top: 60px;
    margin-bottom: -80%;
    height: 706px;
    width: auto;
    z-index: 2;
    position: relative;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body.home header.page-header .page-header-content .image img {
    margin-top: 40px;
    margin-bottom: -70%;
    height: 600px;
  }
}

body.faqs header.page-header .page-header-content {
  min-height: calc(460px - 172px);
  padding-bottom: 0;
}
@media (min-width: 992px) {
  body.faqs header.page-header .page-header-content .image {
    overflow: visible;
    z-index: 1;
  }
  body.faqs header.page-header .page-header-content .image img {
    margin-top: 60px;
    margin-bottom: -50%;
    max-width: 90%;
    height: 538px;
    width: auto;
    z-index: 2;
  }
}

body.single-product header.page-header .page-header-content {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-bottom: 0;
}
body.single-product header.page-header .page-header-content .product-details {
  background: #fff;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 38px;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.25);
}
body.single-product header.page-header .page-header-content .product-details > div {
  padding: 16px;
}
body.single-product header.page-header .page-header-content .product-details > div h1, body.single-product header.page-header .page-header-content .product-details > div h2, body.single-product header.page-header .page-header-content .product-details > div h3, body.single-product header.page-header .page-header-content .product-details > div h4 {
  margin: 0;
  font-weight: 700;
}
body.single-product header.page-header .page-header-content .product-details > div p {
  margin: 0;
  font-size: 0.875rem;
}
body.single-product header.page-header .page-header-content .product-details > div p .edition {
  color: #808080;
}
body.single-product header.page-header .page-header-content .product-details > div .additional-info {
  margin-bottom: 24px;
}
body.single-product header.page-header .page-header-content .product-details > div .woocommerce.add_to_cart_inline {
  border: none !important;
  padding: 0 !important;
  margin-bottom: 12px;
}
body.single-product header.page-header .page-header-content .product-details > div .woocommerce.add_to_cart_inline .woocommerce-Price-amount {
  font-size: 1.25rem;
  font-weight: 700;
}
body.single-product header.page-header .page-header-content .product-details > div .woocommerce.add_to_cart_inline .add_to_cart_button {
  background: #00CC8C;
  border: none;
  border-radius: 24px;
  color: white;
  font-weight: bold;
  padding: 4px 18px;
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 14px;
}
body.single-product header.page-header .page-header-content .product-details > div .woocommerce.add_to_cart_inline .add_to_cart_button::before {
  content: none;
}
body.single-product header.page-header .page-header-content .product-details > div .woocommerce.add_to_cart_inline .added_to_cart {
  margin-bottom: 14px;
  padding: 4px 18px;
  font-size: 16px;
  border-radius: 24px;
}
body.single-product header.page-header .page-header-content .product-details > div div.benefit {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
body.single-product header.page-header .page-header-content .product-details > div div.benefit img {
  height: 16px;
  width: auto;
  margin-right: 10px;
}
body.single-product header.page-header .page-header-content .product-details > div div.benefit p {
  line-height: 22px;
}
body.single-product header.page-header .page-header-content .product-details > div.get-help {
  background-color: #ECF2F8;
  border-radius: 0 0 4px 4px;
  padding-top: 8px;
}
body.single-product header.page-header .page-header-content .product-details > div.get-help h1, body.single-product header.page-header .page-header-content .product-details > div.get-help h2, body.single-product header.page-header .page-header-content .product-details > div.get-help h3, body.single-product header.page-header .page-header-content .product-details > div.get-help h4, body.single-product header.page-header .page-header-content .product-details > div.get-help p {
  color: #264A6D;
  margin-bottom: 2px;
}
body.single-product header.page-header .page-header-content .product-details > div.get-help p:last-of-type {
  margin-top: 6px;
}
body.single-product header.page-header .page-header-content .product-details > div.get-help .tel, body.single-product header.page-header .page-header-content .product-details > div.get-help .contact {
  color: #5D8FB5;
  font-weight: 700;
}
body.single-product header.page-header .page-header-content .product-details > div.get-help .tel img, body.single-product header.page-header .page-header-content .product-details > div.get-help .contact img {
  height: 16px;
  width: auto;
  margin-right: 8px;
  margin-bottom: 2px;
}
body.single-product header.page-header .page-header-content .product-details > div.get-help .tel {
  margin-right: 20px;
}
body.single-product header.page-header .page-header-content .content .page-title {
  margin-bottom: 1rem;
}
body.single-product header.page-header .page-header-content .content .additional-info h3 {
  margin-bottom: 24px;
  font-weight: 400;
}
body.single-product header.page-header .page-header-content .content .additional-info h3 .version {
  margin-right: 20px;
}
body.single-product header.page-header .page-header-content .content .additional-info h3 .edition {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 992px) {
  body.single-product header.page-header .page-header-content {
    position: relative;
  }
  body.single-product header.page-header .page-header-content .row {
    align-items: flex-start;
  }
  body.single-product header.page-header .page-header-content .product-details {
    max-width: 360px;
    position: absolute;
    top: 130px;
    right: 0;
    z-index: 3;
  }
  body.single-product header.page-header .page-header-content .content > * {
    max-width: 420px;
  }
  body.single-product header.page-header .page-header-content .image {
    overflow: visible;
    z-index: 1;
  }
  body.single-product header.page-header .page-header-content .image img {
    margin-bottom: -50%;
    height: 530px;
    width: auto;
    z-index: 2;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

body.woocommerce-page header.page-header .page-header-content {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-bottom: 0;
}
body.woocommerce-page .wrap .woocommerce {
  margin-top: 70px;
}
@media (min-width: 992px) {
  body.woocommerce-page header.page-header .page-header-content {
    min-height: calc(460px - 172px);
  }
  body.woocommerce-page .wrap .woocommerce {
    margin-top: -134px;
  }
}

body.page-template-template-panels footer, body.page-template-default:not(.woocommerce-page) footer {
  background-color: #fff;
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .location {
  font-size: 0.875rem;
}
footer .location .title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1rem;
}
footer .location .address {
  margin-right: 8px;
}
footer .location .tel, footer .location .contact {
  color: #5D8FB5;
  font-weight: 700;
}
footer .location .tel img, footer .location .contact img {
  height: 16px;
  width: auto;
  margin-right: 8px;
  margin-bottom: 2px;
}
footer .location .tel {
  margin-right: 20px;
}
footer .info > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 992px) {
  footer .info > div {
    justify-content: flex-end;
  }
}
footer .info > div:first-child > * {
  margin-bottom: 16px;
}
footer .info .subscribe-form {
  max-width: calc(100% - 80px);
}
footer .info .subscribe-form .gform_wrapper {
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
footer .info .subscribe-form .gform_wrapper form {
  display: flex;
}
footer .info .subscribe-form .gform_wrapper form .gform_body {
  max-width: 534px !important;
}
footer .info .subscribe-form .gform_wrapper form .gfield_label {
  display: none !important;
}
footer .info .subscribe-form .gform_wrapper form .gform_footer {
  margin: 0;
  width: 136px;
}
footer .info .subscribe-form .gform_wrapper .gform_validation_errors {
  display: none;
}
footer .info .subscribe-form .gform_wrapper .gfield_description.validation_message {
  background: transparent;
  border: none;
  padding: 6px 0;
}
footer .info .subscribe-form .ginput_container input[type=email] {
  border-radius: 4px 0 0 4px !important;
  border: 1px solid #CCCCCC !important;
  font-size: 14px !important;
  color: #000;
  padding: 6px 8px;
  width: 224px;
  margin: 0;
  height: 36px !important;
  background-color: transparent;
  width: 100%;
}
footer .info .subscribe-form .ginput_container input[type=email]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-weight: normal;
}
footer .info .subscribe-form .ginput_container input[type=email]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-weight: normal;
}
footer .info .subscribe-form .ginput_container input[type=email]::placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-weight: normal;
}
footer .info .subscribe-form .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}
footer .info .subscribe-form .gform_footer input[type=submit] {
  color: #fff;
  background: url(../images/icons/plane.svg) #fff no-repeat scroll 10px 10px;
  border-radius: 0 4px 4px 0;
  border: none;
  padding: 0.5rem 1rem 0.5rem 2rem !important;
  margin: 0 !important;
  height: 36px;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 14px !important;
  background-color: #5D8FB5 !important;
}
footer .info .footer-link {
  font-size: 0.875rem;
  color: #000;
  margin-right: 8px;
}
footer .info .footer-link.niche {
  font-weight: 700;
}
@media (min-width: 992px) {
  footer .info .footer-link {
    margin-left: 8px;
    margin-right: 0;
  }
}
footer .info .facebook, footer .info .instagram {
  margin-left: 8px;
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 2.5rem;
    line-height: 1.2 !important;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.2 !important;
  }

  h3 {
    font-size: 1.62rem;
    line-height: 1.2 !important;
  }

  h4 {
    font-size: 1.375rem;
    line-height: 1.2 !important;
  }

  h5 {
    font-size: 1.375rem;
    line-height: 1.2 !important;
  }

  h6 {
    font-size: 1.125rem;
    line-height: 1.2 !important;
  }

  .container, div.product, .woocommerce.archive .woocommerce-wrapper > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points) {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
body {
  background-color: #f4f6f7;
}
body.woocommerce-account .how-it-works, body.woocommerce-account .testimonials, body.woocommerce-account .sell-points, body.woocommerce-account .popular-products, body.woocommerce-checkout .how-it-works, body.woocommerce-checkout .testimonials, body.woocommerce-checkout .sell-points, body.woocommerce-checkout .popular-products {
  display: none;
}

body.home .info-panel {
  padding-top: 38px;
  padding-bottom: 100px;
}
body.home .info-panel .content h1,
body.home .info-panel .content h2,
body.home .info-panel .content h3 {
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
  margin-top: 0;
}
body.home .info-panel .content span.highlighted {
  background-color: #efef0b;
  color: red;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body.home .info-panel .content p {
  line-height: 24px;
  margin-bottom: 30px;
}
body.home .info-panel .content .buttons .button {
  background: transparent;
  border: 1px solid #000;
  border-radius: 24px;
  color: #000;
  font-weight: bold;
  padding: 6px 16px;
  font-size: 14px;
  margin-right: 10px;
  margin-top: 6px;
}
body.home .info-panel .content .buttons .button img {
  margin-right: 6px;
  height: 14px;
  width: auto;
}
body.home .info-panel .content .buttons .button:last-child {
  background: #000;
  color: #fff;
  padding: 6px 26px;
}
@media (min-width: 992px) {
  body.home .info-panel .content {
    max-width: 489px;
  }
}
@media (max-width: 991.98px) {
  body.home .info-panel {
    padding-bottom: 40px;
  }
}
body.home .further-info-panel {
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
}
body.home .further-info-panel .row {
  align-items: center;
}
body.home .further-info-panel .content h1,
body.home .further-info-panel .content h2,
body.home .further-info-panel .content h3 {
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 0;
}
body.home .further-info-panel .content p {
  line-height: 24px;
}
body.home .further-info-panel .image {
  text-align: center;
}
@media (max-width: 991.98px) {
  body.home .further-info-panel .image img {
    max-width: 350px;
    max-height: 350px;
    width: auto;
    height: auto;
  }
}
@media (min-width: 992px) {
  body.home .further-info-panel {
    margin-bottom: -225px;
  }
  body.home .further-info-panel .content {
    padding: 0 30px;
  }
  body.home .further-info-panel .content p {
    margin-bottom: 100px;
  }
}
body.home .features {
  background-color: #dedede;
  padding: 60px 1rem;
  position: relative;
}
body.home .features img.background-image {
  top: 0;
  width: 80%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  opacity: 0.5;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  left: 10%;
  right: 10%;
  pointer-events: none;
}
body.home .features .container-box {
  max-width: 1500px;
  margin: 0 auto;
}
body.home .features .container-box .content-panel {
  padding: 50px 0;
  align-items: center;
}
body.home .features .container-box .content-panel:first-child {
  padding-top: 0;
}
body.home .features .container-box .content-panel:last-child {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  body.home .features .container-box .content-panel {
    padding: 40px 0;
  }
  body.home .features .container-box .content-panel:first-child {
    padding-top: 60px;
  }
  body.home .features .container-box .content-panel:last-child {
    padding-bottom: 60px;
  }
  body.home .features .container-box .content-panel .image img {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  body.home .features .content.order-md-last > div, body.home .features .content.order-md-first > div {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  body.home .features .content.order-md-last > div, body.home .features .content.order-md-first > div {
    margin-left: 45px;
  }
}
@media (min-width: 1200px) {
  body.home .features .content.order-md-last > div, body.home .features .content.order-md-first > div {
    max-width: 456px;
  }
  body.home .features .content.order-md-first > div {
    margin-left: auto;
    margin-right: 45px;
  }
  body.home .features .content.order-md-last > div {
    margin-left: 45px;
  }
}
@media (max-width: 575.98px) {
  body.home .features .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.home .features .content .info h1,
body.home .features .content .info h2,
body.home .features .content .info h3,
body.home .features .content .info h4,
body.home .features .content .info h5,
body.home .features .content .info h6 {
  margin-bottom: 12px;
  margin-top: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  body.home .features .content .info {
    max-width: 456px;
  }
}
body.home .features .content .info p {
  margin: 0 auto 4px;
}
body.home .features .content .info p:last-of-type {
  margin-bottom: 16px;
}
body.home .features .image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 991.98px) {
  body.home .features .image {
    padding: 20px;
  }
}
body.home .features .image img {
  max-height: 700px;
}
@media (min-width: 992px) {
  body.home .features {
    padding: 200px 1rem;
  }
}
@media (max-width: 991.98px) {
  body.home .features {
    padding-bottom: 200px;
  }
}
body.home section.product-loops {
  background-color: #5D8FB5;
}
body.home section.product-loops > .container, body.home section.product-loops > div.product, body.home .woocommerce.archive section.woocommerce-wrapper.product-loops > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points), .woocommerce.archive body.home section.woocommerce-wrapper.product-loops > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points) {
  margin-top: -156px;
  margin-bottom: -400px;
  z-index: 2;
  position: relative;
  min-height: 156px;
}
@media (max-width: 575.98px) {
  body.home section.product-loops > .container, body.home section.product-loops > div.product, body.home .woocommerce.archive section.woocommerce-wrapper.product-loops > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points), .woocommerce.archive body.home section.woocommerce-wrapper.product-loops > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points) {
    margin-bottom: -350px;
  }
}
body.home section.product-loops h3.heading {
  margin: 0 0 24px;
  font-weight: 600;
  font-size: 2em;
}
body.home section.product-loops .products {
  color: #fff;
  margin: 0;
}
body.home section.product-loops .products .product * {
  color: #fff;
}
body.home section.product-loops .products .product * span.edition {
  color: rgba(255, 255, 255, 0.5);
}
body.home section.product-loops .recently-updated .products {
  margin-bottom: 150px;
}
body.home section.product-loops .policies h3.heading {
  color: #fff;
}
body.home section.product-loops .policies ul.products {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
body.home section.product-loops .policies ul.products li.product {
  margin: 0 0.75rem 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 1rem* 1.5);
}
@media (min-width: 768px) {
  body.home section.product-loops .policies ul.products li.product {
    flex: 0 0 calc(33.3333333333% - 1rem* 1.5);
  }
}
@media (min-width: 992px) {
  body.home section.product-loops .policies ul.products li.product {
    flex: 0 0 calc(20% - 1rem* 1.5);
  }
}
body.home section.product-loops + section.how-it-works {
  padding-top: 500px;
}

section.how-it-works {
  position: relative;
  background: #264A6D;
  padding: 130px 0 180px;
  overflow: hidden;
}
section.how-it-works img.background-image {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  opacity: 0.4;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  top: calc(-40% - 187px);
  height: 170%;
  left: -22%;
  z-index: 1;
  pointer-events: none;
}
section.how-it-works h1.heading {
  color: #fff;
  font-weight: 700;
  font-size: 72px;
  margin: 0 0 116px;
}
section.how-it-works .step {
  margin-bottom: 46px;
}
@media (min-width: 992px) {
  section.how-it-works .step {
    max-width: 385px;
  }
}
section.how-it-works .step .title {
  color: #fff;
  font-weight: 700;
  margin: 0;
}
section.how-it-works .step p {
  color: #fff;
  margin: 0;
}
section.how-it-works .image {
  position: relative;
}
section.how-it-works .image img {
  z-index: 2;
  position: relative;
}
section.how-it-works .image::after {
  background: #000;
  filter: blur(24px);
  opacity: 0.5;
  content: "";
  width: 90%;
  height: 50px;
  z-index: 1;
  position: absolute;
  bottom: -20px;
  left: 5%;
  right: 5%;
}
section.how-it-works .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
section.how-it-works .embed-container iframe,
section.how-it-works .embed-container object,
section.how-it-works .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.how-it-works {
    padding: 90px 0;
  }
  section.how-it-works h1.heading {
    margin-bottom: 60px;
    font-size: 40px;
  }
  section.how-it-works .step h1 {
    font-size: 36px;
  }
  section.how-it-works .step:last-child {
    margin-bottom: 60px;
  }
}
section.how-it-works .faq-panel {
  padding-top: 0;
}

section.testimonials {
  position: relative;
  background: linear-gradient(90.41deg, #5d8fb5 28.83%, rgba(93, 143, 181, 0.5) 52.77%);
  padding: 270px 0 314px;
}
section.testimonials::after {
  content: "";
  background: rgba(93, 143, 181, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}
section.testimonials img.background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0.75);
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.testimonials h1.heading {
  color: #fff;
  font-weight: 700;
  font-size: 72px;
  margin: 0 0 116px;
  max-width: 510px;
}
section.testimonials .testimonial {
  margin-bottom: 20px;
}
section.testimonials .testimonial img {
  max-width: 270px;
  margin-bottom: 26px;
}
section.testimonials .testimonial p {
  color: #fff;
  margin: 0;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  section.testimonials {
    padding: 120px 0 100px;
  }
  section.testimonials h1.heading {
    margin-bottom: 60px;
    font-size: 40px;
  }
  section.testimonials .testimonial {
    margin-bottom: 50px;
  }
  section.testimonials .testimonial img {
    max-width: 200px;
  }
  section.testimonials .testimonial p {
    font-size: 16px;
  }
}

section.sell-points {
  position: relative;
  background: #264A6D;
  padding: 120px 0 389px;
  overflow: hidden;
}
section.sell-points img.background-image {
  opacity: 0.4;
  filter: invert(0.9);
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: -8%;
  right: -8%;
}
section.sell-points h1.heading {
  color: #fff;
  font-weight: 700;
  font-size: 72px;
  margin: 0 0 116px;
  max-width: 510px;
}
section.sell-points .point {
  margin-bottom: 20px;
}
section.sell-points .point img {
  height: 98px;
  width: auto;
  margin-bottom: 30px;
}
section.sell-points .point h2 {
  color: #fff;
  margin: 0 0 13px;
  font-weight: 700;
}
section.sell-points .point p {
  color: #fff;
  margin: 0;
}
@media (max-width: 991.98px) {
  section.sell-points {
    padding: 60px 0 330px;
  }
  section.sell-points h1.heading {
    margin-bottom: 60px;
    font-size: 40px;
  }
  section.sell-points .point {
    margin-bottom: 50px;
  }
  section.sell-points .point img {
    height: 60px;
  }
}

body:not(.woocommerce-page) section.popular-products {
  background-color: #fff;
}

section.popular-products > .container, section.popular-products > div.product, .woocommerce.archive section.woocommerce-wrapper.popular-products > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points) {
  margin-top: -230px;
  z-index: 2;
  position: relative;
  min-height: 156px;
}
section.popular-products h3.heading {
  color: #fff;
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 2em;
}
section.popular-products .products {
  color: #fff;
  margin: 0;
}

body.page-template-template-contact .ph-contact-content {
  padding-bottom: 171px;
}
body.page-template-template-contact .form {
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.03), 0 16px 24px 0 rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin: -134px 0 0;
}
body.page-template-template-contact .business-info {
  margin-top: 32px;
  padding: 0;
}
body.page-template-template-contact .business-info .content {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.03), 0 16px 24px 0 rgba(0, 0, 0, 0.1);
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 18px;
}
body.page-template-template-contact .business-info .content .fl-builder-module-template {
  padding: 0 0 20px;
}
body.page-template-template-contact .business-info .content .b-name {
  max-width: 190px;
  font-weight: 700;
  margin-bottom: 4px;
}
body.page-template-template-contact .business-info .content .business-details {
  padding-bottom: 6px;
}
body.page-template-template-contact .business-info .content p.address {
  max-width: 160px;
}
body.page-template-template-contact .business-info .content p.abn,
body.page-template-template-contact .business-info .content p.address {
  font-size: 0.875rem;
  margin-bottom: 4px;
}
body.page-template-template-contact .business-info .content .contact-details {
  background-color: #ecf2f8;
  border-radius: 0 0 4px 4px;
  margin-left: -16px;
  margin-right: -16px;
  padding: 14px 16px;
  font-weight: 700;
  color: #5D8FB5;
}
body.page-template-template-contact .business-info .content .contact-details a {
  font-weight: 700;
  color: #5D8FB5;
  line-height: 28px;
  font-size: 14px;
}
body.page-template-template-contact .business-info .content .contact-details a.phone::before {
  background: url(../images/icons/phone.svg) no-repeat;
  padding-right: 1.5rem;
  content: "";
  font-size: 12px;
  background-size: 14px;
}
body.page-template-template-contact .business-info .content .contact-details a.email:before {
  background: url(../images/icons/email.svg) no-repeat;
  padding-right: 1.2rem;
  content: "";
  font-size: 10px;
  background-size: 10px;
}
@media (min-width: 992px) {
  body.page-template-template-contact .business-info {
    margin-top: -134px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

body.page-template-template-panels .content-panel {
  padding: 90px 0;
  align-items: center;
}
body.page-template-template-panels .content-panel .content .info h1,
body.page-template-template-panels .content-panel .content .info h2,
body.page-template-template-panels .content-panel .content .info h3,
body.page-template-template-panels .content-panel .content .info h4,
body.page-template-template-panels .content-panel .content .info h5,
body.page-template-template-panels .content-panel .content .info h6 {
  margin-bottom: 12px;
  margin-top: 0;
}
@media (min-width: 768px) {
  body.page-template-template-panels .content-panel .content .info {
    max-width: 456px;
  }
}
body.page-template-template-panels .content-panel .image {
  text-align: center;
}
body.page-template-template-panels .content-panel:first-child {
  padding-top: 146px;
}
body.page-template-template-panels .content-panel:last-child {
  padding-bottom: 180px;
}
@media (max-width: 767.98px) {
  body.page-template-template-panels .content-panel {
    padding: 40px 0;
  }
  body.page-template-template-panels .content-panel:first-child {
    padding-top: 60px;
  }
  body.page-template-template-panels .content-panel:last-child {
    padding-bottom: 60px;
  }
  body.page-template-template-panels .content-panel .image img {
    max-width: 80%;
  }
}

.blue-bg {
  background: #264A6D;
}

.faq-panel {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #264A6D;
}
.faq-panel h1 {
  color: #fff;
  margin: 0 0 30px;
  font-weight: 700;
}
.faq-panel .accordion {
  max-width: 550px;
}
.faq-panel .accordion .accordion-card {
  border: none;
  border-radius: 4px;
  margin-bottom: 10px;
}
.faq-panel .accordion .accordion-card .header .btn, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a, .faq-panel .accordion .accordion-card .header .gv-widget-search .gfield--type-post_image span.ginput_preview a, .gv-widget-search .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .dropdown-toggle, section#updates .gform_wrapper.gravity-theme .faq-panel .accordion .accordion-card .header .dropdown-toggle, .faq-panel .accordion .accordion-card .header .gv-widget-search .dropdown-toggle, .gv-widget-search .faq-panel .accordion .accordion-card .header .dropdown-toggle, .faq-panel .accordion .accordion-card .header .postbox.gravityflow-admin input[type=submit], .postbox.gravityflow-admin .faq-panel .accordion .accordion-card .header input[type=submit] {
  background-color: #edf3f7;
  color: #264A6D;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 16px 11px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  position: relative;
}
.faq-panel .accordion .accordion-card .header .btn:focus, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:focus, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:focus, .faq-panel .accordion .accordion-card .header .gv-widget-search .gfield--type-post_image span.ginput_preview a:focus, .gv-widget-search .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:focus, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .dropdown-toggle:focus, section#updates .gform_wrapper.gravity-theme .faq-panel .accordion .accordion-card .header .dropdown-toggle:focus, .faq-panel .accordion .accordion-card .header .gv-widget-search .dropdown-toggle:focus, .gv-widget-search .faq-panel .accordion .accordion-card .header .dropdown-toggle:focus, .faq-panel .accordion .accordion-card .header .postbox.gravityflow-admin input[type=submit]:focus, .postbox.gravityflow-admin .faq-panel .accordion .accordion-card .header input[type=submit]:focus {
  box-shadow: none;
  text-decoration: none;
}
.faq-panel .accordion .accordion-card .header .btn:hover, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:hover, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:hover, .faq-panel .accordion .accordion-card .header .gv-widget-search .gfield--type-post_image span.ginput_preview a:hover, .gv-widget-search .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:hover, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .dropdown-toggle:hover, section#updates .gform_wrapper.gravity-theme .faq-panel .accordion .accordion-card .header .dropdown-toggle:hover, .faq-panel .accordion .accordion-card .header .gv-widget-search .dropdown-toggle:hover, .gv-widget-search .faq-panel .accordion .accordion-card .header .dropdown-toggle:hover, .faq-panel .accordion .accordion-card .header .postbox.gravityflow-admin input[type=submit]:hover, .postbox.gravityflow-admin .faq-panel .accordion .accordion-card .header input[type=submit]:hover {
  text-decoration: none;
}
.faq-panel .accordion .accordion-card .header .btn:hover::after, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:hover::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:hover::after, .faq-panel .accordion .accordion-card .header .gv-widget-search .gfield--type-post_image span.ginput_preview a:hover::after, .gv-widget-search .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:hover::after, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .dropdown-toggle:hover::after, section#updates .gform_wrapper.gravity-theme .faq-panel .accordion .accordion-card .header .dropdown-toggle:hover::after, .faq-panel .accordion .accordion-card .header .gv-widget-search .dropdown-toggle:hover::after, .gv-widget-search .faq-panel .accordion .accordion-card .header .dropdown-toggle:hover::after, .faq-panel .accordion .accordion-card .header .postbox.gravityflow-admin input[type=submit]:hover::after, .postbox.gravityflow-admin .faq-panel .accordion .accordion-card .header input[type=submit]:hover::after {
  background-image: url("../images/icons/circle-minus-solid.svg");
}
.faq-panel .accordion .accordion-card .header .btn::after, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a::after, .faq-panel .accordion .accordion-card .header .gv-widget-search .gfield--type-post_image span.ginput_preview a::after, .gv-widget-search .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a::after, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .dropdown-toggle::after, section#updates .gform_wrapper.gravity-theme .faq-panel .accordion .accordion-card .header .dropdown-toggle::after, .faq-panel .accordion .accordion-card .header .gv-widget-search .dropdown-toggle::after, .gv-widget-search .faq-panel .accordion .accordion-card .header .dropdown-toggle::after, .faq-panel .accordion .accordion-card .header .postbox.gravityflow-admin input[type=submit]::after, .postbox.gravityflow-admin .faq-panel .accordion .accordion-card .header input[type=submit]::after {
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/circle-plus-solid.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.faq-panel .accordion .accordion-card .header .btn:not(.collapsed), .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:not(.collapsed), section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:not(.collapsed), .faq-panel .accordion .accordion-card .header .gv-widget-search .gfield--type-post_image span.ginput_preview a:not(.collapsed), .gv-widget-search .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:not(.collapsed), .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .dropdown-toggle:not(.collapsed), section#updates .gform_wrapper.gravity-theme .faq-panel .accordion .accordion-card .header .dropdown-toggle:not(.collapsed), .faq-panel .accordion .accordion-card .header .gv-widget-search .dropdown-toggle:not(.collapsed), .gv-widget-search .faq-panel .accordion .accordion-card .header .dropdown-toggle:not(.collapsed), .faq-panel .accordion .accordion-card .header .postbox.gravityflow-admin input[type=submit]:not(.collapsed), .postbox.gravityflow-admin .faq-panel .accordion .accordion-card .header input[type=submit]:not(.collapsed) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}
.faq-panel .accordion .accordion-card .header .btn:not(.collapsed):focus-visible, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:not(.collapsed):focus-visible, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:not(.collapsed):focus-visible, .faq-panel .accordion .accordion-card .header .gv-widget-search .gfield--type-post_image span.ginput_preview a:not(.collapsed):focus-visible, .gv-widget-search .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:not(.collapsed):focus-visible, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .dropdown-toggle:not(.collapsed):focus-visible, section#updates .gform_wrapper.gravity-theme .faq-panel .accordion .accordion-card .header .dropdown-toggle:not(.collapsed):focus-visible, .faq-panel .accordion .accordion-card .header .gv-widget-search .dropdown-toggle:not(.collapsed):focus-visible, .gv-widget-search .faq-panel .accordion .accordion-card .header .dropdown-toggle:not(.collapsed):focus-visible, .faq-panel .accordion .accordion-card .header .postbox.gravityflow-admin input[type=submit]:not(.collapsed):focus-visible, .postbox.gravityflow-admin .faq-panel .accordion .accordion-card .header input[type=submit]:not(.collapsed):focus-visible {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-panel .accordion .accordion-card .header .btn:not(.collapsed)::after, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:not(.collapsed)::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:not(.collapsed)::after, .faq-panel .accordion .accordion-card .header .gv-widget-search .gfield--type-post_image span.ginput_preview a:not(.collapsed)::after, .gv-widget-search .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:not(.collapsed)::after, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .dropdown-toggle:not(.collapsed)::after, section#updates .gform_wrapper.gravity-theme .faq-panel .accordion .accordion-card .header .dropdown-toggle:not(.collapsed)::after, .faq-panel .accordion .accordion-card .header .gv-widget-search .dropdown-toggle:not(.collapsed)::after, .gv-widget-search .faq-panel .accordion .accordion-card .header .dropdown-toggle:not(.collapsed)::after, .faq-panel .accordion .accordion-card .header .postbox.gravityflow-admin input[type=submit]:not(.collapsed)::after, .postbox.gravityflow-admin .faq-panel .accordion .accordion-card .header input[type=submit]:not(.collapsed)::after {
  background-image: url("../images/icons/circle-minus-solid.svg");
}
.faq-panel .accordion .accordion-card .header .btn:not(.collapsed):hover, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:not(.collapsed):hover, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:not(.collapsed):hover, .faq-panel .accordion .accordion-card .header .gv-widget-search .gfield--type-post_image span.ginput_preview a:not(.collapsed):hover, .gv-widget-search .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:not(.collapsed):hover, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .dropdown-toggle:not(.collapsed):hover, section#updates .gform_wrapper.gravity-theme .faq-panel .accordion .accordion-card .header .dropdown-toggle:not(.collapsed):hover, .faq-panel .accordion .accordion-card .header .gv-widget-search .dropdown-toggle:not(.collapsed):hover, .gv-widget-search .faq-panel .accordion .accordion-card .header .dropdown-toggle:not(.collapsed):hover, .faq-panel .accordion .accordion-card .header .postbox.gravityflow-admin input[type=submit]:not(.collapsed):hover, .postbox.gravityflow-admin .faq-panel .accordion .accordion-card .header input[type=submit]:not(.collapsed):hover {
  text-decoration: none;
}
.faq-panel .accordion .accordion-card .header .btn:not(.collapsed):hover::after, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview a:not(.collapsed):hover::after, section#updates .gform_wrapper.gravity-theme .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:not(.collapsed):hover::after, .faq-panel .accordion .accordion-card .header .gv-widget-search .gfield--type-post_image span.ginput_preview a:not(.collapsed):hover::after, .gv-widget-search .gfield--type-post_image span.ginput_preview .faq-panel .accordion .accordion-card .header a:not(.collapsed):hover::after, .faq-panel .accordion .accordion-card .header section#updates .gform_wrapper.gravity-theme .dropdown-toggle:not(.collapsed):hover::after, section#updates .gform_wrapper.gravity-theme .faq-panel .accordion .accordion-card .header .dropdown-toggle:not(.collapsed):hover::after, .faq-panel .accordion .accordion-card .header .gv-widget-search .dropdown-toggle:not(.collapsed):hover::after, .gv-widget-search .faq-panel .accordion .accordion-card .header .dropdown-toggle:not(.collapsed):hover::after, .faq-panel .accordion .accordion-card .header .postbox.gravityflow-admin input[type=submit]:not(.collapsed):hover::after, .postbox.gravityflow-admin .faq-panel .accordion .accordion-card .header input[type=submit]:not(.collapsed):hover::after {
  background-image: url("../images/icons/circle-plus-solid.svg");
}
.faq-panel .accordion .accordion-card div.collapse,
.faq-panel .accordion .accordion-card div.collapsing {
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.faq-panel .accordion .accordion-card .accordion-body {
  padding: 32px;
  background: linear-gradient(180deg, #edf3f7 0%, rgba(237, 243, 247, 0) 100%);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.03), 0px 6px 10px 2px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 4px 4px;
}
.faq-panel .accordion .accordion-card .accordion-body p,
.faq-panel .accordion .accordion-card .accordion-body li {
  font-size: 0.875rem;
}
.faq-panel .accordion .accordion-card .accordion-body p:last-of-type,
.faq-panel .accordion .accordion-card .accordion-body li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .faq-panel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus {
  color: #5D8FB5 !important;
}

.single-post .post-header {
  margin-bottom: 4rem;
  background-color: #f8f9fa;
  border-top: 4rem solid #fff;
  border-bottom: 4rem solid #fff;
}
@media (min-width: 1441px) {
  .single-post .post-header {
    margin-top: 4rem;
  }
}
.single-post .post-header-wrap {
  margin-top: -4rem;
  margin-bottom: -4rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.single-post .post-thumbnail-wrap {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 75%;
}
@media (min-width: 992px) {
  .single-post .post-thumbnail-wrap {
    padding-top: 56%;
  }
}
.single-post .post-thumbnail-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.single-post article header {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.single-post article header .entry-title {
  font-size: 3.75rem;
}
.single-post article header .post-categories {
  margin-bottom: -1.5rem;
}
.single-post article header .entry-title + .meta {
  margin-top: -1.5rem;
  margin-bottom: 0;
}
.single-post .main-column,
.single-post .recent-posts {
  max-width: 800px;
  margin-bottom: 2rem;
}

.comments {
  margin-top: 40px;
}

.post-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  margin-bottom: 2rem;
}

.post-categories {
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.post-categories a {
  color: #212529;
}

:root {
  --container-width: 100%;
}
@media (min-width: 576px) {
  :root {
    --container-width: 540px;
  }
}
@media (min-width: 768px) {
  :root {
    --container-width: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --container-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-width: 1140px;
  }
}

:root {
  --wp-admin-bar-height: 0px;
}

body.admin-bar {
  --wp-admin-bar-height: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    --wp-admin-bar-height: 46px;
  }
}

.fixed-top {
  top: var(--wp-admin-bar-height, 0);
}

.modal-dialog {
  margin-top: calc( 0.5rem + var( --wp-admin-bar-height ) );
}
@media (min-width: 576px) {
  .modal-dialog {
    margin-top: calc( 1.75rem + var( --wp-admin-bar-height ) );
  }
}

/**
 * WooCommerce CSS Variables
 */
/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Global styles
 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar p.demo_store {
  top: 32px;
}

/**
 * Utility classes
 */
.clear {
  clear: both;
}

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
   * Product Page
   */
  /**
   * Product loops
   */
  /**
   * Buttons
   */
  /**
   * Reviews
   */
  /**
   * Star ratings
   */
  /**
   * Tables
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */
  /**
   * Rating Filter Widget
   */
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce small.note {
  display: block;
  color: #6c757d;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #6c757d;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #6c757d;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #6c757d;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #6c757d;
  border: 1px solid #656d75;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #656d75;
  border-radius: 4px;
  padding: 1em 1em 0;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid #656d75;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: "star";
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: #545b62;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "WooCommerce";
  content: "";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "";
}
.woocommerce p.stars:hover a::before {
  content: "";
}
.woocommerce p.stars.selected a.active::before {
  content: "";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "";
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #dc3545;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #dc3545;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #5D8FB5;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #5D8FB5;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #264053;
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  color: #dc3545;
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}

/**
 * Right to left styles
 */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}

/**
 * Account page
 */
/**
 * Cart/checkout page
 */
.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

/**
 * Twenty Eleven specific styles
 */
/**
 * Twenty Thirteen specific styles
 */
/**
 * Twenty Fourteen specific styles
 */
/**
 * Twenty Sixteen specific styles
 */
/**
 * Mixins
 */
#mini-cart, .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-cart .cart-collaterals, .woocommerce-cart table.cart, .woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  border-radius: 0rem;
  border: 1px solid #adb5bd;
  padding: 1rem;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 0.5rem;
  font-weight: normal;
  font-size: 0.875rem;
}
.woocommerce-checkout #payment ul.payment_methods li > *:last-child,
#add_payment_method #payment ul.payment_methods li > *:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label,
#add_payment_method #payment ul.payment_methods li label {
  margin-bottom: 0;
  display: inline;
  line-height: 1.4;
}
.woocommerce-checkout #payment ul.payment_methods li label img,
#add_payment_method #payment ul.payment_methods li label img {
  float: right;
}

div.product form.cart .single_add_to_cart_button:before, ul.products li.product .add-to-cart-wrap .product_type_simple:before, .single_add_to_cart_button:before,
.add_to_cart_button:not(.product_type_variable):before {
  content: "";
  height: 1.1rem;
  width: 1.1rem;
  display: inline-block;
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='---Niche-Templates' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Store---Product-Detail' transform='translate(-798.000000, -377.000000)' fill='%23fff' fill-rule='nonzero'%3E%3Cg id='Group-7' transform='translate(756.000000, 239.000000)'%3E%3Cg id='Group-5' transform='translate(0.000000, 128.000000)'%3E%3Cg id='Button/Small---Left-Icon' transform='translate(32.000000, 0.000000)'%3E%3Cg id='Icon/Cart---Add' transform='translate(8.000000, 8.000000)'%3E%3Cpath d='M10.752,8.17111111 C12.1768485,8.17258051 13.3316186,9.32715181 13.3333334,10.752 C13.3335131,11.7960923 12.7047054,12.7374765 11.7401415,13.1371579 C10.7755776,13.5368393 9.66522721,13.3161011 8.92687889,12.5778799 C8.18853057,11.8396587 7.96760118,10.7293463 8.36711648,9.76471363 C8.76663178,8.8000809 9.70790768,8.17111111 10.752,8.17111111 Z M10.752,9.436 C10.5679051,9.436 10.4186667,9.58523842 10.4186667,9.76933333 L10.4186667,9.76933333 L10.4186667,10.3075556 C10.4186667,10.3689205 10.3689205,10.4186667 10.3075556,10.4186667 L10.3075556,10.4186667 L9.76888889,10.4186667 C9.58479397,10.4186667 9.43555556,10.5679051 9.43555556,10.752 C9.43555556,10.9360949 9.58479397,11.0853333 9.76888889,11.0853333 L9.76888889,11.0853333 L10.3075556,11.0853333 C10.3689205,11.0853333 10.4186667,11.1350795 10.4186667,11.1964444 L10.4186667,11.1964444 L10.4186667,11.7333333 C10.4186667,11.9174282 10.5679051,12.0666667 10.752,12.0666667 C10.9360949,12.0666667 11.0853333,11.9174282 11.0853333,11.7333333 L11.0853333,11.7333333 L11.0853333,11.1964444 C11.0853333,11.1350795 11.1350795,11.0853333 11.1964444,11.0853333 L11.1964444,11.0853333 L11.7333333,11.0853333 C11.9174282,11.0853333 12.0666667,10.9360949 12.0666667,10.752 C12.0666667,10.5679051 11.9174282,10.4186667 11.7333333,10.4186667 L11.7333333,10.4186667 L11.1964444,10.4186667 C11.1350795,10.4186667 11.0853333,10.3689205 11.0853333,10.3075556 L11.0853333,10.3075556 L11.0853333,9.76933333 C11.0853333,9.58523842 10.9360949,9.436 10.752,9.436 Z M4.22888889,2.66666263 C4.62715705,2.66545009 4.97341826,2.93961964 5.06355556,3.32755556 L5.06355556,3.32755556 L5.45377778,5.02488889 C5.46520329,5.07533772 5.51005133,5.11114232 5.56177778,5.11111111 L5.56177778,5.11111111 L12.032,5.11111111 C12.3078927,5.11048457 12.5672106,5.24273605 12.7287018,5.46642733 C12.890193,5.6901186 12.9341004,5.977883 12.8466667,6.23955556 L12.8466667,6.23955556 L12.4022222,7.57288889 C12.3519669,7.72373436 12.2250539,7.83631041 12.0692902,7.86821073 C11.9135265,7.90011104 11.7525763,7.84648921 11.647068,7.72754406 C11.5415597,7.60859891 11.5075224,7.44240103 11.5577778,7.29155556 L11.5577778,7.29155556 L11.8906667,6.29244444 C11.9132268,6.22470994 11.9018701,6.15026099 11.8601411,6.09233335 C11.8184121,6.03440572 11.7513927,6.00005419 11.68,6 L11.68,6 L5.81733333,6 C5.78365676,6.00056189 5.75205285,6.0163691 5.73140447,6.04297872 C5.7107561,6.06958835 5.70329237,6.10412771 5.71111111,6.13688889 L5.71111111,6.13688889 L6.22222222,8.35911111 C6.23398836,8.40847502 6.27770477,8.44359447 6.32844444,8.44444444 L6.32844444,8.44444444 L7.84755556,8.44444444 C8.09301544,8.44444444 8.292,8.643429 8.292,8.88888889 C8.292,9.13434878 8.09301544,9.33333333 7.84755556,9.33333333 L7.84755556,9.33333333 L6.584,9.33333333 C6.5505172,9.3334046 6.51885188,9.34857117 6.49780934,9.37461564 C6.47676679,9.4006601 6.46859104,9.43480501 6.47555556,9.46755556 L6.47555556,9.46755556 L6.62222222,10.1062222 C6.62969456,10.1374784 6.65003661,10.1641168 6.67822222,10.1795556 C7.07629741,10.3916012 7.2832661,10.8437896 7.18357761,11.2836639 C7.08388912,11.7235382 6.70219619,12.0423185 6.25159807,12.0620297 C5.80099996,12.0817409 5.39292851,11.7975084 5.25521013,11.3680194 C5.11749175,10.9385303 5.28418386,10.4699963 5.66222222,10.224 C5.70137497,10.1987388 5.72041372,10.1515868 5.70977778,10.1062222 L5.70977778,10.1062222 L4.21777778,3.61733333 C4.20565222,3.56602235 4.15938153,3.53011629 4.10666667,3.53111111 L4.10666667,3.53111111 L3.11111111,3.55555556 C2.86565122,3.55555556 2.66666667,3.356571 2.66666667,3.11111111 C2.66666667,2.86565122 2.86565122,2.66666263 3.11111111,2.66666263 L3.11111111,2.66666263 Z' id='Fill'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

/**
 *  Store Notice
 */
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #17a2b8;
  color: #fff;
  z-index: 99998;
  box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
.woocommerce-store-notice a {
  color: #fff;
  text-decoration: underline;
}

.woocommerce .wrap[role=document],
.woocommerce-cart .wrap[role=document],
.woocommerce-checkout .wrap[role=document],
.woocommerce-page .wrap[role=document] {
  padding-bottom: 4rem;
}
.woocommerce .page-title,
.woocommerce-cart .page-title,
.woocommerce-checkout .page-title,
.woocommerce-page .page-title {
  margin-top: 3rem;
}
.woocommerce a.remove,
.woocommerce-cart a.remove,
.woocommerce-checkout a.remove,
.woocommerce-page a.remove {
  display: block;
  font-size: 28px;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 0.825;
  border-radius: 100%;
  color: #000 !important;
  text-decoration: none;
  font-weight: normal;
  border: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.woocommerce a.remove:hover,
.woocommerce-cart a.remove:hover,
.woocommerce-checkout a.remove:hover,
.woocommerce-page a.remove:hover {
  color: #fff !important;
  background-color: #000;
}

/**
 *  Woocommerce forms and fields
 */
.woocommerce {
  /**
  *  Form Columns
  */
  /**
  *  Form Fields in a grid
  */
}
.woocommerce form .form-row {
  margin-left: 0;
  margin-right: 0;
  flex-grow: 1;
}
.woocommerce form .form-row-wide {
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce form .form-row-first {
    width: 50%;
    padding-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .woocommerce form .form-row-last {
    width: 50%;
    padding-left: 0.5rem;
  }
}
.woocommerce form [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form label:not(.screen-reader-text) {
  line-height: 2;
  font-size: 0.875rem;
  width: 100%;
}
.woocommerce form label.hidden {
  visibility: hidden;
}
.woocommerce form label.inline {
  display: inline;
}
.woocommerce form .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: 0.5em 0 0;
  clear: both;
  display: none;
  position: relative;
}
.woocommerce form .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none;
}
.woocommerce form .woocommerce-input-wrapper .description::before {
  left: 50%;
  top: 0%;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: #1e85be transparent transparent transparent;
  z-index: 100;
  display: block;
}
.woocommerce form select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .optional {
  visibility: visible;
}
.woocommerce form .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form input.input-text,
.woocommerce form textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
}
.woocommerce form textarea {
  height: 4em;
  min-height: 5em;
  line-height: 1.5;
  display: block;
  box-shadow: none;
}
.woocommerce form .select2-container {
  width: 100%;
  line-height: 2em;
  text-align: left;
}
.woocommerce form .woocommerce-invalid label {
  color: #dc3545;
}
.woocommerce form .woocommerce-invalid .select2-container,
.woocommerce form .woocommerce-invalid input.input-text,
.woocommerce form .woocommerce-invalid select,
.woocommerce form .woocommerce-invalid textarea {
  border-color: #dc3545;
}
.woocommerce form .woocommerce-validated .select2-container,
.woocommerce form .woocommerce-validated .select2-selection,
.woocommerce form .woocommerce-validated input.input-text,
.woocommerce form .woocommerce-validated select,
.woocommerce form .woocommerce-validated textarea {
  border-color: #28a745;
}
.woocommerce form ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form :-moz-placeholder {
  line-height: normal;
}
.woocommerce form :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  margin: 2rem 0;
  text-align: left;
  background: #fff;
  border-radius: 0rem;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-form-login {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-form-login > p:not(.form-row) {
    width: 100%;
  }
}
.woocommerce .woocommerce-form-login label {
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-form-login .password-input {
  width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  min-width: 140px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword {
  font-size: 13px;
}
.woocommerce .woocommerce-form-login .woocommerce-LostPassword:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .woocommerce form.checkout_coupon {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce form.checkout_coupon > p:not(.form-row) {
    width: 100%;
  }
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce .quantity-wrap {
  color: #495057;
  padding: 0 0.75rem;
  background: #e9ecef !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0rem;
}
.woocommerce .quantity-wrap .button-wrap {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #000;
  border-radius: 100px;
  overflow: hidden;
}
.woocommerce .quantity-wrap .minus,
.woocommerce .quantity-wrap .plus {
  width: 18px;
  height: 18px;
  background-color: #000;
  border: none;
  color: #fff;
  line-height: 0;
  padding: 0;
  flex-shrink: 0;
  font-size: 12px;
  position: relative;
  top: -3px;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  background: #e9ecef !important;
  border: none !important;
}
.woocommerce .col2-set {
  flex-grow: 1;
}
.woocommerce .col-1 {
  max-width: unset;
  padding: unset;
}
.woocommerce .col-1 .create-account {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.woocommerce .col-1 .create-account label {
  margin-bottom: 0;
}
.woocommerce .col-2 {
  max-width: unset;
  padding: unset;
}
.woocommerce .col-2 h3#ship-to-different-address {
  font-size: 1rem;
  margin-top: 1rem;
}
.woocommerce .col-2 h3#ship-to-different-address label {
  margin-bottom: 0;
}
.woocommerce .col-2 h3#ship-to-different-address .input-checkbox {
  margin: -2px 8px 0 0;
}
.woocommerce .col-2 .shipping_address:before {
  content: "Shipping Details";
  display: block;
  font-size: 1.25rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.woocommerce .woocommerce-address-fields__field-wrapper,
.woocommerce .woocommerce-shipping-fields__field-wrapper,
.woocommerce .woocommerce-EditAccountForm {
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-address-fields__field-wrapper:last-child,
.woocommerce .woocommerce-shipping-fields__field-wrapper:last-child,
.woocommerce .woocommerce-EditAccountForm:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-address-fields__field-wrapper em,
.woocommerce .woocommerce-shipping-fields__field-wrapper em,
.woocommerce .woocommerce-EditAccountForm em {
  margin-top: 0.5rem;
  display: block;
  font-size: 14px;
}
.woocommerce .woocommerce-address-fields__field-wrapper fieldset,
.woocommerce .woocommerce-shipping-fields__field-wrapper fieldset,
.woocommerce .woocommerce-EditAccountForm fieldset {
  width: 100%;
}
.woocommerce .woocommerce-address-fields__field-wrapper legend,
.woocommerce .woocommerce-shipping-fields__field-wrapper legend,
.woocommerce .woocommerce-EditAccountForm legend {
  padding-top: 2rem;
}
.woocommerce .woocommerce-address-fields__field-wrapper .password-input,
.woocommerce .woocommerce-shipping-fields__field-wrapper .password-input,
.woocommerce .woocommerce-EditAccountForm .password-input {
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-address-fields__field-wrapper .password-input,
.woocommerce .woocommerce-shipping-fields__field-wrapper .password-input,
.woocommerce .woocommerce-EditAccountForm .password-input {
    width: 320px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .woocommerce .woocommerce-address-fields__field-wrapper,
.woocommerce .woocommerce-shipping-fields__field-wrapper,
.woocommerce .woocommerce-EditAccountForm {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .woocommerce .woocommerce-address-fields__field-wrapper #billing_city_field,
.woocommerce .woocommerce-address-fields__field-wrapper #shipping_city_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #billing_city_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
.woocommerce .woocommerce-EditAccountForm #billing_city_field,
.woocommerce .woocommerce-EditAccountForm #shipping_city_field {
    width: 33%;
    padding-right: 0.5rem;
  }
  .woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_2_field + #billing_postcode_field + #billing_city_field,
.woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_2_field + #shipping_postcode_field + #shipping_city_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field + #billing_postcode_field + #billing_city_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field + #shipping_postcode_field + #shipping_city_field,
.woocommerce .woocommerce-EditAccountForm #shipping_address_2_field + #billing_postcode_field + #billing_city_field,
.woocommerce .woocommerce-EditAccountForm #shipping_address_2_field + #shipping_postcode_field + #shipping_city_field {
    padding-right: 0;
    padding-left: 0.5rem;
  }
  .woocommerce .woocommerce-address-fields__field-wrapper #billing_state_field,
.woocommerce .woocommerce-address-fields__field-wrapper #shipping_state_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #billing_state_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #shipping_state_field,
.woocommerce .woocommerce-EditAccountForm #billing_state_field,
.woocommerce .woocommerce-EditAccountForm #shipping_state_field {
    width: 33%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .woocommerce .woocommerce-address-fields__field-wrapper #billing_postcode_field,
.woocommerce .woocommerce-address-fields__field-wrapper #shipping_postcode_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
.woocommerce .woocommerce-EditAccountForm #billing_postcode_field,
.woocommerce .woocommerce-EditAccountForm #shipping_postcode_field {
    width: 33%;
    padding-left: 0.5rem;
  }
  .woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_2_field + #billing_postcode_field,
.woocommerce .woocommerce-address-fields__field-wrapper #shipping_address_2_field + #shipping_postcode_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field + #billing_postcode_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #shipping_address_2_field + #shipping_postcode_field,
.woocommerce .woocommerce-EditAccountForm #shipping_address_2_field + #billing_postcode_field,
.woocommerce .woocommerce-EditAccountForm #shipping_address_2_field + #shipping_postcode_field {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .woocommerce .woocommerce-address-fields__field-wrapper #billing_phone_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #billing_phone_field,
.woocommerce .woocommerce-EditAccountForm #billing_phone_field {
    width: 50%;
    padding-right: 0.5rem;
  }
  .woocommerce .woocommerce-address-fields__field-wrapper #billing_email_field,
.woocommerce .woocommerce-shipping-fields__field-wrapper #billing_email_field,
.woocommerce .woocommerce-EditAccountForm #billing_email_field {
    width: 50%;
    padding-left: 0.5rem;
  }
}

/**
  * Tables
  */
@media (max-width: 575.98px) {
  .woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0.5rem 1rem;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    padding-right: 1rem;
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
.woocommerce-page table.shop_table_responsive tr td.product-remove::before,
.woocommerce-page table.shop_table_responsive tr td.actions::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce table.shop_table_responsive tr:last-child td,
.woocommerce-page table.shop_table_responsive tr:last-child td {
    padding-bottom: 1rem;
  }
}
.woocommerce table.shop_attributes,
.woocommerce-page table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th,
.woocommerce-page table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td,
.woocommerce-page table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p,
.woocommerce-page table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th,
.woocommerce-page table.shop_attributes tr:nth-child(even) td,
.woocommerce-page table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
  font-size: 0.875rem;
  margin-bottom: 2rem;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0rem;
}
.woocommerce table.shop_table thead,
.woocommerce-page table.shop_table thead {
  padding-bottom: 1rem;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-weight: 700;
  padding: 0.3333333333rem 0.5rem 0.6666666667rem;
  line-height: 1.5em;
}
@media (min-width: 576px) {
  .woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
  }
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
  padding: 0.3333333333rem 0.5rem;
  vertical-align: middle;
  line-height: 1.5em;
}
@media (min-width: 576px) {
  .woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
  }
}
.woocommerce table.shop_table td small,
.woocommerce-page table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table td del,
.woocommerce-page table.shop_table td del {
  font-weight: normal;
}
@media (min-width: 576px) {
  .woocommerce table.shop_table tr:first-child td,
.woocommerce table.shop_table tr:first-child th,
.woocommerce-page table.shop_table tr:first-child td,
.woocommerce-page table.shop_table tr:first-child th {
    padding-top: 1rem;
  }
}
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce-page table.shop_table tbody:first-child tr:first-child th,
.woocommerce-page table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th,
.woocommerce-page table.shop_table tbody th {
  font-weight: 700;
}
.woocommerce table.shop_table .quantity,
.woocommerce-page table.shop_table .quantity {
  display: inline-block;
}
.woocommerce table.my_account_orders,
.woocommerce-page table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td,
.woocommerce-page table.my_account_orders th,
.woocommerce-page table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button,
.woocommerce-page table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions,
.woocommerce-page table.my_account_orders .order-actions {
  text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button,
.woocommerce-page table.my_account_orders .order-actions .button {
  margin: 0.125em 0 0.125em 0.25em;
  font-size: 0.75rem;
}
.woocommerce table.my_account_orders .woocommerce-orders-table__cell-order-actions .button,
.woocommerce-page table.my_account_orders .woocommerce-orders-table__cell-order-actions .button {
  font-size: 0.75rem;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th,
.woocommerce-page table.woocommerce-MyAccount-downloads td,
.woocommerce-page table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child,
.woocommerce-page table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce-page table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child,
.woocommerce-page table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce-page table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before,
.woocommerce-page table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce-page table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}
.woocommerce .woocommerce-MyAccount-downloads-file,
.woocommerce-page .woocommerce-MyAccount-downloads-file {
  font-size: 0.75rem;
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta,
.woocommerce-page td.product-name dl.variation,
.woocommerce-page td.product-name .wc-item-meta {
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce-page td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation .wc-item-meta-label,
.woocommerce-page td.product-name .wc-item-meta dt,
.woocommerce-page td.product-name .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd,
.woocommerce-page td.product-name dl.variation dd,
.woocommerce-page td.product-name .wc-item-meta dd {
  margin: 0;
}
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce-page td.product-name dl.variation p,
.woocommerce-page td.product-name dl.variation:last-child,
.woocommerce-page td.product-name .wc-item-meta p,
.woocommerce-page td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification,
.woocommerce-page td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity,
.woocommerce-page td.product-quantity {
  min-width: 80px;
}

/**
 *  Woocommerce Buttons
 */
a.button.loading,
button.button.loading,
input.button.loading,
#respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
a.button.loading::after,
button.button.loading::after,
input.button.loading::after,
#respond input#submit.loading::after {
  font-family: "WooCommerce";
  content: "";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0.618em;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
a.button.added::after,
button.button.added::after,
input.button.added::after,
#respond input#submit.added::after {
  font-family: "WooCommerce";
  content: "";
  margin-left: 0.53em;
  vertical-align: bottom;
}
a.button:disabled, a.button.disabled, a.button:disabled[disabled],
button.button:disabled,
button.button.disabled,
button.button:disabled[disabled],
input.button:disabled,
input.button.disabled,
input.button:disabled[disabled],
#respond input#submit:disabled,
#respond input#submit.disabled,
#respond input#submit:disabled[disabled] {
  cursor: not-allowed;
}

.cart .button,
.cart input.button {
  float: none;
}

a.added_to_cart {
  margin-top: 0.5rem;
  display: block;
}

.single_add_to_cart_button,
.add_to_cart_button:not(.product_type_variable) {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
/**
 *  Woocommerce Product Grid
 */
ul.products {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
ul.products li.product {
  margin: 0 0.75rem 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 calc(50% - 1rem* 1.5);
}
@media (min-width: 768px) {
  ul.products li.product {
    flex: 0 0 calc(33.3333333333% - 1rem* 1.5);
  }
}
@media (min-width: 992px) {
  ul.products li.product {
    flex: 0 0 calc(25% - 1rem* 1.5);
  }
}

/**
* Product loops
*/
.products ul,
ul.products {
  padding: 0;
  list-style: none;
}

ul.products li.product .onsale {
  top: 0.5rem;
  right: 0.5rem;
  left: auto;
}
ul.products li.product .woocommerce-loop-product__link {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-category__title {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #212529;
}
ul.products li.product .short-description {
  color: #212529;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  display: none;
}
ul.products li.product .short-description > * {
  margin-bottom: 0;
}
ul.products li.product a {
  text-decoration: none;
}
ul.products li.product .product-image-wrap {
  margin: 0 0 0.5rem;
  transition: box-shadow 0.3s ease;
  height: 0;
  padding-bottom: 150%;
  overflow: hidden;
  position: relative;
  background: transparent;
}
ul.products li.product .product-image-wrap .policies-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
ul.products li.product .product-image-wrap .policies-image img {
  -o-object-position: left;
     object-position: left;
}
ul.products li.product .product-image-wrap .policies-image p {
  color: #000;
  font-weight: 700;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  left: 22%;
  right: 38%;
  line-height: 1.25;
  font-size: 88%;
  top: 13%;
  background: #ececec;
  padding-bottom: 8px;
  max-height: 50%;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  ul.products li.product .product-image-wrap .policies-image p {
    font-size: 10px;
  }
}
@media (max-height: 440px) {
  ul.products li.product .product-image-wrap .policies-image p {
    font-size: 10px;
  }
}
ul.products li.product .product-image-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  height: 100%;
  top: 0;
  left: -20px;
  width: 100%;
}
ul.products li.product strong {
  display: block;
}
ul.products li.product .additional-info {
  margin-top: auto;
}
ul.products li.product .additional-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-bottom: 0;
}
ul.products li.product .additional-info .version {
  margin-right: 2px;
}
ul.products li.product .additional-info .edition {
  color: #808080;
}
ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}
ul.products li.product .star-rating {
  font-size: 0.857em;
}
ul.products li.product .add-to-cart-wrap {
  display: flex;
  margin-top: 0;
  flex-wrap: wrap;
}
ul.products li.product .add-to-cart-wrap .quantity, ul.products li.product .add-to-cart-wrap .read-more {
  display: none;
}
ul.products li.product .add-to-cart-wrap .qty {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 3.331em;
}
ul.products li.product .add-to-cart-wrap .product_type_simple {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
ul.products li.product .add-to-cart-wrap .added_to_cart {
  width: 100%;
}
ul.products li.product .add-to-cart-wrap .button {
  background: #00CC8C;
  border: none;
  border-radius: 24px;
  color: white;
  font-weight: bold;
  padding: 4px 18px;
  font-size: 16px;
  flex-grow: initial;
}
ul.products li.product .add-to-cart-wrap .button::before {
  content: none;
}
ul.products li.product .button {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.products li.product .button.added:after {
  position: absolute;
  background: #5D8FB5;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  font-size: 10px;
  right: -11px;
  top: -10px;
  border: 2px solid #fff;
  line-height: 18px;
  text-align: center;
  margin: 0;
}
ul.products li.product .button.loading {
  opacity: 0.7;
}
ul.products li.product .button.loading:after {
  position: absolute;
  background: #5D8FB5;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  font-size: 9px;
  right: -11px;
  top: -10px;
  border: 2px solid #fff;
  line-height: 18px;
  text-align: center;
  margin: 0;
}
ul.products li.product .price {
  color: #212529;
  display: block;
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 4px;
  margin-bottom: 12px;
}
ul.products li.product .price del {
  color: #dc3545;
  display: inline-block;
}
ul.products li.product .price ins {
  display: inline-block;
  text-decoration: none;
}
ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(137, 137, 137, 0.5);
}

/**
 *  Woocommerce Pagination
 */
nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: 4px;
  margin: 1rem auto 4rem;
}
nav.woocommerce-pagination a,
nav.woocommerce-pagination span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 24px;
  color: #5D8FB5;
  background-color: transparent;
  border: 1px solid #5D8FB5;
}
nav.woocommerce-pagination a .svg-icon,
nav.woocommerce-pagination span .svg-icon {
  vertical-align: text-bottom;
  height: 22px;
  width: 14px;
}
nav.woocommerce-pagination a:first-child,
nav.woocommerce-pagination span:first-child {
  margin-left: 0;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
nav.woocommerce-pagination a:last-child,
nav.woocommerce-pagination span:last-child {
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
}
nav.woocommerce-pagination a:hover,
nav.woocommerce-pagination span:hover {
  color: #264A6D;
  text-decoration: none;
  border-color: #264A6D;
}
nav.woocommerce-pagination a:focus,
nav.woocommerce-pagination span:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93, 143, 181, 0.25);
}
nav.woocommerce-pagination a.current,
nav.woocommerce-pagination span.current {
  z-index: 1;
  color: #fff;
  background-color: rgba(93, 143, 181, 0.75);
  border-color: rgba(93, 143, 181, 0.75);
}
nav.woocommerce-pagination a:not(:disabled):not(.disabled),
nav.woocommerce-pagination span:not(:disabled):not(.disabled) {
  cursor: pointer;
}
nav.woocommerce-pagination a.next .svg-icon,
nav.woocommerce-pagination span.next .svg-icon {
  margin-left: 0.5rem;
}
nav.woocommerce-pagination a.prev .svg-icon,
nav.woocommerce-pagination span.prev .svg-icon {
  margin-right: 0.5rem;
}

/**
 *  Sale Badge
 */
span.onsale {
  width: 53px;
  height: 53px;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 52px;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #dc3545;
  color: #fff;
  font-size: 14px;
  z-index: 9;
  text-transform: uppercase;
}

/**
 *  Woocommerce Breadcrumb
 */
.woocommerce-breadcrumb {
  opacity: 0.5;
  margin: 1rem 0 2rem;
  font-size: 0.875rem;
  max-width: 100%;
  word-break: break-word;
}

/**
* Woocommerce Messages
*/
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-notice {
  padding: 1em 2em 1em 3.5em;
  margin: 2rem 0;
  position: relative;
  color: #fff;
  border-top: 3px solid #5D8FB5;
  list-style: none outside;
  *zoom: 1;
  width: 100%;
  word-wrap: break-word;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-notice a {
  color: inherit;
  text-decoration: underline;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-notice .button {
  text-decoration: none;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-notice::before,
.woocommerce-notice::after {
  content: " ";
  display: table;
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-notice::after {
  clear: both;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-notice::before {
  font-family: "WooCommerce";
  content: "";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-notice .button {
  float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-notice li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-message,
.woocommerce-notice--success {
  border-top-color: #00CC8C;
  background-color: rgba(0, 204, 140, 0.75);
}
.woocommerce-message::before,
.woocommerce-notice--success::before {
  content: "";
}

.woocommerce-info {
  border-top-color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.75);
}

.woocommerce-error {
  border-top-color: #bd2130;
  background-color: #dc3545;
}
.woocommerce-error::before {
  content: "";
}

/**
 *  Category Slider
 */
.categories-slider {
  display: flex;
  margin: 0 -0.75rem 2rem;
  overflow-x: scroll;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-padding: 0 1rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.categories-slider .product-category {
  width: 265px;
  flex-shrink: 0;
  margin: 0 0.75rem 1.5rem;
  background-color: #fff;
  scroll-snap-align: start;
  -webkit-overflow-scrolling: touch;
}
.categories-slider .product-category a {
  text-decoration: none;
  display: block;
}
.categories-slider .product-category a:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.categories-slider .category-image-wrap {
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
  background: #f8f9fa;
}
.categories-slider .category-image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.categories-slider .woocommerce-loop-category__title {
  padding: 0.5rem 1rem;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #212529;
}
.categories-slider .woocommerce-loop-category__title .count {
  display: none;
}

/**
*  Shop Filters
*/
.shop-filters-button-wrap {
  margin-right: auto !important;
}
@media (max-width: 575.98px) {
  .shop-filters-button-wrap {
    width: 100%;
  }
}

#shop-filters-toggle {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  padding: 0;
}

#filters-drawer {
  width: 324px;
  max-width: 100vw;
  padding: 1rem;
  position: fixed;
  top: 0;
  left: -324px;
  height: 100vh;
  z-index: 999;
  margin: 0 !important;
  background: #fff;
  transition: all 0.3s;
  overflow-y: auto;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.02), 0 4px 6px 1px rgba(0, 0, 0, 0.06);
}
#filters-drawer.active {
  left: 0;
  display: block;
  opacity: 1;
}

.filters-drawer-header {
  display: flex;
  margin-bottom: 50px;
}

#filters-drawerCloseButton {
  margin-left: auto;
  font-size: 30px;
  font-weight: normal;
  line-height: 0;
  opacity: 0.8;
}

.filters-drawer-mask {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.filters-drawer-mask.active {
  display: block;
  opacity: 1;
}

.shop-filters label {
  font-weight: 700;
}
.shop-filters .facetwp-facet {
  margin-bottom: 1.5rem;
}
.shop-filters .facetwp-type-fselect .fs-wrap {
  width: 100%;
}
.shop-filters .fs-label-wrap {
  border: 1px solid #ced4da;
  color: #495057;
}

/**
 *  Woocommerce Archive Pages/Main Shop page
 */
.woocommerce.archive .woocommerce-products-header__title {
  margin-bottom: 0;
  margin-top: 3rem;
}
.woocommerce.archive .archive-sorting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.75rem;
}
.woocommerce.archive .archive-sorting > * {
  margin: 0.25rem 0;
}
.woocommerce.archive .woocommerce-result-count {
  margin-right: 1rem;
  font-size: 0.875rem;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .woocommerce.archive .woocommerce-result-count {
    margin-left: auto;
  }
}
.woocommerce.archive .woocommerce-wrapper > .woocommerce-products-header, .woocommerce.archive .woocommerce-wrapper > .archive-sorting {
  display: none;
}
.woocommerce.archive .woocommerce-wrapper > .woocommerce-products-header {
  background-color: #5D8FB5;
  padding-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.woocommerce.archive .woocommerce-wrapper > .woocommerce-products-header > * {
  max-width: 726px;
  padding: 0 20px;
  margin: 0 auto;
}
.woocommerce.archive .woocommerce-wrapper > .woocommerce-products-header .woocommerce-products-header__title {
  color: #264A6D;
  font-family: "Insignia";
  font-size: 2.25rem;
  line-height: 60px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}
.woocommerce.archive .woocommerce-wrapper > .woocommerce-products-header .term-description {
  color: #ffffff;
  font-family: "obvia";
  line-height: 20px;
}
@media (max-width: 575.98px) {
  .woocommerce.archive .woocommerce-wrapper > .woocommerce-products-header {
    padding-top: 30px;
  }
  .woocommerce.archive .woocommerce-wrapper > .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 2.5rem;
  }
  .woocommerce.archive .woocommerce-wrapper > .woocommerce-products-header .term-description {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .woocommerce.archive .woocommerce-wrapper > .woocommerce-products-header::before {
    content: "";
    background: url(../images/archive-white-swirls.png) no-repeat top left;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    bottom: 0;
    width: 100%;
    max-width: 260px;
  }
}
@media (min-width: 1440px) {
  .woocommerce.archive .woocommerce-wrapper > .woocommerce-products-header::before {
    max-width: 433px;
  }
}
.woocommerce.archive .woocommerce-wrapper > .products {
  margin-top: 76px;
  margin-bottom: 76px;
}
.woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header {
  background-color: #264A6D;
  margin-bottom: 66px;
}
.woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header .woocommerce-products-header__title {
  color: #fff;
  text-align: left;
}
.woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header .term-description {
  color: #5D8FB5;
}
.woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header .cat-img {
  position: absolute;
  bottom: -60px;
  left: 0;
}
@media (min-width: 1200px) {
  .woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header {
    padding-left: 100px;
  }
  .woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header .cat-img {
    bottom: -60px;
    left: calc(50% - 640px);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header {
    padding-left: 100px;
  }
  .woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header .cat-img {
    bottom: -50px;
    left: calc(50% - 600px);
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header {
    padding-left: 200px;
    margin-bottom: 36px;
  }
  .woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header .cat-img {
    bottom: 20%;
    left: -16px;
    width: 240px;
    top: 20%;
    max-height: 60%;
  }
}
@media (max-width: 767.98px) {
  .woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header {
    margin-bottom: 36px;
    text-align: center;
  }
  .woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header .woocommerce-products-header__title {
    text-align: center;
  }
  .woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header .term-description {
    text-align: center;
  }
  .woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header .cat-img {
    width: 240px;
    position: relative;
    bottom: auto;
    margin: 16px;
  }
}
.woocommerce.archive div.has-thumbnail + .woocommerce-wrapper > .woocommerce-products-header::before {
  content: none;
}

/**
* Product Page
*/
div.product {
  margin-top: 1rem;
  margin-bottom: 3rem;
  position: relative;
}
@media (min-width: 992px) {
  div.product .product-content-wrap {
    width: 50%;
  }
}
div.product .summary.entry-summary, div.product form.cart {
  display: none;
}
div.product .product_title {
  margin: 0;
  line-height: 1.2;
}
div.product .woocommerce-breadcrumb {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
div.product span.price,
div.product p.price {
  margin-top: 1rem;
  color: #212529;
}
div.product span.price del,
div.product p.price del {
  color: #dc3545;
}
div.product span.price ins,
div.product p.price ins {
  text-decoration: none;
}
div.product .woocommerce-Price-amount {
  font-weight: normal;
  text-decoration: none;
}
div.product p.stock {
  font-size: 0.92em;
}
div.product .out-of-stock {
  color: red;
}
div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
div.product .product_meta {
  display: none;
}
div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
div.product div.social span {
  margin: 0 0 0 2px;
}
div.product div.social span span {
  margin: 0;
}
div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #545b62;
  background-color: #6c757d;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: white;
}
div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff;
}
div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff;
}
div.product .woocommerce-tabs ul.tabs li::before, div.product .woocommerce-tabs ul.tabs li::after {
  border: 1px solid #545b62;
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  box-sizing: border-box;
}
div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #6c757d;
}
div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #6c757d;
}
div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #545b62;
  z-index: 1;
}
div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
div.product p.cart::before, div.product p.cart::after {
  content: " ";
  display: table;
}
div.product p.cart::after {
  clear: both;
}
div.product form.cart {
  margin-top: 1.5rem;
  *zoom: 1;
}
div.product form.cart::before, div.product form.cart::after {
  content: " ";
  display: table;
}
div.product form.cart::after {
  clear: both;
}
div.product form.cart div.quantity {
  float: left;
}
div.product form.cart div.quantity input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 3.631em;
}
div.product form.cart table {
  border-width: 0 0 1px;
}
div.product form.cart table td {
  padding-left: 0;
}
div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
div.product form.cart table small.stock {
  display: block;
  float: none;
}
div.product form.cart .variations {
  margin-bottom: 0.5rem;
  border: 0;
  min-width: 50%;
  margin-top: -0.5rem;
}
div.product form.cart .variations td,
div.product form.cart .variations th {
  border: 0;
}
div.product form.cart .variations tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
div.product form.cart .variations tr:last-child {
  margin-bottom: 0;
}
div.product form.cart .variations label {
  font-size: 0.875rem;
  margin-bottom: 0;
}
div.product form.cart .variations td.label {
  padding-right: 1em;
}
div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
  padding-top: 0.5rem;
  display: block !important;
}
div.product form.cart .wc-no-matching-variations {
  display: none;
}
div.product form.cart .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  float: left;
}
div.product form.cart .woocommerce-variation-add-to-cart-enabled {
  margin-top: 1rem;
}
div.product form.cart .single_add_to_cart_button {
  display: flex;
  align-items: center;
}
div.product form.cart.grouped_form .button {
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
}
div.product form.cart .group_table {
  margin-bottom: 1rem;
}
div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
  font-size: 0.875rem;
}
div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label {
  margin-bottom: 0;
}
div.product form.cart .group_table td {
  vertical-align: middle;
  padding-bottom: 0.5rem;
  border: 0;
}
div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  transform: scale(1.5, 1.5);
}
div.product form.cart .group_table div.quantity input {
  margin-right: 0;
}
div.product form.cart .woocommerce-grouped-product-list-item__price del {
  color: #dc3545;
}
div.product form.cart .woocommerce-grouped-product-list-item__price ins {
  text-decoration: none;
}
div.product .product-description > *:last-child {
  margin-bottom: 0;
}
div.product .product-description img {
  margin-top: 50px;
  margin-bottom: 50px;
}
div.product .related.products {
  margin-top: 3rem;
}
div.product .related.products > h2 {
  margin-top: 0;
  margin-bottom: 0.6666666667rem;
  font-size: 1rem;
}
div.product .related.products ul.products li.product {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  div.product .related.products ul.products li.product {
    flex: 0 0 calc(33.3333333333% - 1rem* 1.5);
  }
}

div.product div.images {
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  div.product div.images {
    width: 50%;
    margin: 0 1rem;
  }
}
div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
div.product div.images div.thumbnails {
  padding-top: 1em;
}
div.product div.images.woocommerce-product-gallery {
  position: relative;
}
div.product div.images .woocommerce-product-gallery__wrapper {
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}
div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  transform: rotate(-45deg);
  box-sizing: content-box;
}
div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0.25rem -0.25rem;
  padding: 0;
}
div.product div.images .flex-control-thumbs li {
  width: calc(25% - 1rem/2);
  float: left;
  margin: 0.25rem 0.25rem;
  list-style: none;
}
div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
div.product div.images .flex-control-thumbs li img.flex-active, div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}
div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}

/**
 *  Cart & Checkout
 */
.woocommerce-cart {
  /**
  *  Cart Page
  */
}
@media (min-width: 992px) {
  .woocommerce-cart .woocommerce {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .woocommerce-cart .woocommerce .woocommerce-cart-form {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 360px;
  }
}
.woocommerce-cart table.cart {
  background: #fff;
}
.woocommerce-cart table.cart thead {
  display: none;
}
.woocommerce-cart table.cart a {
  color: #212529;
  text-decoration: none;
}
.woocommerce-cart table.cart img {
  width: 47px;
  box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart .product-price {
  display: none;
}
.woocommerce-cart table.cart .product-thumbnail::before {
  content: none;
}
.woocommerce-cart table.cart .product-quantity .quantity-wrap {
  border-radius: 24px;
  background-color: #CCC !important;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin-left: auto;
}
.woocommerce-cart table.cart .product-quantity .quantity-wrap .quantity {
  font-weight: 700;
}
.woocommerce-cart table.cart .product-quantity .quantity-wrap .quantity .input-text.qty {
  background-color: #CCC !important;
  font-weight: 700;
  padding: 4px;
  min-width: 30px;
}
@media (min-width: 576px) {
  .woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
    width: 100px;
  }
  .woocommerce-cart table.cart th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .woocommerce-cart table.cart .product-remove {
    width: 10px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .woocommerce-cart table.cart .product-thumbnail {
    padding-left: 0;
    padding-right: 0;
    min-width: 47px;
    width: 47px;
  }
  .woocommerce-cart table.cart .product-name {
    width: 40%;
  }
  .woocommerce-cart table.cart .product-subtotal {
    text-align: right;
  }
  .woocommerce-cart table.cart .woocommerce-cart-form__cart-item:nth-last-child(2) td {
    padding-bottom: 0.5rem;
  }
}
.woocommerce-cart table.cart td.actions {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  *zoom: 1;
}
.woocommerce-cart table.cart td.actions::before, .woocommerce-cart table.cart td.actions::after {
  content: " ";
  display: table;
}
.woocommerce-cart table.cart td.actions::after {
  clear: both;
}
.woocommerce-cart table.cart .coupon {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .woocommerce-cart table.cart .coupon {
    float: left;
  }
}
.woocommerce-cart table.cart .coupon label {
  display: none;
}
.woocommerce-cart table.cart .coupon #coupon_code {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 24px 0 0 24px;
  border: 1px solid #5D8FB5;
  font-size: 14px;
  height: 32px;
  line-height: 18px;
}
.woocommerce-cart table.cart .coupon .button {
  line-height: 0;
  background: #5D8FB5;
  border: none;
  border-radius: 0 24px 24px 0;
  color: white;
  font-weight: bold;
  padding: 4px 12px;
  font-size: 14px;
  height: 32px;
}
.woocommerce-cart table.cart .button[name=update_cart] {
  float: right;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 14px;
  display: inline-block;
  margin-top: 0.5rem;
  color: #5D8FB5;
}
.woocommerce-cart table.cart .quantity .qty {
  width: 100%;
  min-width: 45px;
  line-height: auto;
  height: auto;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.woocommerce-cart table.cart .quantity .qty::-webkit-outer-spin-button, .woocommerce-cart table.cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart table.cart .quantity .qty[type=number] {
  -moz-appearance: textfield;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1em 0 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  background: #00CC8C;
  border: none;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  padding: 8px 18px;
  font-size: 16px;
}
.woocommerce-cart .wc-proceed-to-checkout .wcppec-checkout-buttons {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals {
  background: #fff;
  border-radius: 0rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .woocommerce-cart .cart-collaterals {
    padding: 1.5rem;
  }
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "";
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0;
}
.woocommerce-cart .cart-collaterals #calc_shipping_state_field > span {
  display: block;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    margin-bottom: 0.5rem;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals p small {
  color: #6c757d;
  font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-Price-amount {
  font-weight: bold;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 -1rem;
  width: calc(100% + 2rem);
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 35%;
}
@media (min-width: 576px) {
  .woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align: right;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal th {
  font-size: 0.875rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal th, .woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td {
  padding-top: 8px;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total th, .woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .woocommerce-cart .cart-collaterals .cart_totals table .order-total > * {
    padding-bottom: 1rem;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals table small {
  color: #6c757d;
}
.woocommerce-cart .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td {
  color: #dc3545;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .order-total {
  font-size: 1.25rem;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .paypal-button-label-card {
  max-width: 200px;
  margin: 0 auto;
}
.woocommerce-cart .powered-by-paypal {
  display: none;
}
.woocommerce-cart .paypal-button-label-container {
  width: 100px;
}

.woocommerce-checkout,
#add_payment_method {
  /**
  *  Checkout Page
  */
  /**
  *  Checkout Page Payment
  */
}
.woocommerce-checkout .checkout,
#add_payment_method .checkout {
  /**
  *  Customer Details
  */
  /**
  *  Order Review Column
  */
}
@media (min-width: 992px) {
  .woocommerce-checkout .checkout,
#add_payment_method .checkout {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .woocommerce-checkout .checkout > *,
#add_payment_method .checkout > * {
    width: 100%;
  }
}
.woocommerce-checkout .checkout h3,
#add_payment_method .checkout h3 {
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.woocommerce-checkout .checkout .form-row:last-child,
#add_payment_method .checkout .form-row:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout .checkout .col2-set,
#add_payment_method .checkout .col2-set {
  background: #fff;
  border-radius: 0rem;
  padding: 1.5rem;
  margin-bottom: 3rem;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .woocommerce-checkout .checkout .col2-set,
#add_payment_method .checkout .col2-set {
    width: calc(100% - 360px - (1.5rem));
  }
}
.woocommerce-checkout .checkout .col2-set label,
#add_payment_method .checkout .col2-set label {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper,
#add_payment_method .checkout .woocommerce-billing-fields__field-wrapper,
#add_payment_method .checkout .woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper #shipping_city_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper #billing_city_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field,
#add_payment_method .checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
#add_payment_method .checkout .woocommerce-billing-fields__field-wrapper #shipping_city_field,
#add_payment_method .checkout .woocommerce-shipping-fields__field-wrapper #billing_city_field,
#add_payment_method .checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field {
    width: 33%;
    padding-right: 0.5rem;
  }
  .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper #billing_state_field,
.woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper #shipping_state_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper #billing_state_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper #shipping_state_field,
#add_payment_method .checkout .woocommerce-billing-fields__field-wrapper #billing_state_field,
#add_payment_method .checkout .woocommerce-billing-fields__field-wrapper #shipping_state_field,
#add_payment_method .checkout .woocommerce-shipping-fields__field-wrapper #billing_state_field,
#add_payment_method .checkout .woocommerce-shipping-fields__field-wrapper #shipping_state_field {
    width: 33%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
.woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field,
#add_payment_method .checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field,
#add_payment_method .checkout .woocommerce-billing-fields__field-wrapper #shipping_postcode_field,
#add_payment_method .checkout .woocommerce-shipping-fields__field-wrapper #billing_postcode_field,
#add_payment_method .checkout .woocommerce-shipping-fields__field-wrapper #shipping_postcode_field {
    width: 33%;
    padding-left: 0.5rem;
  }
  .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper #billing_phone_field,
#add_payment_method .checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field,
#add_payment_method .checkout .woocommerce-shipping-fields__field-wrapper #billing_phone_field {
    width: 50%;
    padding-right: 0.5rem;
  }
  .woocommerce-checkout .checkout .woocommerce-billing-fields__field-wrapper #billing_email_field,
.woocommerce-checkout .checkout .woocommerce-shipping-fields__field-wrapper #billing_email_field,
#add_payment_method .checkout .woocommerce-billing-fields__field-wrapper #billing_email_field,
#add_payment_method .checkout .woocommerce-shipping-fields__field-wrapper #billing_email_field {
    width: 50%;
    padding-left: 0.5rem;
  }
}
.woocommerce-checkout .checkout .woocommerce-billing-fields h3,
#add_payment_method .checkout .woocommerce-billing-fields h3 {
  margin-top: 0;
}
.woocommerce-checkout .checkout .woocommerce-additional-fields h3,
#add_payment_method .checkout .woocommerce-additional-fields h3 {
  display: none;
}
.woocommerce-checkout .checkout .col-1,
#add_payment_method .checkout .col-1 {
  max-width: unset;
  padding: unset;
}
.woocommerce-checkout .checkout .col-1 .create-account,
#add_payment_method .checkout .col-1 .create-account {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.woocommerce-checkout .checkout .col-1 .create-account label,
#add_payment_method .checkout .col-1 .create-account label {
  margin-bottom: 0;
}
.woocommerce-checkout .checkout .col-2,
#add_payment_method .checkout .col-2 {
  max-width: unset;
  padding: unset;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  font-size: 1rem;
  margin-top: 1rem;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label,
#add_payment_method .checkout .col-2 h3#ship-to-different-address label {
  margin-bottom: 0;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address .input-checkbox,
#add_payment_method .checkout .col-2 h3#ship-to-different-address .input-checkbox {
  margin: -2px 8px 0 0;
}
.woocommerce-checkout .checkout .col-2 .shipping_address:before,
#add_payment_method .checkout .col-2 .shipping_address:before {
  content: "Shipping Details";
  display: block;
  font-size: 1.25rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order,
#add_payment_method .checkout .woocommerce-checkout-review-order {
  background: #f4f6f7;
  border-radius: 0rem;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .woocommerce-checkout .checkout .woocommerce-checkout-review-order,
#add_payment_method .checkout .woocommerce-checkout-review-order {
    width: 360px;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    flex-shrink: 0;
  }
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order:before,
#add_payment_method .checkout .woocommerce-checkout-review-order:before {
  content: "Your order";
  display: block;
  font-size: 1.25rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .shop_table,
#add_payment_method .checkout .woocommerce-checkout-review-order .shop_table {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  width: calc(100% + 1.2rem);
}
@media (min-width: 992px) {
  .woocommerce-checkout .checkout .woocommerce-checkout-review-order .shop_table,
#add_payment_method .checkout .woocommerce-checkout-review-order .shop_table {
    margin-left: -1.1rem;
    margin-right: -1.1rem;
    width: calc(100% + 2.2rem);
  }
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  margin-bottom: 0.5rem;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead {
  display: none;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td:last-child,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td:last-child {
  text-align: right;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
  font-weight: normal;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th .amount,
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td .amount,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th .amount,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td .amount {
  font-weight: normal !important;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr:first-child td, .woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr:first-child th,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr:first-child td,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr:first-child th {
  padding-top: 8px;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal th,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal th {
  font-size: 0.875rem;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal td,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal th,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal td {
  padding-top: 8px;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total td,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total th,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total td {
  font-size: 1rem;
}
.woocommerce-checkout .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total strong,
#add_payment_method .checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .order-total strong {
  font-weight: bold;
}
.woocommerce-checkout .checkout #order_review_heading,
#add_payment_method .checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout .checkout .checkout-coupon-toggle,
#add_payment_method .checkout .checkout-coupon-toggle {
  margin: 26px 0;
}
.woocommerce-checkout .checkout .checkout-coupon-toggle .woocommerce-info,
#add_payment_method .checkout .checkout-coupon-toggle .woocommerce-info {
  border: none;
  background-color: transparent;
  color: #808080;
  margin: 0;
  font-size: 0.875rem;
  padding: 0;
}
.woocommerce-checkout .checkout .checkout-coupon-toggle .woocommerce-info::before,
#add_payment_method .checkout .checkout-coupon-toggle .woocommerce-info::before {
  content: none;
}
.woocommerce-checkout .checkout .checkout-coupon-toggle .woocommerce-info a,
#add_payment_method .checkout .checkout-coupon-toggle .woocommerce-info a {
  text-decoration: none;
  color: #5D8FB5;
}
.woocommerce-checkout .checkout .coupon-form,
#add_payment_method .checkout .coupon-form {
  color: #808080;
  font-size: 0.875rem;
  margin-top: 12px;
}
.woocommerce-checkout .checkout .coupon-form #coupon_code,
#add_payment_method .checkout .coupon-form #coupon_code {
  width: calc(100% - 66px);
  margin-bottom: 0;
  margin-right: 0;
  border-radius: 24px 0 0 24px;
  border: 1px solid #5D8FB5;
  font-size: 14px;
  height: 32px;
  line-height: 18px;
}
.woocommerce-checkout .checkout .coupon-form .button,
#add_payment_method .checkout .coupon-form .button {
  line-height: 0;
  background: #5D8FB5;
  border: none;
  border-radius: 0 24px 24px 0;
  color: white;
  font-weight: bold;
  padding: 4px 0;
  font-size: 14px;
  height: 32px;
  width: 66px;
}
.woocommerce-checkout #payment:before,
#add_payment_method #payment:before {
  content: "Payment";
  display: block;
  font-size: 1.25rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  padding: 0;
  margin: 0 0 1.5rem;
  list-style: none outside;
}
.woocommerce-checkout #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
#add_payment_method #payment ul.payment_methods::after {
  content: " ";
  display: table;
}
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
  clear: both;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child,
#add_payment_method #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
  position: relative;
  top: 2px;
}
@media (min-width: 992px) {
  .woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
    top: -1px;
  }
}
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -16px 0 0 0.5em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
  *zoom: 1;
}
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  content: " ";
  display: table;
}
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 1em 0;
  font-size: 0.75rem;
  border-radius: 2px;
  line-height: 1.5;
  padding: 0.6666666667rem;
  color: #6c757d;
  background: #e9ecef;
}
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: #494f54;
  border-top-color: #3d4246;
}
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: #3d4246;
}
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: #3d4246;
}
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: #3d4246;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #6c757d;
  font-weight: normal;
}
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout #payment .wc_payment_method.payment_method_paypal,
#add_payment_method #payment .wc_payment_method.payment_method_paypal {
  position: relative;
}
.woocommerce-checkout #payment .wc_payment_method.payment_method_paypal .about_paypal,
#add_payment_method #payment .wc_payment_method.payment_method_paypal .about_paypal {
  display: none;
}
.woocommerce-checkout #payment .wc_payment_method.payment_method_paypal img,
#add_payment_method #payment .wc_payment_method.payment_method_paypal img {
  margin-top: -13px;
  margin-bottom: -13px;
  max-height: 52px;
  vertical-align: middle;
  display: none;
}
.woocommerce-checkout #payment .wc_payment_method.payment_method_paypal:after,
#add_payment_method #payment .wc_payment_method.payment_method_paypal:after {
  content: "";
  background: url(../images/paypal-black-fill.svg) no-repeat;
  background-size: contain;
  display: block;
  height: 18px;
  width: 18px;
  opacity: 0.7;
  position: absolute;
  right: 15px;
  top: 17px;
}
.woocommerce-checkout #payment .woocommerce-privacy-policy-text,
#add_payment_method #payment .woocommerce-privacy-policy-text {
  font-size: 12px;
  color: #6c757d;
}
.woocommerce-checkout #payment #place_order,
#add_payment_method #payment #place_order {
  width: 100%;
  text-align: center;
  background: #00CC8C;
  border: none;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  padding: 8px 18px;
  font-size: 16px;
}

/**
* Order page
*/
form[name=checkout] > div {
  border-radius: 0px !important;
}

.checkout-coupon-toggle .woocommerce-info {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woocommerce-order-received .woocommerce-order {
  background: #fff;
  padding: 1.5rem;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  .woocommerce-order-received .woocommerce-order {
    width: 70%;
  }
}
.woocommerce-order-received .woocommerce-order > .woocommerce-notice--success {
  display: none;
}
.woocommerce-order-received ul.order_details {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.02), 0px 4px 6px 1px rgba(0, 0, 0, 0.06);
  padding: 12px;
  border-radius: 0rem;
  *zoom: 1;
  margin: 0 0 3em;
  list-style: none;
}
.woocommerce-order-received ul.order_details::before, .woocommerce-order-received ul.order_details::after {
  content: " ";
  display: table;
}
.woocommerce-order-received ul.order_details::after {
  clear: both;
}
@media (min-width: 768px) {
  .woocommerce-order-received ul.order_details {
    display: flex;
    justify-content: space-between;
  }
}
.woocommerce-order-received ul.order_details li {
  font-size: 0.715em;
  list-style-type: none;
  margin-bottom: 1rem;
  color: #808080;
  font-size: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-order-received ul.order_details li {
    margin-bottom: 0;
  }
}
.woocommerce-order-received ul.order_details li:last-child {
  margin-bottom: 0;
}
.woocommerce-order-received ul.order_details li strong {
  display: block;
  font-size: 10px;
  text-transform: none;
  line-height: 14px;
  color: #000;
}
.woocommerce-order-received ul.order_details li:last-of-type {
  border: none;
}
.woocommerce-order-received .wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce-order-received .woocommerce-order-details__title {
  margin-top: 0;
  margin-bottom: 1rem;
  display: none;
}
.woocommerce-order-received .woocommerce-order-details {
  border-radius: 0rem;
  *zoom: 1;
}
.woocommerce-order-received .woocommerce-order-details::before, .woocommerce-order-received .woocommerce-order-details::after {
  content: " ";
  display: table;
}
.woocommerce-order-received .woocommerce-order-details::after {
  clear: both;
}
.woocommerce-order-received .woocommerce-order-details table.shop_table {
  border-collapse: collapse;
}
.woocommerce-order-received .woocommerce-order-details table.shop_table:last-child {
  margin-bottom: 0.5rem;
}
.woocommerce-order-received .woocommerce-order-details table.shop_table thead th {
  font-size: 0.75rem;
  color: #808080;
  font-weight: 400;
  padding: 10px 1rem 10px 0;
  border-bottom: 2px solid rgba(211, 211, 211, 0.7);
}
.woocommerce-order-received .woocommerce-order-details table.shop_table tbody {
  background: #f8f9fa;
}
.woocommerce-order-received .woocommerce-order-details table.shop_table tbody td {
  padding: 10px 1rem 10px 0;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}
.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot {
  background: #f8f9fa;
}
.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot > tr:last-child > * {
  padding-bottom: 1rem;
}
.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot > tr th, .woocommerce-order-received .woocommerce-order-details table.shop_table tfoot > tr td {
  padding: 10px 1rem 10px 0;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  border-top: 2px solid rgba(211, 211, 211, 0.7);
}
.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot > tr th {
  font-weight: 700;
}
.woocommerce-order-received .woocommerce-order-downloads,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order-details {
  border-radius: 0rem;
  *zoom: 1;
  margin-bottom: 2em;
}
.woocommerce-order-received .woocommerce-order-downloads::before, .woocommerce-order-received .woocommerce-order-downloads::after,
.woocommerce-order-received .woocommerce-customer-details::before,
.woocommerce-order-received .woocommerce-customer-details::after,
.woocommerce-order-received .woocommerce-order-details::before,
.woocommerce-order-received .woocommerce-order-details::after {
  content: " ";
  display: table;
}
.woocommerce-order-received .woocommerce-order-downloads::after,
.woocommerce-order-received .woocommerce-customer-details::after,
.woocommerce-order-received .woocommerce-order-details::after {
  clear: both;
}
.woocommerce-order-received .woocommerce-order-downloads *:last-child,
.woocommerce-order-received .woocommerce-customer-details *:last-child,
.woocommerce-order-received .woocommerce-order-details *:last-child {
  margin-bottom: 0;
}
.woocommerce-order-received .woocommerce-column__title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}
.woocommerce-order-received .woocommerce-column__title:first-child {
  margin-top: 0;
  margin-bottom: 1rem;
}
.woocommerce-order-received .woocommerce-customer-details address {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}

/**
* Account Page
*/
body.woocommerce-account:not(.logged-in) header.page-header nav.navbar > div > *:not(.navbar-brand),
body.woocommerce-account:not(.logged-in) header.page-header .page-header-content {
  display: none !important;
}
body.woocommerce-account:not(.logged-in) header.page-header .navbar > .container, body.woocommerce-account:not(.logged-in) header.page-header .woocommerce.archive .woocommerce-wrapper.navbar > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points), .woocommerce.archive body.woocommerce-account:not(.logged-in) header.page-header .woocommerce-wrapper.navbar > *:not(.woocommerce-products-header):not(.how-it-works):not(.testimonials):not(.sell-points), body.woocommerce-account:not(.logged-in) header.page-header .navbar > div.product {
  justify-content: center;
}
body.woocommerce-account:not(.logged-in) header.page-header .navbar .navbar-brand {
  margin: 0;
}
body.woocommerce-account:not(.logged-in) footer {
  display: none;
}
body.woocommerce-account:not(.logged-in) .wrap .woocommerce {
  margin-top: 70px;
}
body.woocommerce-account:not(.logged-in) .wrap .woocommerce > h2 {
  font-weight: 700;
}
body.woocommerce-account:not(.logged-in) .wrap .woocommerce form.login {
  background-color: transparent;
  box-shadow: none;
}
body.woocommerce-account:not(.logged-in) .wrap .woocommerce form.login .woocommerce-button {
  background-color: #5D8FB5;
  width: 100%;
  border-color: #5D8FB5;
  margin-top: 4px;
  font-weight: 700;
}
body.woocommerce-account:not(.logged-in) .wrap .woocommerce form.login .woocommerce-LostPassword a {
  color: #5D8FB5;
}
body.woocommerce-account:not(.logged-in) .wrap .woocommerce form.login p label {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  body.woocommerce-account:not(.logged-in) header.page-header {
    height: 100%;
    position: fixed;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    background-image: url("../images/blue-tick-bg-login.jpg");
  }
  body.woocommerce-account:not(.logged-in) .wrap {
    height: 100%;
    position: fixed;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
  }
  body.woocommerce-account:not(.logged-in) .wrap .woocommerce {
    max-width: 400px;
    margin: 0 auto;
  }
  body.woocommerce-account:not(.logged-in) .wrap .woocommerce > h2 {
    text-align: left;
    padding-left: 1.5rem;
    margin-bottom: 0;
  }
  body.woocommerce-account:not(.logged-in) .wrap .woocommerce form.login {
    margin-left: 0;
  }
}

.woocommerce-account .wrap[role=document] {
  background: #f4f6f7;
  padding-top: 1px;
}
.woocommerce-account .woocommerce {
  *zoom: 1;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.woocommerce-account .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-account .woocommerce-notices-wrapper + h2 {
  text-align: center;
  margin-top: 1rem;
  width: 100%;
}
.woocommerce-account form.login {
  margin: 0 auto;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation {
  box-shadow: none !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  background: transparent;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 3rem;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 265px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul:last-child {
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  color: white;
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a.disabled, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:disabled {
  color: #6c757d;
  background-color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:last-child a {
  margin-bottom: 0;
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  z-index: 2;
  color: #5D8FB5;
  background-color: white;
  border-color: #5D8FB5;
}
.woocommerce-account .woocommerce-MyAccount-content {
  flex-shrink: 1;
  flex-grow: 1;
  background: #fff;
  border-radius: 0rem;
  overflow: hidden;
  margin-bottom: 3rem;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-left: 2rem;
    width: calc(100% - 265px - 1rem* 2);
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  flex-direction: column;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-content h2.woocommerce-order-details__title {
  margin-top: 2rem;
  margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-content form h3:first-child {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table {
  margin-left: -1rem;
  margin-right: -1rem;
  width: calc(100% + 1rem* 2);
}
.woocommerce-account .woocommerce-Addresses {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .woocommerce-account .woocommerce-Addresses {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.woocommerce-account .woocommerce-Addresses > * {
  width: 100%;
}
.woocommerce-account .woocommerce-Addresses h3 {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.woocommerce-account .woocommerce-Addresses .form-row:last-child {
  margin-bottom: 0;
}
.woocommerce-account .addresses .title {
  *zoom: 1;
}
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
  font-family: "WooCommerce";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

/**
* Mini Cart
*/
.mini-cart-wrap {
  margin: 0;
  margin-left: 0.5em;
  position: relative;
}
@media (max-width: 991.98px) {
  .mini-cart-wrap {
    margin-right: 2rem;
    margin-left: auto;
  }
}

#cart {
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
  top: 1px;
  transition: all 0.3s ease;
  font-size: 16px;
  flex-shrink: 0;
  text-decoration: none;
}
@media (min-width: 992px) {
  #cart {
    width: 24px;
    height: 24px;
  }
}
#cart:hover {
  opacity: 0.7;
}
#cart .svg-icon {
  flex-shrink: 0;
  margin-right: 0.25rem;
  width: 16px;
  height: auto;
}

#mini-cart {
  position: absolute;
  display: none;
  width: 400px;
  right: -7px;
  background: #fff;
  border-radius: 0rem;
  padding: 1.5rem;
  z-index: 1010;
  background-color: #fff;
  margin-top: 1rem;
}
#mini-cart::before {
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 10px;
  border-left-width: 10px;
  border-bottom: 8px solid #fff;
  top: -8px;
  right: 8px;
  position: absolute;
}
#mini-cart .mini-cart-title {
  display: none;
}
#mini-cart ul.woocommerce-mini-cart {
  list-style: none outside;
  padding: 0;
  width: calc(100% + 1.5rem*2);
  margin: -1.5rem -1.5rem 0;
}
#mini-cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
  position: relative;
  padding: 1rem 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #dee2e6;
}
#mini-cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item:first-child {
  padding-top: 1.5rem;
  border-top: none;
}
#mini-cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item:last-child {
  border-bottom: 1px solid #dee2e6;
}
#mini-cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item:after {
  content: " ";
  display: table;
  clear: both;
}
#mini-cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > * {
  padding: 0 1.5rem;
}
#mini-cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item a {
  display: block;
}
#mini-cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item img {
  width: 70px;
  height: auto;
  margin-right: 1rem;
  float: left;
}
#mini-cart ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .quantity {
  padding: 0;
}
#mini-cart ul.woocommerce-mini-cart a.remove {
  position: absolute;
  top: 1rem !important;
  right: 10px;
  left: initial;
  color: #212529 !important;
  opacity: 1;
  text-align: center;
  padding: 5px;
  width: 24px;
  height: 24px;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 12px;
}
#mini-cart ul.woocommerce-mini-cart a.remove:hover {
  background-color: #dee2e6;
}
#mini-cart ul.woocommerce-mini-cart a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #5D8FB5;
}
#mini-cart ul.woocommerce-mini-cart .variation {
  padding-left: 0;
  border-left: none;
}
#mini-cart ul.woocommerce-mini-cart .variation dd {
  padding-bottom: 0;
  margin-bottom: 0;
}
#mini-cart .woocommerce-mini-cart__total {
  padding-top: 2rem;
  display: flex;
  align-items: flex-end;
}
#mini-cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
}
#mini-cart .woocommerce-mini-cart__empty-message {
  text-align: center;
  margin: 40px 0;
}
#mini-cart .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0;
}
#mini-cart .woocommerce-mini-cart__buttons .button {
  margin-bottom: 1rem;
  border: none;
  border-radius: 24px;
  color: white;
  font-weight: bold;
  padding: 8px 18px;
  background-color: #5D8FB5;
}
#mini-cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
  border: none;
  margin-bottom: 0;
  font-size: 14px;
  padding: 0;
  color: #5D8FB5;
}

@media (min-width: 992px) {
  body.my-account .wrap .woocommerce {
    margin-top: -180px;
  }
}

.woocommerce-MyAccount-navigation ul {
  gap: 4px;
  display: grid;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  display: flex !important;
  align-items: center;
  gap: 8px;
  padding: 8px !important;
  color: #fff;
  border-radius: 4px !important;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a.is_active, .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.03), 0px 6px 10px 2px rgba(0, 0, 0, 0.08);
  color: #5D8FB5;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--documents a:before {
  background: url('data:image/svg+xml;charset=utf8,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.166 2.66602H9.16602L7.16602 0.666016H2.16602C1.32227 0.666016 0.666016 1.35352 0.666016 2.16602V4.66602H16.666V4.16602C16.666 3.35352 15.9785 2.66602 15.166 2.66602ZM0.666016 13.166C0.666016 14.0098 1.32227 14.666 2.16602 14.666H15.166C15.9785 14.666 16.666 14.0098 16.666 13.166V5.66602H0.666016V13.166Z" fill="%23fff"/></svg>') no-repeat;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--documents a:hover:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--documents a:focus:before {
  background: url('data:image/svg+xml;charset=utf8,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.166 2.66602H9.16602L7.16602 0.666016H2.16602C1.32227 0.666016 0.666016 1.35352 0.666016 2.16602V4.66602H16.666V4.16602C16.666 3.35352 15.9785 2.66602 15.166 2.66602ZM0.666016 13.166C0.666016 14.0098 1.32227 14.666 2.16602 14.666H15.166C15.9785 14.666 16.666 14.0098 16.666 13.166V5.66602H0.666016V13.166Z" fill="%235D8FB5"/></svg>') no-repeat;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--documents.is-active a:before {
  background: url('data:image/svg+xml;charset=utf8,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.166 2.66602H9.16602L7.16602 0.666016H2.16602C1.32227 0.666016 0.666016 1.35352 0.666016 2.16602V4.66602H16.666V4.16602C16.666 3.35352 15.9785 2.66602 15.166 2.66602ZM0.666016 13.166C0.666016 14.0098 1.32227 14.666 2.16602 14.666H15.166C15.9785 14.666 16.666 14.0098 16.666 13.166V5.66602H0.666016V13.166Z" fill="%235D8FB5"/></svg>') no-repeat;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:before {
  background: url('data:image/svg+xml;charset=utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.22852 1.50977C2.47852 1.00977 3.00977 0.666016 3.57227 0.666016H6.66602L5.66602 4.66602H0.666016L2.22852 1.50977ZM9.66602 4.66602L8.66602 0.666016H11.7285C12.291 0.666016 12.8223 1.00977 13.0723 1.50977L14.666 4.66602H9.66602ZM5.66602 7.66602C5.66602 8.22852 6.10352 8.66602 6.66602 8.66602H8.66602C9.19727 8.66602 9.66602 8.22852 9.66602 7.66602V5.66602H14.666V12.666C14.666 13.791 13.7598 14.666 12.666 14.666H2.66602C1.54102 14.666 0.666016 13.791 0.666016 12.666V5.66602H5.66602V7.66602Z" fill="%23fff"/></svg>') no-repeat;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:hover:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders a:focus:before {
  background: url('data:image/svg+xml;charset=utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.22852 1.50977C2.47852 1.00977 3.00977 0.666016 3.57227 0.666016H6.66602L5.66602 4.66602H0.666016L2.22852 1.50977ZM9.66602 4.66602L8.66602 0.666016H11.7285C12.291 0.666016 12.8223 1.00977 13.0723 1.50977L14.666 4.66602H9.66602ZM5.66602 7.66602C5.66602 8.22852 6.10352 8.66602 6.66602 8.66602H8.66602C9.19727 8.66602 9.66602 8.22852 9.66602 7.66602V5.66602H14.666V12.666C14.666 13.791 13.7598 14.666 12.666 14.666H2.66602C1.54102 14.666 0.666016 13.791 0.666016 12.666V5.66602H5.66602V7.66602Z" fill="%235D8FB5"/></svg>') no-repeat;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--orders.is-active a:before {
  background: url('data:image/svg+xml;charset=utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.22852 1.50977C2.47852 1.00977 3.00977 0.666016 3.57227 0.666016H6.66602L5.66602 4.66602H0.666016L2.22852 1.50977ZM9.66602 4.66602L8.66602 0.666016H11.7285C12.291 0.666016 12.8223 1.00977 13.0723 1.50977L14.666 4.66602H9.66602ZM5.66602 7.66602C5.66602 8.22852 6.10352 8.66602 6.66602 8.66602H8.66602C9.19727 8.66602 9.66602 8.22852 9.66602 7.66602V5.66602H14.666V12.666C14.666 13.791 13.7598 14.666 12.666 14.666H2.66602C1.54102 14.666 0.666016 13.791 0.666016 12.666V5.66602H5.66602V7.66602Z" fill="%235D8FB5"/></svg>') no-repeat;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:before {
  background: url('data:image/svg+xml;charset=utf8,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.66602 8.66602C9.85352 8.66602 11.666 6.88477 11.666 4.66602C11.666 2.47852 9.85352 0.666016 7.66602 0.666016C5.44727 0.666016 3.66602 2.47852 3.66602 4.66602C3.66602 6.88477 5.44727 8.66602 7.66602 8.66602ZM9.22852 10.166H6.07227C3.07227 10.166 0.666016 12.6035 0.666016 15.6035C0.666016 16.1973 1.13477 16.666 1.72852 16.666H13.5723C14.166 16.666 14.666 16.1973 14.666 15.6035C14.666 12.6035 12.2285 10.166 9.22852 10.166Z" fill="%23fff"/></svg>') no-repeat;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:hover:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account a:focus:before {
  background: url('data:image/svg+xml;charset=utf8,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.66602 8.66602C9.85352 8.66602 11.666 6.88477 11.666 4.66602C11.666 2.47852 9.85352 0.666016 7.66602 0.666016C5.44727 0.666016 3.66602 2.47852 3.66602 4.66602C3.66602 6.88477 5.44727 8.66602 7.66602 8.66602ZM9.22852 10.166H6.07227C3.07227 10.166 0.666016 12.6035 0.666016 15.6035C0.666016 16.1973 1.13477 16.666 1.72852 16.666H13.5723C14.166 16.666 14.666 16.1973 14.666 15.6035C14.666 12.6035 12.2285 10.166 9.22852 10.166Z" fill="%235D8FB5"/></svg>') no-repeat;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--edit-account.is-active a:before {
  background: url('data:image/svg+xml;charset=utf8,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.66602 8.66602C9.85352 8.66602 11.666 6.88477 11.666 4.66602C11.666 2.47852 9.85352 0.666016 7.66602 0.666016C5.44727 0.666016 3.66602 2.47852 3.66602 4.66602C3.66602 6.88477 5.44727 8.66602 7.66602 8.66602ZM9.22852 10.166H6.07227C3.07227 10.166 0.666016 12.6035 0.666016 15.6035C0.666016 16.1973 1.13477 16.666 1.72852 16.666H13.5723C14.166 16.666 14.666 16.1973 14.666 15.6035C14.666 12.6035 12.2285 10.166 9.22852 10.166Z" fill="%235D8FB5"/></svg>') no-repeat;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  background: url('data:image/svg+xml;charset=utf8,<svg width="264" height="32" viewBox="0 0 264 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.166 21.666H22.666V11.2285C22.666 10.3848 21.9785 9.66602 21.166 9.66602L17.666 9.69727V11.666H20.666V23.666H24.166C24.416 23.666 24.666 23.4473 24.666 23.1973V22.2285C24.666 21.916 24.416 21.666 24.166 21.666ZM15.416 7.72852L9.41602 9.25977C8.94727 9.38477 8.66602 9.79102 8.66602 10.2598V21.666H7.16602C6.88477 21.666 6.66602 21.916 6.66602 22.166V23.1348C6.66602 23.4473 6.88477 23.666 7.16602 23.666H16.666V8.72852C16.666 8.04102 16.041 7.54102 15.416 7.72852ZM13.916 16.666C13.4785 16.666 13.166 16.2285 13.166 15.6973C13.166 15.166 13.4785 14.7285 13.916 14.7285C14.3223 14.7285 14.666 15.1348 14.666 15.666C14.666 16.2285 14.3223 16.666 13.916 16.666Z" fill="%23fff"/><path d="M33.374 21V11.0059H34.5361V19.9473H38.9453V21H33.374ZM46.9434 17.2471C46.9434 18.4684 46.6357 19.4232 46.0205 20.1113C45.4053 20.7949 44.5553 21.1367 43.4707 21.1367C42.8008 21.1367 42.2061 20.9795 41.6865 20.665C41.167 20.3506 40.766 19.8994 40.4834 19.3115C40.2008 18.7236 40.0596 18.0355 40.0596 17.2471C40.0596 16.0257 40.3649 15.0755 40.9756 14.3965C41.5863 13.7129 42.4339 13.3711 43.5186 13.3711C44.5667 13.3711 45.3984 13.7197 46.0137 14.417C46.6335 15.1143 46.9434 16.0576 46.9434 17.2471ZM41.2354 17.2471C41.2354 18.2041 41.4268 18.9333 41.8096 19.4346C42.1924 19.9359 42.7552 20.1865 43.498 20.1865C44.2409 20.1865 44.8037 19.9382 45.1865 19.4414C45.5739 18.9401 45.7676 18.2087 45.7676 17.2471C45.7676 16.2946 45.5739 15.5723 45.1865 15.0801C44.8037 14.5833 44.2363 14.335 43.4844 14.335C42.7415 14.335 42.181 14.5788 41.8027 15.0664C41.4245 15.554 41.2354 16.2809 41.2354 17.2471ZM55.0713 13.5078V14.2256L53.6836 14.3896C53.8112 14.5492 53.9251 14.7588 54.0254 15.0186C54.1257 15.2738 54.1758 15.5632 54.1758 15.8867C54.1758 16.6204 53.9251 17.2061 53.4238 17.6436C52.9225 18.0811 52.2344 18.2998 51.3594 18.2998C51.1361 18.2998 50.9264 18.2816 50.7305 18.2451C50.2474 18.5003 50.0059 18.8216 50.0059 19.209C50.0059 19.4141 50.0902 19.5667 50.2588 19.667C50.4274 19.7627 50.7168 19.8105 51.127 19.8105H52.4531C53.2643 19.8105 53.8864 19.9814 54.3193 20.3232C54.7568 20.665 54.9756 21.1618 54.9756 21.8135C54.9756 22.6429 54.6429 23.2741 53.9775 23.707C53.3122 24.1445 52.3415 24.3633 51.0654 24.3633C50.0856 24.3633 49.3291 24.181 48.7959 23.8164C48.2673 23.4518 48.0029 22.9368 48.0029 22.2715C48.0029 21.8158 48.1488 21.4215 48.4404 21.0889C48.7321 20.7562 49.1423 20.5306 49.6709 20.4121C49.4795 20.3255 49.3177 20.1911 49.1855 20.0088C49.0579 19.8265 48.9941 19.6146 48.9941 19.373C48.9941 19.0996 49.0671 18.8604 49.2129 18.6553C49.3587 18.4502 49.5889 18.252 49.9033 18.0605C49.516 17.901 49.1992 17.6299 48.9531 17.2471C48.7116 16.8643 48.5908 16.4268 48.5908 15.9346C48.5908 15.1143 48.8369 14.4831 49.3291 14.041C49.8213 13.5944 50.5186 13.3711 51.4209 13.3711C51.8128 13.3711 52.166 13.4167 52.4805 13.5078H55.0713ZM49.0967 22.2578C49.0967 22.6634 49.2676 22.971 49.6094 23.1807C49.9512 23.3903 50.4411 23.4951 51.0791 23.4951C52.0316 23.4951 52.7357 23.3516 53.1914 23.0645C53.6517 22.7819 53.8818 22.3968 53.8818 21.9092C53.8818 21.5036 53.7565 21.221 53.5059 21.0615C53.2552 20.9066 52.7835 20.8291 52.0908 20.8291H50.7305C50.2155 20.8291 49.8145 20.9521 49.5273 21.1982C49.2402 21.4443 49.0967 21.7975 49.0967 22.2578ZM49.7119 15.9072C49.7119 16.4313 49.86 16.8278 50.1562 17.0967C50.4525 17.3656 50.8649 17.5 51.3936 17.5C52.501 17.5 53.0547 16.9622 53.0547 15.8867C53.0547 14.7611 52.4941 14.1982 51.373 14.1982C50.8398 14.1982 50.4297 14.3418 50.1426 14.6289C49.8555 14.916 49.7119 15.3421 49.7119 15.9072ZM63.0762 17.2471C63.0762 18.4684 62.7686 19.4232 62.1533 20.1113C61.5381 20.7949 60.6882 21.1367 59.6035 21.1367C58.9336 21.1367 58.3389 20.9795 57.8193 20.665C57.2998 20.3506 56.8988 19.8994 56.6162 19.3115C56.3337 18.7236 56.1924 18.0355 56.1924 17.2471C56.1924 16.0257 56.4977 15.0755 57.1084 14.3965C57.7191 13.7129 58.5667 13.3711 59.6514 13.3711C60.6995 13.3711 61.5312 13.7197 62.1465 14.417C62.7663 15.1143 63.0762 16.0576 63.0762 17.2471ZM57.3682 17.2471C57.3682 18.2041 57.5596 18.9333 57.9424 19.4346C58.3252 19.9359 58.888 20.1865 59.6309 20.1865C60.3737 20.1865 60.9365 19.9382 61.3193 19.4414C61.7067 18.9401 61.9004 18.2087 61.9004 17.2471C61.9004 16.2946 61.7067 15.5723 61.3193 15.0801C60.9365 14.5833 60.3691 14.335 59.6172 14.335C58.8743 14.335 58.3138 14.5788 57.9355 15.0664C57.5573 15.554 57.3682 16.2809 57.3682 17.2471ZM66.1387 13.5078V18.3682C66.1387 18.9788 66.2777 19.4346 66.5557 19.7354C66.8337 20.0361 67.2689 20.1865 67.8613 20.1865C68.6452 20.1865 69.2171 19.9723 69.5771 19.5439C69.9417 19.1156 70.124 18.416 70.124 17.4453V13.5078H71.2588V21H70.3223L70.1582 19.9951H70.0967C69.8643 20.3643 69.5407 20.6468 69.126 20.8428C68.7158 21.0387 68.2464 21.1367 67.7178 21.1367C66.8063 21.1367 66.1227 20.9202 65.667 20.4873C65.2158 20.0544 64.9902 19.3617 64.9902 18.4092V13.5078H66.1387ZM76.0918 20.2002C76.2923 20.2002 76.486 20.1865 76.6729 20.1592C76.8597 20.1273 77.0078 20.0954 77.1172 20.0635V20.9316C76.9941 20.9909 76.8118 21.0387 76.5703 21.0752C76.3333 21.1162 76.1191 21.1367 75.9277 21.1367C74.4785 21.1367 73.7539 20.3734 73.7539 18.8467V14.3896H72.6807V13.8428L73.7539 13.3711L74.2324 11.7715H74.8887V13.5078H77.0625V14.3896H74.8887V18.7988C74.8887 19.25 74.9958 19.5964 75.21 19.8379C75.4242 20.0794 75.7181 20.2002 76.0918 20.2002Z" fill="%23fff"/></svg>') no-repeat;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:hover:before, .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout a:focus:before {
  background: url('data:image/svg+xml;charset=utf8,<svg width="264" height="32" viewBox="0 0 264 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.166 21.666H22.666V11.2285C22.666 10.3848 21.9785 9.66602 21.166 9.66602L17.666 9.69727V11.666H20.666V23.666H24.166C24.416 23.666 24.666 23.4473 24.666 23.1973V22.2285C24.666 21.916 24.416 21.666 24.166 21.666ZM15.416 7.72852L9.41602 9.25977C8.94727 9.38477 8.66602 9.79102 8.66602 10.2598V21.666H7.16602C6.88477 21.666 6.66602 21.916 6.66602 22.166V23.1348C6.66602 23.4473 6.88477 23.666 7.16602 23.666H16.666V8.72852C16.666 8.04102 16.041 7.54102 15.416 7.72852ZM13.916 16.666C13.4785 16.666 13.166 16.2285 13.166 15.6973C13.166 15.166 13.4785 14.7285 13.916 14.7285C14.3223 14.7285 14.666 15.1348 14.666 15.666C14.666 16.2285 14.3223 16.666 13.916 16.666Z" fill="%235D8FB5"/><path d="M33.374 21V11.0059H34.5361V19.9473H38.9453V21H33.374ZM46.9434 17.2471C46.9434 18.4684 46.6357 19.4232 46.0205 20.1113C45.4053 20.7949 44.5553 21.1367 43.4707 21.1367C42.8008 21.1367 42.2061 20.9795 41.6865 20.665C41.167 20.3506 40.766 19.8994 40.4834 19.3115C40.2008 18.7236 40.0596 18.0355 40.0596 17.2471C40.0596 16.0257 40.3649 15.0755 40.9756 14.3965C41.5863 13.7129 42.4339 13.3711 43.5186 13.3711C44.5667 13.3711 45.3984 13.7197 46.0137 14.417C46.6335 15.1143 46.9434 16.0576 46.9434 17.2471ZM41.2354 17.2471C41.2354 18.2041 41.4268 18.9333 41.8096 19.4346C42.1924 19.9359 42.7552 20.1865 43.498 20.1865C44.2409 20.1865 44.8037 19.9382 45.1865 19.4414C45.5739 18.9401 45.7676 18.2087 45.7676 17.2471C45.7676 16.2946 45.5739 15.5723 45.1865 15.0801C44.8037 14.5833 44.2363 14.335 43.4844 14.335C42.7415 14.335 42.181 14.5788 41.8027 15.0664C41.4245 15.554 41.2354 16.2809 41.2354 17.2471ZM55.0713 13.5078V14.2256L53.6836 14.3896C53.8112 14.5492 53.9251 14.7588 54.0254 15.0186C54.1257 15.2738 54.1758 15.5632 54.1758 15.8867C54.1758 16.6204 53.9251 17.2061 53.4238 17.6436C52.9225 18.0811 52.2344 18.2998 51.3594 18.2998C51.1361 18.2998 50.9264 18.2816 50.7305 18.2451C50.2474 18.5003 50.0059 18.8216 50.0059 19.209C50.0059 19.4141 50.0902 19.5667 50.2588 19.667C50.4274 19.7627 50.7168 19.8105 51.127 19.8105H52.4531C53.2643 19.8105 53.8864 19.9814 54.3193 20.3232C54.7568 20.665 54.9756 21.1618 54.9756 21.8135C54.9756 22.6429 54.6429 23.2741 53.9775 23.707C53.3122 24.1445 52.3415 24.3633 51.0654 24.3633C50.0856 24.3633 49.3291 24.181 48.7959 23.8164C48.2673 23.4518 48.0029 22.9368 48.0029 22.2715C48.0029 21.8158 48.1488 21.4215 48.4404 21.0889C48.7321 20.7562 49.1423 20.5306 49.6709 20.4121C49.4795 20.3255 49.3177 20.1911 49.1855 20.0088C49.0579 19.8265 48.9941 19.6146 48.9941 19.373C48.9941 19.0996 49.0671 18.8604 49.2129 18.6553C49.3587 18.4502 49.5889 18.252 49.9033 18.0605C49.516 17.901 49.1992 17.6299 48.9531 17.2471C48.7116 16.8643 48.5908 16.4268 48.5908 15.9346C48.5908 15.1143 48.8369 14.4831 49.3291 14.041C49.8213 13.5944 50.5186 13.3711 51.4209 13.3711C51.8128 13.3711 52.166 13.4167 52.4805 13.5078H55.0713ZM49.0967 22.2578C49.0967 22.6634 49.2676 22.971 49.6094 23.1807C49.9512 23.3903 50.4411 23.4951 51.0791 23.4951C52.0316 23.4951 52.7357 23.3516 53.1914 23.0645C53.6517 22.7819 53.8818 22.3968 53.8818 21.9092C53.8818 21.5036 53.7565 21.221 53.5059 21.0615C53.2552 20.9066 52.7835 20.8291 52.0908 20.8291H50.7305C50.2155 20.8291 49.8145 20.9521 49.5273 21.1982C49.2402 21.4443 49.0967 21.7975 49.0967 22.2578ZM49.7119 15.9072C49.7119 16.4313 49.86 16.8278 50.1562 17.0967C50.4525 17.3656 50.8649 17.5 51.3936 17.5C52.501 17.5 53.0547 16.9622 53.0547 15.8867C53.0547 14.7611 52.4941 14.1982 51.373 14.1982C50.8398 14.1982 50.4297 14.3418 50.1426 14.6289C49.8555 14.916 49.7119 15.3421 49.7119 15.9072ZM63.0762 17.2471C63.0762 18.4684 62.7686 19.4232 62.1533 20.1113C61.5381 20.7949 60.6882 21.1367 59.6035 21.1367C58.9336 21.1367 58.3389 20.9795 57.8193 20.665C57.2998 20.3506 56.8988 19.8994 56.6162 19.3115C56.3337 18.7236 56.1924 18.0355 56.1924 17.2471C56.1924 16.0257 56.4977 15.0755 57.1084 14.3965C57.7191 13.7129 58.5667 13.3711 59.6514 13.3711C60.6995 13.3711 61.5312 13.7197 62.1465 14.417C62.7663 15.1143 63.0762 16.0576 63.0762 17.2471ZM57.3682 17.2471C57.3682 18.2041 57.5596 18.9333 57.9424 19.4346C58.3252 19.9359 58.888 20.1865 59.6309 20.1865C60.3737 20.1865 60.9365 19.9382 61.3193 19.4414C61.7067 18.9401 61.9004 18.2087 61.9004 17.2471C61.9004 16.2946 61.7067 15.5723 61.3193 15.0801C60.9365 14.5833 60.3691 14.335 59.6172 14.335C58.8743 14.335 58.3138 14.5788 57.9355 15.0664C57.5573 15.554 57.3682 16.2809 57.3682 17.2471ZM66.1387 13.5078V18.3682C66.1387 18.9788 66.2777 19.4346 66.5557 19.7354C66.8337 20.0361 67.2689 20.1865 67.8613 20.1865C68.6452 20.1865 69.2171 19.9723 69.5771 19.5439C69.9417 19.1156 70.124 18.416 70.124 17.4453V13.5078H71.2588V21H70.3223L70.1582 19.9951H70.0967C69.8643 20.3643 69.5407 20.6468 69.126 20.8428C68.7158 21.0387 68.2464 21.1367 67.7178 21.1367C66.8063 21.1367 66.1227 20.9202 65.667 20.4873C65.2158 20.0544 64.9902 19.3617 64.9902 18.4092V13.5078H66.1387ZM76.0918 20.2002C76.2923 20.2002 76.486 20.1865 76.6729 20.1592C76.8597 20.1273 77.0078 20.0954 77.1172 20.0635V20.9316C76.9941 20.9909 76.8118 21.0387 76.5703 21.0752C76.3333 21.1162 76.1191 21.1367 75.9277 21.1367C74.4785 21.1367 73.7539 20.3734 73.7539 18.8467V14.3896H72.6807V13.8428L73.7539 13.3711L74.2324 11.7715H74.8887V13.5078H77.0625V14.3896H74.8887V18.7988C74.8887 19.25 74.9958 19.5964 75.21 19.8379C75.4242 20.0794 75.7181 20.2002 76.0918 20.2002Z" fill="%235D8FB5"/></svg>') no-repeat;
}
.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout.is-active a:before {
  background: url('data:image/svg+xml;charset=utf8,<svg width="264" height="32" viewBox="0 0 264 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M24.166 21.666H22.666V11.2285C22.666 10.3848 21.9785 9.66602 21.166 9.66602L17.666 9.69727V11.666H20.666V23.666H24.166C24.416 23.666 24.666 23.4473 24.666 23.1973V22.2285C24.666 21.916 24.416 21.666 24.166 21.666ZM15.416 7.72852L9.41602 9.25977C8.94727 9.38477 8.66602 9.79102 8.66602 10.2598V21.666H7.16602C6.88477 21.666 6.66602 21.916 6.66602 22.166V23.1348C6.66602 23.4473 6.88477 23.666 7.16602 23.666H16.666V8.72852C16.666 8.04102 16.041 7.54102 15.416 7.72852ZM13.916 16.666C13.4785 16.666 13.166 16.2285 13.166 15.6973C13.166 15.166 13.4785 14.7285 13.916 14.7285C14.3223 14.7285 14.666 15.1348 14.666 15.666C14.666 16.2285 14.3223 16.666 13.916 16.666Z" fill="%235D8FB5"/><path d="M33.374 21V11.0059H34.5361V19.9473H38.9453V21H33.374ZM46.9434 17.2471C46.9434 18.4684 46.6357 19.4232 46.0205 20.1113C45.4053 20.7949 44.5553 21.1367 43.4707 21.1367C42.8008 21.1367 42.2061 20.9795 41.6865 20.665C41.167 20.3506 40.766 19.8994 40.4834 19.3115C40.2008 18.7236 40.0596 18.0355 40.0596 17.2471C40.0596 16.0257 40.3649 15.0755 40.9756 14.3965C41.5863 13.7129 42.4339 13.3711 43.5186 13.3711C44.5667 13.3711 45.3984 13.7197 46.0137 14.417C46.6335 15.1143 46.9434 16.0576 46.9434 17.2471ZM41.2354 17.2471C41.2354 18.2041 41.4268 18.9333 41.8096 19.4346C42.1924 19.9359 42.7552 20.1865 43.498 20.1865C44.2409 20.1865 44.8037 19.9382 45.1865 19.4414C45.5739 18.9401 45.7676 18.2087 45.7676 17.2471C45.7676 16.2946 45.5739 15.5723 45.1865 15.0801C44.8037 14.5833 44.2363 14.335 43.4844 14.335C42.7415 14.335 42.181 14.5788 41.8027 15.0664C41.4245 15.554 41.2354 16.2809 41.2354 17.2471ZM55.0713 13.5078V14.2256L53.6836 14.3896C53.8112 14.5492 53.9251 14.7588 54.0254 15.0186C54.1257 15.2738 54.1758 15.5632 54.1758 15.8867C54.1758 16.6204 53.9251 17.2061 53.4238 17.6436C52.9225 18.0811 52.2344 18.2998 51.3594 18.2998C51.1361 18.2998 50.9264 18.2816 50.7305 18.2451C50.2474 18.5003 50.0059 18.8216 50.0059 19.209C50.0059 19.4141 50.0902 19.5667 50.2588 19.667C50.4274 19.7627 50.7168 19.8105 51.127 19.8105H52.4531C53.2643 19.8105 53.8864 19.9814 54.3193 20.3232C54.7568 20.665 54.9756 21.1618 54.9756 21.8135C54.9756 22.6429 54.6429 23.2741 53.9775 23.707C53.3122 24.1445 52.3415 24.3633 51.0654 24.3633C50.0856 24.3633 49.3291 24.181 48.7959 23.8164C48.2673 23.4518 48.0029 22.9368 48.0029 22.2715C48.0029 21.8158 48.1488 21.4215 48.4404 21.0889C48.7321 20.7562 49.1423 20.5306 49.6709 20.4121C49.4795 20.3255 49.3177 20.1911 49.1855 20.0088C49.0579 19.8265 48.9941 19.6146 48.9941 19.373C48.9941 19.0996 49.0671 18.8604 49.2129 18.6553C49.3587 18.4502 49.5889 18.252 49.9033 18.0605C49.516 17.901 49.1992 17.6299 48.9531 17.2471C48.7116 16.8643 48.5908 16.4268 48.5908 15.9346C48.5908 15.1143 48.8369 14.4831 49.3291 14.041C49.8213 13.5944 50.5186 13.3711 51.4209 13.3711C51.8128 13.3711 52.166 13.4167 52.4805 13.5078H55.0713ZM49.0967 22.2578C49.0967 22.6634 49.2676 22.971 49.6094 23.1807C49.9512 23.3903 50.4411 23.4951 51.0791 23.4951C52.0316 23.4951 52.7357 23.3516 53.1914 23.0645C53.6517 22.7819 53.8818 22.3968 53.8818 21.9092C53.8818 21.5036 53.7565 21.221 53.5059 21.0615C53.2552 20.9066 52.7835 20.8291 52.0908 20.8291H50.7305C50.2155 20.8291 49.8145 20.9521 49.5273 21.1982C49.2402 21.4443 49.0967 21.7975 49.0967 22.2578ZM49.7119 15.9072C49.7119 16.4313 49.86 16.8278 50.1562 17.0967C50.4525 17.3656 50.8649 17.5 51.3936 17.5C52.501 17.5 53.0547 16.9622 53.0547 15.8867C53.0547 14.7611 52.4941 14.1982 51.373 14.1982C50.8398 14.1982 50.4297 14.3418 50.1426 14.6289C49.8555 14.916 49.7119 15.3421 49.7119 15.9072ZM63.0762 17.2471C63.0762 18.4684 62.7686 19.4232 62.1533 20.1113C61.5381 20.7949 60.6882 21.1367 59.6035 21.1367C58.9336 21.1367 58.3389 20.9795 57.8193 20.665C57.2998 20.3506 56.8988 19.8994 56.6162 19.3115C56.3337 18.7236 56.1924 18.0355 56.1924 17.2471C56.1924 16.0257 56.4977 15.0755 57.1084 14.3965C57.7191 13.7129 58.5667 13.3711 59.6514 13.3711C60.6995 13.3711 61.5312 13.7197 62.1465 14.417C62.7663 15.1143 63.0762 16.0576 63.0762 17.2471ZM57.3682 17.2471C57.3682 18.2041 57.5596 18.9333 57.9424 19.4346C58.3252 19.9359 58.888 20.1865 59.6309 20.1865C60.3737 20.1865 60.9365 19.9382 61.3193 19.4414C61.7067 18.9401 61.9004 18.2087 61.9004 17.2471C61.9004 16.2946 61.7067 15.5723 61.3193 15.0801C60.9365 14.5833 60.3691 14.335 59.6172 14.335C58.8743 14.335 58.3138 14.5788 57.9355 15.0664C57.5573 15.554 57.3682 16.2809 57.3682 17.2471ZM66.1387 13.5078V18.3682C66.1387 18.9788 66.2777 19.4346 66.5557 19.7354C66.8337 20.0361 67.2689 20.1865 67.8613 20.1865C68.6452 20.1865 69.2171 19.9723 69.5771 19.5439C69.9417 19.1156 70.124 18.416 70.124 17.4453V13.5078H71.2588V21H70.3223L70.1582 19.9951H70.0967C69.8643 20.3643 69.5407 20.6468 69.126 20.8428C68.7158 21.0387 68.2464 21.1367 67.7178 21.1367C66.8063 21.1367 66.1227 20.9202 65.667 20.4873C65.2158 20.0544 64.9902 19.3617 64.9902 18.4092V13.5078H66.1387ZM76.0918 20.2002C76.2923 20.2002 76.486 20.1865 76.6729 20.1592C76.8597 20.1273 77.0078 20.0954 77.1172 20.0635V20.9316C76.9941 20.9909 76.8118 21.0387 76.5703 21.0752C76.3333 21.1162 76.1191 21.1367 75.9277 21.1367C74.4785 21.1367 73.7539 20.3734 73.7539 18.8467V14.3896H72.6807V13.8428L73.7539 13.3711L74.2324 11.7715H74.8887V13.5078H77.0625V14.3896H74.8887V18.7988C74.8887 19.25 74.9958 19.5964 75.21 19.8379C75.4242 20.0794 75.7181 20.2002 76.0918 20.2002Z" fill="%235D8FB5"/></svg>') no-repeat;
}
/*# sourceMappingURL=main.css.map */
